.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;
}
@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:#ffffff;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); }#QwwwSDnLAF9AcFDUN7xyTli2ucCecPHP { 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; }#QwwwSDnLAF9AcFDUN7xyTli2ucCecPHP > .row .container { border-width: 0; border-radius: 0; }#QwwwSDnLAF9AcFDUN7xyTli2ucCecPHP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QwwwSDnLAF9AcFDUN7xyTli2ucCecPHP > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#B1DIoIGvIhqMdo8uPiiGfWHkJ91XyT4x { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:48.4375rem;height:1.79904375rem;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; }
#sqdd6kHt7L4D4mNNlhNG5hfyctycdnPs { position:absolute;display:block;z-index:15007;background-color:#62748d;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:12.5rem;top:2.5618491172791rem;left:47.5rem;display:block; }
#BACf5wqpiTsCi3I6TMC00eCwkkJDtqgL { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:18.125rem;height:1.79904375rem;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; }
#OucTKPvTTgoc34AV0yJ47Nf0B2TTmSkV { position:absolute;display:block;z-index:15008;background-color:#62748d;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:12.5rem;top:2.5625001192093rem;left:42.125rem;display:block; }
#osodLkwM52ayavL4eUHhWzidKzgiP45z { color:#22344d;display:block;width:11.6875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:29.5625rem;height:1.79904375rem;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; }
#kWtBPOId2nHJWvCIfedaR1bSMTJtAHCr { position:absolute;display:block;z-index:15008;background-color:#62748d;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:12.5rem;top:2.5625001192093rem;left:42.125rem;display:none; }
#ck2CMR4R9024xEoaslZV8m8fOWCnT7J8 { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;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: none;box-sizing:border-box;color:#7700fd;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; }
#PTdNqioRJJe7CwHcziR2pL1cToftrWCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oQNrBJHKEPEIP6hazOly6GgOA9Iu8ZUp { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;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: none;box-sizing:border-box;color:#7700fd;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; }
#Ieb6z8wrtRWWuciWxlRLTJptEM8zIpZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AWRBx7kFXa4V3CZK8wF0B5te9CeJCEB1 { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;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: none;box-sizing:border-box;color:#7700fd;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; }
#vwXayEqoLwCTKbgeTvOgfps8R7ria8ci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g71g94czR3gsxbAk1vZ1xzIgPZax0TDA { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.3125rem;left:0rem;display:none; }
#lC54823bSmVQp2UthPfVzZUixELxGwLV { 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: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:15000;text-align:center;text-align-last:center;display:none; }
#D4M5SAQs5qMkAG4PEr5O6ENrzf5vulBd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g51FZeKVhd8ncXDssnJRThkqJQ5urqr0 { 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; }
#nEqh1vs1SdbVfn8XUtZ8TvyLcKRiBW2Q { 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: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:15000;text-align:center;text-align-last:center;display:none; }
#y5SLPNq1Z9toZC8nDmler6oKOGZZGomZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTCSlpRIQdxkzmv4GzhVUMqIUuzw01HS { 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; }
#CyeCy4AnO8ez3BGTLPkndsaov3CyzLZq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.3125rem;left:9.8125rem;display:none; }
#AQa33LFSS79U9nqwQqd2ifRovDQnMDrt { background-color:#62748d;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; }#AQa33LFSS79U9nqwQqd2ifRovDQnMDrt > .row .container { border-width: 0; border-radius: 0; }#AQa33LFSS79U9nqwQqd2ifRovDQnMDrt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AQa33LFSS79U9nqwQqd2ifRovDQnMDrt > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#Zzoa0qsXd91PiUGhuv5yQTrfubdIlTo8 { background-color:#fafafa;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:#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:15007;text-align:center;text-align-last:center;top:0.46875rem;left:46.875rem;display:block; }
#VWCsUwvdIgrT2Q1G7RsGOL6TFRtrkXQv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SaTZ64reg5iV1zOFk6EBu0wWIkLo5bxl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.531033039093rem;left:41.125rem; }
#SaTZ64reg5iV1zOFk6EBu0wWIkLo5bxl > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#p7AFTggHziK5xZqTZ7oZch8yKoIxONTe { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.374783039093rem;left:55.0625rem; }
#ooRHOFrJ60xXxrTdTTmTxbvOb31B6ikU { 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:block; }
#TyWHC0BUsI3lFZsFHPZQRZpNws45Lcf0 { background-color:#fafafa;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:#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:15009;text-align:center;text-align-last:center;top:0.5rem;left:40.25rem;display:block; }
#b05ThKgoqMQfdeHCwK4TqK2p4ISvmgIr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XgAWGTrqiGzRlbl4ryCmaP1ssZ3XFVfk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.4984812736511rem;left:28.8125rem; }
#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB { background-color:#62748d;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; }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB > .row .container { border-width: 0; border-radius: 0; }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#MzoJcSO3ITMW2q0QnIwP3h9SXzsyfodt { background-color:#fafafa;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:#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:15007;text-align:center;text-align-last:center;top:0.46875rem;left:46.875rem;display:block; }
#Kgy0JXRcSK9eTOrCG9TFUoQl1cTVvgmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhphOMEFvJl5LJuRs7w0vnGT696HKgtw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.531033039093rem;left:41.125rem; }
#RhphOMEFvJl5LJuRs7w0vnGT696HKgtw > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#vREyhC7Ih8dynWzmhcUyPLpGUTsOh7dT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.374783039093rem;left:55.0625rem; }
#h56OtLRdHQqAMw2cF4loElrDPSg7mTDI { 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:block; }
#WGf3hdxJTbwuBERkKxQA4Ir2MygAZzLC { background-color:#fafafa;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:#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:15009;text-align:center;text-align-last:center;top:0.5rem;left:40.25rem;display:block; }
#fQayberPqtSKbtNnrolTyB9BM1aBzrC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmS3hDnhty2i1zRtdQHOsrU1rSRPBAmq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.4984812736511rem;left:28.8125rem; }
#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC { background-color:#62748d;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; }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC > .row .container { border-width: 0; border-radius: 0; }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#ecAzD1JSBE7XRCoozuo3FZdwCCnxl3Cx { background-color:#fafafa;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:#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:15007;text-align:center;text-align-last:center;top:0.46875rem;left:46.875rem;display:block; }
#Tk3Caq3WXmt1MZZgCuEzXihPBwIZH0Wb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r7Nxhbh3AD2rnD1z1byBKPkU7ndfvv1c { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.531033039093rem;left:41.125rem; }
#r7Nxhbh3AD2rnD1z1byBKPkU7ndfvv1c > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#iImbKZgrGt110dMzOZPbJO1bo71JG5OI { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.374783039093rem;left:55.0625rem; }
#ht3LoZFqCBWgQ7AHbqTfQMlf5fa4KWr0 { 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:block; }
#C6xIdc8vXJAtFrlPPCNgDsLU2QkRTHCH { background-color:#fafafa;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:#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:15009;text-align:center;text-align-last:center;top:0.5rem;left:40.25rem;display:block; }
#ATpowC7wZSMwcCcLqC6nF9o8kdfZXrsg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PDbUHcMO6QTBkQ7NU9nPIy2zWBgPHr1o { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.4984812736511rem;left:28.8125rem; }
#dqyus73Saxdl2XEft61i92u1WxhQHSN2 { 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; }#dqyus73Saxdl2XEft61i92u1WxhQHSN2 > .row .container { border-width: 0; border-radius: 0; }#dqyus73Saxdl2XEft61i92u1WxhQHSN2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dqyus73Saxdl2XEft61i92u1WxhQHSN2 > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#ZetCgZBw2ANZSoDWTnE3CEELrb7NRklF { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:cairo;font-size:6.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.25rem;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;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dnzzsFN9UdLnTIRM9u3BLZEscsHhZghk { 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; }
#n8cgSUA4aLpfOJqt3XGIQATFAORoJkJf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nssgwX8UQiWUudGVZzg75IAST4xkGBnx { background-color:#62748d;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:15006;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#p9cEkNqLKx0tpVaebrdOyJZJzG1o6ArL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ORKqCnq8D2WZmZxixx9z9HTyxLyTQXrJ { color:#3f3f3f;display:block;width:34.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.1875rem;left:0rem;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:block; }
#x8knpsncucbPxxOKK8irJWTq1KbdL8yr { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #957353, #d4b392);background-image: -moz-linear-gradient(180deg, #957353, #d4b392);background-image: -ms-linear-gradient(180deg, #957353, #d4b392);background-image: -o-linear-gradient(180deg, #957353, #d4b392);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );";background-image: linear-gradient(180deg, #957353, #d4b392);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:12.5rem;width:19.625rem;top:2.625rem;left:28.625rem;display:block; }
#sio1ObhqT27s75tECCOCIduKo6J7biBH { 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; }
#JTKEN3o67BeWZp1CAfFvEDT8rBFZKuEW { 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:15010;opacity:1;top:26.0625rem;left:24.6875rem; }
#lrXvrx3JghKkq0PTimP6bzwKmvMdZdWU { position:absolute;display:block;z-index:14999;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:20.375rem;width:30.625rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#HwVmvlVTennnXT4m62TQL1XbsDsJRTPu { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#iHyFzbfdahEdF2iaSHQQvKqShGo8imz2 { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#dUmODqtR2ccV7qfgGFukTIRrndecZGOm { position:relative;display:none; }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm { border-width: 0; border-radius: 0; }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm > .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; }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm > .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; }#wiXV4BW6Vmk99u1d5aT4UXL7T1hQGDOx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#OOWlMsCedXkT1n43elat8fhHP49mMi5r { 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; }
#Sa8iOXg1XIVoWcq1u2V16MQdOcvQtoIP { 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; }
#Eg0EPDy5EgnPWNSbg1T0wLTGsdJUF3wg { position:relative;display:none; }#Eg0EPDy5EgnPWNSbg1T0wLTGsdJUF3wg { border-width: 0; border-radius: 0; }#Eg0EPDy5EgnPWNSbg1T0wLTGsdJUF3wg > .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; }#Eg0EPDy5EgnPWNSbg1T0wLTGsdJUF3wg > .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; }#RtT2uRTZ4HcwtHRSKLmgPtxbUvfVeFVf { 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; }
#x5QgPUtwyxROKKG0WwvceMFk1Gu4ge1M { 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; }
#yNv63clIpTsXmJsWC6Ecggy12uboZZJ1 { 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; }
#logoDZNP9NqRhuPT3XHO1F6x3WSrSCIV { 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; }
#mSAnBr1NgkywP94dS5nBSzA0QV80cI5y { 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; }#mSAnBr1NgkywP94dS5nBSzA0QV80cI5y > .row .container { border-width: 0; border-radius: 0; }#mSAnBr1NgkywP94dS5nBSzA0QV80cI5y > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mSAnBr1NgkywP94dS5nBSzA0QV80cI5y > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#XTFCvFWimmU68w33x5Gn4sznf43POkNA { 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; }
#rTunNtxuER5EF9UypTWcCitbIBGkafIE { 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; }
#c1KdvvTt4wAmnaTwzaFVNQ3fVkeh1Hm4 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);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; }
#sDTRDKo2S7yxpSVlKd07DMIpMrABuMKB { background-color:#62748d;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; }
#AM1pkIXDkqoiUTq0RqTVJIX8TFNGSVZR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVXOIslykWtge6guT4mCfcy41KD6bLga { 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; }
#LkVVrR3Se9GcuczAa4iMPpC6VktKty6T { 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; }
#TFEcW4gcF760hAgeQbMZLtsLhlMx3OKm { 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; }
#hRniistNPedHsEXyEOKu60WL4TZUJAUw { 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; }
#Na881bbee079b81fc4058dd3cba022f3.widget-smartsection { position:relative;display:none; } #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection *:focus-visible, #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection input[type="text"]:focus-visible, #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection input[type="email"]:focus-visible, #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection input[type="tel"]:focus-visible, #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection textarea:focus-visible { outline: none; } #euSn3b5AQTDp6cr0UtkogE7yMdZseJX1 { border-width: 0; border-radius: 0; }#euSn3b5AQTDp6cr0UtkogE7yMdZseJX1 > .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; }#euSn3b5AQTDp6cr0UtkogE7yMdZseJX1 > .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; }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB { position:relative;display:none; }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB { border-width: 0; border-radius: 0; }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB > .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; }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;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; }#upE310czWZGhf0F0NbW3RtQ2SMJHLazA { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:10.5rem;height:3.9800375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pWWFuTmCzQ2OfCVmg5ACU5qTL6VL70W9 { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.875rem;left:17.8125rem;height:1.99978125rem;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; }
#lCRbL0QypXDqUHXT54odaoRQ8xTAUETv { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;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; }
#wB18fwXIw6lRn2wdweVVhSFoVRT4xXUl { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height:1.99978125rem;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; }
#fHKzamMBMyLfsbPrdAp7qRvflGUFv378 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#zWkg2yHp75e9sTWgik6T21HKl0q6oWVX { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.74951171875rem;left:54.1875rem;display:block; }
#RDJi8TUNRuGwhksVPzrS1IREh6tft9qf { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10rem;left:54.1875rem;display:block; }
#thp5elQz29TFkBuuTsIE7Dxav9Ol3cgw { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.2490234375rem;left:54.1875rem;display:none; }
#l7d3OnSy2OBt0Fc1EvhoXB9q8OOO33Ln { 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:73.625rem;width:60rem;display:none; }
#NAuBDIhUTNeqe77JU6EzrKD4TOLWcU4A { background-color:#62748d;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; }#NAuBDIhUTNeqe77JU6EzrKD4TOLWcU4A > .row .container { border-width: 0; border-radius: 0; }#NAuBDIhUTNeqe77JU6EzrKD4TOLWcU4A > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NAuBDIhUTNeqe77JU6EzrKD4TOLWcU4A > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#eLdgxxBL9UQbcrpCSKSevmTQKr93i3Z5 { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;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; }
#ngBSha9s7lvqFWfmFKiig63P29Z1Vg6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sRknLR0FSBGTzgziVasJuhmfl0ozWMmE { 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; }
#Dsq8v3MhWHIDfkMKFKFMJOKlfNaAe9hQ { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -moz-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -ms-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -o-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#d4b392cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#d4b392cc' );";background-image: linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));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:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:19.625rem;top:7.4375rem;left:23.5625rem;display:block; }
#hfncyd4ecmRulUboxEEZIRItWWL5ubTL { 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; }
#AD4rFRiB0E9SE6TxLamhakV5a9WvIBaN { 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; }
#wIqDwWW8Qvoc5IvbetGNeL8skE7WNZ4e { 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; }
#LqIyVTbeNIQcMhOQXDenNrBnwDIImA2d { 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; }
#UmNNMkmCzHh4FFv6RcCZFiHfbGuoRehI { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;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; }
#hM7MN13W4woGtgGV6aFlbTqpqhrPCQXW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnzVCCurzxOClt8tioxGDOC2mhTEz5AQ { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:4.07421875rem;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:center;text-align-last:center;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-form-header {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-text {padding-top: 0; padding-bottom: 0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-select {padding-top: 0; padding-bottom: 0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-container:first-of-type{padding-top:0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-container:last-of-type{padding-bottom:0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.638671875rem;left:8.486328125rem; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF {display:block;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.638671875rem;left:8.486328125rem;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #LIzkw5mZoI1JdnsuGe1Bun4wNuIMlE0c { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #EhX5Hsbf6P9DN8TDIGkVdTWG63XCGm3P { position:relative;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #N8kD5uRHg7iaZRE79FxQw2qIUWmX6T5U { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #kVLe3KRod5uoua9eHUZkGWiteFhzZQFU { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #rhcZDfowxyrp0n4zJ2gsClMtOvzFvagB { position:relative;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #ixa6Uox7qLZnwVn54SJTXagPkqX9UV2y { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #add3bD9MUDsXCaKZAfdCQ0ADyBBGsXNz { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #Csc1adA4lSewQkBH3BKITZldo4q6IbWs { position:relative;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #hBPJVyRJCAiduFZKA3h7cMfULMS7trdB { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #i0tlUvlGRfhI0BikIqwkUm04mQeuRJAH { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #TU7NvQUGTETMhy1e32z5coS3sL7l9NvW { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #gTZGiSqLaE0mOiG9NMJHDSpdLyIWWUgk { position:relative;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #HLF7EPREytprdAFSV35C3qBT92xmeGf7 { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #m1uQ8FGTyykleihOhQwmO3DFl5PbRsiW { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #o4T5cXAOvgZDVAI560tKl2D6taREB9eF { position:relative; }
#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE { 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; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row .container { border-width: 0; border-radius: 0; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#yulKT9bwlRA2ALtbvxCnn0s8pQLOnyig { 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; }
#PyLqmdar7xhtvyx97GfDZrDT1wM9m1cu { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);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:8.75rem;left:47.5rem;display:block; }
#Ka4U0xXMyOV1rB6zdZ2gRJ8BRkRKIGU9 { 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; }
#vShRBdLqWrSTCfXCDil7lgk0PIwF0AsZ { 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; }
#Suf1L4visfrNBG87oo0wFUqBwfTWqlqy { position:absolute;display:block;z-index:15029;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#kpE4tJXSM4FSnEmOC0iFT6P0SZi4LrJZ { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:41.75rem;left:51.375rem; }
#fV7lKaMf8eXANF7agD8heq6H9dq46E9v { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:41.8125rem;left:47.8125rem; }
#fT4hPsyUbFTUK2pTARE3pr9TOd2lhBpR { 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; }
#UBOg343lzQ1Z8hwnkSZ80fcqyr34grTR { 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; }
#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 { background-color:#000000;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; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row .container { border-width: 0; border-radius: 0; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#RdIl2LkLfywthiyH7Ses0rKadTbrZCWQ { 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; }
#ONMEV658FvEif2ndTv477LnXOERBSsG1 { 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; }
#luO47zphLuy08eIREZKIJWJTAoFq8EsJ { 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; }
#ZphCms5twfRZECguQEuDRVN241ED2IJg { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#ZphCms5twfRZECguQEuDRVN241ED2IJg { border-width: 0; border-radius: 0; }#ZphCms5twfRZECguQEuDRVN241ED2IJg > .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; }#ZphCms5twfRZECguQEuDRVN241ED2IJg > .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; }#yHIZoTICTrilLI5NEd6EIDWkz3oJmECE { 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; }
#nAoTWV6UkwBSGgGVo9wpuPH9L1nOc19w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ef1oDNDREkQX5L3LDHni4nKxIxJr2XlK { 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; }
#zioOwoyxGWvu94ixr76ro8eV1w4Fhzid { 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; }
#PNSDXnqGmJaCyw7E40vDHqRaBTAHnDC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBb5vlbHgyv69OuwwJE5OvDWmrIU2PVy { 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; }
#FBb5vlbHgyv69OuwwJE5OvDWmrIU2PVy > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#M5FG9q769mFH91rB3qemhzL8nefGEtDN { 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; }
#PlOflgIfiQ62DT6wRWCDB3lhH7cBvTUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aA8PtPliyLRGOZocwXECGcrT7uuq3NOT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#myBDz91kyrdsq6K38I0g1qc4al4sEsQc { 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; }
#bUJ6GbWB12f0nTTa4N9nUd718HwcTAUn { 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; }
#DprJOd1vHDvLEb8swe7t8OHSlUeaieZx { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#etGOlibqJiVZ07W2SoSyxgnAyJ96H9pw { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cC3LprsSmhI4DydWduODgNBsLeGuVWkN { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxzOZuefLWkzvxTCUUI7SbeF30BRbzSS { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rL23QgFEOewumrFGllHTSg5F9riEnrcO { 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; }
#Og9zCgfS81FJ0EuZfJV4UxHQnv3TLO1V { 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; }
#ahUD9KD3KaBrBwdLkDZEPXsPXKAeW1Bg { 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; }
#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP { position:relative;z-index:auto;display:none; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP { border-width: 0; border-radius: 0; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .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; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.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; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container.adaptive-delivery-prevent-bg, #uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container.lazyload, #uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container.lazyloading { background-image: none; }#yNzoDrnuxRNKWfxolbZmkSotpPDyTE5C { position:absolute;display:block;z-index:15018;height:10.625rem;width:18.999rem;top:21.435546875rem;left:1.864013671875rem;display:block; }
#KU1XeMLNqvUoGxrlTEd0qrI5ZNVGx5x4 { position:absolute;display:block;z-index:15019;height:9.56175rem;width:17.06175rem;top:6.141357421875rem;left:3.878173828125rem;display:block; }
#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX { position:relative;display:none; }#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX { border-width: 0; border-radius: 0; }#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX > .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; }#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX > .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; }#UE4KDXVvVEE2qNyNIugdd3aIH3hzOshF { 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; }
#JIQ0hxL4QE5Z2KfGOIdm9gLkc8v8rz4C { 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; }
#yHtqV7wgdeloDes2HeTTawIakMvMdJum { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cf9P4ACMFCrLDR0C5dAu5zR7KegaDEsI { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:#b28c72;background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#XzECqmM3dvR88Zopif5BZZnmEDGsRT7L { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(178,140,114,0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-form-header {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #3d0000;border-left:0.125rem solid #3d0000;border-right:0.125rem solid #3d0000;border-bottom:0.125rem solid #3d0000;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;box-shadow: none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-text {padding-top: 0; padding-bottom: 0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #3d0000;border-left:0.125rem solid #3d0000;border-right:0.125rem solid #3d0000;border-bottom:0.125rem solid #3d0000;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;box-shadow: none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-select {padding-top: 0; padding-bottom: 0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-container:first-of-type{padding-top:0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-container:last-of-type{padding-bottom:0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh  { 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.69140625rem;left:8.9231758117675rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh {display:block;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh { 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.69140625rem;left:8.9231758117675rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #Fy9lB0HqkRehAPSL4mLeeUX1ANWorupo { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #FrtQ3PZT7IXkKgZTVqIZnSIqFT4nCZir { position:relative;display:none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #R92qmrUV5TUA4G0OgKMdxJUpV7Omhbrw { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #CkZVcBiPBHRn2fRmSW79TEm30bKOtlLT { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #xeGTz3M429BykbWPorixFq1BtsgbtWXW { position:relative;display:none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #fJqFMeyCe1IsN6XJorXFxeIsDVNynCMH { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #xZzlrIqtTXkXD2cb6B3ws7zLKCEL71Fy { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #HIDIFhL9IgbqNibLoBf4Tc8swKHJe03J { position:relative;display:none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #HkyEo3aDMxhEmwZcOadtLDlKfWTKTTTP { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #AEPRDKsTbVs26xIOwgnDkZd6VzWeuVQ0 { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #aSuhh6Tuua2wgyhwd1wmlwerg33ggQoz { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #wAxPmLt30InMTRzRPutslOwpv1v2gSNT { position:relative;display:none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #GAxKGXS3SD2G92WrLCm7hutOrMOax4PL { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #lb3FAUKVGQzFdBCE3y0hSzdepqqV3p7M { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #aFGC8STis9gnFX7yGlzbJvs8Wo0Cednm { position:relative; }
#NsoxpJvXgNbRMp6s99NNfSzvChJqkn8b { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"alw font";font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;text-shadow:0.3125rem 0rem 0.6875rem rgba(0,0,0,0.5);top:22.5439453125rem;left:11.23681640625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es { position:relative;display:none; }#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es { border-width: 0; border-radius: 0; }#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es > .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; }#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es > .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:28.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; }#ln44wTC01spoPEuGxN2zS80lOUwwolfA { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.962890625rem;left:10.6552734375rem;height:3.98144375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JxSHVam7bQU6CiCIEHaIsyxDyoIkv6I2 { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.8115234375rem;left:17.8740234375rem;height:2rem;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; }
#r1Ah63fK8HnDSmTxGsMmwJxIXVGCRaPR { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.5625rem;left:2.25rem;height:2rem;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; }
#ZQUOexQd2WEDeDe5byyoA27zhssCOvGB { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.31201171875rem;left:14.74951171875rem;height:2rem;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; }
#HXBPlDGIoiJgv0GWC52fC87VehwKrJnS { color:#050505;display:block;width:45.3125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.0615234375rem;left:9.6240234375rem;height:2rem;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; }
#DebKTXtqf00u7fmWCL6llypxiRQRNcoi { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#A4saJMNgCsyP7v6yTdZP3QcIl6rlyi0w { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.693359375rem;left:54.24609375rem;display:block; }
#bp1uBPfDmT1vN6Azz96vptwKAKX4E4ie { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:9.94384765625rem;left:54.24609375rem;display:block; }
#E35JOsg4vr4PtKsSe0FHOtITLX33hEqf { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.19287109375rem;left:54.24609375rem;display:block; }
#KFcntXcEQbLaBHZ0NyywEJXfP8EPCzw3 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:15.44140625rem;left:54.24609375rem;display:block; }
#TpbTPFsmsViQU5TcRGrMDdzLT5tnhRCd { 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:73.625rem;width:60rem;display:none; }
#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse { position:relative;display:none; }#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse { border-width: 0; border-radius: 0; }#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse > .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; }#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse > .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:36.375rem;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; }#qzdz3bKJnolbHp5xtXf3ds4uqytAukh9 { position:absolute;display:block;z-index:15000;height:21.7480625rem;width:38.75rem;top:9.21630859375rem;left:9.990234375rem;display:block; }
#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { position:relative;display:none; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { border-width: 0; border-radius: 0; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .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; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .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.3125rem;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; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.adaptive-delivery-prevent-bg, #VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.lazyload, #VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.lazyloading { background-image: none; }#Uf06niPgeiJTaKxLXSMBUFPy94T9pbXD { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixvEfoaslLLAHS8XGJZ4FRQQ1ah7pR74 { 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; }
#zHFVhRdol2mHBDk5cOKxJgMyDF5bEwmK { 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; }
#khgeJzhdIyDpBv5tfFoU8xMM2GOTrc2c { 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; }
#yVztlVO87n4FkdODczF5goiPa7JQT4QR { color:rgba(30,30,30,0.7);display:block;width:11.9983125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.87646484375rem;left:14.217529296875rem;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; }
#HszQNpk8FL3ZTisRxupWkc4sv0UzfcNR { 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.687255859375rem;left:16.311767578125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F8sagriTyMitMCorgpNZIksKTXpNtkpF { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uxqtF4gr3pzRKtm3QWOGdfT4cCJ6q8nv { 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.374267578125rem;left:17.311767578125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#opP3U6aMmHBPqO7xmDkbwDgPsXvhOTJF { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.3125rem;left:13.625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t1f6TTHfgKg7WTzRhRedLa7tQk8nDw7I { 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.562255859375rem;left:16.1875rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbdp7kGq3Ee1S7meHRkcWqsWoADfGKLO { 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; }
#bdkDCqKPRGKp3nLF2hsSxsLt8mutJGe3 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.51953125rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpDZgltuEvKRsOUAPw3FVkMakPQIraUh { 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; }
#tyODznMqHhu28lb4330TPeezb7gL1pCT { 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; }
#NCxSw6T6MiWBNQ0bSZ0EqHOTH4fBFrXe { 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; }
#onpPF2g905pT4GgFDx5x4gCxbXcq8RJx { 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; }
#ozVFXI1nxVskbnvCIuNNptILO83ggn09 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:33.22509765625rem;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; }
#OZbpLDIC5UTVwygRSUWakqVTxsTVpqE9 { 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.52685546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XDosqlTmpNkwfpeod5uTS2JqIJfFg7Ku { 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; }
#ShnausgmrvqHsTCbJVTLH0V9NAn0T3hq { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.685546875rem;left:7.685546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bNME8dUkcf8c9GC4ixVdPRJS2fMcAcKS { 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; }
#TBcVze7yGpwsEvTAyADmAcBaAO0dQCRF { 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; }
#yAiiGmV22W7WopxBWJG08Lsoz3evZ1Zk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bhJLMA1cwRX10CGANCW7bUyIi1Ow8ss4 { 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; }
#TUwQz5etqaU1kyueHuZepf5BOVv6IyRu { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.70543125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#i3xq9xTnb8Ud2C5yovkIFyg2zzlLkTeM { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:14.244384765625rem;left:16.124267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lMobL03l9lhTdlVfyr2w854IlXGnusM8 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:14.244384765625rem;left:3.20068359375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ND9T51GsFa1TLVEBP4Awut3HoeUWLbu0 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:23.75537109375rem;left:15.575439453125rem;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; }
#f1QtiWvzoRPMHr1SGp8kuoDdnRRvEvTB { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:23.75537109375rem;left:3.827880859375rem;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; }
#LvGZ3JVxJLxDAfdevNWFTMyMmLTOMsVB { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:33.1884765625rem;left:16.17919921875rem;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; }
#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { position:relative;display:none; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { border-width: 0; border-radius: 0; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .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; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .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; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.adaptive-delivery-prevent-bg, #xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.lazyload, #xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.lazyloading { background-image: none; }#eMbe8Xwad66xbwD5wW2WiTeVwn2KZ6Zo { 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; }
#H3JCO1NvWO7VWk8ExCgMTU3ZsaEePpLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJWcy87tAITadEsHhQtivTqxvSr5CnwQ { 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; }
#WLeswJZVkf6sGZcB9Wzw19pwEQeBH0yV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ehBDwFDe6CbzK5OsTfHCB1LfaZOFetJp { 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; }
#WPo5XV4rN8NTztA099e95FQNf8kgn9at { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmZ8Xmuyr7puxpvZlFvSMsPAzDkAUgVr { 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; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd { 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; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo { 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; }
#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OudIyxT2GD7WfViOap14CmN4daTdzsUP { 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; }
#mbT7GqpC4hGSKJWo8aRpQre9DPKDVh3f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm { 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; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#BgOokiX9oNPH8MoDKCRPsXLo79ZEi6Cs { 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; }
#nXk7zUu7CCK4ilLkqwhHE0Kc1ObLDLv7 { 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; }
#S6HW83p4SgqynL4n0lOuToKaZkZg5Dv8 { 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; }
#uqtwwCWUNgJONm71JcaCywQFGoTI4HOz { 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; }
#ugOmI1kFhyB3CiEuZc1smT7SzbWExtnF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WL2qbGbVpWSmr0TWUMq7LxRRbJSdUMTH { 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; }
#aBO5khO6QOcreSJnDlZ8X2sd0SABm5fM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4sKtPF5Kt9L5lgclwF90ucO85NkbQeU { 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; }
#IiXLceVD4BQB01sWk2uNbXXWG5gkHEJE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z5mAsIbWV0DlbpoQCyu3yNpBWV5ggWK4 { 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; }
#Tq7mPbs704mWNA9QCrGT2eXXdnOT3y1x { 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; }
#AViE04P70yatpGMrh7d21ek82pMK6k7R { 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; }
#tffuX8rNUtb8mPBb0HLKIBkNi1AtS8eq { 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; }
#cAkR1VBKwFFL5A24AR8DNCpt7cecMyP2 { 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; }
#LhIh1fITiRi3NBU5Dhcdszdin3fP30QC { 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; }
#XprUUXoeATre3FmGyl3UWV799x6kxVHB { 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; }
#MqfdIxQ77KTeHDw5Bbpi3pk001Rhr7Qv { 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; }
#iHBPvJo83Pn3R1ABmuNmaLoe9WkwpbCW { 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; }
#ONKwLW6fawKBWXcymxzzb55Mcsk2mQgh { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#Nn6Trki1Po8vzTqZp9IVoBN5qzIQIQoI { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { position:relative;display:none; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { border-width: 0; border-radius: 0; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .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; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .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; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.adaptive-delivery-prevent-bg, #ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.lazyload, #ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.lazyloading { background-image: none; }#xdycfDZW3UiLOarsEBd3V5fDxd4kUtPz { 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; }
#NfRThckNK31xR3pQvqpXH6cMxWKBT8Zt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImPCadRhFLIzzuPEURCp126E2kXMFDXT { 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; }
#bXM8nn1BGI8qoN5IvqIn829ZrWQDCsMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLsEm6c7SPKKis5IBWUNW0lN23tZQP5r { 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; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym { 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; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#kJLCKGqmE0HlJMzhCAdxSZW8F0c0MIV3 { 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; }
#NIWJX9QFupsk6UGh1p8BTlHuHfOOLx3G { 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; }
#XFUeblB08mmPBvTR9iU9Ifv4CfPH2dxx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 { position:relative;display:none; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 { border-width: 0; border-radius: 0; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .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; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .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; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container.adaptive-delivery-prevent-bg, #nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container.lazyload, #nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container.lazyloading { background-image: none; }#ycJChUkGP4XRiwOchPmn1X1q9n0SDlos { 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.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JlPvlpCxtTtCwsJ1bhSAtu9Ea1PKKqwr { 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.2554375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUrUsq8fTxTIOrzkABuWTuT2gW0Lg0lQ { 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.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4dUnDgMuFDoNRXdcdhCV5N0WJmoMkOF { 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.2554375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBgyq0A36oNcatpSdnzilH1qU6lA8hhN { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,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; }
#cHga0gE0uRVUtmLLzi5pWiZJybBf7l7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HnKiwolFclKEh2AaeHsl48uric1efh6z { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(302deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(302deg, #a1f2f3, #7f6048);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(0,0,0,0.5) ;height:13.75rem;width:25rem;top:9.75rem;left:3rem;display:block; }
#LmRpBx8UL1gr7M0HeOPNoyag88O9RtTk { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -moz-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -ms-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -o-linear-gradient(302deg, #7f6048, #a1f2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6048', endColorstr='#a1f2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6048', endColorstr='#a1f2f3' );";background-image: linear-gradient(302deg, #7f6048, #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(0,0,0,0.5) ;height:13.75rem;width:25rem;top:24.871826171875rem;left:17.421875rem;display:block; }
#Db5BNAO0TabnEvrKv78qkB2Wq7csKlzV { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,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; }
#yv3IPPw12WmGUFypnWlMTd2FLIwmIERU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fdg0499hfKJrTCX6TI9DuehzL6XVnVqf { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);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(0,0,0,0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#WtsTOz3IHtTGTKU4cGsi77quF67LSTqA { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(55deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(55deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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(0,0,0,0.5) ;height:4.8120125rem;width:35.3125rem;top:1.5625rem;left:11.011962890625rem;display:block; }
#UzNcm4gcTMBMTrU6S7vPcg3KWv5EF1Qa { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);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(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#hCnlfiJ9pZVtIZoKhJ6BUwZ7vspivbmD { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);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(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#ni9Ww6aHmN1sQz6panTBRTTRTINGH2vp { 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(0,0,0,0.5);top:2.0458984375rem;left:16.1865234375rem;height:3.99956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AxNWeEktO2WDl0of0TuO537LoSsqyfn7 { 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; }
#OcKhQr8A0XNhLrOV17yOTBXTFCTQ9kIW { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(302deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(302deg, #a1f2f3, #7f6048);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(0,0,0,0.5) ;height:13.75rem;width:25.125rem;top:9.75rem;left:31.8125rem;display:block; }
#WVv2Jb4mQp7wz5sATL8v2eKCQD0Gx1SG { 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.10069375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wzNwpdwgUIL673AIPs5ZvpoDFcSv7kCq { 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.2554375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lHVpGHmNBPL0rbMEz9iICtdXvdg7JFaJ { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,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; }
#kDRQUt4agEZFDfwZR4RwhpWXRBMxNokW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SsGpNSJy16yT76DVTyttc8PXxRoO3GTu { 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; }
#hk523zl7eNSw0JkFNWlmSHmqqPD9AyqT { 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; }
#zyFnkOHsNZ5sZE1gCFXyGUKTV58OiThT { 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; }
#MbOS8dCWgmq497uJO9Z5OeNMvTd7rVHr { 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; }
#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { position:relative;display:none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { border-width: 0; border-radius: 0; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .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; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .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; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container.adaptive-delivery-prevent-bg, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container.lazyload, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container.lazyloading { background-image: none; }#dEpCaqtN5XQhu7Oq2I6591FDw3SZrPPV { 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; }
#pU3bJegnJG1m2PWrzUEEtDpGTUSVsViq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SCDw2xcflAbFyJgGvCEMZe3IzA0Jt8yk { 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; }
#JKTW9nmFSHUTPQb8h2OiMi4mlon0yve7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWptfmhaGZkLpT033OCoTDpALD4xCDzl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.625rem;left:6.65625rem;display:block; }
#ynIWU6k5fUHk84v4H2Ovu4aiGZ5ler5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SCxTkTfrHAQhJnayoMvXxudQQ9HXK9ne { 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; }
#FeCFzrBMiq35nUSLtAUqd8nAxzK7uh7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l8oJ7TJswIqI9rXbdoNrK7DmNtkwOvbw { 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; }
#asdQ9xAnUsL1vaBByonui3GfZmIPt97e { 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:15037;top:19.125rem;left:43.125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#ZZlSXbaWKebdsmVVqlI07uDqE6HhdK8i { 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; }
#WDTGI4dvxQN4iTvEOXxKTD5T5Dtgu4zh { 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.3;letter-spacing:0;top:24.075523376465rem;left:44.179689407349rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDXHTKyPWSlQ9VOkEWF7uvo8Dn7Bb4ul { background-color:#bb8d65;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; }
#Fg25VK57QJQ3w8ClEDAwWxGZz44l0X4t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JrsNwmJpJs6yWR215Ficct5TmvPgZfXh { 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.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9qra3e2vTDBsURwqDwT5ArWzcxNOGCU { 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; }
#ysQuMADmzoy4hnPT6Wn8H8J4oVJW9m4C { 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:15043;top:19.125rem;left:22.5rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#PavSgGxWqkmbrboKfXaihledhQXIEqig { 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; }
#Lg5m0ghp3gqlKvxxUnA5wQhew9sTqQvc { 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.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUJQndpbTpzOukdiqEXGty9FGxRPcTIE { 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; }
#HiqA5GWQQT9LnCbJUWpyPdZ2ZhFFNFf8 { 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.3;letter-spacing:0;top:24.075523376465rem;left:23.812501907349rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6GWkqc3XnbGAGAKQTAfI9GIoSVQI9dp { background-color:#bb8d65;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; }
#x7ozkuPG4BsA18IbcOoAfU2qKQJpv3x0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBm3cE2nbqnbVdldTX8ZXM3EqQzgDAvn { 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:15049;top:19.125rem;left:1.875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#BTd1amR9ZfBP88kSKWbFQEgUt8vqbMyp { 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; }
#oJozl4bH81S6A5JItegaaXDsU9xoWGIF { 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.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X624kuCvsqehIZVhCRuvh57D6dR7eehW { 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; }
#TFQESCBKNsOehnMWSrQ8rZHv8onTBlqW { color:#0e193d;display:block;width:9.8730625rem;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.875001907349rem;left:3.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sHRiFuOApzkKyWF8o6OoDFunLGzTFr8G { background-color:#bb8d65;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; }
#cPNCwQEQac7IAwEOTEpHOiNLOWZ1raZS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ba0UfEQCnRzloCQedQ0emwhZSuhTS6WD { 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:15055;top:32.75rem;left:43.1875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#bfJsBiK8cwZiqNBockCWdU6h5JAPmILF { 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; }
#sf1LM17g3VG9EiTN5N1zMu2Tm30ETfSD { 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.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kpCCVoaJivuBK9M2LT4DR8VTTItt5bTG { 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; }
#vwmTU6Qq1df05BK0PIyFsFteCBnQn12Q { 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; }
#kukP57dTsBpBxP0KrkRuUUhbwH2LMwgh { background-color:#bb8d65;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; }
#tWRl1k7zUqX9d8eeCW2VFCDrxR2emRMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0POU0wL8CnrKSRpXN8UiTqaREkrMRr6 { 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:15061;top:32.75rem;left:22.75rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#QfeEliKpeevXyyyNhoagXp1p7eSTM2Tu { 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; }
#Rh0eTlTO2olJ6UchcXWLuAn8SuFgtx3z { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:34.375rem;left:25.875rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kyJ1Ao8DG72tvPfLcKATaIICC1rCvVpf { 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; }
#gl3w8GkcoBb1gsgQDKC0FRzZU57ZTHC6 { 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; }
#b0m8GmPF3nSFWHQfAP6vdQQvCEgi92MJ { background-color:#bb8d65;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; }
#GRuvtmE13TBeFTzSgTVNRXWxa96DSxwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#plKPgWLzGypAMKNzSaad81uESTN7bK89 { 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:15067;top:32.75rem;left:1.8125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#DPR757nn6NGJD9lQyOznlXVBqVCxzDbL { 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; }
#xmleTtMasgt8JsoIukgE2nqKTcfHmCfn { 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; }
#W1DkM55V6PxnSsk3cLO7WPtOCm4oFSXu { 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; }
#iiqMn1LVze6hV2qIVmwHi2pSf3qwXQn1 { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15071;line-height:1.5;letter-spacing:0;top:38.0625rem;left:3rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVaJ2RMs5H28GXByCPFDtrkMhi1TZuTp { background-color:#bb8d65;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; }
#nxPwOAR8HA2RDZP5IncPlSTH72n5fbk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#QwwwSDnLAF9AcFDUN7xyTli2ucCecPHP { display:none; }#QwwwSDnLAF9AcFDUN7xyTli2ucCecPHP > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#B1DIoIGvIhqMdo8uPiiGfWHkJ91XyT4x { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#sqdd6kHt7L4D4mNNlhNG5hfyctycdnPs { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#BACf5wqpiTsCi3I6TMC00eCwkkJDtqgL { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#OucTKPvTTgoc34AV0yJ47Nf0B2TTmSkV { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#osodLkwM52ayavL4eUHhWzidKzgiP45z { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#kWtBPOId2nHJWvCIfedaR1bSMTJtAHCr { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#ck2CMR4R9024xEoaslZV8m8fOWCnT7J8 { width:;height:;display:none; }
#PTdNqioRJJe7CwHcziR2pL1cToftrWCk { display:block; }
#oQNrBJHKEPEIP6hazOly6GgOA9Iu8ZUp { width:;height:;display:none; }
#Ieb6z8wrtRWWuciWxlRLTJptEM8zIpZD { display:block; }
#AWRBx7kFXa4V3CZK8wF0B5te9CeJCEB1 { width:;height:;display:none; }
#vwXayEqoLwCTKbgeTvOgfps8R7ria8ci { display:block; }
#g71g94czR3gsxbAk1vZ1xzIgPZax0TDA { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#lC54823bSmVQp2UthPfVzZUixELxGwLV { width:0;height:0;display:none; }
#D4M5SAQs5qMkAG4PEr5O6ENrzf5vulBd { display:block; }
#g51FZeKVhd8ncXDssnJRThkqJQ5urqr0 { display:none; }
#nEqh1vs1SdbVfn8XUtZ8TvyLcKRiBW2Q { width:0;height:0;display:none; }
#y5SLPNq1Z9toZC8nDmler6oKOGZZGomZ { display:block; }
#iTCSlpRIQdxkzmv4GzhVUMqIUuzw01HS { display:none; }
#CyeCy4AnO8ez3BGTLPkndsaov3CyzLZq { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#AQa33LFSS79U9nqwQqd2ifRovDQnMDrt { display:none; }#AQa33LFSS79U9nqwQqd2ifRovDQnMDrt > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#Zzoa0qsXd91PiUGhuv5yQTrfubdIlTo8 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#VWCsUwvdIgrT2Q1G7RsGOL6TFRtrkXQv { display:block; }
#SaTZ64reg5iV1zOFk6EBu0wWIkLo5bxl { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#SaTZ64reg5iV1zOFk6EBu0wWIkLo5bxl > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#p7AFTggHziK5xZqTZ7oZch8yKoIxONTe { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#ooRHOFrJ60xXxrTdTTmTxbvOb31B6ikU { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:block; }
#TyWHC0BUsI3lFZsFHPZQRZpNws45Lcf0 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#b05ThKgoqMQfdeHCwK4TqK2p4ISvmgIr { display:block; }
#XgAWGTrqiGzRlbl4ryCmaP1ssZ3XFVfk { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB { display:none; }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#MzoJcSO3ITMW2q0QnIwP3h9SXzsyfodt { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#Kgy0JXRcSK9eTOrCG9TFUoQl1cTVvgmT { display:block; }
#RhphOMEFvJl5LJuRs7w0vnGT696HKgtw { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#RhphOMEFvJl5LJuRs7w0vnGT696HKgtw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#vREyhC7Ih8dynWzmhcUyPLpGUTsOh7dT { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#h56OtLRdHQqAMw2cF4loElrDPSg7mTDI { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:block; }
#WGf3hdxJTbwuBERkKxQA4Ir2MygAZzLC { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#fQayberPqtSKbtNnrolTyB9BM1aBzrC1 { display:block; }
#lmS3hDnhty2i1zRtdQHOsrU1rSRPBAmq { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC { display:none; }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#ecAzD1JSBE7XRCoozuo3FZdwCCnxl3Cx { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#Tk3Caq3WXmt1MZZgCuEzXihPBwIZH0Wb { display:block; }
#r7Nxhbh3AD2rnD1z1byBKPkU7ndfvv1c { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#r7Nxhbh3AD2rnD1z1byBKPkU7ndfvv1c > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#iImbKZgrGt110dMzOZPbJO1bo71JG5OI { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#ht3LoZFqCBWgQ7AHbqTfQMlf5fa4KWr0 { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:block; }
#C6xIdc8vXJAtFrlPPCNgDsLU2QkRTHCH { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#ATpowC7wZSMwcCcLqC6nF9o8kdfZXrsg { display:block; }
#PDbUHcMO6QTBkQ7NU9nPIy2zWBgPHr1o { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#dqyus73Saxdl2XEft61i92u1WxhQHSN2 { display:none; }#dqyus73Saxdl2XEft61i92u1WxhQHSN2 > .row .container { width:47.75rem;position:relative;display:none; }#ZetCgZBw2ANZSoDWTnE3CEELrb7NRklF { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#dnzzsFN9UdLnTIRM9u3BLZEscsHhZghk { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#n8cgSUA4aLpfOJqt3XGIQATFAORoJkJf { display:block; }
#nssgwX8UQiWUudGVZzg75IAST4xkGBnx { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#p9cEkNqLKx0tpVaebrdOyJZJzG1o6ArL { display:block; }
#ORKqCnq8D2WZmZxixx9z9HTyxLyTQXrJ { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#x8knpsncucbPxxOKK8irJWTq1KbdL8yr { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#sio1ObhqT27s75tECCOCIduKo6J7biBH { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#JTKEN3o67BeWZp1CAfFvEDT8rBFZKuEW { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#lrXvrx3JghKkq0PTimP6bzwKmvMdZdWU { top:0rem;left:17.125rem;width:30.625rem;height:20.381798828125rem;display:block; }
#HwVmvlVTennnXT4m62TQL1XbsDsJRTPu { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#iHyFzbfdahEdF2iaSHQQvKqShGo8imz2 { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#dUmODqtR2ccV7qfgGFukTIRrndecZGOm { display:none; }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm > .row .container { width:47.75rem;position:relative;display:none; }#wiXV4BW6Vmk99u1d5aT4UXL7T1hQGDOx { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#OOWlMsCedXkT1n43elat8fhHP49mMi5r { width:47.75rem;height:19rem;display:none; }
#Sa8iOXg1XIVoWcq1u2V16MQdOcvQtoIP { width:14.0625rem;height:5.125rem;display:none; }
#Eg0EPDy5EgnPWNSbg1T0wLTGsdJUF3wg { display:none; }#Eg0EPDy5EgnPWNSbg1T0wLTGsdJUF3wg > .row .container { width:47.75rem;position:relative;display:none; }#RtT2uRTZ4HcwtHRSKLmgPtxbUvfVeFVf { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#x5QgPUtwyxROKKG0WwvceMFk1Gu4ge1M { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#yNv63clIpTsXmJsWC6Ecggy12uboZZJ1 { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#logoDZNP9NqRhuPT3XHO1F6x3WSrSCIV { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#mSAnBr1NgkywP94dS5nBSzA0QV80cI5y { display:none; }#mSAnBr1NgkywP94dS5nBSzA0QV80cI5y > .row .container { width:47.5rem;position:relative;display:none; }#XTFCvFWimmU68w33x5Gn4sznf43POkNA { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#rTunNtxuER5EF9UypTWcCitbIBGkafIE { top:3.4375rem;left:0rem;width:20rem;height:13.5rem;font-size:1rem;display:block; }
#c1KdvvTt4wAmnaTwzaFVNQ3fVkeh1Hm4 { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#sDTRDKo2S7yxpSVlKd07DMIpMrABuMKB { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#AM1pkIXDkqoiUTq0RqTVJIX8TFNGSVZR { display:block; }
#aVXOIslykWtge6guT4mCfcy41KD6bLga { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#LkVVrR3Se9GcuczAa4iMPpC6VktKty6T { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#TFEcW4gcF760hAgeQbMZLtsLhlMx3OKm { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#hRniistNPedHsEXyEOKu60WL4TZUJAUw { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#Na881bbee079b81fc4058dd3cba022f3.widget-smartsection { display:none; } #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection *:focus-visible, #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection input[type="text"]:focus-visible, #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection input[type="email"]:focus-visible, #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection input[type="tel"]:focus-visible, #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection textarea:focus-visible { outline: none; } #euSn3b5AQTDp6cr0UtkogE7yMdZseJX1 > .row .container { width:47.75rem;position:relative;display:none; }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB { display:none; }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB > .row .container { width:47.75rem;position:relative;display:none; }#upE310czWZGhf0F0NbW3RtQ2SMJHLazA { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#pWWFuTmCzQ2OfCVmg5ACU5qTL6VL70W9 { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#lCRbL0QypXDqUHXT54odaoRQ8xTAUETv { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#wB18fwXIw6lRn2wdweVVhSFoVRT4xXUl { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#fHKzamMBMyLfsbPrdAp7qRvflGUFv378 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#zWkg2yHp75e9sTWgik6T21HKl0q6oWVX { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#RDJi8TUNRuGwhksVPzrS1IREh6tft9qf { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#thp5elQz29TFkBuuTsIE7Dxav9Ol3cgw { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#l7d3OnSy2OBt0Fc1EvhoXB9q8OOO33Ln { width:;height:;top:0rem;display:none; }
#NAuBDIhUTNeqe77JU6EzrKD4TOLWcU4A { display:none; }#NAuBDIhUTNeqe77JU6EzrKD4TOLWcU4A > .row .container { width:47.5rem;position:relative;display:none; }#eLdgxxBL9UQbcrpCSKSevmTQKr93i3Z5 { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#ngBSha9s7lvqFWfmFKiig63P29Z1Vg6z { display:block; }
#sRknLR0FSBGTzgziVasJuhmfl0ozWMmE { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#Dsq8v3MhWHIDfkMKFKFMJOKlfNaAe9hQ { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#hfncyd4ecmRulUboxEEZIRItWWL5ubTL { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#AD4rFRiB0E9SE6TxLamhakV5a9WvIBaN { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#wIqDwWW8Qvoc5IvbetGNeL8skE7WNZ4e { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#LqIyVTbeNIQcMhOQXDenNrBnwDIImA2d { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#UmNNMkmCzHh4FFv6RcCZFiHfbGuoRehI { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#hM7MN13W4woGtgGV6aFlbTqpqhrPCQXW { display:block; }
#TnzVCCurzxOClt8tioxGDOC2mhTEz5AQ { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-text {padding-top: 0; padding-bottom: 0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-select {padding-top: 0; padding-bottom: 0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF  { width:17.5rem;height:auto;top:3.625rem;left:2.361328125rem; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF {display:block;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF { width:17.5rem;height:auto;top:3.625rem;left:2.361328125rem;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #LIzkw5mZoI1JdnsuGe1Bun4wNuIMlE0c {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #EhX5Hsbf6P9DN8TDIGkVdTWG63XCGm3P {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #N8kD5uRHg7iaZRE79FxQw2qIUWmX6T5U {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #kVLe3KRod5uoua9eHUZkGWiteFhzZQFU {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #rhcZDfowxyrp0n4zJ2gsClMtOvzFvagB {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #ixa6Uox7qLZnwVn54SJTXagPkqX9UV2y {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #add3bD9MUDsXCaKZAfdCQ0ADyBBGsXNz {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #Csc1adA4lSewQkBH3BKITZldo4q6IbWs {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #hBPJVyRJCAiduFZKA3h7cMfULMS7trdB {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #i0tlUvlGRfhI0BikIqwkUm04mQeuRJAH {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #TU7NvQUGTETMhy1e32z5coS3sL7l9NvW {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #gTZGiSqLaE0mOiG9NMJHDSpdLyIWWUgk {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #HLF7EPREytprdAFSV35C3qBT92xmeGf7 {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #m1uQ8FGTyykleihOhQwmO3DFl5PbRsiW {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #o4T5cXAOvgZDVAI560tKl2D6taREB9eF {  }
#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE { display:none; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row .container { width:47.5rem;position:relative;display:none; }#yulKT9bwlRA2ALtbvxCnn0s8pQLOnyig { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#PyLqmdar7xhtvyx97GfDZrDT1wM9m1cu { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#Ka4U0xXMyOV1rB6zdZ2gRJ8BRkRKIGU9 { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#vShRBdLqWrSTCfXCDil7lgk0PIwF0AsZ { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#Suf1L4visfrNBG87oo0wFUqBwfTWqlqy { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#kpE4tJXSM4FSnEmOC0iFT6P0SZi4LrJZ { top:41.6875rem;left:45.25rem;width:2.4375rem;height:2.4375rem;display:block; }
#fV7lKaMf8eXANF7agD8heq6H9dq46E9v { top:41.75rem;left:41.6875rem;width:2.5rem;height:2.5rem;display:block; }
#fT4hPsyUbFTUK2pTARE3pr9TOd2lhBpR { top:0rem;width:;height:;display:none; }
#UBOg343lzQ1Z8hwnkSZ80fcqyr34grTR { top:0rem;width:;height:;display:none; }
#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 { display:none; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row .container { width:47.5rem;position:relative;display:none; }#RdIl2LkLfywthiyH7Ses0rKadTbrZCWQ { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#ONMEV658FvEif2ndTv477LnXOERBSsG1 { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#luO47zphLuy08eIREZKIJWJTAoFq8EsJ { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#ZphCms5twfRZECguQEuDRVN241ED2IJg { display:block; }#ZphCms5twfRZECguQEuDRVN241ED2IJg > .row .container { width:47.75rem;position:relative;display:block; }#yHIZoTICTrilLI5NEd6EIDWkz3oJmECE { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#nAoTWV6UkwBSGgGVo9wpuPH9L1nOc19w { display:block; }
#ef1oDNDREkQX5L3LDHni4nKxIxJr2XlK { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#zioOwoyxGWvu94ixr76ro8eV1w4Fhzid { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#PNSDXnqGmJaCyw7E40vDHqRaBTAHnDC2 { display:block; }
#FBb5vlbHgyv69OuwwJE5OvDWmrIU2PVy { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#FBb5vlbHgyv69OuwwJE5OvDWmrIU2PVy > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#M5FG9q769mFH91rB3qemhzL8nefGEtDN { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#PlOflgIfiQ62DT6wRWCDB3lhH7cBvTUy { display:block; }
#aA8PtPliyLRGOZocwXECGcrT7uuq3NOT { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#myBDz91kyrdsq6K38I0g1qc4al4sEsQc { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#bUJ6GbWB12f0nTTa4N9nUd718HwcTAUn { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#DprJOd1vHDvLEb8swe7t8OHSlUeaieZx { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#etGOlibqJiVZ07W2SoSyxgnAyJ96H9pw { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#cC3LprsSmhI4DydWduODgNBsLeGuVWkN { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#RxzOZuefLWkzvxTCUUI7SbeF30BRbzSS { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#rL23QgFEOewumrFGllHTSg5F9riEnrcO { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#Og9zCgfS81FJ0EuZfJV4UxHQnv3TLO1V { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#ahUD9KD3KaBrBwdLkDZEPXsPXKAeW1Bg { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP { display:block; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container { width:47.75rem;position:relative;display:block; }#yNzoDrnuxRNKWfxolbZmkSotpPDyTE5C { top:21.375rem;left:0rem;width:18.9375rem;height:10.625rem;display:block; }
#KU1XeMLNqvUoGxrlTEd0qrI5ZNVGx5x4 { top:6.125rem;left:0rem;width:17rem;height:9.5rem;display:block; }
#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX { display:block; }#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX > .row .container { width:47.75rem;position:relative;display:block; }#UE4KDXVvVEE2qNyNIugdd3aIH3hzOshF { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#JIQ0hxL4QE5Z2KfGOIdm9gLkc8v8rz4C { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#yHtqV7wgdeloDes2HeTTawIakMvMdJum { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#cf9P4ACMFCrLDR0C5dAu5zR7KegaDEsI { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#XzECqmM3dvR88Zopif5BZZnmEDGsRT7L { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-text {padding-top: 0; padding-bottom: 0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-select {padding-top: 0; padding-bottom: 0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh  { width:17.5rem;height:auto;top:2.6875rem;left:2.7981758117676rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh {display:block;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh { width:17.5rem;height:auto;top:2.6875rem;left:2.7981758117676rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #Fy9lB0HqkRehAPSL4mLeeUX1ANWorupo {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #FrtQ3PZT7IXkKgZTVqIZnSIqFT4nCZir {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #R92qmrUV5TUA4G0OgKMdxJUpV7Omhbrw {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #CkZVcBiPBHRn2fRmSW79TEm30bKOtlLT {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #xeGTz3M429BykbWPorixFq1BtsgbtWXW {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #fJqFMeyCe1IsN6XJorXFxeIsDVNynCMH {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #xZzlrIqtTXkXD2cb6B3ws7zLKCEL71Fy {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #HIDIFhL9IgbqNibLoBf4Tc8swKHJe03J {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #HkyEo3aDMxhEmwZcOadtLDlKfWTKTTTP {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #AEPRDKsTbVs26xIOwgnDkZd6VzWeuVQ0 {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #aSuhh6Tuua2wgyhwd1wmlwerg33ggQoz {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #wAxPmLt30InMTRzRPutslOwpv1v2gSNT {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #GAxKGXS3SD2G92WrLCm7hutOrMOax4PL {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #lb3FAUKVGQzFdBCE3y0hSzdepqqV3p7M {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #aFGC8STis9gnFX7yGlzbJvs8Wo0Cednm {  }
#NsoxpJvXgNbRMp6s99NNfSzvChJqkn8b { top:22.5rem;left:5.11181640625rem;width:15.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es { display:none; }#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es > .row .container { width:47.75rem;position:relative;display:none; }#ln44wTC01spoPEuGxN2zS80lOUwwolfA { top:3.9375rem;left:4.5302734375rem;width:20rem;height:2.5625rem;font-size:3.0625rem;display:none; }
#JxSHVam7bQU6CiCIEHaIsyxDyoIkv6I2 { width:37.0625rem;height:2rem;top:8.75rem;left:10.6875rem;font-size:0.875rem;display:none; }
#r1Ah63fK8HnDSmTxGsMmwJxIXVGCRaPR { width:47.75rem;height:2rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#ZQUOexQd2WEDeDe5byyoA27zhssCOvGB { width:40.1875rem;height:2rem;top:14.25rem;left:7.5625rem;font-size:0.875rem;display:none; }
#HXBPlDGIoiJgv0GWC52fC87VehwKrJnS { width:45.3125rem;height:2rem;top:17rem;left:2.4375rem;font-size:0.875rem;display:none; }
#DebKTXtqf00u7fmWCL6llypxiRQRNcoi { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#A4saJMNgCsyP7v6yTdZP3QcIl6rlyi0w { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#bp1uBPfDmT1vN6Azz96vptwKAKX4E4ie { width:3.625rem;height:3.625rem;top:9.9375rem;left:44.125rem;font-size:2.5rem;display:none; }
#E35JOsg4vr4PtKsSe0FHOtITLX33hEqf { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#KFcntXcEQbLaBHZ0NyywEJXfP8EPCzw3 { width:3.625rem;height:3.625rem;top:15.4375rem;left:44.125rem;font-size:2.5rem;display:none; }
#TpbTPFsmsViQU5TcRGrMDdzLT5tnhRCd { width:47.75rem;height:58.5625rem;display:none; }
#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse { display:block; }#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse > .row .container { width:47.75rem;position:relative;display:block; }#qzdz3bKJnolbHp5xtXf3ds4uqytAukh9 { top:9.1875rem;left:3.865234375rem;width:38.75rem;height:21.6875rem;display:block; }
#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { display:block; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container { width:47.75rem;position:relative;display:block; }#Uf06niPgeiJTaKxLXSMBUFPy94T9pbXD { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
#ixvEfoaslLLAHS8XGJZ4FRQQ1ah7pR74 { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#zHFVhRdol2mHBDk5cOKxJgMyDF5bEwmK { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#khgeJzhdIyDpBv5tfFoU8xMM2GOTrc2c { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#yVztlVO87n4FkdODczF5goiPa7JQT4QR { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.092529296875rem;font-size:0.75rem;display:block; }
#HszQNpk8FL3ZTisRxupWkc4sv0UzfcNR { top:20.625rem;left:10.186767578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#F8sagriTyMitMCorgpNZIksKTXpNtkpF { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#uxqtF4gr3pzRKtm3QWOGdfT4cCJ6q8nv { top:22.3125rem;left:11.186199188233rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#opP3U6aMmHBPqO7xmDkbwDgPsXvhOTJF { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#t1f6TTHfgKg7WTzRhRedLa7tQk8nDw7I { top:22.5rem;left:10.0625rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#hbdp7kGq3Ee1S7meHRkcWqsWoADfGKLO { width:11.9375rem;height:1.375rem;top:20.9375rem;left:0rem;font-size:0.75rem;display:block; }
#bdkDCqKPRGKp3nLF2hsSxsLt8mutJGe3 { top:31.5rem;left:12.873481750488rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#DpDZgltuEvKRsOUAPw3FVkMakPQIraUh { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#tyODznMqHhu28lb4330TPeezb7gL1pCT { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#NCxSw6T6MiWBNQ0bSZ0EqHOTH4fBFrXe { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#onpPF2g905pT4GgFDx5x4gCxbXcq8RJx { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#ozVFXI1nxVskbnvCIuNNptILO83ggn09 { width:11.875rem;height:1.0625rem;top:33.1875rem;left:0rem;font-size:0.625rem;display:block; }
#OZbpLDIC5UTVwygRSUWakqVTxsTVpqE9 { top:31.5rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#XDosqlTmpNkwfpeod5uTS2JqIJfFg7Ku { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#ShnausgmrvqHsTCbJVTLH0V9NAn0T3hq { top:20.625rem;left:1.560546875rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#bNME8dUkcf8c9GC4ixVdPRJS2fMcAcKS { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#TBcVze7yGpwsEvTAyADmAcBaAO0dQCRF { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#yAiiGmV22W7WopxBWJG08Lsoz3evZ1Zk { display:block; }
#bhJLMA1cwRX10CGANCW7bUyIi1Ow8ss4 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#TUwQz5etqaU1kyueHuZepf5BOVv6IyRu { top:27.5rem;left:5.1174049973488rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#i3xq9xTnb8Ud2C5yovkIFyg2zzlLkTeM { width:11.875rem;height:1.0625rem;top:14.1875rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#lMobL03l9lhTdlVfyr2w854IlXGnusM8 { width:11.875rem;height:1.0625rem;top:14.1875rem;left:0rem;font-size:0.625rem;display:block; }
#ND9T51GsFa1TLVEBP4Awut3HoeUWLbu0 { width:11.875rem;height:1.0625rem;top:23.75rem;left:9.450439453125rem;font-size:0.625rem;display:block; }
#f1QtiWvzoRPMHr1SGp8kuoDdnRRvEvTB { width:11.875rem;height:1.0625rem;top:23.75rem;left:0rem;font-size:0.625rem;display:block; }
#LvGZ3JVxJLxDAfdevNWFTMyMmLTOMsVB { width:11.875rem;height:1.0625rem;top:33.1875rem;left:10.05419921875rem;font-size:0.625rem;display:block; }
#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { display:block; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container { width:47.75rem;position:relative;display:block; }#eMbe8Xwad66xbwD5wW2WiTeVwn2KZ6Zo { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#H3JCO1NvWO7VWk8ExCgMTU3ZsaEePpLD { display:block; }
#LJWcy87tAITadEsHhQtivTqxvSr5CnwQ { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#WLeswJZVkf6sGZcB9Wzw19pwEQeBH0yV { display:block; }
#ehBDwFDe6CbzK5OsTfHCB1LfaZOFetJp { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#WPo5XV4rN8NTztA099e95FQNf8kgn9at { display:block; }
#UmZ8Xmuyr7puxpvZlFvSMsPAzDkAUgVr { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OudIyxT2GD7WfViOap14CmN4daTdzsUP { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#mbT7GqpC4hGSKJWo8aRpQre9DPKDVh3f { display:block; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#BgOokiX9oNPH8MoDKCRPsXLo79ZEi6Cs { width:9.8125rem;height:8.9375rem;display:none; }
#nXk7zUu7CCK4ilLkqwhHE0Kc1ObLDLv7 { width:47.75rem;height:17.1875rem;display:none; }
#S6HW83p4SgqynL4n0lOuToKaZkZg5Dv8 { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#uqtwwCWUNgJONm71JcaCywQFGoTI4HOz { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#ugOmI1kFhyB3CiEuZc1smT7SzbWExtnF { display:block; }
#WL2qbGbVpWSmr0TWUMq7LxRRbJSdUMTH { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#aBO5khO6QOcreSJnDlZ8X2sd0SABm5fM { display:block; }
#o4sKtPF5Kt9L5lgclwF90ucO85NkbQeU { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#IiXLceVD4BQB01sWk2uNbXXWG5gkHEJE { display:block; }
#z5mAsIbWV0DlbpoQCyu3yNpBWV5ggWK4 { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#Tq7mPbs704mWNA9QCrGT2eXXdnOT3y1x { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#AViE04P70yatpGMrh7d21ek82pMK6k7R { display:none; }
#tffuX8rNUtb8mPBb0HLKIBkNi1AtS8eq { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#cAkR1VBKwFFL5A24AR8DNCpt7cecMyP2 { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#LhIh1fITiRi3NBU5Dhcdszdin3fP30QC { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#XprUUXoeATre3FmGyl3UWV799x6kxVHB { display:none; }
#MqfdIxQ77KTeHDw5Bbpi3pk001Rhr7Qv { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#iHBPvJo83Pn3R1ABmuNmaLoe9WkwpbCW { display:none; }
#ONKwLW6fawKBWXcymxzzb55Mcsk2mQgh { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#Nn6Trki1Po8vzTqZp9IVoBN5qzIQIQoI { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { display:block; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container { width:47.75rem;position:relative;display:block; }#xdycfDZW3UiLOarsEBd3V5fDxd4kUtPz { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#NfRThckNK31xR3pQvqpXH6cMxWKBT8Zt { display:block; }
#ImPCadRhFLIzzuPEURCp126E2kXMFDXT { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#bXM8nn1BGI8qoN5IvqIn829ZrWQDCsMT { display:block; }
#oLsEm6c7SPKKis5IBWUNW0lN23tZQP5r { width:31.5625rem;height:15.5625rem;display:none; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym { display:none; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym > img { max-width: 100%;max-height:100%; width:; height:; }#kJLCKGqmE0HlJMzhCAdxSZW8F0c0MIV3 { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#NIWJX9QFupsk6UGh1p8BTlHuHfOOLx3G { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#XFUeblB08mmPBvTR9iU9Ifv4CfPH2dxx { display:block; }
#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 { display:block; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container { width:47.75rem;position:relative;display:block; }#ycJChUkGP4XRiwOchPmn1X1q9n0SDlos { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#JlPvlpCxtTtCwsJ1bhSAtu9Ea1PKKqwr { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#MUrUsq8fTxTIOrzkABuWTuT2gW0Lg0lQ { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#p4dUnDgMuFDoNRXdcdhCV5N0WJmoMkOF { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#MBgyq0A36oNcatpSdnzilH1qU6lA8hhN { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#cHga0gE0uRVUtmLLzi5pWiZJybBf7l7Z { display:block; }
#HnKiwolFclKEh2AaeHsl48uric1efh6z { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#LmRpBx8UL1gr7M0HeOPNoyag88O9RtTk { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#Db5BNAO0TabnEvrKv78qkB2Wq7csKlzV { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#yv3IPPw12WmGUFypnWlMTd2FLIwmIERU { display:block; }
#Fdg0499hfKJrTCX6TI9DuehzL6XVnVqf { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#WtsTOz3IHtTGTKU4cGsi77quF67LSTqA { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#UzNcm4gcTMBMTrU6S7vPcg3KWv5EF1Qa { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#hCnlfiJ9pZVtIZoKhJ6BUwZ7vspivbmD { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#ni9Ww6aHmN1sQz6panTBRTTRTINGH2vp { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.1875rem;display:block; }
#AxNWeEktO2WDl0of0TuO537LoSsqyfn7 { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#OcKhQr8A0XNhLrOV17yOTBXTFCTQ9kIW { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#WVv2Jb4mQp7wz5sATL8v2eKCQD0Gx1SG { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#wzNwpdwgUIL673AIPs5ZvpoDFcSv7kCq { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#lHVpGHmNBPL0rbMEz9iICtdXvdg7JFaJ { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#kDRQUt4agEZFDfwZR4RwhpWXRBMxNokW { display:block; }
#SsGpNSJy16yT76DVTyttc8PXxRoO3GTu { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#hk523zl7eNSw0JkFNWlmSHmqqPD9AyqT { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#zyFnkOHsNZ5sZE1gCFXyGUKTV58OiThT { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#MbOS8dCWgmq497uJO9Z5OeNMvTd7rVHr { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { display:block; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container { width:47.75rem;position:relative;display:block; }#dEpCaqtN5XQhu7Oq2I6591FDw3SZrPPV { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#pU3bJegnJG1m2PWrzUEEtDpGTUSVsViq { display:block; }
#SCDw2xcflAbFyJgGvCEMZe3IzA0Jt8yk { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#JKTW9nmFSHUTPQb8h2OiMi4mlon0yve7 { display:block; }
#LWptfmhaGZkLpT033OCoTDpALD4xCDzl { width:11.5625rem;height:2.5rem;top:27.625rem;left:0.53125rem;display:block; }
#ynIWU6k5fUHk84v4H2Ovu4aiGZ5ler5T { display:block; }
#SCxTkTfrHAQhJnayoMvXxudQQ9HXK9ne { width:11.5625rem;height:2.5rem;top:27.625rem;left:36.1875rem;display:block; }
#FeCFzrBMiq35nUSLtAUqd8nAxzK7uh7c { display:block; }
#l8oJ7TJswIqI9rXbdoNrK7DmNtkwOvbw { top:14.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#asdQ9xAnUsL1vaBByonui3GfZmIPt97e { width:12.5rem;height:9.6875rem;top:19.125rem;left:35.25rem;display:block; }
#ZZlSXbaWKebdsmVVqlI07uDqE6HhdK8i { width:7.5rem;height:3.125rem;top:20.125rem;left:39.3125rem;display:block; }
#WDTGI4dvxQN4iTvEOXxKTD5T5Dtgu4zh { width:9.8125rem;height:2.5625rem;top:24.0625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#TDXHTKyPWSlQ9VOkEWF7uvo8Dn7Bb4ul { width:7.5rem;height:2.125rem;top:27.5625rem;left:39.875rem;display:block; }
#Fg25VK57QJQ3w8ClEDAwWxGZz44l0X4t { display:block; }
#JrsNwmJpJs6yWR215Ficct5TmvPgZfXh { top:20.75rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#V9qra3e2vTDBsURwqDwT5ArWzcxNOGCU { top:21.0625rem;left:37.1875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#ysQuMADmzoy4hnPT6Wn8H8J4oVJW9m4C { width:12.5rem;height:9.6875rem;top:19.125rem;left:16.375rem;display:block; }
#PavSgGxWqkmbrboKfXaihledhQXIEqig { top:21.0625rem;left:16.5rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#Lg5m0ghp3gqlKvxxUnA5wQhew9sTqQvc { top:20.75rem;left:19.4375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#TUJQndpbTpzOukdiqEXGty9FGxRPcTIE { width:7.5rem;height:3.125rem;top:20.125rem;left:18.6875rem;display:block; }
#HiqA5GWQQT9LnCbJUWpyPdZ2ZhFFNFf8 { width:9.8125rem;height:2.5625rem;top:24.0625rem;left:17.687501907349rem;font-size:0.8125rem;display:block; }
#d6GWkqc3XnbGAGAKQTAfI9GIoSVQI9dp { width:7.5rem;height:2.125rem;top:27.5625rem;left:19.1875rem;display:block; }
#x7ozkuPG4BsA18IbcOoAfU2qKQJpv3x0 { display:block; }
#FBm3cE2nbqnbVdldTX8ZXM3EqQzgDAvn { width:12.5rem;height:9.6875rem;top:19.125rem;left:0rem;display:block; }
#BTd1amR9ZfBP88kSKWbFQEgUt8vqbMyp { top:21.0625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#oJozl4bH81S6A5JItegaaXDsU9xoWGIF { top:20.6875rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#X624kuCvsqehIZVhCRuvh57D6dR7eehW { width:7.5rem;height:3.125rem;top:20.125rem;left:0rem;display:block; }
#TFQESCBKNsOehnMWSrQ8rZHv8onTBlqW { width:9.8125rem;height:2.9375rem;top:23.8125rem;left:0rem;font-size:0.8125rem;display:block; }
#sHRiFuOApzkKyWF8o6OoDFunLGzTFr8G { width:7.5rem;height:2.125rem;top:27.5625rem;left:0rem;display:block; }
#cPNCwQEQac7IAwEOTEpHOiNLOWZ1raZS { display:block; }
#Ba0UfEQCnRzloCQedQ0emwhZSuhTS6WD { width:12.5rem;height:9.6875rem;top:32.75rem;left:35.25rem;display:block; }
#bfJsBiK8cwZiqNBockCWdU6h5JAPmILF { top:34.6875rem;left:37.25rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#sf1LM17g3VG9EiTN5N1zMu2Tm30ETfSD { top:34.375rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#kpCCVoaJivuBK9M2LT4DR8VTTItt5bTG { width:7.5rem;height:3.125rem;top:33.75rem;left:39.375rem;display:block; }
#vwmTU6Qq1df05BK0PIyFsFteCBnQn12Q { width:9.8125rem;height:1.5rem;top:38.5625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#kukP57dTsBpBxP0KrkRuUUhbwH2LMwgh { width:7.5rem;height:2.125rem;top:41.1875rem;left:39.9375rem;display:block; }
#tWRl1k7zUqX9d8eeCW2VFCDrxR2emRMe { display:block; }
#H0POU0wL8CnrKSRpXN8UiTqaREkrMRr6 { width:12.5rem;height:9.6875rem;top:32.75rem;left:16.625rem;display:block; }
#QfeEliKpeevXyyyNhoagXp1p7eSTM2Tu { top:34.6875rem;left:16.8125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#Rh0eTlTO2olJ6UchcXWLuAn8SuFgtx3z { top:34.375rem;left:19.7490234375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#kyJ1Ao8DG72tvPfLcKATaIICC1rCvVpf { width:7.5rem;height:3.125rem;top:33.75rem;left:18.9375rem;display:block; }
#gl3w8GkcoBb1gsgQDKC0FRzZU57ZTHC6 { width:9.8125rem;height:2.9375rem;top:37.6875rem;left:18.06201171875rem;font-size:0.8125rem;display:block; }
#b0m8GmPF3nSFWHQfAP6vdQQvCEgi92MJ { width:7.5rem;height:2.125rem;top:41.1875rem;left:19.5rem;display:block; }
#GRuvtmE13TBeFTzSgTVNRXWxa96DSxwD { display:block; }
#plKPgWLzGypAMKNzSaad81uESTN7bK89 { width:12.5rem;height:9.6875rem;top:32.75rem;left:0rem;display:block; }
#DPR757nn6NGJD9lQyOznlXVBqVCxzDbL { top:34.6875rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#xmleTtMasgt8JsoIukgE2nqKTcfHmCfn { top:34.375rem;left:0rem;width:8.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
#W1DkM55V6PxnSsk3cLO7WPtOCm4oFSXu { width:7.5rem;height:3.125rem;top:33.75rem;left:0rem;display:block; }
#iiqMn1LVze6hV2qIVmwHi2pSf3qwXQn1 { width:9.8125rem;height:3rem;top:38.0625rem;left:0rem;font-size:0.8125rem;display:block; }
#nVaJ2RMs5H28GXByCPFDtrkMhi1TZuTp { width:7.5rem;height:2.125rem;top:41.1875rem;left:0rem;display:block; }
#nxPwOAR8HA2RDZP5IncPlSTH72n5fbk4 { display:block; }
body { position:relative;display:block; }
#QwwwSDnLAF9AcFDUN7xyTli2ucCecPHP { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QwwwSDnLAF9AcFDUN7xyTli2ucCecPHP > .row .container { width:20rem;height:20.375rem;position:relative;display:block; }#B1DIoIGvIhqMdo8uPiiGfWHkJ91XyT4x { width:5.6875rem;height:0.8997375rem;top:2.625rem;left:14.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#sqdd6kHt7L4D4mNNlhNG5hfyctycdnPs { width:5.625rem;height:0.0625rem;top:4.1875rem;left:14.1875rem;display:block; }
#BACf5wqpiTsCi3I6TMC00eCwkkJDtqgL { width:3.75rem;height:0.8997375rem;top:2.625rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#OucTKPvTTgoc34AV0yJ47Nf0B2TTmSkV { width:5.625rem;height:0.0618489375rem;top:4.1875rem;left:7.0625rem;display:block; }
#osodLkwM52ayavL4eUHhWzidKzgiP45z { width:7.3125rem;height:0.8997375rem;top:2.6875rem;left:6.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#kWtBPOId2nHJWvCIfedaR1bSMTJtAHCr { width:5.625rem;height:0.0618489375rem;top:4.125rem;left:0.1875rem;z-index:15009;display:block; }
#ck2CMR4R9024xEoaslZV8m8fOWCnT7J8 { top:2.1875rem;left:0.875rem;z-index:15012;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#PTdNqioRJJe7CwHcziR2pL1cToftrWCk { display:block; }
#oQNrBJHKEPEIP6hazOly6GgOA9Iu8ZUp { top:2.1875rem;left:8rem;z-index:15013;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#Ieb6z8wrtRWWuciWxlRLTJptEM8zIpZD { display:block; }
#AWRBx7kFXa4V3CZK8wF0B5te9CeJCEB1 { top:2.1875rem;left:14.875rem;z-index:15014;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#vwXayEqoLwCTKbgeTvOgfps8R7ria8ci { display:block; }
#g71g94czR3gsxbAk1vZ1xzIgPZax0TDA { top:4.9375rem;left:0rem;width:19.0625rem;height:1.29948125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#lC54823bSmVQp2UthPfVzZUixELxGwLV { top:6.3125rem;left:0.8125rem;width:18.625rem;height:3.75rem;z-index:15017;background-color:#62748d;background-image:none;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#D4M5SAQs5qMkAG4PEr5O6ENrzf5vulBd { display:block; }
#g51FZeKVhd8ncXDssnJRThkqJQ5urqr0 { display:flex;top:6.75rem;left:1.4375rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#nEqh1vs1SdbVfn8XUtZ8TvyLcKRiBW2Q { top:12.1875rem;left:0.8125rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:#62748d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#y5SLPNq1Z9toZC8nDmler6oKOGZZGomZ { display:block; }
#iTCSlpRIQdxkzmv4GzhVUMqIUuzw01HS { display:flex;top:12.125rem;left:1.25rem;width:3.125rem;height:3.125rem;z-index:15022; }
#CyeCy4AnO8ez3BGTLPkndsaov3CyzLZq { top:10.25rem;left:9.8125rem;width:2.125rem;height:1.625rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
#AQa33LFSS79U9nqwQqd2ifRovDQnMDrt { position:relative;z-index:auto;display:block; }#AQa33LFSS79U9nqwQqd2ifRovDQnMDrt > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#Zzoa0qsXd91PiUGhuv5yQTrfubdIlTo8 { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#VWCsUwvdIgrT2Q1G7RsGOL6TFRtrkXQv { display:block; }
#SaTZ64reg5iV1zOFk6EBu0wWIkLo5bxl { display:flex;top:6.375rem;left:0.875rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#SaTZ64reg5iV1zOFk6EBu0wWIkLo5bxl > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#p7AFTggHziK5xZqTZ7oZch8yKoIxONTe { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#ooRHOFrJ60xXxrTdTTmTxbvOb31B6ikU { width:5.8125rem;height:2.875rem;top:5.75rem;left:13.4375rem;display:block; }
#TyWHC0BUsI3lFZsFHPZQRZpNws45Lcf0 { width:9.0625rem;height:2.8125rem;top:5.8125rem;left:0rem;font-size:0.625rem;display:block; }
#b05ThKgoqMQfdeHCwK4TqK2p4ISvmgIr { display:block; }
#XgAWGTrqiGzRlbl4ryCmaP1ssZ3XFVfk { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB { position:relative;z-index:auto;display:block; }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB { background-color: transparent; background-image: none; }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB > .row .container > .video-iframe-container { display: none; }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB > .row > .video-iframe-container { display: none; }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB > .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); }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB { border-width: 0; border-radius: 0; }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB > .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; }#FuwGwnuqFAU2iKGDdFPlWyAW19IfpVQB > .row .container { width:20rem;height:11.25rem;background-color:#62748d;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; }#MzoJcSO3ITMW2q0QnIwP3h9SXzsyfodt { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#Kgy0JXRcSK9eTOrCG9TFUoQl1cTVvgmT { display:block; }
#RhphOMEFvJl5LJuRs7w0vnGT696HKgtw { display:flex;top:6.375rem;left:0.875rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#RhphOMEFvJl5LJuRs7w0vnGT696HKgtw > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#vREyhC7Ih8dynWzmhcUyPLpGUTsOh7dT { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#h56OtLRdHQqAMw2cF4loElrDPSg7mTDI { width:5.8125rem;height:2.875rem;top:5.75rem;left:13.4375rem;display:block; }
#WGf3hdxJTbwuBERkKxQA4Ir2MygAZzLC { width:9.0625rem;height:2.8125rem;top:5.8125rem;left:0rem;font-size:0.625rem;display:block; }
#fQayberPqtSKbtNnrolTyB9BM1aBzrC1 { display:block; }
#lmS3hDnhty2i1zRtdQHOsrU1rSRPBAmq { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC { position:relative;z-index:auto;display:block; }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC { background-color: transparent; background-image: none; }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC > .row .container > .video-iframe-container { display: none; }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC > .row > .video-iframe-container { display: none; }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC > .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); }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC { border-width: 0; border-radius: 0; }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC > .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; }#Nrs6AigQ7HGCL2KnQrDEiqcSP5WlSpCC > .row .container { width:20rem;height:9.8125rem;background-color:#62748d;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; }#ecAzD1JSBE7XRCoozuo3FZdwCCnxl3Cx { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#Tk3Caq3WXmt1MZZgCuEzXihPBwIZH0Wb { display:block; }
#r7Nxhbh3AD2rnD1z1byBKPkU7ndfvv1c { display:flex;top:4.96630859375rem;left:0.68701171875rem;width:1.561525rem;height:1.561525rem;z-index:15191; }
#r7Nxhbh3AD2rnD1z1byBKPkU7ndfvv1c > img { max-width: 100%;max-height:100%; width:1.561525rem; height:1.561525rem; }#iImbKZgrGt110dMzOZPbJO1bo71JG5OI { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#ht3LoZFqCBWgQ7AHbqTfQMlf5fa4KWr0 { width:5.8125rem;height:2.875rem;top:3.9375rem;left:13.4375rem;display:block; }
#C6xIdc8vXJAtFrlPPCNgDsLU2QkRTHCH { width:9.0625rem;height:2.8125rem;top:4.125rem;left:0rem;font-size:0.625rem;display:block; }
#ATpowC7wZSMwcCcLqC6nF9o8kdfZXrsg { display:block; }
#PDbUHcMO6QTBkQ7NU9nPIy2zWBgPHr1o { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#dqyus73Saxdl2XEft61i92u1WxhQHSN2 { display:block; }#dqyus73Saxdl2XEft61i92u1WxhQHSN2 > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; }#ZetCgZBw2ANZSoDWTnE3CEELrb7NRklF { width:20rem;height:4.94791875rem;top:5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#dnzzsFN9UdLnTIRM9u3BLZEscsHhZghk { width:13.11111125rem;height:4.36111125rem;top:31.5rem;left:3.4375rem;font-size:1.375rem;display:block; }
#n8cgSUA4aLpfOJqt3XGIQATFAORoJkJf { display:block; }
#nssgwX8UQiWUudGVZzg75IAST4xkGBnx { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#p9cEkNqLKx0tpVaebrdOyJZJzG1o6ArL { display:block; }
#ORKqCnq8D2WZmZxixx9z9HTyxLyTQXrJ { width:20rem;height:3.0013rem;top:11.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#x8knpsncucbPxxOKK8irJWTq1KbdL8yr { width:11.625rem;height:7rem;top:4rem;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;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -moz-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -ms-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -o-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#95735335', endColorstr='#d4b392b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95735335', endColorstr='#d4b392b5' );";background-image: linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-size:auto !important;display:block; }
#sio1ObhqT27s75tECCOCIduKo6J7biBH { display:flex;width:4.375rem;height:4.375rem;top:26.3125rem;left:1.9375rem;font-size:3.0625rem; }
#JTKEN3o67BeWZp1CAfFvEDT8rBFZKuEW { display:flex;width:4.375rem;height:4.375rem;top:28.25rem;left:0rem;font-size:3.0625rem; }
#lrXvrx3JghKkq0PTimP6bzwKmvMdZdWU { width:20rem;height:13.3111875rem;top:15.875rem;left:0rem;overflow:hidden;display:block; }
#HwVmvlVTennnXT4m62TQL1XbsDsJRTPu { width:4.9375rem;height:2.4375rem;top:20.125rem;left:0rem;z-index:15042;display:block; }
#iHyFzbfdahEdF2iaSHQQvKqShGo8imz2 { width:5.0625rem;height:2.625rem;top:15.875rem;left:0rem;z-index:15041;display:block; }
#dUmODqtR2ccV7qfgGFukTIRrndecZGOm { background-color:rgba(250,250,250,0.87);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; }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm > .row .container { background-color: transparent; background-image: none; }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm > .row .container > .video-iframe-container { display: none; }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm > .row > .video-iframe-container { display: none; }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm > .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); }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm > .row .container { border-width: 0; border-radius: 0; }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUmODqtR2ccV7qfgGFukTIRrndecZGOm > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#wiXV4BW6Vmk99u1d5aT4UXL7T1hQGDOx { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:cairo;font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#OOWlMsCedXkT1n43elat8fhHP49mMi5r { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#Sa8iOXg1XIVoWcq1u2V16MQdOcvQtoIP { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#Eg0EPDy5EgnPWNSbg1T0wLTGsdJUF3wg { display:block; }#Eg0EPDy5EgnPWNSbg1T0wLTGsdJUF3wg > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#RtT2uRTZ4HcwtHRSKLmgPtxbUvfVeFVf { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#x5QgPUtwyxROKKG0WwvceMFk1Gu4ge1M { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#yNv63clIpTsXmJsWC6Ecggy12uboZZJ1 { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13671875rem;z-index:15198;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#logoDZNP9NqRhuPT3XHO1F6x3WSrSCIV { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#mSAnBr1NgkywP94dS5nBSzA0QV80cI5y { display:block; }#mSAnBr1NgkywP94dS5nBSzA0QV80cI5y > .row .container { width:20rem;height:46.875rem;position:relative;display:block; }#XTFCvFWimmU68w33x5Gn4sznf43POkNA { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#rTunNtxuER5EF9UypTWcCitbIBGkafIE { width:20rem;height:13.5rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#c1KdvvTt4wAmnaTwzaFVNQ3fVkeh1Hm4 { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#sDTRDKo2S7yxpSVlKd07DMIpMrABuMKB { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#AM1pkIXDkqoiUTq0RqTVJIX8TFNGSVZR { display:block; }
#aVXOIslykWtge6guT4mCfcy41KD6bLga { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#LkVVrR3Se9GcuczAa4iMPpC6VktKty6T { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#TFEcW4gcF760hAgeQbMZLtsLhlMx3OKm { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#hRniistNPedHsEXyEOKu60WL4TZUJAUw { 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(212,179,146,0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392ad', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392ad', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-size:auto !important;display:block; }
#Na881bbee079b81fc4058dd3cba022f3.widget-smartsection { background-color:#ffffff;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; } #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection *:focus-visible, #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection input[type="text"]:focus-visible, #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection input[type="email"]:focus-visible, #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection input[type="tel"]:focus-visible, #Na881bbee079b81fc4058dd3cba022f3.widget-smartsection textarea:focus-visible { outline: none; } #euSn3b5AQTDp6cr0UtkogE7yMdZseJX1 > .row .container { background-color: transparent; background-image: none; }#euSn3b5AQTDp6cr0UtkogE7yMdZseJX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euSn3b5AQTDp6cr0UtkogE7yMdZseJX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euSn3b5AQTDp6cr0UtkogE7yMdZseJX1 > .row .container > .video-iframe-container { display: none; }#euSn3b5AQTDp6cr0UtkogE7yMdZseJX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euSn3b5AQTDp6cr0UtkogE7yMdZseJX1 > .row > .video-iframe-container { display: none; }#euSn3b5AQTDp6cr0UtkogE7yMdZseJX1 > .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); }#euSn3b5AQTDp6cr0UtkogE7yMdZseJX1 > .row .container { border-width: 0; border-radius: 0; }#euSn3b5AQTDp6cr0UtkogE7yMdZseJX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euSn3b5AQTDp6cr0UtkogE7yMdZseJX1 > .row .container { width:20rem;height:223.3125rem;position:relative;display:block; }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB { display:block; }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB { background-color: transparent; background-image: none; }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB > .row .container > .video-iframe-container { display: none; }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB > .row > .video-iframe-container { display: none; }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB > .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); }#gvxuf19LfdHaHZTxr8CBWcABVSbTFULB > .row .container { width:20rem;height:24.3125rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#upE310czWZGhf0F0NbW3RtQ2SMJHLazA { width:15.061875rem;height:2.59895625rem;top:5.0625rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#pWWFuTmCzQ2OfCVmg5ACU5qTL6VL70W9 { width:18rem;height:2.79948125rem;top:9.3125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#lCRbL0QypXDqUHXT54odaoRQ8xTAUETv { width:15.8125rem;height:4.19921875rem;top:13.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#wB18fwXIw6lRn2wdweVVhSFoVRT4xXUl { width:16.0625rem;height:2.79948125rem;top:18rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#fHKzamMBMyLfsbPrdAp7qRvflGUFv378 { width:2.4360375rem;height:2.4360375rem;top:9.3125rem;left:17.625rem;font-size:1.6875rem;z-index:15009;display:block; }
#zWkg2yHp75e9sTWgik6T21HKl0q6oWVX { width:2.43706875rem;height:2.43706875rem;top:13.875rem;left:17.5625rem;font-size:1.6875rem;z-index:15010;display:block; }
#RDJi8TUNRuGwhksVPzrS1IREh6tft9qf { width:2.43706875rem;height:2.43706875rem;top:18.0625rem;left:17.5rem;font-size:1.6875rem;z-index:15011;display:block; }
#thp5elQz29TFkBuuTsIE7Dxav9Ol3cgw { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#l7d3OnSy2OBt0Fc1EvhoXB9q8OOO33Ln { top:2.6875rem;left:12rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#NAuBDIhUTNeqe77JU6EzrKD4TOLWcU4A { display:block; }#NAuBDIhUTNeqe77JU6EzrKD4TOLWcU4A > .row .container { width:20rem;height:47.875rem;position:relative;display:block; }#eLdgxxBL9UQbcrpCSKSevmTQKr93i3Z5 { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#ngBSha9s7lvqFWfmFKiig63P29Z1Vg6z { display:block; }
#sRknLR0FSBGTzgziVasJuhmfl0ozWMmE { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#Dsq8v3MhWHIDfkMKFKFMJOKlfNaAe9hQ { width:20rem;height:21.9375rem;top:21.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4f637b, #d0a882);background-image: -moz-linear-gradient(180deg, #4f637b, #d0a882);background-image: -ms-linear-gradient(180deg, #4f637b, #d0a882);background-image: -o-linear-gradient(180deg, #4f637b, #d0a882);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );";background-image: linear-gradient(180deg, #4f637b, #d0a882);background-size:auto !important;display:block; }
#hfncyd4ecmRulUboxEEZIRItWWL5ubTL { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#AD4rFRiB0E9SE6TxLamhakV5a9WvIBaN { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#wIqDwWW8Qvoc5IvbetGNeL8skE7WNZ4e { width:20rem;height:2.3997375rem;top:2.3111982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#ffffff;display:block; }
#LqIyVTbeNIQcMhOQXDenNrBnwDIImA2d { width:18.75rem;height:3rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#UmNNMkmCzHh4FFv6RcCZFiHfbGuoRehI { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#hM7MN13W4woGtgGV6aFlbTqpqhrPCQXW { display:block; }
#TnzVCCurzxOClt8tioxGDOC2mhTEz5AQ { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-text {padding-top: 0; padding-bottom: 0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-select {padding-top: 0; padding-bottom: 0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#b28c72;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:cairo; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-container:first-of-type{padding-top:0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-container:last-of-type{padding-bottom:0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF  { width:17.5rem;height:auto;top:26.76708984375rem;left:0rem;z-index:15020; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF {display:block;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF { width:17.5rem;height:auto;top:26.76708984375rem;left:0rem;z-index:15020; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #LIzkw5mZoI1JdnsuGe1Bun4wNuIMlE0c {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #EhX5Hsbf6P9DN8TDIGkVdTWG63XCGm3P { display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #N8kD5uRHg7iaZRE79FxQw2qIUWmX6T5U {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #kVLe3KRod5uoua9eHUZkGWiteFhzZQFU {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #rhcZDfowxyrp0n4zJ2gsClMtOvzFvagB { display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #ixa6Uox7qLZnwVn54SJTXagPkqX9UV2y {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #add3bD9MUDsXCaKZAfdCQ0ADyBBGsXNz {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #Csc1adA4lSewQkBH3BKITZldo4q6IbWs { display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #hBPJVyRJCAiduFZKA3h7cMfULMS7trdB {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #i0tlUvlGRfhI0BikIqwkUm04mQeuRJAH {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #TU7NvQUGTETMhy1e32z5coS3sL7l9NvW {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #gTZGiSqLaE0mOiG9NMJHDSpdLyIWWUgk { display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #HLF7EPREytprdAFSV35C3qBT92xmeGf7 {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #m1uQ8FGTyykleihOhQwmO3DFl5PbRsiW {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #o4T5cXAOvgZDVAI560tKl2D6taREB9eF {  }
#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE { display:block; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row .container { width:20rem;height:76.375rem;position:relative;display:block; }#yulKT9bwlRA2ALtbvxCnn0s8pQLOnyig { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#PyLqmdar7xhtvyx97GfDZrDT1wM9m1cu { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#Ka4U0xXMyOV1rB6zdZ2gRJ8BRkRKIGU9 { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#vShRBdLqWrSTCfXCDil7lgk0PIwF0AsZ { width:20rem;height:1.94921875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#Suf1L4visfrNBG87oo0wFUqBwfTWqlqy { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#kpE4tJXSM4FSnEmOC0iFT6P0SZi4LrJZ { display:flex;width:2.875rem;height:2.875rem;top:73.3125rem;left:6.125rem; }
#fV7lKaMf8eXANF7agD8heq6H9dq46E9v { display:flex;width:2.875rem;height:2.875rem;top:73.5rem;left:2.625rem; }
#fT4hPsyUbFTUK2pTARE3pr9TOd2lhBpR { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#UBOg343lzQ1Z8hwnkSZ80fcqyr34grTR { top:46.255429267883rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 { display:block; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; }#RdIl2LkLfywthiyH7Ses0rKadTbrZCWQ { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#ONMEV658FvEif2ndTv477LnXOERBSsG1 { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#luO47zphLuy08eIREZKIJWJTAoFq8EsJ { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#ZphCms5twfRZECguQEuDRVN241ED2IJg { position:relative;z-index:auto;background-color:#946d53;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZphCms5twfRZECguQEuDRVN241ED2IJg > .row .container { border-width: 0; border-radius: 0; }#ZphCms5twfRZECguQEuDRVN241ED2IJg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZphCms5twfRZECguQEuDRVN241ED2IJg > .row .container { width:20rem;height:5.7486979961395rem;position:relative;display:none; }#yHIZoTICTrilLI5NEd6EIDWkz3oJmECE { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);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:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#ffffff;display:block; }
#nAoTWV6UkwBSGgGVo9wpuPH9L1nOc19w { display:block; }
#ef1oDNDREkQX5L3LDHni4nKxIxJr2XlK { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#zioOwoyxGWvu94ixr76ro8eV1w4Fhzid { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);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:cairo;font-size:0.625rem;text-align:right;text-align-last:right;color:#ffffff;line-height:1.7;display:block; }
#PNSDXnqGmJaCyw7E40vDHqRaBTAHnDC2 { display:block; }
#FBb5vlbHgyv69OuwwJE5OvDWmrIU2PVy { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#FBb5vlbHgyv69OuwwJE5OvDWmrIU2PVy > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#M5FG9q769mFH91rB3qemhzL8nefGEtDN { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;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:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:none; }
#PlOflgIfiQ62DT6wRWCDB3lhH7cBvTUy { display:block; }
#aA8PtPliyLRGOZocwXECGcrT7uuq3NOT { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#myBDz91kyrdsq6K38I0g1qc4al4sEsQc { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#bUJ6GbWB12f0nTTa4N9nUd718HwcTAUn { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;display:block; }
#DprJOd1vHDvLEb8swe7t8OHSlUeaieZx { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;display:block; }
#etGOlibqJiVZ07W2SoSyxgnAyJ96H9pw { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
#cC3LprsSmhI4DydWduODgNBsLeGuVWkN { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;display:block; }
#RxzOZuefLWkzvxTCUUI7SbeF30BRbzSS { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;display:block; }
#rL23QgFEOewumrFGllHTSg5F9riEnrcO { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
#Og9zCgfS81FJ0EuZfJV4UxHQnv3TLO1V { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#ahUD9KD3KaBrBwdLkDZEPXsPXKAeW1Bg { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;display:block; }
#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0d74591e-e825-41c3-b64a-2899d30cba4a/1366x750px1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP.adaptive-delivery-prevent-bg, #uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP.lazyload, #uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP.lazyloading { background-image: none; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container { border-width: 0; border-radius: 0; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container { width:20rem;height:11.25rem;position:relative;display:none; }#yNzoDrnuxRNKWfxolbZmkSotpPDyTE5C { width:6.93725rem;height:3.8745125rem;top:5.499267578125rem;left:8.673095703125rem;z-index:15020;display:block; }
#KU1XeMLNqvUoGxrlTEd0qrI5ZNVGx5x4 { width:6.43675rem;height:3.5620125rem;top:0.687255859375rem;left:0.499267578125rem;z-index:15021;display:block; }
#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX { display:none; }#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX > .row .container { width:20rem;height:31.875rem;position:relative;display:none; }#UE4KDXVvVEE2qNyNIugdd3aIH3hzOshF { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
#JIQ0hxL4QE5Z2KfGOIdm9gLkc8v8rz4C { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
#yHtqV7wgdeloDes2HeTTawIakMvMdJum { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cf9P4ACMFCrLDR0C5dAu5zR7KegaDEsI { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#XzECqmM3dvR88Zopif5BZZnmEDGsRT7L { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-regular-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-text {padding-top: 0; padding-bottom: 0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-select {padding-top: 0; padding-bottom: 0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:#b28c72;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:cairo; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-container:first-of-type{padding-top:0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-container:last-of-type{padding-bottom:0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh  { width:14.25rem;height:auto;top:13.49609375rem;left:1.624755859375rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh {display:block;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh { width:14.25rem;height:auto;top:13.49609375rem;left:1.624755859375rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #Fy9lB0HqkRehAPSL4mLeeUX1ANWorupo {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #FrtQ3PZT7IXkKgZTVqIZnSIqFT4nCZir {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #R92qmrUV5TUA4G0OgKMdxJUpV7Omhbrw {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #CkZVcBiPBHRn2fRmSW79TEm30bKOtlLT {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #xeGTz3M429BykbWPorixFq1BtsgbtWXW {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #fJqFMeyCe1IsN6XJorXFxeIsDVNynCMH {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #xZzlrIqtTXkXD2cb6B3ws7zLKCEL71Fy {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #HIDIFhL9IgbqNibLoBf4Tc8swKHJe03J {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #HkyEo3aDMxhEmwZcOadtLDlKfWTKTTTP {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #AEPRDKsTbVs26xIOwgnDkZd6VzWeuVQ0 {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #aSuhh6Tuua2wgyhwd1wmlwerg33ggQoz {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #wAxPmLt30InMTRzRPutslOwpv1v2gSNT {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #GAxKGXS3SD2G92WrLCm7hutOrMOax4PL {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #lb3FAUKVGQzFdBCE3y0hSzdepqqV3p7M {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #aFGC8STis9gnFX7yGlzbJvs8Wo0Cednm {  }
#NsoxpJvXgNbRMp6s99NNfSzvChJqkn8b { width:15.4375rem;height:1.125rem;top:30.43359375rem;left:2.25rem;font-size:0.75rem;display:block; }
#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es { display:none; }#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es > .row .container { width:20rem;height:35.625rem;background-color:#ffffff;background-image:none;position:relative;display:none; }#ln44wTC01spoPEuGxN2zS80lOUwwolfA { width:15.061875rem;height:2.5996125rem;top:6.6806640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#JxSHVam7bQU6CiCIEHaIsyxDyoIkv6I2 { width:18rem;height:2.79948125rem;top:10.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#r1Ah63fK8HnDSmTxGsMmwJxIXVGCRaPR { width:15.8125rem;height:4.19921875rem;top:14.81201171875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#ZQUOexQd2WEDeDe5byyoA27zhssCOvGB { width:16.0625rem;height:2.79948125rem;top:19.6240234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#HXBPlDGIoiJgv0GWC52fC87VehwKrJnS { width:15.625rem;height:2.79948125rem;top:24.37451171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15005;display:block; }
#DebKTXtqf00u7fmWCL6llypxiRQRNcoi { width:2.43706875rem;height:2.43706875rem;top:10.263671875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15009;display:block; }
#A4saJMNgCsyP7v6yTdZP3QcIl6rlyi0w { width:2.43706875rem;height:2.43706875rem;top:14.81201171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15010;display:block; }
#bp1uBPfDmT1vN6Azz96vptwKAKX4E4ie { width:2.43706875rem;height:2.43706875rem;top:19.00732421875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15011;display:block; }
#E35JOsg4vr4PtKsSe0FHOtITLX33hEqf { width:2.43706875rem;height:2.43706875rem;top:23.4501953125rem;left:16.435546875rem;font-size:1.6875rem;z-index:15012;display:block; }
#KFcntXcEQbLaBHZ0NyywEJXfP8EPCzw3 { width:3.625rem;height:3.625rem;top:24.857856273651rem;left:10.686849653721rem;font-size:2.5rem;z-index:15010;display:none; }
#TpbTPFsmsViQU5TcRGrMDdzLT5tnhRCd { top:4.3251953125rem;left:11.12841796875rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse { display:none; }#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; }#qzdz3bKJnolbHp5xtXf3ds4uqytAukh9 { width:20rem;height:21.687rem;top:3.8427734375rem;left:0rem;display:block; }
#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { display:none; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container { width:20rem;height:56.25rem;background-color:#ffffff;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;position:relative;display:none; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.adaptive-delivery-prevent-bg, #VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.lazyload, #VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.lazyloading { background-image: none; }#Uf06niPgeiJTaKxLXSMBUFPy94T9pbXD { width:8.2486875rem;height:0;top:59rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#ixvEfoaslLLAHS8XGJZ4FRQQ1ah7pR74 { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#zHFVhRdol2mHBDk5cOKxJgMyDF5bEwmK { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#khgeJzhdIyDpBv5tfFoU8xMM2GOTrc2c { width:8.2483125rem;height:0.9746125rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#yVztlVO87n4FkdODczF5goiPa7JQT4QR { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#HszQNpk8FL3ZTisRxupWkc4sv0UzfcNR { width:3.99858125rem;height:0.9747875rem;top:37.497337341309rem;left:11.134942591191rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#F8sagriTyMitMCorgpNZIksKTXpNtkpF { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#uxqtF4gr3pzRKtm3QWOGdfT4cCJ6q8nv { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#opP3U6aMmHBPqO7xmDkbwDgPsXvhOTJF { width:3.18714375rem;height:0.9747875rem;top:49.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#t1f6TTHfgKg7WTzRhRedLa7tQk8nDw7I { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#hbdp7kGq3Ee1S7meHRkcWqsWoADfGKLO { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#bdkDCqKPRGKp3nLF2hsSxsLt8mutJGe3 { width:5.3125rem;height:0.9746125rem;top:49.25rem;left:12.7109375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#DpDZgltuEvKRsOUAPw3FVkMakPQIraUh { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#tyODznMqHhu28lb4330TPeezb7gL1pCT { width:5.81176875rem;height:0.9747875rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#NCxSw6T6MiWBNQ0bSZ0EqHOTH4fBFrXe { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#onpPF2g905pT4GgFDx5x4gCxbXcq8RJx { width:5.749025rem;height:0.9746125rem;top:49.25rem;left:10.2587890625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ozVFXI1nxVskbnvCIuNNptILO83ggn09 { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#OZbpLDIC5UTVwygRSUWakqVTxsTVpqE9 { width:5.1242875rem;height:0.9747875rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#XDosqlTmpNkwfpeod5uTS2JqIJfFg7Ku { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#ShnausgmrvqHsTCbJVTLH0V9NAn0T3hq { width:3.2495125rem;height:0.9746125rem;top:39rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#bNME8dUkcf8c9GC4ixVdPRJS2fMcAcKS { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#TBcVze7yGpwsEvTAyADmAcBaAO0dQCRF { 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;display:block; }
#yAiiGmV22W7WopxBWJG08Lsoz3evZ1Zk { display:block; }
#bhJLMA1cwRX10CGANCW7bUyIi1Ow8ss4 { 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;display:block; }
#TUwQz5etqaU1kyueHuZepf5BOVv6IyRu { width:8.2475rem;height:0.97439375rem;top:27.562321662903rem;left:11.242897570133rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15108;display:block; }
#i3xq9xTnb8Ud2C5yovkIFyg2zzlLkTeM { width:5.99975625rem;height:1rem;top:40.074951171875rem;left:2.62451171875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#lMobL03l9lhTdlVfyr2w854IlXGnusM8 { width:6.0620125rem;height:1rem;top:50.849365234375rem;left:11.450439453125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#ND9T51GsFa1TLVEBP4Awut3HoeUWLbu0 { width:6.625rem;height:1rem;top:28.99853515625rem;left:11.375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#f1QtiWvzoRPMHr1SGp8kuoDdnRRvEvTB { width:7.375rem;height:1rem;top:40.137451171875rem;left:10.888671875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#LvGZ3JVxJLxDAfdevNWFTMyMmLTOMsVB { width:7.37425rem;height:1rem;top:29.06103515625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { display:none; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { border-width: 0; border-radius: 0; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .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; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container { width:20rem;height:69.375rem;background-color:#ffffff;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; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.adaptive-delivery-prevent-bg, #xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.lazyload, #xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.lazyloading { background-image: none; }#eMbe8Xwad66xbwD5wW2WiTeVwn2KZ6Zo { 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;display:none; }
#H3JCO1NvWO7VWk8ExCgMTU3ZsaEePpLD { display:block; }
#LJWcy87tAITadEsHhQtivTqxvSr5CnwQ { 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;display:none; }
#WLeswJZVkf6sGZcB9Wzw19pwEQeBH0yV { display:block; }
#ehBDwFDe6CbzK5OsTfHCB1LfaZOFetJp { 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;display:none; }
#WPo5XV4rN8NTztA099e95FQNf8kgn9at { display:block; }
#UmZ8Xmuyr7puxpvZlFvSMsPAzDkAUgVr { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#OudIyxT2GD7WfViOap14CmN4daTdzsUP { 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;display:none; }
#mbT7GqpC4hGSKJWo8aRpQre9DPKDVh3f { display:block; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#BgOokiX9oNPH8MoDKCRPsXLo79ZEi6Cs { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#nXk7zUu7CCK4ilLkqwhHE0Kc1ObLDLv7 { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#S6HW83p4SgqynL4n0lOuToKaZkZg5Dv8 { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#uqtwwCWUNgJONm71JcaCywQFGoTI4HOz { 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:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:block; }
#ugOmI1kFhyB3CiEuZc1smT7SzbWExtnF { display:block; }
#WL2qbGbVpWSmr0TWUMq7LxRRbJSdUMTH { 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:cairo;font-size:0.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#aBO5khO6QOcreSJnDlZ8X2sd0SABm5fM { display:block; }
#o4sKtPF5Kt9L5lgclwF90ucO85NkbQeU { 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:cairo;font-size:0.625rem;color:#000000;display:block; }
#IiXLceVD4BQB01sWk2uNbXXWG5gkHEJE { display:block; }
#z5mAsIbWV0DlbpoQCyu3yNpBWV5ggWK4 { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#Tq7mPbs704mWNA9QCrGT2eXXdnOT3y1x { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#AViE04P70yatpGMrh7d21ek82pMK6k7R { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#tffuX8rNUtb8mPBb0HLKIBkNi1AtS8eq { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#cAkR1VBKwFFL5A24AR8DNCpt7cecMyP2 { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#LhIh1fITiRi3NBU5Dhcdszdin3fP30QC { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#XprUUXoeATre3FmGyl3UWV799x6kxVHB { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#MqfdIxQ77KTeHDw5Bbpi3pk001Rhr7Qv { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#iHBPvJo83Pn3R1ABmuNmaLoe9WkwpbCW { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#ONKwLW6fawKBWXcymxzzb55Mcsk2mQgh { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#Nn6Trki1Po8vzTqZp9IVoBN5qzIQIQoI { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { display:none; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { border-width: 0; border-radius: 0; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .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; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container { width:20rem;height:67.5625rem;background-color:#ffffff;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; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.adaptive-delivery-prevent-bg, #ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.lazyload, #ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.lazyloading { background-image: none; }#xdycfDZW3UiLOarsEBd3V5fDxd4kUtPz { 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;display:block; }
#NfRThckNK31xR3pQvqpXH6cMxWKBT8Zt { display:block; }
#ImPCadRhFLIzzuPEURCp126E2kXMFDXT { 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;display:block; }
#bXM8nn1BGI8qoN5IvqIn829ZrWQDCsMT { display:block; }
#oLsEm6c7SPKKis5IBWUNW0lN23tZQP5r { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;display:block; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#kJLCKGqmE0HlJMzhCAdxSZW8F0c0MIV3 { 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:cairo;display:block; }
#NIWJX9QFupsk6UGh1p8BTlHuHfOOLx3G { 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;display:block; }
#XFUeblB08mmPBvTR9iU9Ifv4CfPH2dxx { display:block; }
#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 { display:none; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 { border-width: 0; border-radius: 0; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .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; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container { width:20rem;height:60.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container.adaptive-delivery-prevent-bg, #nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container.lazyload, #nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container.lazyloading { background-image: none; }#ycJChUkGP4XRiwOchPmn1X1q9n0SDlos { 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;display:block; }
#JlPvlpCxtTtCwsJ1bhSAtu9Ea1PKKqwr { width:7.5rem;height:5.2807625rem;top:45.648193359375rem;left:5.374755859375rem;font-size:4.0625rem;display:block; }
#MUrUsq8fTxTIOrzkABuWTuT2gW0Lg0lQ { 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;display:block; }
#p4dUnDgMuFDoNRXdcdhCV5N0WJmoMkOF { width:7.124rem;height:5.2807625rem;top:27.39013671875rem;left:6.436767578125rem;font-size:4.0625rem;display:block; }
#MBgyq0A36oNcatpSdnzilH1qU6lA8hhN { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;display:block; }
#cHga0gE0uRVUtmLLzi5pWiZJybBf7l7Z { display:block; }
#HnKiwolFclKEh2AaeHsl48uric1efh6z { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;display:none; }
#LmRpBx8UL1gr7M0HeOPNoyag88O9RtTk { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;display:block; }
#Db5BNAO0TabnEvrKv78qkB2Wq7csKlzV { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;display:block; }
#yv3IPPw12WmGUFypnWlMTd2FLIwmIERU { display:block; }
#Fdg0499hfKJrTCX6TI9DuehzL6XVnVqf { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
#WtsTOz3IHtTGTKU4cGsi77quF67LSTqA { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;display:block; }
#UzNcm4gcTMBMTrU6S7vPcg3KWv5EF1Qa { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;display:block; }
#hCnlfiJ9pZVtIZoKhJ6BUwZ7vspivbmD { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;display:block; }
#ni9Ww6aHmN1sQz6panTBRTTRTINGH2vp { width:12.37425rem;height:1.8994125rem;top:2.09716796875rem;left:3.812255859375rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#AxNWeEktO2WDl0of0TuO537LoSsqyfn7 { 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;display:none; }
#OcKhQr8A0XNhLrOV17yOTBXTFCTQ9kIW { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;display:none; }
#WVv2Jb4mQp7wz5sATL8v2eKCQD0Gx1SG { 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;display:block; }
#wzNwpdwgUIL673AIPs5ZvpoDFcSv7kCq { width:12.4375rem;height:5.2807625rem;top:11.25rem;left:3.78125rem;font-size:4.0625rem;display:block; }
#lHVpGHmNBPL0rbMEz9iICtdXvdg7JFaJ { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;display:block; }
#kDRQUt4agEZFDfwZR4RwhpWXRBMxNokW { display:block; }
#SsGpNSJy16yT76DVTyttc8PXxRoO3GTu { 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;display:none; }
#hk523zl7eNSw0JkFNWlmSHmqqPD9AyqT { width:5.06225625rem;height:1.6870125rem;top:50.41015625rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;display:block; }
#zyFnkOHsNZ5sZE1gCFXyGUKTV58OiThT { width:5.06225625rem;height:1.6870125rem;top:32.6708984375rem;left:2.686767578125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15200;display:block; }
#MbOS8dCWgmq497uJO9Z5OeNMvTd7rVHr { width:5.06225625rem;height:1.6870125rem;top:15.435791015625rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15201;display:block; }
#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { 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;display:none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv.adaptive-delivery-prevent-bg, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv.lazyload, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv.lazyloading { background-image: none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container { width:20rem;height:86.25rem;position:relative;display:none; }#dEpCaqtN5XQhu7Oq2I6591FDw3SZrPPV { 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;display:block; }
#pU3bJegnJG1m2PWrzUEEtDpGTUSVsViq { display:block; }
#SCDw2xcflAbFyJgGvCEMZe3IzA0Jt8yk { 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;display:block; }
#JKTW9nmFSHUTPQb8h2OiMi4mlon0yve7 { display:block; }
#LWptfmhaGZkLpT033OCoTDpALD4xCDzl { width:11.5625rem;height:2.5rem;top:51.498046875rem;left:2.875rem;display:none; }
#ynIWU6k5fUHk84v4H2Ovu4aiGZ5ler5T { display:block; }
#SCxTkTfrHAQhJnayoMvXxudQQ9HXK9ne { width:11.5625rem;height:2.5rem;top:79.560546875rem;left:2.3125rem;display:none; }
#FeCFzrBMiq35nUSLtAUqd8nAxzK7uh7c { display:block; }
#l8oJ7TJswIqI9rXbdoNrK7DmNtkwOvbw { width:20rem;height:3.5996125rem;top:1.998046875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#asdQ9xAnUsL1vaBByonui3GfZmIPt97e { width:12.5rem;height:9.6875rem;top:30.875rem;left:3.75rem;box-shadow: none;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZZlSXbaWKebdsmVVqlI07uDqE6HhdK8i { 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;display:block; }
#WDTGI4dvxQN4iTvEOXxKTD5T5Dtgu4zh { width:9.8125rem;height:1.21948125rem;top:36.6875rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#TDXHTKyPWSlQ9VOkEWF7uvo8Dn7Bb4ul { width:7.5rem;height:2.125rem;top:39.3125rem;left:6.625rem;font-size:1.25rem;display:block; }
#Fg25VK57QJQ3w8ClEDAwWxGZz44l0X4t { display:block; }
#JrsNwmJpJs6yWR215Ficct5TmvPgZfXh { width:8.25rem;height:1.4624rem;top:32.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#V9qra3e2vTDBsURwqDwT5ArWzcxNOGCU { width:8.25rem;height:1.21875rem;top:32.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#ysQuMADmzoy4hnPT6Wn8H8J4oVJW9m4C { width:12.5rem;height:9.6875rem;top:19.0625rem;left:3.75rem;box-shadow: none;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#PavSgGxWqkmbrboKfXaihledhQXIEqig { width:8.25rem;height:1.21875rem;top:21rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#Lg5m0ghp3gqlKvxxUnA5wQhew9sTqQvc { width:8.25rem;height:1.4624rem;top:20.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#TUJQndpbTpzOukdiqEXGty9FGxRPcTIE { 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;display:block; }
#HiqA5GWQQT9LnCbJUWpyPdZ2ZhFFNFf8 { width:9.8125rem;height:1.21948125rem;top:24.875rem;left:5.125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#d6GWkqc3XnbGAGAKQTAfI9GIoSVQI9dp { width:7.5rem;height:2.125rem;top:27.5rem;left:6.5625rem;font-size:1.25rem;display:block; }
#x7ozkuPG4BsA18IbcOoAfU2qKQJpv3x0 { display:block; }
#FBm3cE2nbqnbVdldTX8ZXM3EqQzgDAvn { width:12.5rem;height:9.6875rem;top:7.25rem;left:3.75rem;box-shadow: none;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#BTd1amR9ZfBP88kSKWbFQEgUt8vqbMyp { width:8.25rem;height:1.21875rem;top:9.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#oJozl4bH81S6A5JItegaaXDsU9xoWGIF { width:8.25rem;height:1.4624rem;top:8.875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#X624kuCvsqehIZVhCRuvh57D6dR7eehW { 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;display:block; }
#TFQESCBKNsOehnMWSrQ8rZHv8onTBlqW { width:9.8125rem;height:2.4389625rem;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; }
#sHRiFuOApzkKyWF8o6OoDFunLGzTFr8G { width:7.5rem;height:2.125rem;top:15.6875rem;left:6.5625rem;font-size:1.25rem;display:block; }
#cPNCwQEQac7IAwEOTEpHOiNLOWZ1raZS { display:block; }
#Ba0UfEQCnRzloCQedQ0emwhZSuhTS6WD { width:12.5rem;height:9.6875rem;top:66.3125rem;left:3.75rem;box-shadow: none;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#bfJsBiK8cwZiqNBockCWdU6h5JAPmILF { width:8.25rem;height:1.21875rem;top:68.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#sf1LM17g3VG9EiTN5N1zMu2Tm30ETfSD { width:8.25rem;height:1.4624rem;top:67.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#kpCCVoaJivuBK9M2LT4DR8VTTItt5bTG { 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;display:block; }
#vwmTU6Qq1df05BK0PIyFsFteCBnQn12Q { width:9.8125rem;height:1.21948125rem;top:72.125rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#kukP57dTsBpBxP0KrkRuUUhbwH2LMwgh { width:7.5rem;height:2.125rem;top:74.75rem;left:6.625rem;font-size:1.25rem;display:block; }
#tWRl1k7zUqX9d8eeCW2VFCDrxR2emRMe { display:block; }
#H0POU0wL8CnrKSRpXN8UiTqaREkrMRr6 { width:12.5rem;height:9.6875rem;top:54.5rem;left:3.75rem;box-shadow: none;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#QfeEliKpeevXyyyNhoagXp1p7eSTM2Tu { width:8.25rem;height:1.21875rem;top:56.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#Rh0eTlTO2olJ6UchcXWLuAn8SuFgtx3z { width:8.25rem;height:1.4624rem;top:56.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#kyJ1Ao8DG72tvPfLcKATaIICC1rCvVpf { 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;display:block; }
#gl3w8GkcoBb1gsgQDKC0FRzZU57ZTHC6 { width:9.8125rem;height:2.4389625rem;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; }
#b0m8GmPF3nSFWHQfAP6vdQQvCEgi92MJ { width:7.5rem;height:2.125rem;top:62.9375rem;left:6.625rem;font-size:1.25rem;display:block; }
#GRuvtmE13TBeFTzSgTVNRXWxa96DSxwD { display:block; }
#plKPgWLzGypAMKNzSaad81uESTN7bK89 { width:12.5rem;height:9.6875rem;top:42.6875rem;left:3.75rem;box-shadow: none;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#DPR757nn6NGJD9lQyOznlXVBqVCxzDbL { width:8.25rem;height:1.21875rem;top:44.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#xmleTtMasgt8JsoIukgE2nqKTcfHmCfn { width:8.25rem;height:1.4624rem;top:44.3125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#W1DkM55V6PxnSsk3cLO7WPtOCm4oFSXu { 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;display:block; }
#iiqMn1LVze6hV2qIVmwHi2pSf3qwXQn1 { width:9.8125rem;height:2.4389625rem;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; }
#nVaJ2RMs5H28GXByCPFDtrkMhi1TZuTp { width:7.5rem;height:2.125rem;top:51.125rem;left:6.5625rem;font-size:1.25rem;display:block; }
#nxPwOAR8HA2RDZP5IncPlSTH72n5fbk4 { display:block; }
