.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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); }#rDAVuTuHHroTDNxMpFr5qLL2VVK3CopH { position:relative;display:none; }#rDAVuTuHHroTDNxMpFr5qLL2VVK3CopH { border-width: 0; border-radius: 0; }#rDAVuTuHHroTDNxMpFr5qLL2VVK3CopH > .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; }#rDAVuTuHHroTDNxMpFr5qLL2VVK3CopH > .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; }#icVW3pW80t3z4rLoG11GgtvETNWTeD9T { 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.6875rem;width:31.25rem;display:none; }
#VW4exfWrTBS2tcCvF4hPgl9vdw2kd78M { 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:11.0625rem;width:20.3125rem;display:none; }
#tmX7LXADCl0u3ox1WUpzGQa0VBya4y96 { 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; }#tmX7LXADCl0u3ox1WUpzGQa0VBya4y96 > .row .container { border-width: 0; border-radius: 0; }#tmX7LXADCl0u3ox1WUpzGQa0VBya4y96 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tmX7LXADCl0u3ox1WUpzGQa0VBya4y96 > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#SZeGeXf9owfapLVPHQZABP1Ch5SIu3io { 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; }
#WnE06aTTi1qPCH6eBbEGQmBwQ7BBDPX2 { 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; }
#f3plI9GWaGPJMLyBi6fDgUJV9TBr69Xc { 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; }
#JTKAB1xE4Q6aTuzFbFZINcT6QeKxaO31 { 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; }
#VwGtUaHHFq6zTJPrFK3GvA2ViL6UUrRI { 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; }
#qwlcfN3noM4MzTsDdU13mmFs0uZPXGuz { 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; }
#EO3VmbPDm2VAy1GeS5GlRpf45IBlh2T6 { 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; }
#sTsAZ3m4PqszA0NmwwTqaM0GmTF569pr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wrc0GsyQMSgBrTmWZ9nTIWvSI5aAkvEq { 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; }
#ZuGCbRIFzsE8oud2Vz35Kuo9bxa3kJfR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTqXmgvVsWZURFBQIAbdgrHq1eTsxQDT { 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; }
#vEM24keJ7Xf79rEmp5EneoM2fCQTGvTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AERbg8uKpUHuTcG3S2WWoPQU84J0vmJg { 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; }
#nCJINyOpgT2RVzALmXZrBRcSwLCMi70g { 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; }
#qwhTt8ZIDpyu4kfK54sUalH0IESwwCTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d3gB60F8DwSzZibnkS2pZAy9CZoAwdTD { 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; }
#caye6HFbTIQeGU3ttlEzs123TOWLHVDd { 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; }
#kgE2EnSeUGalCB8VRrW866PfttFexyLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mwzWUJ9n5TuA1F8dAkL6HDNTQEJkccnV { 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; }
#vXbDS8tvc96LJb296MKzJUVb9xsevwn3 { 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; }
#LG0hJxtuNO0S11r3d2t6rQLbmW2ybO32 { 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; }#LG0hJxtuNO0S11r3d2t6rQLbmW2ybO32 > .row .container { border-width: 0; border-radius: 0; }#LG0hJxtuNO0S11r3d2t6rQLbmW2ybO32 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LG0hJxtuNO0S11r3d2t6rQLbmW2ybO32 > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#bm5qdL9KMCO13ddR6qr0c81DM9PBBOuT { 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; }
#C1ygJZ2wEIxTtk7tyiGxHf6VMVOKTTEL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IZKIrUJ7EZz2y64JmqgznUUunyQEpvIm { 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; }
#IZKIrUJ7EZz2y64JmqgznUUunyQEpvIm > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#rrSycmQhoHG8RqXueWofzdPFkpog30CS { 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; }
#vwe6febZBfR8u6pBnC2hFk46RF4RqwQA { 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; }
#in4ccA1JoT2Q9TT1JE9EgQlklael47Gk { 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; }
#sO5LghfUeeJzayirbmXVsxWWf6XNB6vk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZbdTWTIvo7ZyQuPudqG3A7THBxAaXdC { 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; }
#h4P8AmTngkTMezfJOUWBywLe4ZdTHlrm { 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; }#h4P8AmTngkTMezfJOUWBywLe4ZdTHlrm > .row .container { border-width: 0; border-radius: 0; }#h4P8AmTngkTMezfJOUWBywLe4ZdTHlrm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h4P8AmTngkTMezfJOUWBywLe4ZdTHlrm > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#K44cCNktyuLDJ5vDNbENe22b5qcKhkGz { 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; }
#EQBSBMgX7k9o66TI2uDvHXS5xGMvI5JM { 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; }
#e3ml9dsGNgG0qJvyNOpUc3uBPncTMUGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n7fWWl3KFduKsTSsGipJ0opRP2rBKev0 { 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; }
#paTcF3mSEinsN6ExyTv2QtAsz0pIdGo9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mecT2acDIiNT0ftQONx3e827Cc7G73Ru { 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; }
#y9ulkB56IAWisZkz7lX3FT93QcWeETVn { 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; }
#gGFiW1qfukEwkT9m2CO5ETNzIhnHDRMw { 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; }
#gBlUkuKuFepbLSfcpxDZTFC8N1aiWBIk { 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; }
#Rs0WVc4L7x1mA1em3qnrQ1rF1Cl9ChqO { 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; }
#pyy9nEkfAXHhppQ6U0KSBQ8x0vlEMqEo { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#rWkfLHqDhUBV5xN0p99MsASkOkfCH8Pm { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 { position:relative;display:none; }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 { border-width: 0; border-radius: 0; }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 > .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; }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 > .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; }#bvC477mNi6kRxyVDa5ZeWdRuMzEyQqOv { 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; }
#qRMp5FTvWT7alM8xJrpTbGTtoGv0NaZh { 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; }
#LlNCAL3ReQITS6AC9As6FMLKBLtRACtu { 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; }
#zo8bfeykzauRKFpmhx7uUnoxv2kmw4oK { position:relative;display:none; }#zo8bfeykzauRKFpmhx7uUnoxv2kmw4oK { border-width: 0; border-radius: 0; }#zo8bfeykzauRKFpmhx7uUnoxv2kmw4oK > .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; }#zo8bfeykzauRKFpmhx7uUnoxv2kmw4oK > .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; }#Ise8nRkxPreKkrUGRLCq7yTqqH3uwggp { 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; }
#STk1tKwfM1iQHTlNm2ZAJIW1STs5VLX4 { 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; }
#EUV6eFdeBsnPiAXyHU9idsHr8wZ3t9xt { 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; }
#Lwubad0IWbpbr2Kuvb0Hvaw8UMJSv9Qu { 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; }
#NLTfUlGqrqyWPe2GTTBKoubHRV53ZqX2 { 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; }#NLTfUlGqrqyWPe2GTTBKoubHRV53ZqX2 > .row .container { border-width: 0; border-radius: 0; }#NLTfUlGqrqyWPe2GTTBKoubHRV53ZqX2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NLTfUlGqrqyWPe2GTTBKoubHRV53ZqX2 > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#Xyf9z1gfpecETtUDSce0O89uvIvNpxNm { 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; }
#dv2SOHAR6kGVPMdprQH9TaTgeKqhPnkC { 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; }
#UG4HXH5NR0m498RTlldLbDbeBNWbQQPR { 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; }
#bBwHmb4ZER7Xb9hvDcRrXESNgeqlS5Dz { 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; }
#Xvy6VJePRtuiqOGRIkwXD7coZ9K6V6RB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuDbcl9i2glbQp6LZ9VApv8vZFunRJgk { 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; }
#s7cuonChaw26V6S3lxdloOGWGzfymotg { 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; }
#fHu4V1EARNkrtkux24d5r3PZQxmDv1Vo { 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; }
#EBXTbxENDaZuKc08MPbCAAwXWGX1W1Bi { 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; }
#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 { position:relative;display:none; }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 { border-width: 0; border-radius: 0; }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 > .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; }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 > .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; }#p3cZ7gcWNnfDUCLCppG3f786MKbZ0FGw { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:0.5625rem;left:2.75rem;display:none; }
#TqUiBaH3SGx4FpgsO7bUtX2kwzT2ITqk { 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:30.3125rem;width:52.1875rem;display:none; }
#GWrmsmgW3yhUpBTD6gy0Z2JBrkdoDHZn { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:14.3125rem;left:6.8125rem;display:none; }
#pM2Q9AiMSHacDpbHq4OgCgwPJMiTBPsD { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#NLA3MeZeEtAf9rgyPVG464d937u2BrRu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qaaCHGt7arSyFRLHinfdEzxfZB0oi6oa { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ktA0is3Rsm4tnMDwSfAsy9qO5M9BnSzG { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:2.6875rem;left:0.75rem;display:none; }
#h5pkO68lKsd7SDG4NgUxfCtZ9gfTxbg4 { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:16.1875rem;left:0rem;display:none; }
#So6NPeQTSaAFWKBqHdIfSWuEdeRdQRug { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:33.3125rem;left:0.375rem;display:none; }
#qkgHTGx1f7Jl0q5m08SQUzF638DmT9NT { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:31.0625rem;left:6.9375rem;display:none; }
#xGxBbaUdb6RHK2XAurIDb8ptZxcSpMGg { 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:30.3125rem;width:52.1875rem;display:none; }
#PgbcHiJbtVqGUK9w68u0tNvIQitWlV3r { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#R0rORrSaQ5nnstMqemHfvEe6lEgzzWPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0lfHwVF7O3wXGxr4RhNaE2RwWswJOhX { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:47.3125rem;left:0.625rem;display:none; }
#fqn5f0ecTFDDBATvTE0fz7sJv4aIpvP3 { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#xRcrxpTEveSizCwOv9Uw19zFM2MVzxON { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#onlDI3V6T4KNSCwufcVEFVtdWwJuCAQB { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:45.75rem;left:6.8125rem;display:none; }
#ax39RXMUIR9nS52sZEDvSoRDmLRsskdm { 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:30.3125rem;width:52.1875rem;display:none; }
#cvwQPqJ4SRZu4Vckv2zn7wG45kHIO0H9 { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#odpivQnvpJSCyGyEGnPy3hrtuwcncknD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wMK7NS8naAVwbVofnQ7Gee9xU005qkyP { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:0.1875rem;display:none; }
#gGe1PB1dUPJBgzmMTRQkr91HXhDhoQTN { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:62.5rem;left:6.375rem;display:none; }
#viTcnVgsRfZH71FtsDFCFPC4faSfil9N { 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:30.3125rem;width:52.1875rem;display:none; }
#d2V3xzfsmZkTfdGTn2Vk5MAnAUThpfTq { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Cu9bL30T9ah25MCyQTefL04OWwcO2k9R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HsvnaOs1fwTEccFT7wdSTIJPReGm55TO { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:77.9375rem;left:6.5625rem;display:none; }
#uRgVytCtBG8X32h0qRZu71xND79PILMT { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#AVpU4payJEziGDQb3G5L3QAg18Mkz7Lm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwRhRMvqOveMsDcJChQk51wHk6BtHBUb { 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:30.3125rem;width:52.1875rem;display:none; }
#tHEsck7524FqZxMZfwxuM7XIOgRNb1JE { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#vgURNNa5ybKw617ql9ophqfnQq0yuDf8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eUOcSPw3R4My1qMcvkwDx3W05nU0wLRv { 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:30.3125rem;width:52.1875rem;display:none; }
#dIHEWzEo33rbDVhaFTuNPXxPRTxdasmt { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:94.6875rem;left:6.5625rem;display:none; }
#G2Hqvd7aVG5oBlLfGEAzoT8HwRg0zAcG { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:79.8125rem;left:0.375rem;display:none; }
#P5yKxTq2eu6c5ICK8IsMPbfpnGdnuLx3 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:97.875rem;left:0.375rem;display:none; }
#lIzTeLzdTzJtJOThTUsvX41nKazKwWi6 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:115.5rem;left:0rem;display:none; }
#kNGUEhMdhUmVaMvU00ucHDKFmlwUynwa { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#SNWWJFPmqDQszONyiyx99TAKGnkzJO9F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EfJXTDA0zlqVhUg7Tqwn1Hzq4ZV4qBN7 { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:113.25rem;left:6.5625rem;display:none; }
#uLfr8oebAn67iswJgTeN7R9mLsTTbexH { 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:30.3125rem;width:52.1875rem;display:none; }
#CEv1rwhpBq08LBVMuGQh5uIOpeJqFy0i { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#cO9p6kUeXHXN2KQEucNS8kAEQNkpCKlC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExlfBMhAaOJFNkRO4EQJefBRWVUsdxQt { 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:30.3125rem;width:52.1875rem;display:none; }
#sBaqrfCxF7EuoWtDptTXNFpyMhf3Gely { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:132.125rem;left:0.5625rem;display:none; }
#DinIkJ8Me8vHxbOHUhvdhwpMvCEB213i { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:130.125rem;left:6.5625rem;display:none; }
#b4VSPxpzKwn7ACoX1qmMdgo8bP8Tw6Is { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#F7DSaZ5GH3D7FnFQwI5veQRz8Vv9UTmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NkOTx6QIpQMzNGADMlsXexMPJMOd0a4N { 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:30.3125rem;width:52.1875rem;display:none; }
#Mf2lMXmx6k14LILbhOLDTyb6BTHqizxT { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:149.375rem;left:0.8125rem;display:none; }
#uTKpNx5n8sWzvQgE1La7nh6bvV0amJJp { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:147.0625rem;left:6.6875rem;display:none; }
#MnmPRZl5dmlb6hewWsILAbGu7B4JI7cu { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BgeZxCzaTws1qBMHoywT07wQHfOTlaTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O2JpattoXPwL8T83BUBaVbCPfHOSi2hk { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:171.125rem;left:0.8125rem;display:none; }
#DZSmz0HSCLe4UTeTxJcpWggwChOOd5nB { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:164.6875rem;left:5.5rem;display:none; }
#kMTxe44faphM0eB71ApcF78ZwlRa7zf2 { 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:30.3125rem;width:52.1875rem;display:none; }
#s3R3OspboVt3zS5bgxvI6W57EdwxBAIW { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:182rem;left:0.375rem;display:none; }
#evaXg22As1pBhOQrE1nsyHKzy2d3ilno { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#JZ42992eX0htbQy0kANySfTQI3eHuL8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GgFtsPBXlvyns0zh6RX2arFTKoqFAXFW { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:179.5rem;left:5.1875rem;display:none; }
#BECt72awnLqToHbhofXgbnIMXDa3Iq86 { 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:30.3125rem;width:52.1875rem;display:none; }
#gHrtcF9SaZ5gCrgPswhTBXJHILCO1FTK { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:0.1875rem;display:none; }
#T7G4TfGEQTgXbxroAQBNyN67UkxkwJa9 { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#B0ZoOhUfdQZyDK5q0HtMiFNQ0MJon1Wd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QV9dAKhwg5sazrtzE2ZGtpURcBEMbvwv { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:79.4375rem;left:6.8125rem;display:none; }
#TQ9ZcicIBG5HKZPHUup9d5fVrnCrRzub { 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:30.3125rem;width:52.1875rem;display:none; }
#XJzmlT9aznXFEREWGwZ6v00QvhXqT6b2 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:99.25rem;left:0rem;display:none; }
#kQ2h5QkXA86rCJhxZ6Zy4ic5oZxvkS28 { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Cq1Thz6ITWo32onVkGmpeiH3rr789zvR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#auhVV14xRtg6b51Rg6sl8S4z5UggyGTt { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:97.375rem;left:6.5625rem;display:none; }
#UiS3KWxeJvJqr2uTLTL4kKVatftfJzTM { 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:30.3125rem;width:52.1875rem;display:none; }
#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt { position:relative;display:none; }#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt { border-width: 0; border-radius: 0; }#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt > .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; }#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt > .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; }#i5I9Qa9zBD6VXNtW5oXk6S57GiGOIc8v { 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; }
#eBEnwRDSHyWNfvbw1lpCPV5V55yTgI6f { 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; }
#ADUkTkCTTd3UemBSc3oPqewVixCoGdhm { 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; }
#XyVseoTWryk7AHLnAoby0NRBPpHByFNf { 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; }
#TNIP15lFFNNHEPKTiVAvGuUBPWDzqqAa { 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; }
#Pmkm2LZWH9RAGvbsLyzdxxz2319oRIHR { 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; }
#IQDBoMRMuVD63HOWSk5KvHRIl5cTAqAT { 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; }
#lfGxH1dzRZSE7yuv39K2IgdMf3LKOSPl { 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; }
#h34G7qS3UTmXB4zX16b5PxukNbOCAM5L { 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; }
#a7U2V6VT670T04ouxNZwVLMyc9LnGlt6 { 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:31.5rem;width:36.5625rem;display:none; }
#nuVPVcLRBrKSCmKgMtyUi2gaycZoQeQO { 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; }#nuVPVcLRBrKSCmKgMtyUi2gaycZoQeQO > .row .container { border-width: 0; border-radius: 0; }#nuVPVcLRBrKSCmKgMtyUi2gaycZoQeQO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nuVPVcLRBrKSCmKgMtyUi2gaycZoQeQO > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#M7wzleAkdEUxTzlSnHPqQomBpzpeNkoa { 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; }
#IZpcy6BdOemZ9C2RQoCHLEPRPQoa4D06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTVgIQ2VRTCqN60B4OP2iaQ8SzhVM454 { 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; }
#kSXwIUB6wSLoTmPoJvA9sVbVLQE3oqXg { 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='#ccd4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#ccd4b392' );";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; }
#hyaCQCf3IuW2ELlfCn0vaNKiZQ1J2NtT { 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; }
#Pv6ICChkhClRF9von7Q51xpTadzao2RK { 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; }
#nGTSV4n2StgtvHa05gC75UTcGlOBXyRE { 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; }
#dJq2Lm2d7cwN2vAKpzHrQk3Ny4Wy4H4A { 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; }
#K8mXJJCxJrKdTzo7txb6fw8gyzwC7HQR { 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; }
#mbXdLH3ObCQDbvTkbUhEGn2oyc2OcZFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZ30QD8kTbxq8swNBCb9hIgKg9ZBx57a { 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; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-form-header { font-size:0.75rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-regular-label { height:auto;display:block;font-family:"alw font";font-size:1.1875rem;font-weight:bold;color:#0c0d10;width:16.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-text { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-text {padding-top: 0; padding-bottom: 0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-textarea { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:2.5rem;color:#121001;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-select {padding-top: 0; padding-bottom: 0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .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; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#c3a365;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.0625rem;margin-bottom:0.25rem;margin-left:4.0625rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#ffffff;width:8.125rem;height:3.3125rem;font-family:raleway;overflow:hidden;box-shadow: none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]:-moz-placeholder { color:#0e193d;font-family:raleway;font-size:0.875rem;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]::-moz-placeholder { color:#0e193d;font-family:raleway;font-size:0.875rem;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]:-ms-input-placeholder { color:#0e193d;font-family:raleway;font-size:0.875rem;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]::-webkit-input-placeholder { color:#0e193d;font-family:raleway;font-size:0.875rem;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:15.125rem;overflow:hidden;font-style:normal;float:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .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; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:raleway;font-size:0.9375rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-container:first-of-type{padding-top:0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-container:last-of-type{padding-bottom:0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;font-size:0.75rem;left:41.1875rem;top:17.125rem;z-index:15056;position:absolute; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.3125rem;display:block;vertical-align:top; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC {display:block;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;font-size:0.75rem;left:41.1875rem;top:17.125rem;z-index:15056;position:absolute; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #g1oRJvPfS9Wgds76XrTeau3kRJ1QSxAJ { position:relative; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #oCzbhz9QNJJGoJQlGJEO7HE4mtXPh9t7 { position:relative;display:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #LE87Tl7wrrv5dBZOe9Hu9MxZylJbsPZU { position:relative; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #zXfRVvyJLnsasLL1MEEzAPF4g2ukDcrl { position:relative; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #WLiuFD0DdVKLq6UxPMwhJgZ1AVgQncfT { position:relative;display:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #HNzkDZtLiBWVwWfLpVu85NuUVLArVPp7 { position:relative; }
#Zu1Tvf7NPb18Mi4b9FHlJSeSzE0KBSbf { position:relative;display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #o0L9QUpi8ix9QAfz1iTWDwZXJWd4NgPr { position:relative; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #qzXEA2ld2u2gyukgT2taEq7Go6irnHOC { position:relative;display:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #VbFZJ1subfFD3OnPKNM4M8Z2x3WrIurx { position:relative; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #mKErL1Hs6dhLViIq02T1iLwJ2vDqGNiC { position:relative; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #KomGPfv9ysCkh1e0hxOCGphvOSpg7NT3 { position:relative; }
#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 { 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; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row .container { border-width: 0; border-radius: 0; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#Hp4wXOIw4brsndntvODCEh1OxvAA1PnP { 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; }
#AzSTAGV6eekR5nhr6vXeXNBCG5cyLhMz { 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; }
#rQvXbGA0cNZICXVl3XUcm3e4E4ORbJlC { 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; }
#PiAq6tIz7wIOTITb5wyy6AfHUXyTPq1Q { 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; }
#R4KVFQn1tb39uL9kvzTqCJO1IO7OGZJ0 { 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; }
#N279nWPDJEXEtXKwGJkzqecBoIkPrJQE { 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; }
#qagEWDyr6ao04VfC5xi3K7I91kP5LluO { 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; }
#dro9XPcEkTJuTAvSuiN3WeDGWcT0CWXM { 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; }
#ZpKsFLs05KMZ615UcIDkILwVTDhp1CmL { 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; }
#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO { 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; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row .container { border-width: 0; border-radius: 0; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#Tq16gQaP8Gai0VJ4zbmOHSOAHyRSsPx0 { 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; }
#DKecif1sQxWX2KQ86sZJTSV5pvD0pNEA { 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; }
#TdTpQpvZShe4cCzw8Qm3BzflVpPJRc1V { 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; }
#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd { position:relative;display:none; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd { border-width: 0; border-radius: 0; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .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; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .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/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:7.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; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row .container.adaptive-delivery-prevent-bg, #IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row .container.lazyload, #IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row .container.lazyloading { background-image: none; }#mdbCOewmkTXfCpTzyckRI4EK8AnWpc8R { background-color:#bb8d65;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;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:17.4375rem;height:3.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.14583375rem;left:7.9663087175562rem;display:block; }
#eEdEeTeVMUzgBPr3xuKF5GUJbgkTiUul { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tq8ysCG6zb5ycweJWEHCBf5qwAyuCXbm { color:#b20129;display:block;width:26.8125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15108;line-height:2;letter-spacing:0;top:0.90625rem;left:24.687501907349rem;height:5.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mASKBUUyoWatEH0lhTyCGRlThirXqC9L { color:#b20129;display:block;width:5rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:700;z-index:15109;line-height:1.8;letter-spacing:0;top:2.4309897422791rem;left:30.312501907349rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GUVAC5LeKTy4xGgWx0HpbDIXOUx4d88H { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:5.3958334922791rem;left:8.6536464691163rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c2645f95-9ff8-4f9f-9114-7e3a37b46a34/lppc33.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT.adaptive-delivery-prevent-bg, #u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT.lazyload, #u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT.lazyloading { background-image: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { background-color: transparent; background-image: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container > .video-iframe-container { display: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row > .video-iframe-container { display: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .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); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { border-width: 0; border-radius: 0; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { width:60rem;height:37.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#wWsL55ilTTrwQHxWallv99BuSibs1Gez { background-color:#bb8d65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:17.625rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:15.625rem;left:41.8125rem;display:block; }
#HNdqL3RTTfW5TR7m4IctNwfixPoIhFdX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MNlts7qBbst2pgvqTylvTxn3fmF0iXsr { background-color:#2a6f06;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:14.625rem;left:39.4990234375rem;display:none; }
#dAzmhubpH8S5ym59yQ1r00c4VPbb7ODh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crrPkzRKn4aTd7Wad3KXd11EgTxpabsz { background-color:#bb8d65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:17.625rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.3720703125rem;left:36.4990234375rem;display:none; }
#FJKBU4BM5GkVNHqiqgPXTEIw4Gk65xsJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J8WA3blSRftZZz0IstMD1ySQRchGGPPM { position:absolute;display:block;z-index:15109;height:7.5625rem;width:13.5rem;top:2.90625rem;left:43.875001907349rem;display:block; }
#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps { position:relative;display:block; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps { background-color: transparent; background-image: none; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container > .video-iframe-container { display: none; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row > .video-iframe-container { display: none; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .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); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps { border-width: 0; border-radius: 0; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .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; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .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/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:62.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:block; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container.adaptive-delivery-prevent-bg, #gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container.lazyload, #gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container.lazyloading { background-image: none; }#k3RH56UluT6A113JZWVgfaonhTCsnyGB { position:absolute;display:block;z-index:15011;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:3.9375rem;width:3.9375rem;top:19.34375rem;left:0rem;overflow:hidden;display:none; }
#TPXJi4vfUIp2VKa8FSR4sQ4ZA43VgTPF { 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:3.9375rem;width:3.9375rem;top:25.3125rem;left:0rem;overflow:hidden;display:none; }
#oUOceMF3SOicViFeHS1lA4UFPpFuU0yL { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:1.8125rem;left:16.1875rem;display:block; }
#SKPXzve3S0WPg41lTk7ok9FwS3PK7bf5 { position:absolute;display:block;z-index:15015;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.3125rem;width:4.3125rem;top:3.9375rem;left:21.125rem;overflow:hidden;display:block; }
#bnTMl4KWpyaC4e78pm1tZsMZ40hJUD3b { color:#1e1e1e;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:8.875rem;left:18.125rem;height:2.75rem;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; }
#lEKbID7rfn2B0SdDCUg7dkvEdUlpmaz5 { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:12.375rem;left:21.4375rem;display:block; }
#gHF7cN97bV0FVNsfxt6yMIupI3SwTgIh { position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:1.8125rem;left:30.1875rem;display:block; }
#gpOwg2ZGuTXADpzcnIAPFQOKtWAK5MS1 { position:absolute;display:block;z-index:15020;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.3125rem;width:4.3125rem;top:3.9375rem;left:35.4375rem;overflow:hidden;display:block; }
#bW9XiiTOOnlpZofWuNrT746LrqfX8vgl { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:9.375rem;left:30.1875rem;height:2.75rem;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; }
#bWlcu1QEM6KlK7GmKA0bAFNa49DApdQz { position:absolute;display:block;z-index:15023;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:12.375rem;left:35.4375rem;display:block; }
#dZ8dT4pbKlpQgMZBQ6V3kQUqb6mk8V3e { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:13.375rem;left:30.1875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#raDDxXm5AONrC6tmlrGdZx4G5P2eTBvD { position:absolute;display:block;z-index:15024;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:18.5625rem;left:16.1875rem;display:block; }
#DtNQ1L3BZoeDtW7b2UKQ6D9SW4cUJFoF { position:absolute;display:block;z-index:15029;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:18.75rem;left:30.375rem;display:block; }
#Q2Lkex699SNTmx8IlC9FEkm7DO4sbuBJ { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:30.125rem;left:30.0625rem;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; }
#Mc7EeRLcu66UHup4wS0MkWxLW3ATmyX0 { position:absolute;display:block;z-index:15028;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:29.125rem;left:21.4375rem;display:block; }
#xPQrT5uWLRpDSUWv4iCE4UybSqPvNnC3 { position:absolute;display:block;z-index:15033;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:29.125rem;left:35.4375rem;display:block; }
#erINkJ8EKOu5DTQSpbxm0b1SuQtgyQwT { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:26.125rem;left:16.1875rem;height:1.375rem;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; }
#gCxLpo76garxTSi9IShtTOAesw1dQQml { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:26.125rem;left:30.1875rem;height:1.375rem;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; }
#wvCzGoIGZwUp7g9Qu1cdAmHXPEG3KHET { position:absolute;display:block;z-index:15025;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.25rem;width:4.25rem;top:20.9375rem;left:21.25rem;overflow:hidden;display:block; }
#OLM5ET6HA3eH19G4Cd1gAy28LGOLUA8L { 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:4.1875rem;width:4.1875rem;top:20.9375rem;left:35.25rem;overflow:hidden;display:block; }
#rMtEXkkTnZ0qp4RAx54CAw2BNiyzm7WV { position:absolute;display:block;z-index:15034;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:35.4375rem;left:16.1875rem;display:block; }
#WK2w24OXTG40OOu1y7DzpDwPa4Ab8Cky { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:43.0751953125rem;left:16.1875rem;height:1.5996125rem;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; }
#kl0RVeAH8FJA6BHTAgLJ8F3I1Skn0rfm { position:absolute;display:block;z-index:15039;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:35.4375rem;left:30.3125rem;display:block; }
#bh4bMTJDVAvao2Zyc3aLhfXverfnUak6 { position:absolute;display:block;z-index:15048;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:62.0625rem;left:6rem;display:block; }
#sNSn8m3VnmtzSDqxBure67ZJ1D5FZdJQ { position:absolute;display:block;z-index:15038;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:46rem;left:21.4375rem;display:block; }
#FzzbRFT3V5J3iM4mMZCwtXmUUOQTLZF7 { position:absolute;display:block;z-index:15043;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:46rem;left:35.4375rem;display:block; }
#y7M9EEPgPXOteWsc4od8lJhHOPu1s7iX { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:41.1875rem;left:16.25rem;height:1.875rem;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; }
#gs5e88kokZDtX9rQkGkTxS2mKAbXV6rZ { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:41.1875rem;left:30.3125rem;height:1.875rem;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; }
#Lp7GpEe2fbHRnMyUvhbvX5bO7W7US6sm { position:absolute;display:block;z-index:15035;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.3125rem;width:4.3125rem;top:35.625rem;left:21.09375rem;overflow:hidden;display:block; }
#qTSKUxNGFUVFZyF5E6SmSCinThSAAD8h { position:absolute;display:block;z-index:15040;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.25rem;width:4.25rem;top:35.4375rem;left:35.46875rem;overflow:hidden;display:block; }
#gnr6bQT0X0yJvPEAgk5VHTpSE8VH9G9o { 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:13.6875rem;left:30.875rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S00Iy4aaXogIFLD1aoq5i6dt8BzkalOA { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:13.375rem;left:33.8125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KXLMaF7ECDIMEnzKThrmiZ7sR6xsuQ6n { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:13.625rem;left:20.1875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlZJBLDCuoZ1COS6iHWS8TDgT3hNtDvX { 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:14rem;left:16.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mG6nFCaeZOkTR0bL94a7RWzI6FtW1eya { 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:30.5rem;left:28.4375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ng7AlLDD0ufk1z6wDml6Ce4utWIBseZN { 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:29.875rem;left:30.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ifzTIm3J52DpFLQGn91KfXUPOs1s6xIt { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:32.625rem;left:29.9375rem;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; }
#XP1FnzM197EXU7MVOuziGgO3fM7yuCJM { color:#ffffff;display:block;width:6.5rem;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:32.4375rem;left:31.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PO818K0auoAZPE5iZJKTihqlwgTtrw0K { color:#ffffff;display:block;width:3.0625rem;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:32.759765625rem;left:30.3125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBaKmbxGS92cQzurLctcFIIdKiL0Pi0P { 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:33.3125rem;left:15.4375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZhxcO0wc6Nl7IETptLeLktp4Ahy0CB4R { color:rgba(30,30,30,0.7);display:block;width:14.1235625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:32.625rem;left:15.9375rem;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; }
#iF2dTzBIkSerHhHCHOHpz670a9VRwtRH { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:30.25rem;left:15.9375rem;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; }
#ppX08Gu1D8RVFnny5IB92IexmJESXg8z { 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:30.125rem;left:19.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BoU96UNdcUIO125uy2DL14FbIhXS9hHB { color:#ffffff;display:block;width:6.687rem;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:30.5rem;left:16.9375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i55eIKOsJOiV1R0FMNo1qKZf5RVQNQkR { 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:32.6875rem;left:17.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQiX64GNTIW4r0bIMqZDe5VRq7hn26TL { 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:16.1230625rem;height:4.3103rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:54.559326171875rem;left:21.937255859375rem;display:block; }
#B9WBBMRAm2xZCS4RXpTKW84SPkNVkfTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCz0geBsMWcoGmhxpsUapE0awIquowNm { color:rgba(30,30,30,0.7);display:block;width:12.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:46.8310546875rem;left:30.96875rem;height:1.59375rem;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; }
#nBEwTThBk7V0y092EFezHCFLKCtTsJHN { color:#ffffff;display:block;width:4.625rem;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:46.625rem;left:32.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fEb6G1motvOvmN45H5b5y4BiqE5MEUto { color:rgba(30,30,30,0.7);display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:48.943359375rem;left:31.1875rem;height:1.5rem;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; }
#L9RrRk4m6liRsZMtVqMEC8ZEabhQkp9t { color:#ffffff;display:block;width:2.9375rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:50.443359375rem;left:30.3125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A2Fp6pKPLnGXTQOhBOcNysx0g71SLytC { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:48.7998046875rem;left:32rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTxMOM5PB54lmAcTO7cGfUQfOrRKIClg { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:44.6748046875rem;left:22.373046875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOizZCMToceazTASVTfOzOIUJ2MtCg7v { color:#ffffff;display:block;width:5.0625rem;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:44.6748046875rem;left:19.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lka2kRRsdSrcpkqgPte1pObPWkENBME6 { color:#ffffff;display:block;width:2.6875rem;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:46.8125rem;left:30.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O0lT5iD8VvxIOwRerizaF0NGRzKG6LZL { 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:16.1236875rem;height:4.3112rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:26.8134765625rem;left:42.9921875rem;display:none; }
#FxpC2bvQrDLlkI4Z6CKwm0pZwO70walM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CdQkXNXmhTBZCXm4bfc3eQm1dpHdR80d { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.6875rem;left:18.375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#C62JtWxrw9Ds19oLdBFVLMvlV6ggUo6W { 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:13rem;left:15.4375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IKgulrryE3rEGXJptzfC2AmnskV3FhOV { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:11.6875rem;left:6rem;display:none; }
#MgsGG0NzXwZkPwo2O0JTD7Qhtc5r3zF4 { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:1.125rem;left:0.75rem;display:none; }
#WiUTTQicNwiUurpvUb1st2Xps4qQ2Rk2 { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:11.6875rem;left:6rem;display:none; }
#ZbIHiu0ZEZQoaszriL8iDkqDA8S2D3bo { position:absolute;display:block;z-index:15025;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.25rem;width:4.25rem;top:20.250001311302rem;left:5.8125019073486rem;overflow:hidden;display:none; }
#p8CWJezRL5GBA0staeQysOUD9stvoGDK { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:25.4375rem;left:0.75rem;height:1.375rem;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:none; }
#PZZtrSImmhlRHKiIrW7wyTesfq9kKDnL { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:1.125rem;left:0.75rem;display:none; }
#QByUB7uzU9dmiTy0NtPRS2rfPOKDQTUF { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.6875rem;left:18.375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#g6ooaLcmGdQis9AAoVtRq3A1u0L17BVI { 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:13rem;left:15.4375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oQtqrqz675dNbf4JOXQ3vW2aH59cw9lb { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:8.6875rem;left:14.75rem;height:;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:none; }
#f7o9mcJl14dXxu4TAyi9SUJKhA4NeUVH { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:11.6875rem;left:6rem;display:none; }
#OSyfkTnbi9E53ZAr98OaRo7uvCFbBoZQ { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.9638671875rem;left:4.74853515625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tRdFJfRvesZDpFn9Ift6kBRry7woM9q6 { 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:13.32763671875rem;left:1.45263671875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#miLwc4XXecTaE1Qh4yrCn6MApcPxsixx { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:25.4375rem;left:0.75rem;height:1.375rem;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:none; }
#zVzUtmcLEgmKomEiDx89lef3OFIGUIWZ { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:1.125rem;left:0.75rem;display:none; }
#WTWTSKkr7cBau0UvJKMXmt4TbGSScJGR { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:11.6875rem;left:6rem;display:none; }
#bTACARkXLGB6WKfKVpuer8uDaDiaIfFM { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:1.125rem;left:0.75rem;display:none; }
#x1d1ha4DOXxiXstWg6hSvHL27z6H6iwd { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:11.6875rem;left:6rem;display:none; }
#WusMbNfGeA1fIixiQppxeDnx9CnCMCaS { color:rgba(0,0,0,0.68);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:48.4248046875rem;left:17.875rem;height:2.5996125rem;font-style:normal;display:block; }
#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a { position:relative;display:block; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a { background-color: transparent; background-image: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container > .video-iframe-container { display: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row > .video-iframe-container { display: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .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); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a { border-width: 0; border-radius: 0; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .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; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .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/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:66.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:block; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container.adaptive-delivery-prevent-bg, #rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container.lazyload, #rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container.lazyloading { background-image: none; }#erwUZ4Hu12KT3oZloarSzyyhiPKLGioD { 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; }
#CWPH0AEsiAxpTHobaFz3DvXJTRTkSoqE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgBa2DSXQfiDC9wfwsiuz58w49hFpQ9r { 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; }
#mTPT8Ja5HbUzuhTZoQ5xKvXIINCvW0yT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1quuhuStpLpDIW0MZhfqQigPkI4B2fe { 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:1.3125rem;left:0.875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NzOB6TNEmZcba6kIOugzuc6L0TTU97zr { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1875rem;height:3.1875rem;text-decoration:none;z-index:15113;text-align:center;text-align-last:center;top:39.3134765625rem;left:45.1884765625rem;display:block; }
#p3JeLCqzVK7Mt6gvLT7cOtfWk8hBQK5y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgBfAgsqhrRQQ9tAtnEDP7ngPeMQu2Oh { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1875rem;height:2.9375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:39.53125rem;left:31.8125rem;display:block; }
#uE7NVdtq8KRQ7cZ7uINVMfFvueUzq1fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o9rSWc7Pn05crSwXOHGafbuDMh1IqTPO { position:absolute;display:block;z-index:15115;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:7.6875rem;width:5.375rem;top:27.5rem;left:34.34375rem;overflow:hidden;display:block; }
#r6dtHI78S0vvWCfTeaHTMCPnG62vRewt { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.3125rem;width:10.8125rem;top:26.25rem;left:31.625rem;overflow:hidden;display:block; }
#T5wk3wahFI1lPxWybSZI476A0GoF4qsG { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.0625rem;height:3.0625rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:39.3134765625rem;left:18.6884765625rem;display:block; }
#ML7Nm5iqxaIMby4UZCi7XGbTOpOOdPxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r6BDfMUZ3o3g5LnbkgSfcA5ozfZFgSiH { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:26.25rem;left:44.75rem;overflow:hidden;display:block; }
#nbxNAtFb4WbMRzL1vAGrLVWaoaX5J2a8 { position:absolute;display:block;z-index:15118;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:7.6875rem;width:5.375rem;top:28.0625rem;left:47.5947265625rem;overflow:hidden;display:block; }
#ml72m6AFWbqKPk4dTfT3PFpH2CPPfB4X { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:35.6875rem;left:45.9345703125rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#c4h6LkqV8iMUxhv3BL9JHCKcrzppNciS { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:35.6865234375rem;left:31.375rem;height:2.924475rem;text-align:center;text-align-last:center;display:block; }
#uZ567cKor59ameSP7TU3keTfDXE70VKT { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:26.25rem;left:18.5rem;overflow:hidden;display:block; }
#uqcbiJLpyVM90TPTVG6sadzwV7vAWid5 { position:absolute;display:block;z-index:15118;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:7.6875rem;width:5.375rem;top:27.5rem;left:21.4990234375rem;overflow:hidden;display:block; }
#IdI6skXpHnErDRnb6FiU8FfH3T6m17is { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:35.6865234375rem;left:18.65625rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#yCMZHCL7Dz0rJmm2BMvS5VneQm6DB2dH { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:26.375rem;left:5.3125rem;overflow:hidden;display:block; }
#PzhQw1IKDyHAdtkLexXQ4u0pwoJkaZ46 { position:absolute;display:block;z-index:15121;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:7.6875rem;width:5.375rem;top:27.5rem;left:7.90625rem;overflow:hidden;display:block; }
#cWAmuyvJPh7l22yNPZ5GPLTxGdGEThXc { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:35.6865234375rem;left:4.8125rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#srJxMVJrbdV4WG1F9yMxUTZJmH998dED { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1855625rem;height:3.061525rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:39.25rem;left:5.5rem;display:block; }
#SVefNFK6JJm5lXC5OBnR6ZARgJLXT5ce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvySQgktSg8eH4KX2hPxyrNB3zTApxLn { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.3125rem;width:10.6875rem;top:46.3125rem;left:44.75rem;overflow:hidden;display:block; }
#ypyxnEQBDzHzPwaTRGHuqZHFsv5Talfa { position:absolute;display:block;z-index:15122;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:7.6875rem;width:5.375rem;top:47.875rem;left:47.5947265625rem;overflow:hidden;display:block; }
#xMiW7A9yVy7ehHkq1F8dGWg2SWutbTyx { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15123;line-height:1.1;letter-spacing:0;top:56.6396484375rem;left:44.75rem;height:2.336425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ve1XH6GxXRefTHKQRhV6rVkXq95ZJdm1 { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:9.6875rem;height:3.0625rem;text-decoration:none;z-index:15117;text-align:center;text-align-last:center;top:59.625rem;left:45.4375rem;display:block; }
#ZDaVsmUOwaomhl7FemTgMMSAftlFWi9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WEoRJve0wMdh9QZ0u59s2KS7BFDxkUWI { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.4375rem;width:10.875rem;top:46.3125rem;left:31.9375rem;overflow:hidden;display:block; }
#OptTw6KMfCR5Zc9geBLtOQWt69Uo6KKG { position:absolute;display:block;z-index:15134;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:7.6875rem;width:5.375rem;top:47.875rem;left:34.6875rem;overflow:hidden;display:block; }
#PMbKdwCKo16fJPBrn2PuKWsXxw19VwyP { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15135;line-height:1.3;letter-spacing:0;top:56.3447265625rem;left:32.625rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#NH2RoAIaa9sW7OXXGiDnc40OpNoVSnFo { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.18675rem;height:3.125rem;text-decoration:none;z-index:15129;text-align:center;text-align-last:center;top:59.749755859375rem;left:31.888427734375rem;display:block; }
#DNcMhGUC9TalJ2dqTf6Wv4yr3TlHcyiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGdP9V2Mb44gy7rkT9L80y0U4TTIissV { position:absolute;display:block;z-index:15132;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.4375rem;width:10.875rem;top:46.25rem;left:18.7490234375rem;overflow:hidden;display:block; }
#KTm2sgi1PPwLsrM6WcUEXkLrblg5VNTs { position:absolute;display:block;z-index:15138;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:7.6875rem;width:5.375rem;top:47.875rem;left:21.4990234375rem;overflow:hidden;display:block; }
#khCoLlro9v5wiDQx9FTdKCCE7s6Hhg7s { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15139;line-height:1;letter-spacing:0;top:56.4375rem;left:18.5rem;height:2.250975rem;text-align:center;text-align-last:center;display:block; }
#iZ9Duct564cIBDofqWyASNkTRUdNfcgo { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1875rem;height:2.9375rem;text-decoration:none;z-index:15133;text-align:center;text-align-last:center;top:59.5625rem;left:19rem;display:block; }
#Odhc0L87Ta9uBTS1ePEXEeKVHbkOW8TG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sXzws7yiHzRofIuxrf46M9Lf4HDaSCVp { position:absolute;display:block;z-index:15136;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:46.3125rem;left:5.3125rem;overflow:hidden;display:block; }
#Ji6cdzwsX6qOE4HszZ38b4t2RpBrdGND { position:absolute;display:block;z-index:15142;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:7.6875rem;width:5.125rem;top:47.875rem;left:8.03125rem;overflow:hidden;display:block; }
#uyipZ2ORLAbgR0AxH96Xvs6LxXgNEcIH { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:56.4375rem;left:6.5rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#oRRGmPmwBO7IfpCuAxWXSZUOvRBdD8h0 { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1855625rem;height:3.061525rem;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:59.3125rem;left:5.75rem;display:block; }
#XLAShwmvapzihe8UHQMqBg98gvPL2uUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIJGLq5L4w8VialkIIMAQBZIKkX3XE8Q { position:absolute;display:block;z-index:15140;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:6.8125rem;left:45rem;overflow:hidden;display:block; }
#FX8AteCHZQLXLDg0CQRRHac2WVX9GzpI { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15147;line-height:1.3;letter-spacing:0;top:16.9375rem;left:45.3125rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#fJwGRGJXurstUdguLDa0h4ngnyacU5O9 { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1855625rem;height:3.061525rem;text-decoration:none;z-index:15141;text-align:center;text-align-last:center;top:19.8125rem;left:45.4375rem;display:block; }
#fCfWBmfBTfeLKnduHX1XFwhIlK50CMwQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hzm0qMdTH7sbvhw8Ty9Sv9lW6gd9NScp { position:absolute;display:block;z-index:15119;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:6.8125rem;left:31.8125rem;overflow:hidden;display:block; }
#vE1UgpTinyenFXwQgQ50Bdauu50vhhQs { position:absolute;display:block;z-index:15125;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:7.6875rem;width:5.375rem;top:8.5rem;left:34.34375rem;overflow:hidden;display:block; }
#u6fNWy1Rug7COlRS12t2JxslaGLv4tEi { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:16.125rem;left:32.8125rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#C5WTTVAmFavuplmqy7llzZ1EPTr6aKx4 { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1855625rem;height:3.061525rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:19.6875rem;left:32rem;display:block; }
#xZucqsWCeeDytrZCoWPaARfPQOXCowvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wHJ9a5X7fHnOl7fgZPxJZgu4stTcfNTE { position:absolute;display:block;z-index:15119;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:6.8125rem;left:18.5rem;overflow:hidden;display:block; }
#xKmcsTU6glnrflp5zISek7oEaAGXC5Dy { position:absolute;display:block;z-index:15125;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:7.6875rem;width:5.125rem;top:7.86328125rem;left:21.6240234375rem;overflow:hidden;display:block; }
#caKlH6Mkg2gwUfVL7WqozzD1UHmsFr1X { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:15.48828125rem;left:18.9384765625rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#kTM8WpqcbgefkVq6Vopueg9BiV6ZFxro { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1855625rem;height:3.061525rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:19.6875rem;left:18.6875rem;display:block; }
#y66QmtXis1k4PPfHhto0ZgvqwRkOzV7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6Vo3UlKeF30cOzMHovAReHMBO573UNm { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:6.8125rem;left:5.3125rem;overflow:hidden;display:block; }
#hfbrSkVAuQpTL211wxaDxiTWzECMrQEL { position:absolute;display:block;z-index:15129;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:7.6875rem;width:5.125rem;top:7.9375rem;left:8.03125rem;overflow:hidden;display:block; }
#OdQZW7kb5Wi5HTXRgdJCVJmB1rIaVOOE { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:16.125rem;left:6.3125rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#JHNSUXtqWySggRpQs9O4c10IwANrTSbN { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1855625rem;height:3.061525rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:19.6875rem;left:5.5rem;display:block; }
#Te2euXOy0Qr2U5sdmZ13tPIDSKXUnpB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XCbRHwT30ebcmp0gzITnfZUab6C8gFJy { position:absolute;display:block;z-index:15148;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:8.25rem;width:5.75rem;top:8.75rem;left:47.4072265625rem;overflow:hidden;display:block; }
#X96HpMBX06QTDwD0xGEB3UykuqTKarSh { position:relative;display:block; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh { background-color: transparent; background-image: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container > .video-iframe-container { display: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row > .video-iframe-container { display: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .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); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh { border-width: 0; border-radius: 0; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .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; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.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:block; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container.adaptive-delivery-prevent-bg, #X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container.lazyload, #X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container.lazyloading { background-image: none; }#lISqPNk4OJ9vGP4EJifFNVIQKGoJrLwl { position:absolute;display:block;z-index:15110;height:21.7486875rem;width:38.75rem;top:6.5625rem;left:11.165365219116rem;display:block; }
#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; }
#rDAVuTuHHroTDNxMpFr5qLL2VVK3CopH { display:none; }#rDAVuTuHHroTDNxMpFr5qLL2VVK3CopH > .row .container { width:47.75rem;position:relative;display:none; }#icVW3pW80t3z4rLoG11GgtvETNWTeD9T { width:31.25rem;height:8.6875rem;display:none; }
#VW4exfWrTBS2tcCvF4hPgl9vdw2kd78M { width:20.3125rem;height:11.0625rem;display:none; }
#tmX7LXADCl0u3ox1WUpzGQa0VBya4y96 { display:none; }#tmX7LXADCl0u3ox1WUpzGQa0VBya4y96 > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#SZeGeXf9owfapLVPHQZABP1Ch5SIu3io { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#WnE06aTTi1qPCH6eBbEGQmBwQ7BBDPX2 { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#f3plI9GWaGPJMLyBi6fDgUJV9TBr69Xc { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#JTKAB1xE4Q6aTuzFbFZINcT6QeKxaO31 { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#VwGtUaHHFq6zTJPrFK3GvA2ViL6UUrRI { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#qwlcfN3noM4MzTsDdU13mmFs0uZPXGuz { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#EO3VmbPDm2VAy1GeS5GlRpf45IBlh2T6 { width:;height:;display:none; }
#sTsAZ3m4PqszA0NmwwTqaM0GmTF569pr { display:block; }
#wrc0GsyQMSgBrTmWZ9nTIWvSI5aAkvEq { width:;height:;display:none; }
#ZuGCbRIFzsE8oud2Vz35Kuo9bxa3kJfR { display:block; }
#TTqXmgvVsWZURFBQIAbdgrHq1eTsxQDT { width:;height:;display:none; }
#vEM24keJ7Xf79rEmp5EneoM2fCQTGvTE { display:block; }
#AERbg8uKpUHuTcG3S2WWoPQU84J0vmJg { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#nCJINyOpgT2RVzALmXZrBRcSwLCMi70g { width:0;height:0;display:none; }
#qwhTt8ZIDpyu4kfK54sUalH0IESwwCTt { display:block; }
#d3gB60F8DwSzZibnkS2pZAy9CZoAwdTD { display:none; }
#caye6HFbTIQeGU3ttlEzs123TOWLHVDd { width:0;height:0;display:none; }
#kgE2EnSeUGalCB8VRrW866PfttFexyLZ { display:block; }
#mwzWUJ9n5TuA1F8dAkL6HDNTQEJkccnV { display:none; }
#vXbDS8tvc96LJb296MKzJUVb9xsevwn3 { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#LG0hJxtuNO0S11r3d2t6rQLbmW2ybO32 { display:none; }#LG0hJxtuNO0S11r3d2t6rQLbmW2ybO32 > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#bm5qdL9KMCO13ddR6qr0c81DM9PBBOuT { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#C1ygJZ2wEIxTtk7tyiGxHf6VMVOKTTEL { display:block; }
#IZKIrUJ7EZz2y64JmqgznUUunyQEpvIm { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#IZKIrUJ7EZz2y64JmqgznUUunyQEpvIm > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#rrSycmQhoHG8RqXueWofzdPFkpog30CS { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#vwe6febZBfR8u6pBnC2hFk46RF4RqwQA { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:block; }
#in4ccA1JoT2Q9TT1JE9EgQlklael47Gk { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#sO5LghfUeeJzayirbmXVsxWWf6XNB6vk { display:block; }
#OZbdTWTIvo7ZyQuPudqG3A7THBxAaXdC { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#h4P8AmTngkTMezfJOUWBywLe4ZdTHlrm { display:none; }#h4P8AmTngkTMezfJOUWBywLe4ZdTHlrm > .row .container { width:47.75rem;position:relative;display:none; }#K44cCNktyuLDJ5vDNbENe22b5qcKhkGz { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#EQBSBMgX7k9o66TI2uDvHXS5xGMvI5JM { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#e3ml9dsGNgG0qJvyNOpUc3uBPncTMUGc { display:block; }
#n7fWWl3KFduKsTSsGipJ0opRP2rBKev0 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#paTcF3mSEinsN6ExyTv2QtAsz0pIdGo9 { display:block; }
#mecT2acDIiNT0ftQONx3e827Cc7G73Ru { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#y9ulkB56IAWisZkz7lX3FT93QcWeETVn { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#gGFiW1qfukEwkT9m2CO5ETNzIhnHDRMw { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#gBlUkuKuFepbLSfcpxDZTFC8N1aiWBIk { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#Rs0WVc4L7x1mA1em3qnrQ1rF1Cl9ChqO { top:0rem;left:17.125rem;width:30.625rem;height:20.381798828125rem;display:block; }
#pyy9nEkfAXHhppQ6U0KSBQ8x0vlEMqEo { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#rWkfLHqDhUBV5xN0p99MsASkOkfCH8Pm { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 { display:none; }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 > .row .container { width:47.75rem;position:relative;display:none; }#bvC477mNi6kRxyVDa5ZeWdRuMzEyQqOv { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#qRMp5FTvWT7alM8xJrpTbGTtoGv0NaZh { width:47.75rem;height:19rem;display:none; }
#LlNCAL3ReQITS6AC9As6FMLKBLtRACtu { width:14.0625rem;height:5.125rem;display:none; }
#zo8bfeykzauRKFpmhx7uUnoxv2kmw4oK { display:none; }#zo8bfeykzauRKFpmhx7uUnoxv2kmw4oK > .row .container { width:47.75rem;position:relative;display:none; }#Ise8nRkxPreKkrUGRLCq7yTqqH3uwggp { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#STk1tKwfM1iQHTlNm2ZAJIW1STs5VLX4 { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#EUV6eFdeBsnPiAXyHU9idsHr8wZ3t9xt { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#Lwubad0IWbpbr2Kuvb0Hvaw8UMJSv9Qu { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#NLTfUlGqrqyWPe2GTTBKoubHRV53ZqX2 { display:none; }#NLTfUlGqrqyWPe2GTTBKoubHRV53ZqX2 > .row .container { width:47.5rem;position:relative;display:none; }#Xyf9z1gfpecETtUDSce0O89uvIvNpxNm { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#dv2SOHAR6kGVPMdprQH9TaTgeKqhPnkC { top:3.4375rem;left:0rem;width:20rem;height:13.5rem;font-size:1rem;display:block; }
#UG4HXH5NR0m498RTlldLbDbeBNWbQQPR { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#bBwHmb4ZER7Xb9hvDcRrXESNgeqlS5Dz { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#Xvy6VJePRtuiqOGRIkwXD7coZ9K6V6RB { display:block; }
#zuDbcl9i2glbQp6LZ9VApv8vZFunRJgk { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#s7cuonChaw26V6S3lxdloOGWGzfymotg { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#fHu4V1EARNkrtkux24d5r3PZQxmDv1Vo { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#EBXTbxENDaZuKc08MPbCAAwXWGX1W1Bi { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 { display:none; }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 > .row .container { width:47.75rem;position:relative;display:none; }#p3cZ7gcWNnfDUCLCppG3f786MKbZ0FGw { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#TqUiBaH3SGx4FpgsO7bUtX2kwzT2ITqk { width:41.4375rem;height:24.0625rem;display:none; }
#GWrmsmgW3yhUpBTD6gy0Z2JBrkdoDHZn { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#pM2Q9AiMSHacDpbHq4OgCgwPJMiTBPsD { width:;height:;display:none; }
#NLA3MeZeEtAf9rgyPVG464d937u2BrRu { display:block; }
#qaaCHGt7arSyFRLHinfdEzxfZB0oi6oa { display:none; }
#ktA0is3Rsm4tnMDwSfAsy9qO5M9BnSzG { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#h5pkO68lKsd7SDG4NgUxfCtZ9gfTxbg4 { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#So6NPeQTSaAFWKBqHdIfSWuEdeRdQRug { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#qkgHTGx1f7Jl0q5m08SQUzF638DmT9NT { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#xGxBbaUdb6RHK2XAurIDb8ptZxcSpMGg { width:41.4375rem;height:24.0625rem;display:none; }
#PgbcHiJbtVqGUK9w68u0tNvIQitWlV3r { width:;height:;display:none; }
#R0rORrSaQ5nnstMqemHfvEe6lEgzzWPA { display:block; }
#a0lfHwVF7O3wXGxr4RhNaE2RwWswJOhX { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#fqn5f0ecTFDDBATvTE0fz7sJv4aIpvP3 { width:;height:;display:none; }
#xRcrxpTEveSizCwOv9Uw19zFM2MVzxON { display:block; }
#onlDI3V6T4KNSCwufcVEFVtdWwJuCAQB { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#ax39RXMUIR9nS52sZEDvSoRDmLRsskdm { width:41.4375rem;height:24.0625rem;display:none; }
#cvwQPqJ4SRZu4Vckv2zn7wG45kHIO0H9 { width:;height:;display:none; }
#odpivQnvpJSCyGyEGnPy3hrtuwcncknD { display:block; }
#wMK7NS8naAVwbVofnQ7Gee9xU005qkyP { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#gGe1PB1dUPJBgzmMTRQkr91HXhDhoQTN { top:62.5rem;left:0.310546875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#viTcnVgsRfZH71FtsDFCFPC4faSfil9N { width:41.4375rem;height:24.0625rem;display:none; }
#d2V3xzfsmZkTfdGTn2Vk5MAnAUThpfTq { width:;height:;display:none; }
#Cu9bL30T9ah25MCyQTefL04OWwcO2k9R { display:block; }
#HsvnaOs1fwTEccFT7wdSTIJPReGm55TO { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#uRgVytCtBG8X32h0qRZu71xND79PILMT { width:;height:;display:none; }
#AVpU4payJEziGDQb3G5L3QAg18Mkz7Lm { display:block; }
#JwRhRMvqOveMsDcJChQk51wHk6BtHBUb { width:41.4375rem;height:24.0625rem;display:none; }
#tHEsck7524FqZxMZfwxuM7XIOgRNb1JE { width:;height:;display:none; }
#vgURNNa5ybKw617ql9ophqfnQq0yuDf8 { display:block; }
#eUOcSPw3R4My1qMcvkwDx3W05nU0wLRv { width:41.4375rem;height:24.0625rem;display:none; }
#dIHEWzEo33rbDVhaFTuNPXxPRTxdasmt { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#G2Hqvd7aVG5oBlLfGEAzoT8HwRg0zAcG { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#P5yKxTq2eu6c5ICK8IsMPbfpnGdnuLx3 { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#lIzTeLzdTzJtJOThTUsvX41nKazKwWi6 { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#kNGUEhMdhUmVaMvU00ucHDKFmlwUynwa { width:;height:;display:none; }
#SNWWJFPmqDQszONyiyx99TAKGnkzJO9F { display:block; }
#EfJXTDA0zlqVhUg7Tqwn1Hzq4ZV4qBN7 { top:113.25rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#uLfr8oebAn67iswJgTeN7R9mLsTTbexH { width:41.4375rem;height:24.0625rem;display:none; }
#CEv1rwhpBq08LBVMuGQh5uIOpeJqFy0i { width:;height:;display:none; }
#cO9p6kUeXHXN2KQEucNS8kAEQNkpCKlC { display:block; }
#ExlfBMhAaOJFNkRO4EQJefBRWVUsdxQt { width:41.4375rem;height:24.0625rem;display:none; }
#sBaqrfCxF7EuoWtDptTXNFpyMhf3Gely { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#DinIkJ8Me8vHxbOHUhvdhwpMvCEB213i { top:130.125rem;left:0.497314453125rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#b4VSPxpzKwn7ACoX1qmMdgo8bP8Tw6Is { width:;height:;display:none; }
#F7DSaZ5GH3D7FnFQwI5veQRz8Vv9UTmQ { display:block; }
#NkOTx6QIpQMzNGADMlsXexMPJMOd0a4N { width:41.4375rem;height:24.0625rem;display:none; }
#Mf2lMXmx6k14LILbhOLDTyb6BTHqizxT { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#uTKpNx5n8sWzvQgE1La7nh6bvV0amJJp { top:147.0625rem;left:0.57666015625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#MnmPRZl5dmlb6hewWsILAbGu7B4JI7cu { width:;height:;display:none; }
#BgeZxCzaTws1qBMHoywT07wQHfOTlaTo { display:block; }
#O2JpattoXPwL8T83BUBaVbCPfHOSi2hk { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#DZSmz0HSCLe4UTeTxJcpWggwChOOd5nB { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#kMTxe44faphM0eB71ApcF78ZwlRa7zf2 { width:41.4375rem;height:24.0625rem;display:none; }
#s3R3OspboVt3zS5bgxvI6W57EdwxBAIW { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#evaXg22As1pBhOQrE1nsyHKzy2d3ilno { width:;height:;display:none; }
#JZ42992eX0htbQy0kANySfTQI3eHuL8G { display:block; }
#GgFtsPBXlvyns0zh6RX2arFTKoqFAXFW { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#BECt72awnLqToHbhofXgbnIMXDa3Iq86 { width:41.4375rem;height:24.0625rem;display:none; }
#gHrtcF9SaZ5gCrgPswhTBXJHILCO1FTK { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#T7G4TfGEQTgXbxroAQBNyN67UkxkwJa9 { width:;height:;display:none; }
#B0ZoOhUfdQZyDK5q0HtMiFNQ0MJon1Wd { display:block; }
#QV9dAKhwg5sazrtzE2ZGtpURcBEMbvwv { top:79.4375rem;left:0.70225745439531rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#TQ9ZcicIBG5HKZPHUup9d5fVrnCrRzub { width:41.4375rem;height:24.0625rem;display:none; }
#XJzmlT9aznXFEREWGwZ6v00QvhXqT6b2 { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#kQ2h5QkXA86rCJhxZ6Zy4ic5oZxvkS28 { width:;height:;display:none; }
#Cq1Thz6ITWo32onVkGmpeiH3rr789zvR { display:block; }
#auhVV14xRtg6b51Rg6sl8S4z5UggyGTt { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#UiS3KWxeJvJqr2uTLTL4kKVatftfJzTM { width:41.4375rem;height:24.0625rem;display:none; }
#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt { display:none; }#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt > .row .container { width:47.75rem;position:relative;display:none; }#i5I9Qa9zBD6VXNtW5oXk6S57GiGOIc8v { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#eBEnwRDSHyWNfvbw1lpCPV5V55yTgI6f { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#ADUkTkCTTd3UemBSc3oPqewVixCoGdhm { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#XyVseoTWryk7AHLnAoby0NRBPpHByFNf { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#TNIP15lFFNNHEPKTiVAvGuUBPWDzqqAa { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#Pmkm2LZWH9RAGvbsLyzdxxz2319oRIHR { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#IQDBoMRMuVD63HOWSk5KvHRIl5cTAqAT { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#lfGxH1dzRZSE7yuv39K2IgdMf3LKOSPl { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#h34G7qS3UTmXB4zX16b5PxukNbOCAM5L { width:;height:;top:0rem;display:none; }
#a7U2V6VT670T04ouxNZwVLMyc9LnGlt6 { width:36.5625rem;height:31.5rem;display:none; }
#nuVPVcLRBrKSCmKgMtyUi2gaycZoQeQO { display:none; }#nuVPVcLRBrKSCmKgMtyUi2gaycZoQeQO > .row .container { width:47.5rem;position:relative;display:none; }#M7wzleAkdEUxTzlSnHPqQomBpzpeNkoa { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#IZpcy6BdOemZ9C2RQoCHLEPRPQoa4D06 { display:block; }
#PTVgIQ2VRTCqN60B4OP2iaQ8SzhVM454 { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#kSXwIUB6wSLoTmPoJvA9sVbVLQE3oqXg { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#hyaCQCf3IuW2ELlfCn0vaNKiZQ1J2NtT { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#Pv6ICChkhClRF9von7Q51xpTadzao2RK { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#nGTSV4n2StgtvHa05gC75UTcGlOBXyRE { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#dJq2Lm2d7cwN2vAKpzHrQk3Ny4Wy4H4A { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#K8mXJJCxJrKdTzo7txb6fw8gyzwC7HQR { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#mbXdLH3ObCQDbvTkbUhEGn2oyc2OcZFp { display:block; }
#FZ30QD8kTbxq8swNBCb9hIgKg9ZBx57a { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-text {padding-top: 0; padding-bottom: 0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-select {padding-top: 0; padding-bottom: 0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC  { width:15rem;height:auto;top:15rem;left:0rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC {display:block;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC { width:15rem;height:auto;top:15rem;left:0rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #g1oRJvPfS9Wgds76XrTeau3kRJ1QSxAJ {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #oCzbhz9QNJJGoJQlGJEO7HE4mtXPh9t7 { display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #LE87Tl7wrrv5dBZOe9Hu9MxZylJbsPZU {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #zXfRVvyJLnsasLL1MEEzAPF4g2ukDcrl {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #WLiuFD0DdVKLq6UxPMwhJgZ1AVgQncfT { display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #HNzkDZtLiBWVwWfLpVu85NuUVLArVPp7 {  }
#Zu1Tvf7NPb18Mi4b9FHlJSeSzE0KBSbf { display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #o0L9QUpi8ix9QAfz1iTWDwZXJWd4NgPr {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #qzXEA2ld2u2gyukgT2taEq7Go6irnHOC { display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #VbFZJ1subfFD3OnPKNM4M8Z2x3WrIurx {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #mKErL1Hs6dhLViIq02T1iLwJ2vDqGNiC {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #KomGPfv9ysCkh1e0hxOCGphvOSpg7NT3 {  }
#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 { display:none; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row .container { width:47.5rem;position:relative;display:none; }#Hp4wXOIw4brsndntvODCEh1OxvAA1PnP { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#AzSTAGV6eekR5nhr6vXeXNBCG5cyLhMz { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#rQvXbGA0cNZICXVl3XUcm3e4E4ORbJlC { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#PiAq6tIz7wIOTITb5wyy6AfHUXyTPq1Q { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#R4KVFQn1tb39uL9kvzTqCJO1IO7OGZJ0 { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#N279nWPDJEXEtXKwGJkzqecBoIkPrJQE { top:41.6875rem;left:45.25rem;width:2.4375rem;height:2.4375rem;display:block; }
#qagEWDyr6ao04VfC5xi3K7I91kP5LluO { top:41.75rem;left:41.6875rem;width:2.5rem;height:2.5rem;display:block; }
#dro9XPcEkTJuTAvSuiN3WeDGWcT0CWXM { top:0rem;width:;height:;display:none; }
#ZpKsFLs05KMZ615UcIDkILwVTDhp1CmL { top:0rem;width:;height:;display:none; }
#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO { display:none; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row .container { width:47.5rem;position:relative;display:none; }#Tq16gQaP8Gai0VJ4zbmOHSOAHyRSsPx0 { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#DKecif1sQxWX2KQ86sZJTSV5pvD0pNEA { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#TdTpQpvZShe4cCzw8Qm3BzflVpPJRc1V { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd { display:block; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row .container { width:47.75rem;position:relative;display:block; }#mdbCOewmkTXfCpTzyckRI4EK8AnWpc8R { width:17.4375rem;height:3.25rem;top:2.125rem;left:1.8413087175561rem;display:block; }
#eEdEeTeVMUzgBPr3xuKF5GUJbgkTiUul { display:block; }
#tq8ysCG6zb5ycweJWEHCBf5qwAyuCXbm { top:0.875rem;left:18.562501907349rem;width:26.8125rem;height:5.5rem;font-size:1.1875rem;display:block; }
#mASKBUUyoWatEH0lhTyCGRlThirXqC9L { top:2.375rem;left:24.187501907349rem;width:5rem;height:5.0625rem;font-size:2.375rem;display:block; }
#GUVAC5LeKTy4xGgWx0HpbDIXOUx4d88H { top:5.375rem;left:2.5286464691162rem;width:16.0625rem;height:1.25rem;font-size:1rem;display:block; }
#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT { display:block; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { width:47.75rem;position:relative;display:block; }#wWsL55ilTTrwQHxWallv99BuSibs1Gez { width:17.5625rem;height:2.25rem;top:15.625rem;left:30.1875rem;display:block; }
#HNdqL3RTTfW5TR7m4IctNwfixPoIhFdX { display:block; }
#MNlts7qBbst2pgvqTylvTxn3fmF0iXsr { width:11rem;height:2.3125rem;top:14.625rem;left:33.3740234375rem;display:block; }
#dAzmhubpH8S5ym59yQ1r00c4VPbb7ODh { display:block; }
#crrPkzRKn4aTd7Wad3KXd11EgTxpabsz { width:17.625rem;height:2.3125rem;top:18.3125rem;left:30.125rem;display:none; }
#FJKBU4BM5GkVNHqiqgPXTEIw4Gk65xsJ { display:block; }
#J8WA3blSRftZZz0IstMD1ySQRchGGPPM { top:2.875rem;left:34.25rem;width:13.5rem;height:7.5625rem;display:block; }
#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps { display:block; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container { width:47.75rem;position:relative;display:block; }#k3RH56UluT6A113JZWVgfaonhTCsnyGB { width:3.9375rem;height:3.9375rem;top:19.3125rem;left:0rem;display:block; }
#TPXJi4vfUIp2VKa8FSR4sQ4ZA43VgTPF { width:3.9375rem;height:3.9375rem;top:25.3125rem;left:0rem;display:block; }
#oUOceMF3SOicViFeHS1lA4UFPpFuU0yL { width:13.9375rem;height:16.6875rem;top:1.8125rem;left:10.0625rem;display:block; }
#SKPXzve3S0WPg41lTk7ok9FwS3PK7bf5 { width:4.25rem;height:4.25rem;top:3.9375rem;left:15rem;display:block; }
#bnTMl4KWpyaC4e78pm1tZsMZ40hJUD3b { width:10.3125rem;height:2.6875rem;top:8.875rem;left:12rem;font-size:1rem;display:block; }
#lEKbID7rfn2B0SdDCUg7dkvEdUlpmaz5 { width:3.5rem;height:0;top:12.375rem;left:15.3125rem;display:block; }
#gHF7cN97bV0FVNsfxt6yMIupI3SwTgIh { width:13.9375rem;height:16.6875rem;top:1.8125rem;left:24.0625rem;display:block; }
#gpOwg2ZGuTXADpzcnIAPFQOKtWAK5MS1 { width:4.25rem;height:4.25rem;top:3.9375rem;left:29.3125rem;display:block; }
#bW9XiiTOOnlpZofWuNrT746LrqfX8vgl { width:13.9375rem;height:2.6875rem;top:9.375rem;left:24.0625rem;font-size:0.9375rem;display:block; }
#bWlcu1QEM6KlK7GmKA0bAFNa49DApdQz { width:3.5rem;height:0;top:12.375rem;left:29.3125rem;display:block; }
#dZ8dT4pbKlpQgMZBQ6V3kQUqb6mk8V3e { width:14.0625rem;height:1.375rem;top:13.375rem;left:24.0625rem;font-size:1rem;display:block; }
#raDDxXm5AONrC6tmlrGdZx4G5P2eTBvD { width:13.9375rem;height:16.6875rem;top:18.5625rem;left:10.0625rem;display:block; }
#DtNQ1L3BZoeDtW7b2UKQ6D9SW4cUJFoF { width:13.9375rem;height:16.6875rem;top:18.75rem;left:24.25rem;display:block; }
#Q2Lkex699SNTmx8IlC9FEkm7DO4sbuBJ { width:14.0625rem;height:1.375rem;top:30.125rem;left:23.9375rem;font-size:1rem;display:block; }
#Mc7EeRLcu66UHup4wS0MkWxLW3ATmyX0 { width:3.5rem;height:0;top:29.125rem;left:15.3125rem;display:block; }
#xPQrT5uWLRpDSUWv4iCE4UybSqPvNnC3 { width:3.5rem;height:0;top:29.125rem;left:29.3125rem;display:block; }
#erINkJ8EKOu5DTQSpbxm0b1SuQtgyQwT { width:13.9375rem;height:1.3125rem;top:26.125rem;left:10.0625rem;font-size:1.375rem;display:block; }
#gCxLpo76garxTSi9IShtTOAesw1dQQml { width:13.9375rem;height:1.3125rem;top:26.125rem;left:24.0625rem;font-size:1.375rem;display:block; }
#wvCzGoIGZwUp7g9Qu1cdAmHXPEG3KHET { width:4.1875rem;height:4.1875rem;top:20.9375rem;left:15.125rem;display:block; }
#OLM5ET6HA3eH19G4Cd1gAy28LGOLUA8L { width:4.125rem;height:4.125rem;top:20.9375rem;left:29.125rem;display:block; }
#rMtEXkkTnZ0qp4RAx54CAw2BNiyzm7WV { width:13.9375rem;height:16.6875rem;top:35.4375rem;left:10.0625rem;display:block; }
#WK2w24OXTG40OOu1y7DzpDwPa4Ab8Cky { width:14.125rem;height:1.5625rem;top:43.0625rem;left:10.0625rem;font-size:1rem;display:block; }
#kl0RVeAH8FJA6BHTAgLJ8F3I1Skn0rfm { width:14rem;height:16.75rem;top:35.4375rem;left:24.1875rem;display:block; }
#bh4bMTJDVAvao2Zyc3aLhfXverfnUak6 { width:3.5rem;height:0;top:62.0625rem;left:0rem;display:block; }
#sNSn8m3VnmtzSDqxBure67ZJ1D5FZdJQ { width:3.5rem;height:0;top:46rem;left:15.3125rem;display:block; }
#FzzbRFT3V5J3iM4mMZCwtXmUUOQTLZF7 { width:3.5rem;height:0;top:46rem;left:29.3125rem;display:block; }
#y7M9EEPgPXOteWsc4od8lJhHOPu1s7iX { width:14rem;height:1.875rem;top:41.1875rem;left:10.125rem;font-size:1.375rem;display:block; }
#gs5e88kokZDtX9rQkGkTxS2mKAbXV6rZ { width:14rem;height:1.875rem;top:41.1875rem;left:24.1875rem;font-size:1.375rem;display:block; }
#Lp7GpEe2fbHRnMyUvhbvX5bO7W7US6sm { width:4.3125rem;height:4.3125rem;top:35.625rem;left:14.96875rem;display:block; }
#qTSKUxNGFUVFZyF5E6SmSCinThSAAD8h { width:4.25rem;height:4.25rem;top:35.4375rem;left:29.34375rem;display:block; }
#gnr6bQT0X0yJvPEAgk5VHTpSE8VH9G9o { top:13.6875rem;left:24.75rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#S00Iy4aaXogIFLD1aoq5i6dt8BzkalOA { top:13.375rem;left:27.6875rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#KXLMaF7ECDIMEnzKThrmiZ7sR6xsuQ6n { top:13.625rem;left:14.0625rem;width:8.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
#TlZJBLDCuoZ1COS6iHWS8TDgT3hNtDvX { top:14rem;left:10.8125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#mG6nFCaeZOkTR0bL94a7RWzI6FtW1eya { top:30.5rem;left:22.3125rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#ng7AlLDD0ufk1z6wDml6Ce4utWIBseZN { top:29.875rem;left:24.8125rem;width:8.25rem;height:1.75rem;font-size:1.5rem;display:block; }
#ifzTIm3J52DpFLQGn91KfXUPOs1s6xIt { width:14.0625rem;height:1.375rem;top:32.625rem;left:23.8125rem;font-size:1rem;display:block; }
#XP1FnzM197EXU7MVOuziGgO3fM7yuCJM { top:32.4375rem;left:25.6875rem;width:6.5rem;height:1.75rem;font-size:1.5rem;display:block; }
#PO818K0auoAZPE5iZJKTihqlwgTtrw0K { top:32.75rem;left:24.1875rem;width:3.0625rem;height:1.125rem;font-size:1.0625rem;display:block; }
#PBaKmbxGS92cQzurLctcFIIdKiL0Pi0P { top:33.3125rem;left:9.3125rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#ZhxcO0wc6Nl7IETptLeLktp4Ahy0CB4R { width:14.0625rem;height:1.375rem;top:32.625rem;left:9.8125rem;font-size:1rem;display:block; }
#iF2dTzBIkSerHhHCHOHpz670a9VRwtRH { width:14.0625rem;height:1.375rem;top:30.25rem;left:9.8125rem;font-size:1rem;display:block; }
#ppX08Gu1D8RVFnny5IB92IexmJESXg8z { top:30.125rem;left:13rem;width:8.25rem;height:1.75rem;font-size:1.375rem;display:block; }
#BoU96UNdcUIO125uy2DL14FbIhXS9hHB { top:30.5rem;left:10.8125rem;width:6.625rem;height:1.125rem;font-size:0.9375rem;display:block; }
#i55eIKOsJOiV1R0FMNo1qKZf5RVQNQkR { top:32.6875rem;left:11.75rem;width:8.25rem;height:1.75rem;font-size:1.5rem;display:block; }
#UQiX64GNTIW4r0bIMqZDe5VRq7hn26TL { width:16.0625rem;height:4.25rem;top:54.5rem;left:15.812255859375rem;display:block; }
#B9WBBMRAm2xZCS4RXpTKW84SPkNVkfTR { display:block; }
#dCz0geBsMWcoGmhxpsUapE0awIquowNm { width:12.5625rem;height:1.5625rem;top:46.8125rem;left:24.84375rem;font-size:1.0625rem;display:block; }
#nBEwTThBk7V0y092EFezHCFLKCtTsJHN { top:46.625rem;left:26.625rem;width:4.625rem;height:1.75rem;font-size:1.5rem;display:block; }
#fEb6G1motvOvmN45H5b5y4BiqE5MEUto { width:13.1875rem;height:1.5rem;top:48.9375rem;left:25.0625rem;font-size:1rem;display:block; }
#L9RrRk4m6liRsZMtVqMEC8ZEabhQkp9t { top:50.4375rem;left:24.1875rem;width:2.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
#A2Fp6pKPLnGXTQOhBOcNysx0g71SLytC { top:48.75rem;left:25.875rem;width:3.5rem;height:1.75rem;font-size:1.5rem;display:block; }
#QTxMOM5PB54lmAcTO7cGfUQfOrRKIClg { top:44.625rem;left:16.248046875rem;width:5.125rem;height:2.1875rem;font-size:1.5rem;display:block; }
#AOizZCMToceazTASVTfOzOIUJ2MtCg7v { top:44.625rem;left:13rem;width:5.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#Lka2kRRsdSrcpkqgPte1pObPWkENBME6 { top:46.8125rem;left:24.25rem;width:2.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#O0lT5iD8VvxIOwRerizaF0NGRzKG6LZL { width:16.0625rem;height:4.25rem;top:27.4375rem;left:31.6875rem;display:block; }
#FxpC2bvQrDLlkI4Z6CKwm0pZwO70walM { display:block; }
#CdQkXNXmhTBZCXm4bfc3eQm1dpHdR80d { top:13.625rem;left:0rem;width:8.1875rem;height:1.9375rem;font-size:1.5rem;display:none; }
#C62JtWxrw9Ds19oLdBFVLMvlV6ggUo6W { top:13rem;left:9.3125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:none; }
#IKgulrryE3rEGXJptzfC2AmnskV3FhOV { width:3.5rem;height:0;top:11.6875rem;left:0rem;display:none; }
#MgsGG0NzXwZkPwo2O0JTD7Qhtc5r3zF4 { width:13.9375rem;height:16.6875rem;top:1.125rem;left:0rem;display:none; }
#WiUTTQicNwiUurpvUb1st2Xps4qQ2Rk2 { width:3.5rem;height:0;top:11.6875rem;left:0rem;display:none; }
#ZbIHiu0ZEZQoaszriL8iDkqDA8S2D3bo { width:4.25rem;height:4.25rem;top:20.25rem;left:0rem;display:none; }
#p8CWJezRL5GBA0staeQysOUD9stvoGDK { width:13.9375rem;height:;top:31.6875rem;left:0rem;font-size:1.375rem;display:none; }
#PZZtrSImmhlRHKiIrW7wyTesfq9kKDnL { width:13.9375rem;height:16.6875rem;top:1.125rem;left:0rem;display:none; }
#QByUB7uzU9dmiTy0NtPRS2rfPOKDQTUF { top:12.6875rem;left:12.25rem;width:8.25rem;height:2.1875rem;font-size:1.5rem;display:none; }
#g6ooaLcmGdQis9AAoVtRq3A1u0L17BVI { top:13rem;left:9.3125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:none; }
#oQtqrqz675dNbf4JOXQ3vW2aH59cw9lb { width:13.9375rem;height:;top:8.625rem;left:8.624755859375rem;font-size:0.9375rem;display:none; }
#f7o9mcJl14dXxu4TAyi9SUJKhA4NeUVH { width:3.5rem;height:0;top:11.6875rem;left:0rem;display:none; }
#OSyfkTnbi9E53ZAr98OaRo7uvCFbBoZQ { top:12.9375rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.5rem;display:none; }
#tRdFJfRvesZDpFn9Ift6kBRry7woM9q6 { top:13.3125rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:none; }
#miLwc4XXecTaE1Qh4yrCn6MApcPxsixx { width:13.9375rem;height:;top:31.6875rem;left:0rem;font-size:1.375rem;display:none; }
#zVzUtmcLEgmKomEiDx89lef3OFIGUIWZ { width:13.9375rem;height:16.6875rem;top:1.125rem;left:0rem;display:none; }
#WTWTSKkr7cBau0UvJKMXmt4TbGSScJGR { width:3.5rem;height:0;top:11.6875rem;left:0rem;display:none; }
#bTACARkXLGB6WKfKVpuer8uDaDiaIfFM { width:13.9375rem;height:16.6875rem;top:1.125rem;left:0rem;display:none; }
#x1d1ha4DOXxiXstWg6hSvHL27z6H6iwd { width:3.5rem;height:0;top:11.6875rem;left:0rem;display:none; }
#WusMbNfGeA1fIixiQppxeDnx9CnCMCaS { top:48.375rem;left:11.75rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a { display:block; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container { width:47.75rem;position:relative;display:block; }#erwUZ4Hu12KT3oZloarSzyyhiPKLGioD { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#CWPH0AEsiAxpTHobaFz3DvXJTRTkSoqE { display:block; }
#wgBa2DSXQfiDC9wfwsiuz58w49hFpQ9r { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#mTPT8Ja5HbUzuhTZoQ5xKvXIINCvW0yT { display:block; }
#F1quuhuStpLpDIW0MZhfqQigPkI4B2fe { top:1.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#NzOB6TNEmZcba6kIOugzuc6L0TTU97zr { width:10.1875rem;height:3.1875rem;top:39.3125rem;left:37.5625rem;display:block; }
#p3JeLCqzVK7Mt6gvLT7cOtfWk8hBQK5y { display:block; }
#bgBfAgsqhrRQQ9tAtnEDP7ngPeMQu2Oh { width:10.1875rem;height:2.9375rem;top:39.5rem;left:25.6875rem;display:block; }
#uE7NVdtq8KRQ7cZ7uINVMfFvueUzq1fi { display:block; }
#o9rSWc7Pn05crSwXOHGafbuDMh1IqTPO { top:27.5rem;left:28.21875rem;width:5.375rem;height:7.6875rem;display:block; }
#r6dtHI78S0vvWCfTeaHTMCPnG62vRewt { top:26.25rem;left:25.5rem;width:10.8125rem;height:13.3125rem;display:block; }
#T5wk3wahFI1lPxWybSZI476A0GoF4qsG { width:10.0625rem;height:3.0625rem;top:39.3125rem;left:12.5634765625rem;display:block; }
#ML7Nm5iqxaIMby4UZCi7XGbTOpOOdPxT { display:block; }
#r6BDfMUZ3o3g5LnbkgSfcA5ozfZFgSiH { top:26.25rem;left:37.1875rem;width:10.5625rem;height:13rem;display:block; }
#nbxNAtFb4WbMRzL1vAGrLVWaoaX5J2a8 { top:28.0625rem;left:41.4697265625rem;width:5.375rem;height:7.6875rem;display:block; }
#ml72m6AFWbqKPk4dTfT3PFpH2CPPfB4X { top:35.6875rem;left:39.1875rem;width:8.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
#c4h6LkqV8iMUxhv3BL9JHCKcrzppNciS { top:35.625rem;left:25.25rem;width:10.8125rem;height:2.9375rem;font-size:1.125rem;display:block; }
#uZ567cKor59ameSP7TU3keTfDXE70VKT { top:26.25rem;left:12.375rem;width:10.5625rem;height:13rem;display:block; }
#uqcbiJLpyVM90TPTVG6sadzwV7vAWid5 { top:27.5rem;left:15.3740234375rem;width:5.375rem;height:7.6875rem;display:block; }
#IdI6skXpHnErDRnb6FiU8FfH3T6m17is { top:35.625rem;left:12.53125rem;width:10.25rem;height:2.875rem;font-size:1.125rem;display:block; }
#yCMZHCL7Dz0rJmm2BMvS5VneQm6DB2dH { top:26.375rem;left:0rem;width:10.5625rem;height:13rem;display:block; }
#PzhQw1IKDyHAdtkLexXQ4u0pwoJkaZ46 { top:27.5rem;left:1.78125rem;width:5.375rem;height:7.6875rem;display:block; }
#cWAmuyvJPh7l22yNPZ5GPLTxGdGEThXc { top:35.625rem;left:0rem;width:11.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
#srJxMVJrbdV4WG1F9yMxUTZJmH998dED { width:10.125rem;height:3rem;top:39.25rem;left:0rem;display:block; }
#SVefNFK6JJm5lXC5OBnR6ZARgJLXT5ce { display:block; }
#rvySQgktSg8eH4KX2hPxyrNB3zTApxLn { top:46.3125rem;left:37.0625rem;width:10.6875rem;height:13.3125rem;display:block; }
#ypyxnEQBDzHzPwaTRGHuqZHFsv5Talfa { top:47.875rem;left:41.4697265625rem;width:5.375rem;height:7.6875rem;display:block; }
#xMiW7A9yVy7ehHkq1F8dGWg2SWutbTyx { top:56.625rem;left:36.6875rem;width:11.0625rem;height:2.3125rem;font-size:1.0625rem;display:block; }
#ve1XH6GxXRefTHKQRhV6rVkXq95ZJdm1 { width:9.6875rem;height:3.0625rem;top:59.625rem;left:38.0625rem;display:block; }
#ZDaVsmUOwaomhl7FemTgMMSAftlFWi9Z { display:block; }
#WEoRJve0wMdh9QZ0u59s2KS7BFDxkUWI { top:46.3125rem;left:25.8125rem;width:10.875rem;height:13.4375rem;display:block; }
#OptTw6KMfCR5Zc9geBLtOQWt69Uo6KKG { top:47.875rem;left:28.5625rem;width:5.375rem;height:7.6875rem;display:block; }
#PMbKdwCKo16fJPBrn2PuKWsXxw19VwyP { top:56.3125rem;left:26.5rem;width:8.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
#NH2RoAIaa9sW7OXXGiDnc40OpNoVSnFo { width:10.125rem;height:3.125rem;top:59.6875rem;left:25.763427734375rem;display:block; }
#DNcMhGUC9TalJ2dqTf6Wv4yr3TlHcyiT { display:block; }
#fGdP9V2Mb44gy7rkT9L80y0U4TTIissV { top:46.25rem;left:12.6240234375rem;width:10.875rem;height:13.4375rem;display:block; }
#KTm2sgi1PPwLsrM6WcUEXkLrblg5VNTs { top:47.875rem;left:15.3740234375rem;width:5.375rem;height:7.6875rem;display:block; }
#khCoLlro9v5wiDQx9FTdKCCE7s6Hhg7s { top:56.4375rem;left:12.375rem;width:11.0625rem;height:2.25rem;font-size:1.125rem;display:block; }
#iZ9Duct564cIBDofqWyASNkTRUdNfcgo { width:10.1875rem;height:2.9375rem;top:59.5625rem;left:12.875rem;display:block; }
#Odhc0L87Ta9uBTS1ePEXEeKVHbkOW8TG { display:block; }
#sXzws7yiHzRofIuxrf46M9Lf4HDaSCVp { top:46.3125rem;left:0rem;width:10.5625rem;height:13rem;display:block; }
#Ji6cdzwsX6qOE4HszZ38b4t2RpBrdGND { top:47.875rem;left:1.90625rem;width:5.125rem;height:7.6875rem;display:block; }
#uyipZ2ORLAbgR0AxH96Xvs6LxXgNEcIH { top:56.4375rem;left:0.375rem;width:8.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
#oRRGmPmwBO7IfpCuAxWXSZUOvRBdD8h0 { width:10.125rem;height:3rem;top:59.3125rem;left:0rem;display:block; }
#XLAShwmvapzihe8UHQMqBg98gvPL2uUa { display:block; }
#SIJGLq5L4w8VialkIIMAQBZIKkX3XE8Q { top:6.8125rem;left:37.1875rem;width:10.5625rem;height:13rem;display:block; }
#FX8AteCHZQLXLDg0CQRRHac2WVX9GzpI { top:16.9375rem;left:37.6875rem;width:10.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
#fJwGRGJXurstUdguLDa0h4ngnyacU5O9 { width:10.125rem;height:3rem;top:19.8125rem;left:37.625rem;display:block; }
#fCfWBmfBTfeLKnduHX1XFwhIlK50CMwQ { display:block; }
#Hzm0qMdTH7sbvhw8Ty9Sv9lW6gd9NScp { top:6.8125rem;left:25.6875rem;width:10.5625rem;height:13rem;display:block; }
#vE1UgpTinyenFXwQgQ50Bdauu50vhhQs { top:8.5rem;left:28.21875rem;width:5.375rem;height:7.6875rem;display:block; }
#u6fNWy1Rug7COlRS12t2JxslaGLv4tEi { top:16.125rem;left:26.6875rem;width:8.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
#C5WTTVAmFavuplmqy7llzZ1EPTr6aKx4 { width:10.125rem;height:3rem;top:19.6875rem;left:25.875rem;display:block; }
#xZucqsWCeeDytrZCoWPaARfPQOXCowvm { display:block; }
#wHJ9a5X7fHnOl7fgZPxJZgu4stTcfNTE { top:6.8125rem;left:12.375rem;width:10.5625rem;height:13rem;display:block; }
#xKmcsTU6glnrflp5zISek7oEaAGXC5Dy { top:7.8125rem;left:15.4990234375rem;width:5.125rem;height:7.6875rem;display:block; }
#caKlH6Mkg2gwUfVL7WqozzD1UHmsFr1X { top:15.4375rem;left:12.8134765625rem;width:9.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
#kTM8WpqcbgefkVq6Vopueg9BiV6ZFxro { width:10.125rem;height:3rem;top:19.6875rem;left:12.5625rem;display:block; }
#y66QmtXis1k4PPfHhto0ZgvqwRkOzV7u { display:block; }
#l6Vo3UlKeF30cOzMHovAReHMBO573UNm { top:6.8125rem;left:0rem;width:10.5625rem;height:13rem;display:block; }
#hfbrSkVAuQpTL211wxaDxiTWzECMrQEL { top:7.9375rem;left:1.90625rem;width:5.125rem;height:7.6875rem;display:block; }
#OdQZW7kb5Wi5HTXRgdJCVJmB1rIaVOOE { top:16.125rem;left:0.1875rem;width:9.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
#JHNSUXtqWySggRpQs9O4c10IwANrTSbN { width:10.125rem;height:3rem;top:19.6875rem;left:0rem;display:block; }
#Te2euXOy0Qr2U5sdmZ13tPIDSKXUnpB8 { display:block; }
#XCbRHwT30ebcmp0gzITnfZUab6C8gFJy { top:8.75rem;left:41.2822265625rem;width:5.75rem;height:8.25rem;display:block; }
#X96HpMBX06QTDwD0xGEB3UykuqTKarSh { display:block; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container { width:47.75rem;position:relative;display:block; }#lISqPNk4OJ9vGP4EJifFNVIQKGoJrLwl { top:6.5625rem;left:5.0403652191162rem;width:38.75rem;height:21.6875rem;display:block; }
#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; }
#rDAVuTuHHroTDNxMpFr5qLL2VVK3CopH { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rDAVuTuHHroTDNxMpFr5qLL2VVK3CopH > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#icVW3pW80t3z4rLoG11GgtvETNWTeD9T { top:0rem;left:0.054428769902714rem;width:19.75rem;height:5.125rem;z-index:15193;overflow:hidden;display:block; }
#VW4exfWrTBS2tcCvF4hPgl9vdw2kd78M { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#tmX7LXADCl0u3ox1WUpzGQa0VBya4y96 { position:relative;z-index:auto;display:block; }#tmX7LXADCl0u3ox1WUpzGQa0VBya4y96 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; }#SZeGeXf9owfapLVPHQZABP1Ch5SIu3io { width:5.6875rem;height:0.899525rem;top:6.4375rem;left:14.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#WnE06aTTi1qPCH6eBbEGQmBwQ7BBDPX2 { width:5.625rem;height:0.0625rem;top:8rem;left:14.1875rem;display:block; }
#f3plI9GWaGPJMLyBi6fDgUJV9TBr69Xc { width:3.75rem;height:0.899525rem;top:6.4375rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#JTKAB1xE4Q6aTuzFbFZINcT6QeKxaO31 { width:5.625rem;height:0.0618489375rem;top:8rem;left:7.0625rem;display:block; }
#VwGtUaHHFq6zTJPrFK3GvA2ViL6UUrRI { width:7.3125rem;height:0.899525rem;top:6.5rem;left:6.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#qwlcfN3noM4MzTsDdU13mmFs0uZPXGuz { width:5.625rem;height:0.0618489375rem;top:7.9375rem;left:0.1875rem;z-index:15009;display:block; }
#EO3VmbPDm2VAy1GeS5GlRpf45IBlh2T6 { top:6rem;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; }
#sTsAZ3m4PqszA0NmwwTqaM0GmTF569pr { display:block; }
#wrc0GsyQMSgBrTmWZ9nTIWvSI5aAkvEq { top:6rem;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; }
#ZuGCbRIFzsE8oud2Vz35Kuo9bxa3kJfR { display:block; }
#TTqXmgvVsWZURFBQIAbdgrHq1eTsxQDT { top:6rem;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; }
#vEM24keJ7Xf79rEmp5EneoM2fCQTGvTE { display:block; }
#AERbg8uKpUHuTcG3S2WWoPQU84J0vmJg { top:8.75rem;left:0rem;width:19.0625rem;height:1.2999125rem;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; }
#nCJINyOpgT2RVzALmXZrBRcSwLCMi70g { top:10.125rem;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; }
#qwhTt8ZIDpyu4kfK54sUalH0IESwwCTt { display:block; }
#d3gB60F8DwSzZibnkS2pZAy9CZoAwdTD { display:flex;top:10.5625rem;left:1.4375rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#caye6HFbTIQeGU3ttlEzs123TOWLHVDd { top:16rem;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; }
#kgE2EnSeUGalCB8VRrW866PfttFexyLZ { display:block; }
#mwzWUJ9n5TuA1F8dAkL6HDNTQEJkccnV { display:flex;top:15.9375rem;left:1.25rem;width:3.125rem;height:3.125rem;z-index:15022; }
#vXbDS8tvc96LJb296MKzJUVb9xsevwn3 { top:14.0625rem;left:9.8125rem;width:2.125rem;height:1.62435rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
#LG0hJxtuNO0S11r3d2t6rQLbmW2ybO32 { position:relative;z-index:auto;display:block; }#LG0hJxtuNO0S11r3d2t6rQLbmW2ybO32 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; }#bm5qdL9KMCO13ddR6qr0c81DM9PBBOuT { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#C1ygJZ2wEIxTtk7tyiGxHf6VMVOKTTEL { display:block; }
#IZKIrUJ7EZz2y64JmqgznUUunyQEpvIm { display:flex;top:2.8411464691162rem;left:0.875rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#IZKIrUJ7EZz2y64JmqgznUUunyQEpvIm > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#rrSycmQhoHG8RqXueWofzdPFkpog30CS { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#vwe6febZBfR8u6pBnC2hFk46RF4RqwQA { width:5.8125rem;height:2.875rem;top:2.1848959922791rem;left:13.459635734558rem;display:block; }
#in4ccA1JoT2Q9TT1JE9EgQlklael47Gk { width:9.0625rem;height:2.8125rem;top:2.25rem;left:0rem;font-size:0.625rem;display:block; }
#sO5LghfUeeJzayirbmXVsxWWf6XNB6vk { display:block; }
#OZbdTWTIvo7ZyQuPudqG3A7THBxAaXdC { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#h4P8AmTngkTMezfJOUWBywLe4ZdTHlrm { display:block; }#h4P8AmTngkTMezfJOUWBywLe4ZdTHlrm > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; }#K44cCNktyuLDJ5vDNbENe22b5qcKhkGz { width:20rem;height:4.9500875rem;top:8.0625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#EQBSBMgX7k9o66TI2uDvHXS5xGMvI5JM { width:13.11111125rem;height:4.36111125rem;top:34.561199188233rem;left:3.4375rem;font-size:1.375rem;display:block; }
#e3ml9dsGNgG0qJvyNOpUc3uBPncTMUGc { display:block; }
#n7fWWl3KFduKsTSsGipJ0opRP2rBKev0 { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#paTcF3mSEinsN6ExyTv2QtAsz0pIdGo9 { display:block; }
#mecT2acDIiNT0ftQONx3e827Cc7G73Ru { width:20rem;height:3.0013rem;top:14.359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#y9ulkB56IAWisZkz7lX3FT93QcWeETVn { width:11.625rem;height:7rem;top:7.0364592969419rem;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='#35957353', endColorstr='#b5d4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35957353', endColorstr='#b5d4b392' );";background-image: linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-size:auto !important;display:block; }
#gGFiW1qfukEwkT9m2CO5ETNzIhnHDRMw { display:flex;width:4.375rem;height:4.375rem;top:29.375rem;left:1.9375rem;font-size:3.0625rem; }
#gBlUkuKuFepbLSfcpxDZTFC8N1aiWBIk { display:flex;width:4.375rem;height:4.375rem;top:31.3125rem;left:0rem;font-size:3.0625rem; }
#Rs0WVc4L7x1mA1em3qnrQ1rF1Cl9ChqO { width:20rem;height:13.3111875rem;top:18.91796875rem;left:0rem;overflow:hidden;display:block; }
#pyy9nEkfAXHhppQ6U0KSBQ8x0vlEMqEo { width:4.9375rem;height:2.4375rem;top:23.1875rem;left:0rem;z-index:15042;display:block; }
#rWkfLHqDhUBV5xN0p99MsASkOkfCH8Pm { width:5.0625rem;height:2.625rem;top:18.9375rem;left:0rem;z-index:15041;display:block; }
#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 { 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; }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 > .row .container { background-color: transparent; background-image: none; }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 > .row .container > .video-iframe-container { display: none; }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 > .row > .video-iframe-container { display: none; }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 > .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); }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 > .row .container { border-width: 0; border-radius: 0; }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQLEcucIXICl0FxQCkkZwfuWDiZKNQ22 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#bvC477mNi6kRxyVDa5ZeWdRuMzEyQqOv { 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; }
#qRMp5FTvWT7alM8xJrpTbGTtoGv0NaZh { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#LlNCAL3ReQITS6AC9As6FMLKBLtRACtu { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#zo8bfeykzauRKFpmhx7uUnoxv2kmw4oK { display:block; }#zo8bfeykzauRKFpmhx7uUnoxv2kmw4oK > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; }#Ise8nRkxPreKkrUGRLCq7yTqqH3uwggp { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#STk1tKwfM1iQHTlNm2ZAJIW1STs5VLX4 { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#EUV6eFdeBsnPiAXyHU9idsHr8wZ3t9xt { 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; }
#Lwubad0IWbpbr2Kuvb0Hvaw8UMJSv9Qu { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#NLTfUlGqrqyWPe2GTTBKoubHRV53ZqX2 { display:block; }#NLTfUlGqrqyWPe2GTTBKoubHRV53ZqX2 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; }#Xyf9z1gfpecETtUDSce0O89uvIvNpxNm { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#dv2SOHAR6kGVPMdprQH9TaTgeKqhPnkC { width:20rem;height:13.50585rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#UG4HXH5NR0m498RTlldLbDbeBNWbQQPR { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#bBwHmb4ZER7Xb9hvDcRrXESNgeqlS5Dz { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#Xvy6VJePRtuiqOGRIkwXD7coZ9K6V6RB { display:block; }
#zuDbcl9i2glbQp6LZ9VApv8vZFunRJgk { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#s7cuonChaw26V6S3lxdloOGWGzfymotg { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#fHu4V1EARNkrtkux24d5r3PZQxmDv1Vo { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#EBXTbxENDaZuKc08MPbCAAwXWGX1W1Bi { 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='#add4b392', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add4b392', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-size:auto !important;display:block; }
#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 { 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; }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 > .row .container { background-color: transparent; background-image: none; }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 > .row .container > .video-iframe-container { display: none; }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 > .row > .video-iframe-container { display: none; }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 > .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); }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 > .row .container { border-width: 0; border-radius: 0; }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGD9RTNASKyt6ILEtTETz27LWQu5sGZ5 > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#p3cZ7gcWNnfDUCLCppG3f786MKbZ0FGw { top:0.58073043823242rem;left:2.75rem;width:15.3125rem;height:2.599825rem;z-index:14997;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;color:#3c830e;display:block; }
#TqUiBaH3SGx4FpgsO7bUtX2kwzT2ITqk { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#GWrmsmgW3yhUpBTD6gy0Z2JBrkdoDHZn { top:14.37451171875rem;left:6.826904296875rem;width:12.625rem;height:2.098525rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#pM2Q9AiMSHacDpbHq4OgCgwPJMiTBPsD { top:14.3125rem;left:0.75rem;width:4.6875rem;height:2rem;z-index:14977;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#NLA3MeZeEtAf9rgyPVG464d937u2BrRu { display:block; }
#qaaCHGt7arSyFRLHinfdEzxfZB0oi6oa { top:1.4361877441406rem;left:0.49869799613952rem;width:3rem;height:3rem;z-index:15019;background-color:#3c830e;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#ktA0is3Rsm4tnMDwSfAsy9qO5M9BnSzG { top:2.4986877441406rem;left:0.7486979961395rem;width:2.5625rem;height:0.97439375rem;z-index:15020;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#h5pkO68lKsd7SDG4NgUxfCtZ9gfTxbg4 { top:16.68701171875rem;left:0.1875rem;width:19.1875rem;height:1.9487875rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#So6NPeQTSaAFWKBqHdIfSWuEdeRdQRug { top:32.39582824707rem;left:0.375rem;width:19.1875rem;height:0.97439375rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#qkgHTGx1f7Jl0q5m08SQUzF638DmT9NT { top:31.08332824707rem;left:6.9375rem;width:12.625rem;height:1.04980625rem;z-index:15018;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#xGxBbaUdb6RHK2XAurIDb8ptZxcSpMGg { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#PgbcHiJbtVqGUK9w68u0tNvIQitWlV3r { top:30.64582824707rem;left:0.5625rem;width:4.6875rem;height:2rem;z-index:14978;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#R0rORrSaQ5nnstMqemHfvEe6lEgzzWPA { display:block; }
#a0lfHwVF7O3wXGxr4RhNaE2RwWswJOhX { top:47.3125rem;left:0.625rem;width:19.1875rem;height:1.9487875rem;z-index:15043;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#fqn5f0ecTFDDBATvTE0fz7sJv4aIpvP3 { top:5.877197265625rem;left:12.5234375rem;width:5.5rem;height:2rem;z-index:14982;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#xRcrxpTEveSizCwOv9Uw19zFM2MVzxON { display:block; }
#onlDI3V6T4KNSCwufcVEFVtdWwJuCAQB { top:45.75rem;left:6.8125rem;width:12.625rem;height:1.04980625rem;z-index:15022;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#ax39RXMUIR9nS52sZEDvSoRDmLRsskdm { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#cvwQPqJ4SRZu4Vckv2zn7wG45kHIO0H9 { top:45.376220703125rem;left:0.7109375rem;width:5rem;height:2rem;z-index:14979;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#odpivQnvpJSCyGyEGnPy3hrtuwcncknD { display:block; }
#wMK7NS8naAVwbVofnQ7Gee9xU005qkyP { top:63.87548828125rem;left:0.2099609375rem;width:19.1875rem;height:1.9487875rem;z-index:15047;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#gGe1PB1dUPJBgzmMTRQkr91HXhDhoQTN { top:62rem;left:6.623046875rem;width:12.6245rem;height:1.0492625rem;z-index:15026;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#viTcnVgsRfZH71FtsDFCFPC4faSfil9N { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#d2V3xzfsmZkTfdGTn2Vk5MAnAUThpfTq { top:61.56298828125rem;left:0.773193359375rem;width:5rem;height:2rem;z-index:14980;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#Cu9bL30T9ah25MCyQTefL04OWwcO2k9R { display:block; }
#HsvnaOs1fwTEccFT7wdSTIJPReGm55TO { top:114.68750190735rem;left:6.5625002980231rem;width:12.6245rem;height:1.0492625rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#uRgVytCtBG8X32h0qRZu71xND79PILMT { top:114.37391853332rem;left:0.74978297948838rem;width:5rem;height:1.9995125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#AVpU4payJEziGDQb3G5L3QAg18Mkz7Lm { display:block; }
#JwRhRMvqOveMsDcJChQk51wHk6BtHBUb { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#tHEsck7524FqZxMZfwxuM7XIOgRNb1JE { top:131.22938728332rem;left:0.81163197755812rem;width:5rem;height:1.9995125rem;z-index:14987;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#vgURNNa5ybKw617ql9ophqfnQq0yuDf8 { display:block; }
#eUOcSPw3R4My1qMcvkwDx3W05nU0wLRv { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#dIHEWzEo33rbDVhaFTuNPXxPRTxdasmt { top:131.99761390686rem;left:6.622179329395rem;width:12.6233125rem;height:1.0492625rem;z-index:15033;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#G2Hqvd7aVG5oBlLfGEAzoT8HwRg0zAcG { top:116.62327003479rem;left:0.4047309756279rem;width:19.187rem;height:1.9487875rem;z-index:15048;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#P5yKxTq2eu6c5ICK8IsMPbfpnGdnuLx3 { top:133.87369728088rem;left:0.34396702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#lIzTeLzdTzJtJOThTUsvX41nKazKwWi6 { top:151.00911903381rem;left:0rem;width:19.1858125rem;height:1.9487875rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#kNGUEhMdhUmVaMvU00ucHDKFmlwUynwa { top:148.43360328674rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14991;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#SNWWJFPmqDQszONyiyx99TAKGnkzJO9F { display:block; }
#EfJXTDA0zlqVhUg7Tqwn1Hzq4ZV4qBN7 { top:148.78363990784rem;left:6.622179329395rem;width:12.6233125rem;height:1.0492625rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#uLfr8oebAn67iswJgTeN7R9mLsTTbexH { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#CEv1rwhpBq08LBVMuGQh5uIOpeJqFy0i { top:165.49913978577rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14995;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#cO9p6kUeXHXN2KQEucNS8kAEQNkpCKlC { display:block; }
#ExlfBMhAaOJFNkRO4EQJefBRWVUsdxQt { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#sBaqrfCxF7EuoWtDptTXNFpyMhf3Gely { top:167.87435340881rem;left:0.56206601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15057;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#DinIkJ8Me8vHxbOHUhvdhwpMvCEB213i { top:165.78667640686rem;left:6.309679329395rem;width:13rem;height:1.0492625rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#b4VSPxpzKwn7ACoX1qmMdgo8bP8Tw6Is { top:181.74805641174rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:14999;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#F7DSaZ5GH3D7FnFQwI5veQRz8Vv9UTmQ { display:block; }
#NkOTx6QIpQMzNGADMlsXexMPJMOd0a4N { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#Mf2lMXmx6k14LILbhOLDTyb6BTHqizxT { top:184.56055641174rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15061;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#uTKpNx5n8sWzvQgE1La7nh6bvV0amJJp { top:182.53363990784rem;left:5.3884552121163rem;width:14.5rem;height:1.0492625rem;z-index:15045;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#MnmPRZl5dmlb6hewWsILAbGu7B4JI7cu { top:199.31098365784rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:15003;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#BgeZxCzaTws1qBMHoywT07wQHfOTlaTo { display:block; }
#O2JpattoXPwL8T83BUBaVbCPfHOSi2hk { top:201.93577003479rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15065;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#DZSmz0HSCLe4UTeTxJcpWggwChOOd5nB { top:199.87305641174rem;left:5.0000002980232rem;width:14.4995rem;height:1.0492625rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#kMTxe44faphM0eB71ApcF78ZwlRa7zf2 { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#s3R3OspboVt3zS5bgxvI6W57EdwxBAIW { top:218.62305641174rem;left:0.40581601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15069;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#evaXg22As1pBhOQrE1nsyHKzy2d3ilno { top:215.87458229065rem;left:0.74761289358137rem;width:5rem;height:1.9995125rem;z-index:15007;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#JZ42992eX0htbQy0kANySfTQI3eHuL8G { display:block; }
#GgFtsPBXlvyns0zh6RX2arFTKoqFAXFW { top:216.09919166565rem;left:5.2007382512093rem;width:14.4983125rem;height:1.0492625rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#BECt72awnLqToHbhofXgbnIMXDa3Iq86 { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#gHrtcF9SaZ5gCrgPswhTBXJHILCO1FTK { top:81.499351501462rem;left:0rem;width:19.1873125rem;height:1.9487875rem;z-index:15051;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#T7G4TfGEQTgXbxroAQBNyN67UkxkwJa9 { top:79.124584198rem;left:0.625rem;width:5rem;height:1.99978125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#B0ZoOhUfdQZyDK5q0HtMiFNQ0MJon1Wd { display:block; }
#QV9dAKhwg5sazrtzE2ZGtpURcBEMbvwv { top:79.473745346069rem;left:6.827257454395rem;width:12.6236875rem;height:1.0492625rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#TQ9ZcicIBG5HKZPHUup9d5fVrnCrRzub { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#XJzmlT9aznXFEREWGwZ6v00QvhXqT6b2 { top:99.25rem;left:0rem;width:19.187rem;height:1.9487875rem;z-index:15052;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#kQ2h5QkXA86rCJhxZ6Zy4ic5oZxvkS28 { top:96.369581222531rem;left:0.62500005960463rem;width:5rem;height:1.9987rem;z-index:14988;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#Cq1Thz6ITWo32onVkGmpeiH3rr789zvR { display:block; }
#auhVV14xRtg6b51Rg6sl8S4z5UggyGTt { top:97.375rem;left:6.5625rem;width:12.6245rem;height:1.0492625rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#UiS3KWxeJvJqr2uTLTL4kKVatftfJzTM { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt { display:block; }#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt { background-color: transparent; background-image: none; }#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt > .row .container > .video-iframe-container { display: none; }#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt > .row > .video-iframe-container { display: none; }#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt > .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); }#FNMghEew9Ks05NfaOJhPHwvkOKwLydMt > .row .container { width:20rem;height:37.5rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#i5I9Qa9zBD6VXNtW5oXk6S57GiGOIc8v { width:15.061875rem;height:2.5996125rem;top:19.5625rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#eBEnwRDSHyWNfvbw1lpCPV5V55yTgI6f { width:18rem;height:2.79730625rem;top:23.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#ADUkTkCTTd3UemBSc3oPqewVixCoGdhm { width:15.8125rem;height:4.1959625rem;top:27.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#XyVseoTWryk7AHLnAoby0NRBPpHByFNf { width:16.0625rem;height:2.79730625rem;top:32.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#TNIP15lFFNNHEPKTiVAvGuUBPWDzqqAa { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#Pmkm2LZWH9RAGvbsLyzdxxz2319oRIHR { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#IQDBoMRMuVD63HOWSk5KvHRIl5cTAqAT { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#lfGxH1dzRZSE7yuv39K2IgdMf3LKOSPl { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#h34G7qS3UTmXB4zX16b5PxukNbOCAM5L { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#a7U2V6VT670T04ouxNZwVLMyc9LnGlt6 { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#nuVPVcLRBrKSCmKgMtyUi2gaycZoQeQO { display:block; }#nuVPVcLRBrKSCmKgMtyUi2gaycZoQeQO > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; }#M7wzleAkdEUxTzlSnHPqQomBpzpeNkoa { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#IZpcy6BdOemZ9C2RQoCHLEPRPQoa4D06 { display:block; }
#PTVgIQ2VRTCqN60B4OP2iaQ8SzhVM454 { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#kSXwIUB6wSLoTmPoJvA9sVbVLQE3oqXg { width:20rem;height:21.9375rem;top:26.0625rem;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; }
#hyaCQCf3IuW2ELlfCn0vaNKiZQ1J2NtT { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#Pv6ICChkhClRF9von7Q51xpTadzao2RK { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#nGTSV4n2StgtvHa05gC75UTcGlOBXyRE { 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; }
#dJq2Lm2d7cwN2vAKpzHrQk3Ny4Wy4H4A { width:18.75rem;height:3.0013rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#K8mXJJCxJrKdTzo7txb6fw8gyzwC7HQR { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#mbXdLH3ObCQDbvTkbUhEGn2oyc2OcZFp { display:block; }
#FZ30QD8kTbxq8swNBCb9hIgKg9ZBx57a { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-form-header { font-size:0.75rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.9375rem;font-weight:bold;color:#0e193d;width:16.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:2.25rem;color:#000205;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-text {padding-top: 0; padding-bottom: 0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:4.375rem;color:#000205;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:2.5rem;color:#030304;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-select {padding-top: 0; padding-bottom: 0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .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; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-button { border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;background-color:#b7774d;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:4.0625rem;margin-bottom:0.25rem;margin-left:4.0625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#fffdfb;width:8.125rem;height:2.875rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.375rem rgba(0,0,0,0.72) ;text-shadow:0.5625rem 0.125rem 0.5rem rgba(0,0,0,0.65);line-height:1.1;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]:-moz-placeholder { color:#000309;font-family:raleway;font-size:0.8125rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]::-moz-placeholder { color:#000309;font-family:raleway;font-size:0.8125rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]:-ms-input-placeholder { color:#000309;font-family:raleway;font-size:0.8125rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]::-webkit-input-placeholder { color:#000309;font-family:raleway;font-size:0.8125rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:15.125rem;overflow:hidden;font-style:normal;float:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .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; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-container:first-of-type{padding-top:0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-container:last-of-type{padding-bottom:0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC  { background-color:rgba(255,255,255,0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;font-size:0.75rem;left:0.59375rem;top:29rem;z-index:15028; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.3125rem;display:block;vertical-align:top; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC {display:block;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC { background-color:rgba(255,255,255,0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;font-size:0.75rem;left:0.59375rem;top:29rem;z-index:15028; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #g1oRJvPfS9Wgds76XrTeau3kRJ1QSxAJ {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #oCzbhz9QNJJGoJQlGJEO7HE4mtXPh9t7 { display:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #LE87Tl7wrrv5dBZOe9Hu9MxZylJbsPZU {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #zXfRVvyJLnsasLL1MEEzAPF4g2ukDcrl {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #WLiuFD0DdVKLq6UxPMwhJgZ1AVgQncfT { display:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #HNzkDZtLiBWVwWfLpVu85NuUVLArVPp7 {  }
#Zu1Tvf7NPb18Mi4b9FHlJSeSzE0KBSbf { display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #o0L9QUpi8ix9QAfz1iTWDwZXJWd4NgPr {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #qzXEA2ld2u2gyukgT2taEq7Go6irnHOC { display:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #VbFZJ1subfFD3OnPKNM4M8Z2x3WrIurx {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #mKErL1Hs6dhLViIq02T1iLwJ2vDqGNiC {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #KomGPfv9ysCkh1e0hxOCGphvOSpg7NT3 {  }
#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 { display:block; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; }#Hp4wXOIw4brsndntvODCEh1OxvAA1PnP { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#AzSTAGV6eekR5nhr6vXeXNBCG5cyLhMz { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#rQvXbGA0cNZICXVl3XUcm3e4E4ORbJlC { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#PiAq6tIz7wIOTITb5wyy6AfHUXyTPq1Q { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#R4KVFQn1tb39uL9kvzTqCJO1IO7OGZJ0 { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#N279nWPDJEXEtXKwGJkzqecBoIkPrJQE { display:flex;width:2.875rem;height:2.875rem;top:73.3125rem;left:6.125rem; }
#qagEWDyr6ao04VfC5xi3K7I91kP5LluO { display:flex;width:2.875rem;height:2.875rem;top:73.5rem;left:2.625rem; }
#dro9XPcEkTJuTAvSuiN3WeDGWcT0CWXM { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#ZpKsFLs05KMZ615UcIDkILwVTDhp1CmL { top:46.255429267883rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO { display:block; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; }#Tq16gQaP8Gai0VJ4zbmOHSOAHyRSsPx0 { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#DKecif1sQxWX2KQ86sZJTSV5pvD0pNEA { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#TdTpQpvZShe4cCzw8Qm3BzflVpPJRc1V { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");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; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd.adaptive-delivery-prevent-bg, #IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd.lazyload, #IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd.lazyloading { background-image: none; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row .container { border-width: 0; border-radius: 0; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row .container { width:20rem;height:16.25rem;position:relative;display:none; }#mdbCOewmkTXfCpTzyckRI4EK8AnWpc8R { width:15.5625rem;height:3.125rem;top:11.25rem;left:2.375rem;font-size:1.625rem;display:block; }
#eEdEeTeVMUzgBPr3xuKF5GUJbgkTiUul { display:block; }
#tq8ysCG6zb5ycweJWEHCBf5qwAyuCXbm { width:13.5rem;height:7.125rem;top:1.0494792461395rem;left:3.2500000596046rem;font-size:1.1875rem;color:#fef7da;text-align:center;text-align-last:center;display:block; }
#mASKBUUyoWatEH0lhTyCGRlThirXqC9L { width:5rem;height:4.2747375rem;top:7.64453125rem;left:7.1080730557444rem;font-size:2.375rem;color:#fef7da;display:block; }
#GUVAC5LeKTy4xGgWx0HpbDIXOUx4d88H { width:16.0625rem;height:1.29948125rem;top:14.375rem;left:2rem;font-size:1rem;display:block; }
#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT.adaptive-delivery-prevent-bg, #u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT.lazyload, #u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT.lazyloading { background-image: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { background-color: transparent; background-image: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container > .video-iframe-container { display: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row > .video-iframe-container { display: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .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); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { border-width: 0; border-radius: 0; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { width:20rem;height:41.875rem;position:relative;display:block; }#wWsL55ilTTrwQHxWallv99BuSibs1Gez { width:18.374rem;height:3.061525rem;top:18.8427734375rem;left:0.81298828125rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#HNdqL3RTTfW5TR7m4IctNwfixPoIhFdX { display:block; }
#MNlts7qBbst2pgvqTylvTxn3fmF0iXsr { width:11rem;height:2.3125rem;top:14.625rem;left:4.5rem;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ae7b1c;display:none; }
#dAzmhubpH8S5ym59yQ1r00c4VPbb7ODh { display:block; }
#crrPkzRKn4aTd7Wad3KXd11EgTxpabsz { width:6.624625rem;height:1.749825rem;top:8.6875rem;left:7.15625rem;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ae7b1c;z-index:15017;display:none; }
#FJKBU4BM5GkVNHqiqgPXTEIw4Gk65xsJ { display:block; }
#J8WA3blSRftZZz0IstMD1ySQRchGGPPM { width:13.5rem;height:7.5625rem;top:6.5565109252931E-7rem;left:6.4986980557444rem;display:block; }
#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps { display:block; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps { background-color: transparent; background-image: none; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container > .video-iframe-container { display: none; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row > .video-iframe-container { display: none; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .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); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container { width:20rem;height:100.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container.adaptive-delivery-prevent-bg, #gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container.lazyload, #gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container.lazyloading { background-image: none; }#k3RH56UluT6A113JZWVgfaonhTCsnyGB { width:3.9375rem;height:3.9375rem;top:19.5rem;left:0rem;display:none; }
#TPXJi4vfUIp2VKa8FSR4sQ4ZA43VgTPF { width:3.9375rem;height:3.9375rem;top:30.8125rem;left:0rem;display:none; }
#oUOceMF3SOicViFeHS1lA4UFPpFuU0yL { width:17.4375rem;height:15.25rem;top:1.9375rem;left:2.9375rem;background-color:rgba(255,255,255,0.78);background-image:none;border-top-left-radius:9.375rem;border-top-right-radius:3.125rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SKPXzve3S0WPg41lTk7ok9FwS3PK7bf5 { width:5.1875rem;height:5.1875rem;top:1.9375rem;left:2.0625rem;display:block; }
#bnTMl4KWpyaC4e78pm1tZsMZ40hJUD3b { width:13.999rem;height:0.8997375rem;top:6rem;left:5.6875rem;text-align:center;text-align-last:center;line-height:.9;font-size:1rem;color:rgba(30,30,30,0.7);display:block; }
#lEKbID7rfn2B0SdDCUg7dkvEdUlpmaz5 { width:5.0625rem;height:0.125rem;top:10.4375rem;left:3rem;display:block; }
#gHF7cN97bV0FVNsfxt6yMIupI3SwTgIh { width:14rem;height:16.75rem;top:47.4375rem;left:2.9375rem;display:none; }
#gpOwg2ZGuTXADpzcnIAPFQOKtWAK5MS1 { width:4.0625rem;height:4.0625rem;top:51.248779296875rem;left:8.468017578125rem;display:none; }
#bW9XiiTOOnlpZofWuNrT746LrqfX8vgl { width:18.49975rem;height:1.875rem;top:11.25rem;left:1.5rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:rgba(30,30,30,0.7);display:block; }
#bWlcu1QEM6KlK7GmKA0bAFNa49DApdQz { width:3.5625rem;height:0.0625rem;top:58.1875rem;left:8.25rem;display:none; }
#dZ8dT4pbKlpQgMZBQ6V3kQUqb6mk8V3e { width:14.125rem;height:1.50065rem;top:30.375rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
#raDDxXm5AONrC6tmlrGdZx4G5P2eTBvD { width:14rem;height:16.75rem;top:64.3125rem;left:2.9375rem;display:none; }
#DtNQ1L3BZoeDtW7b2UKQ6D9SW4cUJFoF { width:14rem;height:16.75rem;top:81.1875rem;left:2.875rem;display:none; }
#Q2Lkex699SNTmx8IlC9FEkm7DO4sbuBJ { width:7.99925rem;height:1.50065rem;top:41.0625rem;left:11.75rem;text-align:center;text-align-last:center;display:block; }
#Mc7EeRLcu66UHup4wS0MkWxLW3ATmyX0 { width:3.5625rem;height:0.0625rem;top:87.6875rem;left:8.1875rem;display:none; }
#xPQrT5uWLRpDSUWv4iCE4UybSqPvNnC3 { width:3.5625rem;height:0.0625rem;top:91.25rem;left:8.1875rem;display:none; }
#erINkJ8EKOu5DTQSpbxm0b1SuQtgyQwT { width:13.999rem;height:1.375rem;top:20.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#gCxLpo76garxTSi9IShtTOAesw1dQQml { width:13.999rem;height:1.375rem;top:38.6875rem;left:5.6875rem;text-align:center;text-align-last:center;display:block; }
#wvCzGoIGZwUp7g9Qu1cdAmHXPEG3KHET { width:3.875rem;height:3.875rem;top:66.3125rem;left:8.25rem;display:none; }
#OLM5ET6HA3eH19G4Cd1gAy28LGOLUA8L { width:5.06225625rem;height:5.06225625rem;top:36rem;left:3rem;display:block; }
#rMtEXkkTnZ0qp4RAx54CAw2BNiyzm7WV { width:13.9375rem;height:16.6875rem;top:98.0625rem;left:2.9375rem;display:none; }
#WK2w24OXTG40OOu1y7DzpDwPa4Ab8Cky { width:14.0625rem;height:1.600475rem;top:58.8125rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
#kl0RVeAH8FJA6BHTAgLJ8F3I1Skn0rfm { width:13.9375rem;height:16.6875rem;top:114.875rem;left:2.9375rem;display:none; }
#bh4bMTJDVAvao2Zyc3aLhfXverfnUak6 { width:3.5rem;height:0;top:129.5rem;left:8.125rem;display:none; }
#sNSn8m3VnmtzSDqxBure67ZJ1D5FZdJQ { width:3.5rem;height:0;top:93.75rem;left:8.1875rem;display:block; }
#FzzbRFT3V5J3iM4mMZCwtXmUUOQTLZF7 { width:3.5rem;height:0;top:124.5rem;left:8.1875rem;display:none; }
#y7M9EEPgPXOteWsc4od8lJhHOPu1s7iX { width:13.9355625rem;height:1.92480625rem;top:56.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;display:block; }
#gs5e88kokZDtX9rQkGkTxS2mKAbXV6rZ { width:11.062rem;height:1.6497375rem;top:74.8125rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
#Lp7GpEe2fbHRnMyUvhbvX5bO7W7US6sm { width:4.6875rem;height:4.6875rem;top:53.4375rem;left:10.75rem;display:block; }
#qTSKUxNGFUVFZyF5E6SmSCinThSAAD8h { width:4.8120125rem;height:4.8120125rem;top:71.5625rem;left:2.9375rem;display:block; }
#gnr6bQT0X0yJvPEAgk5VHTpSE8VH9G9o { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#S00Iy4aaXogIFLD1aoq5i6dt8BzkalOA { width:8.2486875rem;height:0;top:59rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#KXLMaF7ECDIMEnzKThrmiZ7sR6xsuQ6n { width:8.2483125rem;height:1.9494625rem;top:8.5625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
#TlZJBLDCuoZ1COS6iHWS8TDgT3hNtDvX { width:8.2483125rem;height:1.21875rem;top:8.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#mG6nFCaeZOkTR0bL94a7RWzI6FtW1eya { width:3.18725625rem;height:1.13606875rem;top:48rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#ng7AlLDD0ufk1z6wDml6Ce4utWIBseZN { width:3.999025rem;height:1.9494625rem;top:42.5625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
#ifzTIm3J52DpFLQGn91KfXUPOs1s6xIt { width:7.87475rem;height:1.50065rem;top:46.1875rem;left:11.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
#XP1FnzM197EXU7MVOuziGgO3fM7yuCJM { width:4.4995125rem;height:1.9494625rem;top:47.6875rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
#PO818K0auoAZPE5iZJKTihqlwgTtrw0K { width:5.625rem;height:1.3808625rem;top:24.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
#PBaKmbxGS92cQzurLctcFIIdKiL0Pi0P { width:2.749025rem;height:1.13606875rem;top:42.9375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#ZhxcO0wc6Nl7IETptLeLktp4Ahy0CB4R { width:14.0625rem;height:1.50065rem;top:23.625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
#iF2dTzBIkSerHhHCHOHpz670a9VRwtRH { width:14.0625rem;height:1.50065rem;top:28.25rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
#ppX08Gu1D8RVFnny5IB92IexmJESXg8z { width:5.3125rem;height:1.7871125rem;top:29.75rem;left:3rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#BoU96UNdcUIO125uy2DL14FbIhXS9hHB { width:5.7495125rem;height:1.21875rem;top:29.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#i55eIKOsJOiV1R0FMNo1qKZf5RVQNQkR { width:5.81176875rem;height:1.9494625rem;top:24.0625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
#UQiX64GNTIW4r0bIMqZDe5VRq7hn26TL { width:16.062rem;height:4.24926875rem;top:89.5625rem;left:1.9375rem;font-size:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#B9WBBMRAm2xZCS4RXpTKW84SPkNVkfTR { display:block; }
#dCz0geBsMWcoGmhxpsUapE0awIquowNm { width:6.62475rem;height:1.59375rem;top:77.875rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
#nBEwTThBk7V0y092EFezHCFLKCtTsJHN { width:3.2495125rem;height:1.9494625rem;top:78.5625rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
#fEb6G1motvOvmN45H5b5y4BiqE5MEUto { width:8.93675rem;height:1.50065rem;top:81.8125rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
#L9RrRk4m6liRsZMtVqMEC8ZEabhQkp9t { width:2.9375rem;height:1.13606875rem;top:61.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#A2Fp6pKPLnGXTQOhBOcNysx0g71SLytC { width:3.249025rem;height:1.94921875rem;top:83.3125rem;left:8.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
#QTxMOM5PB54lmAcTO7cGfUQfOrRKIClg { width:5.1245125rem;height:1.9494625rem;top:61.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
#AOizZCMToceazTASVTfOzOIUJ2MtCg7v { width:2.249025rem;height:1.21875rem;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#Lka2kRRsdSrcpkqgPte1pObPWkENBME6 { width:2.68676875rem;height:1.21875rem;top:78.875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#O0lT5iD8VvxIOwRerizaF0NGRzKG6LZL { width:11.687rem;height:2.99926875rem;top:26.13525390625rem;left:4.03076171875rem;font-size:1.25rem;display:none; }
#FxpC2bvQrDLlkI4Z6CKwm0pZwO70walM { display:block; }
#CdQkXNXmhTBZCXm4bfc3eQm1dpHdR80d { width:8.2483125rem;height:1.94921875rem;top:13.625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15067;display:block; }
#C62JtWxrw9Ds19oLdBFVLMvlV6ggUo6W { width:8.2483125rem;height:1.21875rem;top:14rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15068;display:block; }
#IKgulrryE3rEGXJptzfC2AmnskV3FhOV { width:3.5620125rem;height:0.1867675rem;top:44.437255859375rem;left:6.7890625rem;z-index:15019;display:none; }
#MgsGG0NzXwZkPwo2O0JTD7Qhtc5r3zF4 { width:17.4365rem;height:15.249rem;top:19.5rem;left:0rem;background-color:rgba(255,255,255,0.78);background-image:none;border-top-left-radius:3.125rem;border-top-right-radius:9.375rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:9.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15024;display:block; }
#WiUTTQicNwiUurpvUb1st2Xps4qQ2Rk2 { width:10.4375rem;height:0.125rem;top:26.5625rem;left:0rem;z-index:15029;display:block; }
#ZbIHiu0ZEZQoaszriL8iDkqDA8S2D3bo { width:4.12475625rem;height:4.12475625rem;top:18.6875rem;left:11.75rem;z-index:15026;display:block; }
#p8CWJezRL5GBA0staeQysOUD9stvoGDK { width:13.9978125rem;height:1.375rem;top:3.125rem;left:6rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
#PZZtrSImmhlRHKiIrW7wyTesfq9kKDnL { width:17.4375rem;height:15.25rem;top:37.0625rem;left:2.5625rem;background-color:rgba(255,255,255,0.78);background-image:none;border-top-left-radius:9.375rem;border-top-right-radius:3.125rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15024;display:block; }
#QByUB7uzU9dmiTy0NtPRS2rfPOKDQTUF { width:8.2483125rem;height:0;top:77.25rem;left:11.75rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15077;display:none; }
#g6ooaLcmGdQis9AAoVtRq3A1u0L17BVI { width:8.2483125rem;height:0;top:77.5625rem;left:11.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15078;display:none; }
#oQtqrqz675dNbf4JOXQ3vW2aH59cw9lb { width:18.49975rem;height:0;top:73.25rem;left:1.5rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:rgba(30,30,30,0.7);z-index:15031;display:none; }
#f7o9mcJl14dXxu4TAyi9SUJKhA4NeUVH { width:10.4375rem;height:0.125rem;top:45.125rem;left:2.875rem;z-index:15028;display:block; }
#OSyfkTnbi9E53ZAr98OaRo7uvCFbBoZQ { width:8.2483125rem;height:0;top:77.5625rem;left:11.75rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15116;display:none; }
#tRdFJfRvesZDpFn9Ift6kBRry7woM9q6 { width:8.2483125rem;height:0;top:77.9375rem;left:11.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15082;display:none; }
#miLwc4XXecTaE1Qh4yrCn6MApcPxsixx { width:13.9978125rem;height:0;top:90rem;left:6rem;text-align:center;text-align-last:center;z-index:15037;display:none; }
#zVzUtmcLEgmKomEiDx89lef3OFIGUIWZ { width:17.4353125rem;height:15.2478125rem;top:54.8125rem;left:0rem;background-color:rgba(255,255,255,0.78);background-image:none;border-top-left-radius:3.125rem;border-top-right-radius:9.375rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:9.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15025;display:block; }
#WTWTSKkr7cBau0UvJKMXmt4TbGSScJGR { width:10.437rem;height:0.124511875rem;top:64.6875rem;left:0rem;z-index:15030;display:block; }
#bTACARkXLGB6WKfKVpuer8uDaDiaIfFM { width:17.4365rem;height:15.249rem;top:72.5rem;left:2.5625rem;background-color:rgba(255,255,255,0.78);background-image:none;border-top-left-radius:9.375rem;border-top-right-radius:3.125rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15025;display:block; }
#x1d1ha4DOXxiXstWg6hSvHL27z6H6iwd { width:10.4375rem;height:0.125rem;top:81rem;left:3rem;z-index:15029;display:block; }
#WusMbNfGeA1fIixiQppxeDnx9CnCMCaS { width:12.5rem;height:2.599825rem;top:65.8359375rem;left:1.5rem;font-size:1rem;display:block; }
#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a { 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:block; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a.adaptive-delivery-prevent-bg, #rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a.lazyload, #rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a.lazyloading { background-image: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container { background-color: transparent; background-image: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container > .video-iframe-container { display: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row > .video-iframe-container { display: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .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); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container { width:20rem;height:241.0625rem;position:relative;display:block; }#erwUZ4Hu12KT3oZloarSzyyhiPKLGioD { 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; }
#CWPH0AEsiAxpTHobaFz3DvXJTRTkSoqE { display:block; }
#wgBa2DSXQfiDC9wfwsiuz58w49hFpQ9r { 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; }
#mTPT8Ja5HbUzuhTZoQ5xKvXIINCvW0yT { display:block; }
#F1quuhuStpLpDIW0MZhfqQigPkI4B2fe { width:20rem;height:3.6002625rem;top:1.998046875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#NzOB6TNEmZcba6kIOugzuc6L0TTU97zr { width:8.75rem;height:2.5625rem;top:157rem;left:5.03125rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#p3JeLCqzVK7Mt6gvLT7cOtfWk8hBQK5y { display:block; }
#bgBfAgsqhrRQQ9tAtnEDP7ngPeMQu2Oh { width:9.75rem;height:2.375rem;top:138.375rem;left:4.53125rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#uE7NVdtq8KRQ7cZ7uINVMfFvueUzq1fi { display:block; }
#o9rSWc7Pn05crSwXOHGafbuDMh1IqTPO { width:5.375rem;height:7.6875rem;top:125.25rem;left:6.78125rem;display:block; }
#r6dtHI78S0vvWCfTeaHTMCPnG62vRewt { width:10.8125rem;height:13.3125rem;top:124.125rem;left:4.125rem;display:block; }
#T5wk3wahFI1lPxWybSZI476A0GoF4qsG { width:10.0625rem;height:3.0625rem;top:118.125rem;left:4.96875rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#ML7Nm5iqxaIMby4UZCi7XGbTOpOOdPxT { display:block; }
#r6BDfMUZ3o3g5LnbkgSfcA5ozfZFgSiH { width:10.5625rem;height:13rem;top:142.6875rem;left:4.125rem;display:block; }
#nbxNAtFb4WbMRzL1vAGrLVWaoaX5J2a8 { width:5.375rem;height:7.6875rem;top:143.8125rem;left:6.78125rem;display:block; }
#ml72m6AFWbqKPk4dTfT3PFpH2CPPfB4X { width:8.5625rem;height:2.92535rem;top:152.125rem;left:5.3125rem;font-size:1.125rem;display:block; }
#c4h6LkqV8iMUxhv3BL9JHCKcrzppNciS { width:10.8125rem;height:2.92535rem;top:133.5625rem;left:3.875rem;font-size:1.125rem;display:block; }
#uZ567cKor59ameSP7TU3keTfDXE70VKT { width:10.5625rem;height:13rem;top:103.875rem;left:4.5625rem;display:block; }
#uqcbiJLpyVM90TPTVG6sadzwV7vAWid5 { width:5.375rem;height:7.6875rem;top:105rem;left:7.3125rem;display:block; }
#IdI6skXpHnErDRnb6FiU8FfH3T6m17is { width:10.25rem;height:2.92535rem;top:113.25rem;left:4.6875rem;font-size:1.125rem;display:block; }
#yCMZHCL7Dz0rJmm2BMvS5VneQm6DB2dH { width:10.5625rem;height:13rem;top:84.3125rem;left:4.375rem;display:block; }
#PzhQw1IKDyHAdtkLexXQ4u0pwoJkaZ46 { width:5.375rem;height:7.6875rem;top:85.25rem;left:7.21875rem;display:block; }
#cWAmuyvJPh7l22yNPZ5GPLTxGdGEThXc { width:11.0625rem;height:2.92535rem;top:93.5625rem;left:4rem;font-size:1.125rem;display:block; }
#srJxMVJrbdV4WG1F9yMxUTZJmH998dED { width:10.125rem;height:3rem;top:98.25rem;left:4.9375rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#SVefNFK6JJm5lXC5OBnR6ZARgJLXT5ce { display:block; }
#rvySQgktSg8eH4KX2hPxyrNB3zTApxLn { width:10.6875rem;height:13.3125rem;top:221.0625rem;left:3.875rem;display:block; }
#ypyxnEQBDzHzPwaTRGHuqZHFsv5Talfa { width:5.375rem;height:7.6875rem;top:222.25rem;left:6.71875rem;display:block; }
#xMiW7A9yVy7ehHkq1F8dGWg2SWutbTyx { width:11.0625rem;height:2.33506875rem;top:231.4375rem;left:3.875rem;font-size:1.0625rem;display:block; }
#ve1XH6GxXRefTHKQRhV6rVkXq95ZJdm1 { width:9.6875rem;height:3.0625rem;top:235.6875rem;left:4.5625rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#ZDaVsmUOwaomhl7FemTgMMSAftlFWi9Z { display:block; }
#WEoRJve0wMdh9QZ0u59s2KS7BFDxkUWI { width:10.5625rem;height:13rem;top:201.75rem;left:4.125rem;display:block; }
#OptTw6KMfCR5Zc9geBLtOQWt69Uo6KKG { width:5.375rem;height:7.6875rem;top:203.25rem;left:6.78125rem;display:block; }
#PMbKdwCKo16fJPBrn2PuKWsXxw19VwyP { width:8.5625rem;height:2.92535rem;top:211.8896484375rem;left:5.125rem;font-size:1.125rem;display:block; }
#NH2RoAIaa9sW7OXXGiDnc40OpNoVSnFo { width:10.1875rem;height:3.0625rem;top:216.5rem;left:4.3125rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#DNcMhGUC9TalJ2dqTf6Wv4yr3TlHcyiT { display:block; }
#fGdP9V2Mb44gy7rkT9L80y0U4TTIissV { width:10.875rem;height:13.4375rem;top:181.375rem;left:4.125rem;display:block; }
#KTm2sgi1PPwLsrM6WcUEXkLrblg5VNTs { width:5.375rem;height:7.6875rem;top:183rem;left:6.78125rem;display:block; }
#khCoLlro9v5wiDQx9FTdKCCE7s6Hhg7s { width:11.0625rem;height:2.250975rem;top:191.5625rem;left:3.875rem;font-size:1.125rem;display:block; }
#iZ9Duct564cIBDofqWyASNkTRUdNfcgo { width:10.1875rem;height:2.9375rem;top:196.1875rem;left:4.3125rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#Odhc0L87Ta9uBTS1ePEXEeKVHbkOW8TG { display:block; }
#sXzws7yiHzRofIuxrf46M9Lf4HDaSCVp { width:10.5625rem;height:13rem;top:161.5625rem;left:4.125rem;display:block; }
#Ji6cdzwsX6qOE4HszZ38b4t2RpBrdGND { width:5.125rem;height:7.6875rem;top:162.75rem;left:6.78125rem;display:block; }
#uyipZ2ORLAbgR0AxH96Xvs6LxXgNEcIH { width:8.5625rem;height:2.92535rem;top:171.6875rem;left:5.3125rem;font-size:1.125rem;display:block; }
#oRRGmPmwBO7IfpCuAxWXSZUOvRBdD8h0 { width:10.125rem;height:3rem;top:176.375rem;left:4.34375rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#XLAShwmvapzihe8UHQMqBg98gvPL2uUa { display:block; }
#SIJGLq5L4w8VialkIIMAQBZIKkX3XE8Q { width:10.5625rem;height:13rem;top:64rem;left:4.75rem;display:block; }
#FX8AteCHZQLXLDg0CQRRHac2WVX9GzpI { width:10.0625rem;height:2.92535rem;top:74.125rem;left:5.0625rem;font-size:1.125rem;display:block; }
#fJwGRGJXurstUdguLDa0h4ngnyacU5O9 { width:10.125rem;height:3rem;top:78.5625rem;left:4.9375rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#fCfWBmfBTfeLKnduHX1XFwhIlK50CMwQ { display:block; }
#Hzm0qMdTH7sbvhw8Ty9Sv9lW6gd9NScp { width:10.5625rem;height:13rem;top:45.1875rem;left:4.75rem;display:block; }
#vE1UgpTinyenFXwQgQ50Bdauu50vhhQs { width:5.375rem;height:7.6875rem;top:46.3125rem;left:7.3125rem;display:block; }
#u6fNWy1Rug7COlRS12t2JxslaGLv4tEi { width:8.5625rem;height:2.92535rem;top:54.5rem;left:5.75rem;font-size:1.125rem;display:block; }
#C5WTTVAmFavuplmqy7llzZ1EPTr6aKx4 { width:10.125rem;height:3rem;top:58.9375rem;left:4.9375rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#xZucqsWCeeDytrZCoWPaARfPQOXCowvm { display:block; }
#wHJ9a5X7fHnOl7fgZPxJZgu4stTcfNTE { width:10.5625rem;height:13rem;top:25.875rem;left:4.75rem;display:block; }
#xKmcsTU6glnrflp5zISek7oEaAGXC5Dy { width:5.125rem;height:7.6875rem;top:27.0615234375rem;left:7.4375rem;display:block; }
#caKlH6Mkg2gwUfVL7WqozzD1UHmsFr1X { width:8.5625rem;height:4.38801875rem;top:35.1875rem;left:5.75rem;font-size:1.125rem;display:block; }
#kTM8WpqcbgefkVq6Vopueg9BiV6ZFxro { width:10.125rem;height:3rem;top:39.625rem;left:4.9375rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#y66QmtXis1k4PPfHhto0ZgvqwRkOzV7u { display:block; }
#l6Vo3UlKeF30cOzMHovAReHMBO573UNm { width:10.5625rem;height:13rem;top:7.4375rem;left:4.75rem;display:block; }
#hfbrSkVAuQpTL211wxaDxiTWzECMrQEL { width:5.125rem;height:7.6875rem;top:8.4375rem;left:7.4375rem;display:block; }
#OdQZW7kb5Wi5HTXRgdJCVJmB1rIaVOOE { width:9.0625rem;height:2.92535rem;top:16.75rem;left:5.75rem;font-size:1.125rem;display:block; }
#JHNSUXtqWySggRpQs9O4c10IwANrTSbN { width:10.125rem;height:3rem;top:21.125rem;left:4.9375rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#Te2euXOy0Qr2U5sdmZ13tPIDSKXUnpB8 { display:block; }
#XCbRHwT30ebcmp0gzITnfZUab6C8gFJy { width:5.75rem;height:8.25rem;top:65.29296875rem;left:7.125rem;display:block; }
#X96HpMBX06QTDwD0xGEB3UykuqTKarSh { background-color:rgba(255,255,255,0.98);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh.adaptive-delivery-prevent-bg, #X96HpMBX06QTDwD0xGEB3UykuqTKarSh.lazyload, #X96HpMBX06QTDwD0xGEB3UykuqTKarSh.lazyloading { background-image: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container { background-color: transparent; background-image: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container > .video-iframe-container { display: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row > .video-iframe-container { display: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .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); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; }#lISqPNk4OJ9vGP4EJifFNVIQKGoJrLwl { width:20rem;height:21.6875rem;top:1.25rem;left:0rem;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.5625rem;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; }
