.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPpQ7X4SDe161Eis3nFcL6M6T8nFG0Bo { position:relative;display:none; }#TPpQ7X4SDe161Eis3nFcL6M6T8nFG0Bo { border-width: 0; border-radius: 0; }#TPpQ7X4SDe161Eis3nFcL6M6T8nFG0Bo > .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; }#TPpQ7X4SDe161Eis3nFcL6M6T8nFG0Bo > .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; }#dg43HGFLXN7QqLI6BEe42B92K2eiT7zQ { 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; }
#lt8Xez3JopPFF2DvmBatTb8G7KO3yTCC { 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; }
#fszIuSTRUCmh9G3PG4S0Gbq2Qnvf74nX { 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; }#fszIuSTRUCmh9G3PG4S0Gbq2Qnvf74nX > .row .container { border-width: 0; border-radius: 0; }#fszIuSTRUCmh9G3PG4S0Gbq2Qnvf74nX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fszIuSTRUCmh9G3PG4S0Gbq2Qnvf74nX > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#ciecftb3SlgdozpKRHSlp08PUHnnsxmq { 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; }
#Kd6W1IWvgQ3RSb1gpT43roS8WNFxZpw1 { 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; }
#znlF8Q25OiepwA8KpDJxNTE0M5dKrSAk { 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; }
#PHq1SW6zJgMlXXTFktVyE4KNpkAReTAF { 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; }
#olTJNqRJIJB0b60FQTUVSzuhVRwZgry0 { 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; }
#g0KuzIC4dAQZHNVo2bpL7f2Pyx8OCzXJ { 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; }
#EWQVerlzWIdohunmkptacVNDNemua42g { 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; }
#SW9vS0KILNcievzBbdweZVmAx73qINV0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AcU3S7HXUsFidGgFZyGUO4ax9QUAtXHh { 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; }
#FsLpEwQ9ohGdCm5wsk4TEFzSRum8gISV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpZ1JzFkHBd3mIdXHIp7aoQrVT2PtW8I { 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; }
#iieylLJc2uco7goXwni2c0JoUkTFyZRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rsi7n6oTXQRWdQ7cvK9uD0mJiHBRZAZH { 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; }
#iEL3necb6wQEl3K9IalnunKE8u5PTV2T { 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; }
#qNuTuDD9QpkH9gyIrhuak2fsfvEFA0OA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MCHeZuxZ9pqvsE38HCGDcyAhvocEkJfQ { 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; }
#He7pX0biqgMtbJKcmOCPrzNgNkgirU6n { 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; }
#RodmeHng4tydHhOrk5ZQTFuZg5TVwTbb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xv2KIH55hbHgFER2uwwD67XnobFWyhMl { 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; }
#Dep41sbIIWf0rCxB9eZcDGc9XyTz39lP { 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; }
#uZkPIzHaH1Ao1WkTrNTSDmOQRGBBOwod { 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; }#uZkPIzHaH1Ao1WkTrNTSDmOQRGBBOwod > .row .container { border-width: 0; border-radius: 0; }#uZkPIzHaH1Ao1WkTrNTSDmOQRGBBOwod > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uZkPIzHaH1Ao1WkTrNTSDmOQRGBBOwod > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#AIgcCOSNBt2CwsVrIdWmMuoUKtsqTsd4 { 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; }
#h506HORUDd8U9rnQH82bO9VXF3h6QxAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcWssarNVi4CEhopIK52EeDXqk590CUi { 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; }
#gcWssarNVi4CEhopIK52EeDXqk590CUi > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#SOSoHZzpTX8EDImw4OTEfpeOouDV6ICT { 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; }
#s8VcxGCaVBNLGTHAi4PGih7RiEPqhlrz { 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; }
#EiAeCCFDUwmaaJJEehNWfmVmmd3UeypC { 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; }
#Z8DB1IdhysFZEwL2chVTP5SgWKQpdgkD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z6wlup8ADIPIxWyhwPxJnWJi2pIDdRTa { 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; }
#iwVbNuU6SRfpBTn6b2f5o4O8aomkao3N { 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; }#iwVbNuU6SRfpBTn6b2f5o4O8aomkao3N > .row .container { border-width: 0; border-radius: 0; }#iwVbNuU6SRfpBTn6b2f5o4O8aomkao3N > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iwVbNuU6SRfpBTn6b2f5o4O8aomkao3N > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#kPitzITV63lGcPIPNS51luRBZg80nvtr { 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; }
#QF8tznmos8MghCSpCXfby9AdFE1t8KKz { 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; }
#O3Takn3B1NqxNmHggWevmO3TrIbVJE5J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eb7CbV07WFPWPM68gfigK4oN3XfIyrnr { 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; }
#E6mQ5L0yIzdOwrPxtcmRAQgr2qSTMpw6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOMCtXQPZNDaF6TITwKkeggFGNIKaulG { 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; }
#H7inIDeuQCdkcZahefHNDK1JKhwKgfcG { 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; }
#VXQFL0y7NKux487VF4elTAR5BxRsBzrR { 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; }
#O1ezHzIEaRqr4BytckHLM6TUwP9k0ZWZ { 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; }
#JP5sweyi0A3D1MEUpeJ6ahVIH9eWgVRc { 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; }
#V0roIAkG2ef3bgGTPTTLboZ52awxKADT { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#i6dXAnWgyPLXJdWTPfZKfzJpxaC5Kgtn { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd { position:relative;display:none; }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd { border-width: 0; border-radius: 0; }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd > .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; }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd > .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; }#F6h9OF5SZVcLDvJbhST8Bba6z84hMHR9 { 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; }
#p56JTcagOBpNtbCADo1tNPQIV68a6wGN { 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; }
#bS4acdJgNEkONtEyWlPOHUo0AaMrqVls { 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; }
#LP314iMyRF11JBEgtdAB2DzyIZs4dlSs { position:relative;display:none; }#LP314iMyRF11JBEgtdAB2DzyIZs4dlSs { border-width: 0; border-radius: 0; }#LP314iMyRF11JBEgtdAB2DzyIZs4dlSs > .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; }#LP314iMyRF11JBEgtdAB2DzyIZs4dlSs > .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; }#Mu8hRuNxePn47nh2uqpMiQPTR4TdwpJ9 { 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; }
#xkr6Ru1d3wbyNhXEJ8gCKx4gUmkPIye5 { 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; }
#TV2069DyDpSR5teBlQrBoAq7FJvc4m1B { 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; }
#KIJVLAbwQegcGzTFT47WxAWnc46nepCX { 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; }
#MrBrIpPNcGKzDcTk042mvVW8wIDvzlgD { 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; }#MrBrIpPNcGKzDcTk042mvVW8wIDvzlgD > .row .container { border-width: 0; border-radius: 0; }#MrBrIpPNcGKzDcTk042mvVW8wIDvzlgD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MrBrIpPNcGKzDcTk042mvVW8wIDvzlgD > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#TAf2FOrqdpQf0AEOzW2C3X3XAN4s0QN0 { 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; }
#mtBr0DEyGP6zdDPyROaecW149zCUxTJn { 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; }
#JohsTFyMkwLSWJS3qBlFwzarFZsafhMf { 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; }
#FgzGuKfgihiei0SZF9yrn8MwH8SaOWU8 { 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; }
#aJMNLmzKp1T5EfmWrNzPPGTrcV2Xc4by { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H9mOTQQWaq1urNQuVWpac5ISnMZUWR2f { 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; }
#B4AZv2V9ITqf2vdc9bdRLflNcnZH98Ok { 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; }
#khphC4WnKHTGSHNqsJ1l4FioFrEo9SEC { 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; }
#GFy6gBsIJFN9qoNEyDXuuw0edFcDBdxn { 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; }
#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg { position:relative;display:none; }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg { border-width: 0; border-radius: 0; }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg > .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; }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg > .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; }#StJTqQAgZGBTrPGfw7GKgoVV7gwTfR61 { 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; }
#rb9cDSVi9F4eKplUJpTnJLVX09BXZqSN { 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; }
#L4TND9gtVyCTo0VTsaFoe99q3EJeGt0l { 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; }
#hq1FQNTVVyrC1PhLWVsplHOIZSnevvgC { 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; }
#mnBl73ZBIhN3vMrvmpwDNRpMn1muyEGi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zT8CfvJWx6Ng722NF13AUJtutCsuEIiV { 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; }
#pCKRLzR8ku3Ze57L96PbmZuK8AlAtauR { 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; }
#IM2mpFdpUuanfWClteVUFXuIlW1q81Tk { 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; }
#wuD1guSKirHHxG5iqflX1H6bCHAaOAix { 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; }
#BHGLJfH33Jy5rJHAyNWNun5XCJrdgE5x { 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; }
#uv5rr1bmogb2vtelGFUS2X1RwAhMGM5a { 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; }
#MKXs6vILClSQci87hKi1oq0TSyicQPlT { 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; }
#v39kVfm0CSn2y3dNvuQsw6RQyhhyCTGa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GhGtzHTIcJcBAqpZqFqKzHKQ8INX0AAQ { 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; }
#KG0vhnwBiActrufBlpzXGguLcywChpGh { 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; }
#NDQa12TzX8p7Kl8GgTyKLFJprFZcrns8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N38w2camVBafhN1XZdHp4FKJ0T7ctQFe { 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; }
#Pa8MUVBgNFcCeeLoFDSkb8N4TQHsuhnv { 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; }
#dAnmmTqEdUt2XNOrHQO4Wh2wOIBDozzv { 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; }
#IWBWizVinKzKaOIyycDsZxFV9lDmmQud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5eRtKmBFXkfm3rkl7139vmPP77f4blU { 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; }
#H92ab9FyeZdvwsD0J2zESTdTHT7RdSGN { 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; }
#SeQARBwhQIP3SfHMMKb2XTfUu84ZZrb8 { 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; }
#tI1u6gPgDgV3UN78OxViAx7iTyp4qdTr { 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; }
#RQ3M0PopFTIms364b4kN1lzmlGo2CGRr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q53Ub5eCDSeFbRxXZw5JvTdMgSzTOJXb { 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; }
#ZSkHzF01wSG2UZZUvNCbwifdqA2fmLA1 { 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; }
#UFbafE0Pdiyt57w25utT9fdFum4NfnPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SZq1H2ffs34TPNSDVJG5ssheMvWH8Ozx { 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; }
#QkEEWnRH97aNUOIhu59ksLnPrXBeADqN { 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; }
#XPJ14N7pt9xlWowmbBOppHnEcwyvp1gu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofctMdqWBUuZ2L3FCmZQT7h2nmTWbIzf { 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; }
#kbBziRJEM0lqmye7izczL5fruPoVIn99 { 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; }
#mPLOaJZ6MSRx3sL8Obrbl9Aiz9WB7gKS { 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; }
#sAaJnlzConTTnSvaa7VwNUescstJXuZU { 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; }
#a3IctJpggrblC44gbKbmxTUkxyaUc1KD { 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; }
#SSwWBDKF3qRQLsf99x8zG016iVggW0qD { 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; }
#I62E7tlkyBTbvdxVtNBmkAZ8tU8n3sO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3FtOIiqyDpXzocWosNeQDeIy9D04m1e { 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; }
#a1P6APlQ3NzgQVkNtALNWH3hPdMVEXZu { 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; }
#APRcZFKHWVmqbnuqlVEX8zcM95BhaDT1 { 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; }
#fRWeANnAoyN97T2v4Ob33q4KrCpzm46H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#prSOPXyvOh5deLbAteTqJ4UqcnC1BgXl { 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; }
#iAePVlGT6fCza4gr3ZHf3qqsNvJ7bQSR { 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; }
#AczsaTW2emB4LPKmbTvCfQXMxRLu6rFl { 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; }
#TB0NLnXFddf3xkWqM7N3QhhNlzViuWkU { 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; }
#vcRFcVH0cvNffMVGFAHHf4AAORnxA3Nl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PbCnJiJr2PH82HAfV0iFPlcQJ9KDxAKS { 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; }
#IkQxepb3tIGMXZW81mr5emTn0HIOlHKf { 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; }
#AhOxfKoqu0FUXVoLk9lvf8p0QeGn8FIE { 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; }
#EgSLl1wrLh1S6i0yhy71RfOz9XSnUzNZ { 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; }
#M2JNkHTPHxwTDrtwlRO2H69KPM39LQXV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJ9rovyEHkmJw4UaESshnDe3RIILpUWk { 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; }
#mCaExWevt2euqa7nb1pzdUDwRt2IViCk { 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; }
#CZDAOGBA4ZKQQHLMdEntK0woQiF9pqMf { 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; }
#w7Egd6AqMzehrncp3H9ZuuXkOuSPfwWD { 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; }
#X1UTGPk366T2a2sXQvrfGsqNhJmBpqN8 { 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; }
#RP50TTeUse02P5UaHgALfTlN865lfLho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vBJJkNKP2rUeP5H3Ury9luFttT66B92w { 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; }
#hc9Thg0SfTebxfuMFGQyfd5Q7ohF2ezE { 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; }
#nmn8Aqq6M349e5btWxdRTNT8X4qJmZAr { 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; }
#v3k8dgt5uLrNHqXdMOk6G7zQhfJ4yTga { 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; }
#voTC5erUav82BTcTQyE83IffvagyJgi6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJCdVgdHJH0oQSH7qDAynqsTmKeTaTnO { 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; }
#DTn7fPQVeXCTmG855rrnziCsKlFrgLN9 { 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; }
#mxsiaa9ImdteOud1Xa40hrWUQ9PSSffe { 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; }
#MrGvmasvCH0ihaWpi1DItcaTUgnioQbH { 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; }
#RETBScQlQVdxZKV257W8dOgT0F1kUAzr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2ixaKXN2pTyz6WiBDQPkfTzz1fgh0eT { 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; }
#S7JUQw8eqmdCnTIhR5nRlIWQZpTa9XZ5 { 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; }
#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 { position:relative;display:none; }#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 { border-width: 0; border-radius: 0; }#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 > .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; }#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 > .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; }#Aa6zfRSmCrkJrZeMHRHTmKRlrn99Jhyv { 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; }
#TNZyo0dGw9076dASyACPQbMxa3BtEFry { 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; }
#OtrFMSclgSU9wUGuPK2N4IwhP0rd5XUa { 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; }
#BMwUAzNsKftJ2fSIhbTTFJqV0cuZP0Lh { 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; }
#L5bV0nl0T0lC46r3PL92EKHhHQkUhqTm { 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; }
#scJRA5FdBM7vXpr51HM8hcnNMw1wxw20 { 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; }
#nIegE0EQST6oSuz4emGwkevfxhsO0ItG { 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; }
#UInHBClQAyzl5rkN662XCkVLDUVwNBVd { 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; }
#RTAitorvh6eVEl2dRP1dplOG4v5i55wN { 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; }
#VwUgp2VQ9DgvWODTTcyfRVTWG8SyktIq { 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; }
#UD1eqFkKrzi1SIJ71IRSZ7KfEFTxhIWv { 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; }#UD1eqFkKrzi1SIJ71IRSZ7KfEFTxhIWv > .row .container { border-width: 0; border-radius: 0; }#UD1eqFkKrzi1SIJ71IRSZ7KfEFTxhIWv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UD1eqFkKrzi1SIJ71IRSZ7KfEFTxhIWv > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#D37Fc0wHgFaaBrGkes3F6rdQnNQ9aBuV { 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; }
#OMxTMdmX4FLiK1PgwbXWMgU4dq06TmSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJqwDC7kA3T0e94XV85QPVbZOSZUGtTW { 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; }
#b43w696TvFbWoeTNeMm62cIRUmTJwbsk { 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; }
#KWWpTnTd6K8fQKcE46dXunwGvQkPefps { 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; }
#sUDZRJUq9HiT1dtLoe9wNzJCDiuxtpJ1 { 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; }
#TCMHhGhkWJ0o56cyP9m80G5laSSURA2T { 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; }
#ZG0Twp237gy8T1uiBsSqbeXGEpkKcq4G { 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; }
#VTe4mG1DetuNuMNAG7NlB7DkPplKPHQr { 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; }
#hix0DZSU8ZMm61KpmSnPMtN9BRA3qFuZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QptxuH2DnVghOv7f6S33qSVcv8E1ztqp { 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; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-form-header {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-text {padding-top: 0; padding-bottom: 0;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-select {padding-top: 0; padding-bottom: 0;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .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; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .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; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-container:first-of-type{padding-top:0;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-container:last-of-type{padding-bottom:0;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.41259765625rem;left:7.30224609375rem; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F {display:block;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.41259765625rem;left:7.30224609375rem; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #IlLkb2qOIdW1Up2BWzhdK6Z54Cw6sZTq { position:relative; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #a9BTukI9T51Ei71UHeEiz8a9L3uSERFG { position:relative;display:none; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #V0ZvTfMVLLxTOmCrFL67NRSc9DZBeZzt { position:relative; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #XXOqRE0GfItBMr2THGHFwSEs3QGkDWHB { position:relative; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #GCyerzUmm2r5VLM0cuUVIdp0ovNmaWxZ { position:relative;display:none; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #u3icerHbnt87zaBFy73V1CTg1BN2ZrZt { position:relative; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #Khvu4B6qIBWEVuBWLv8gFpGb322F6KrT { position:relative; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #vC7Dx509Hoy1WyvvS7mE07izxeV5INT5 { position:relative;display:none; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #M0JTFWsTsbI0KGt8nbdB3T44kqTdtwIc { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #zm3mew1RMgHV3P4PrFIHblLfeH4vo6LN { position:relative; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #UO3NwCzVnTzSJWPcGCIMhshniFVXCLhV { position:relative; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #ia8ysyskrATuRmuLQ7WzteUy8dbKeuqz { position:relative;display:none; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #egN5b1vu4XAKzpP4Ruxr16hPOLMzVRAp { position:relative; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #M243TUxzTo3y4DnWRF5nCTqF5tux0qkJ { position:relative; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #sDZKFHkw45FD26ITpS8cTQIBA7Mlvy0X { position:relative; }
#EnFyTeMJeHbQrfhtHcETwTZywm4y9uNG { 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; }#EnFyTeMJeHbQrfhtHcETwTZywm4y9uNG > .row .container { border-width: 0; border-radius: 0; }#EnFyTeMJeHbQrfhtHcETwTZywm4y9uNG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EnFyTeMJeHbQrfhtHcETwTZywm4y9uNG > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#J7fmMnMnLXzL1Qi7US48lTutLQI7I4Qz { 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; }
#ZeDDATQITb2r8hKthGlEuFXwMO9T5J1d { 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; }
#NGWmLG736e6UvRd2K5IW4OPlCgV4nX88 { 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; }
#OR74b9KEVAGhbWrfkeLNe4ALHMEUclw2 { 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; }
#l9S5Tzoo00QhhAzb6UfhWqT0yIG8VOtZ { 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; }
#EOwGVI9FviiZ3bD5ZotMm2S15JVxFQNp { 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; }
#S2WTeNEV72LOcTSNZMIg98PxKmKE32gi { 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; }
#eiNbiaHoJfPInT9g3Z6ebKGwvJLpk5Hw { 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; }#eiNbiaHoJfPInT9g3Z6ebKGwvJLpk5Hw > .row .container { border-width: 0; border-radius: 0; }#eiNbiaHoJfPInT9g3Z6ebKGwvJLpk5Hw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eiNbiaHoJfPInT9g3Z6ebKGwvJLpk5Hw > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#g4Kya2uvQAdDHhbXKIsGDyq6TsFFdrZF { 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; }
#lTG1K83SMQI6COGmIwWl2hmk6hxXvctx { 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; }
#XJmKlFGq0xDXlfwhwLpoQL6Mtma8n4gB { 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; }
#nvIkarmsXiuLstUseQWMInu8GUrgwDNp { position:relative;display:none; }#nvIkarmsXiuLstUseQWMInu8GUrgwDNp { border-width: 0; border-radius: 0; }#nvIkarmsXiuLstUseQWMInu8GUrgwDNp > .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; }#nvIkarmsXiuLstUseQWMInu8GUrgwDNp > .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:25.4375rem;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; }#knwtBr1aa2L9P42nb0M2T729pobBPPnd { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#W89reDTx0iTN7ciApFsZ2uzFQaA2wDBs { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:39.75rem;height:2.599825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CQa1qkzTKo22V11T87izouRSsclU9h4W { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12.125rem;left:35.9375rem;height:5.69986875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gON7dWPFiWCU6Zic0N8mQC2fZTgZ5Ief { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:#b28c72;background-image:none;top:7.75rem;left:46.5625rem;display:block; }
#ykzODl6nx13ceTeTvmLN7F8IVlftu9vi { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(178,140,114,0.83);background-image:none;top:7.875rem;left:42.1875rem;display:block; }
#XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h { position:relative;display:none; }#XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h { border-width: 0; border-radius: 0; }#XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h > .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; }#XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h > .row .container.adaptive-delivery-prevent-bg, #XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h > .row .container.lazyload, #XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h > .row .container.lazyloading { background-image: none; }#JI5AMRHDTO0cnwSP4VD27kMRWH1d7Flx { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.620849609375rem;left:16.06201171875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tO0Ix6rRTom8q7TcuvCv4g9cNU5uVgob { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wFK1SxIwZk2m4w8ZsLCKEFARFKS0PJ5O { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:19.060546875rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ix6V8AxT4rceAm6qpqifnn7hq8wuaKSe { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wD0zKq5bDCrdgzMi57vy1NTpsveHcqRE { color:#ffffff;display:block;width:5.25rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.687255859375rem;left:18.187255859375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gCXy7cfk1Lds26T0Ht7SZRqlsSqrccSt { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#prRLmveiVrrie6VkLZNKDqwsWz6ks0Fq { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.249267578125rem;left:17.874755859375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2kthR3p7NoNk9KQe86tqIzFpRUpUPbR { 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:22.354736328125rem;left:13.9990234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t2ZTO94wxGItacdet1Hm7Bb2eXwXBmth { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:21.0107421875rem;left:16.62353515625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vB9h2BMkket3oRTEIHPU5Byf1dXbdUOa { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XsDt4mRHMXpOyunbvdHBshWqDHCwRb4k { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.39453125rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GMzNIdNzaNTiPdiLhiczHdtXoh4bKChR { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KDOA31WQ1470B21QubdNV2geH1PyzGq9 { color:#08451b;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OfRMolUdqUvX4ZFSa5IIFI5bpbAyyXa8 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tDVnAXZnTkUrt9IKvrTzZx909n6Ikuwu { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RdTbrZxE8AvXNfO6NVs4ngtRFCd6yUJA { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kVGecgtTftqcSX0iFJW4P2SaOmSXMMoy { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.27685546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#brcbxKxga4TbKO1zNrdKR1FLgPgGvqOK { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uoSsSUlKz6iXKzHOTCeJHBqZ0QoaEm5N { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.623046875rem;left:7.623046875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ke0gE6grOXOVhhJ4GTzT1vFZ2il15lD2 { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cuAhM5Kbvaav5IJoKJNTPQdRTeoiolpS { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xPRSpkZ7GgR27JeZZ7ALT7A6bBtcQC2U { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#NQ0zW4Iux7ZWZJ58SreXpMoRxVnR9HJD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UA2MEtBdhQWNKaEcKfxcdyP0lyg61fG1 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UNThb9ntUeMhSF800H0DIv33AccPzR89 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:12.5595703125rem;left:6.748046875rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G8f3g6o2kGDJfTgeT7XPLRHGzXZvOKwR { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:14.199951171875rem;left:18.217529296875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p4lqugLb38UWeiinHh3PScsfxpRoQ8K8 { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15061;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:5.435791015625rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BLSqNVLBp7IGaalyDEVw1ka9Z0n7DQsG { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:18.499755859375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TSCDoOsGiXqiixlw5T67qOS8tTGUp5qC { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:6.07666015625rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PqPSdiOxSnm1VkOOo5nBTiP4WEGKOxch { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15064;line-height:1.6;letter-spacing:0;top:32.97509765625rem;left:18.075927734375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK { position:relative;display:none; }#Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK { border-width: 0; border-radius: 0; }#Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK > .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; }#Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK > .row .container.adaptive-delivery-prevent-bg, #Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK > .row .container.lazyload, #Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK > .row .container.lazyloading { background-image: none; }#ttcGErMsZRCUolXK4f8rSL6vfAqKcDqs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#AcyDTLd4obRPJMkf1o8MS1mgdKeC9Sa5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EQrhFhSFzRFb5fWv4F1UJ7a7U24W1qQK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#F1azWdBnDWREUV8EVumpPUNapHZBSSkf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q7zdq5Ur90VTrVD9WKQagdbGvvTT5xz9 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#vEleEdoIAEwNl8aC3FlGV0TpwpyGgfZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKzuu5ExBLyzNwqNx1lk6XThaghNobel { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#Tr1oKLmu1NrHANR9FlWBniFl5H9vPNPJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#Tr1oKLmu1NrHANR9FlWBniFl5H9vPNPJ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Ty0CoOeOiHNu0lzJspJq2NTLgAcTsIGG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#Ty0CoOeOiHNu0lzJspJq2NTLgAcTsIGG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fCizlnezlnd1XLwQg47RA0iTRH1yecbl { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#C2sn1BC0zcn5gHIXV7F4P4c3UtXmvZfW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RU9zstZlInaUKhCUQfB8VNU871kww6wo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#RU9zstZlInaUKhCUQfB8VNU871kww6wo > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Puig0LkIVTRh1NDICPn57hDJh1ppnvTT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;display:none; }
#uiOEXOCUuPUhmltxDxpg5XhBUtbc0Led { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#rSXD1p7Sgwk4JBUiymKZigAyB9Mq7lFD { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#AcHJekzaLxDu1fZX6bFMEQKwa7WiR2IN { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#JlEsbULa0mK6C72M0nlfRi4G8bomBa96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s31I6SWQWEnMEqG4gKHN3qnHtTTbahZE { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#l1NNEK6ofhvfl2dKZE16oP37qTbSJbOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kx4GxXVQyTTT6fAg1hEQqHRi8IeVVLXZ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#rrhFG4weHiy78c7TLx6l4W7ZVSDlqU9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JObvDu0xvoLUBpwcuMRqPAbCEDCeToFF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#Gv7nJRKAQMzPHEzW1BpWacAdeCT04lUf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#bbG7050O6Ty3yPnfDO0fD55HFPoB8pHW { 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; }
#SIP5GT0u1H0hiREV5ukgDuFai3B2IszE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#z100IRx70tHqUX2TGZoRyXoXVDCTS0dv { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#MMww3gZHycyk11PZnuhFunMCBDScexGx { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#oCvlsdbzvyQdOZ3aCze90kDLsAAqH3My { 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; }
#JKDXlicZNxKtThpWWTw1wO5zpT72fVUu { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#VnUKU2G89VXhhf6dqIVgrg94OSt7hy4W { 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; }
#umZx1iiAwf86mc6dt93T3SMN7EnqkblZ { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:none; }
#c63Xa37ccTAbhDthGeLzUeBFD3yUKhVT { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:none; }
#loXB4fn9h9g7uybVdqrWM0gUdfEwyaFq { position:absolute;display:block;z-index:15179;height:8.125rem;width:14.5rem;top:23.983306860046rem;left:34.718421562478rem;display:none; }
#OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu { position:relative;display:none; }#OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu { border-width: 0; border-radius: 0; }#OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu > .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; }#OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(46,106,58,0.18);background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu > .row .container.adaptive-delivery-prevent-bg, #OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu > .row .container.lazyload, #OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu > .row .container.lazyloading { background-image: none; }#ZaHHJ3UPXETpXcvg5Lwcy3RzZRTBXP9i { color:#000000;display:block;width:22.99925rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15121;line-height:1.6;letter-spacing:0;top:26.077880859375rem;left:19.20166015625rem;height:2.698975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t1liJh4LdQcP5hULlTEXZk13VwpsPMl8 { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:28.77685546875rem;left:24.453125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QUSho0HzM4LJ6WuTxGabqPg4LaOe6i8R { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15128;line-height:1.6;letter-spacing:0;top:10.753173828125rem;left:1.435546875rem;height:2.1984875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0QXgaBAa5u9qF4P8eoxQKC8y1cdMOCN { color:#000000;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:13.5625rem;left:10.0625rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyoMUTvztW136cmygMu6KxzevoL155pN { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.3876953125rem;left:8.060302734375rem;display:block; }
#XUM4rphWWAO08JlvU4rWWfhp3qTGotlo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oVVv9tg4sFBwOrmfmn6tO8k8h3uZv8DF { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(302deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(302deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:9.75rem;left:3rem;display:block; }
#pVkB46Lqm1QZVWMeHCwxnbdlZ5qCKzmO { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -moz-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -ms-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -o-linear-gradient(302deg, #7f6048, #a1f2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6048', endColorstr='#a1f2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6048', endColorstr='#a1f2f3' );";background-image: linear-gradient(302deg, #7f6048, #a1f2f3);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:24.871826171875rem;left:17.421875rem;display:block; }
#glNAuIJnKzbwTI4Iadb1qDI4MPX9zPOP { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307875rem;height:2.62329375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:37.186279296875rem;left:25.345458984375rem;display:block; }
#mAQFzeMRTINDpHXBLNdxrJK1vD2JvA9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aaChc2vbEpwHC8JvXPUF0ul6ygVDB3zT { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#CRf3ZS8vEkl2xEKVLzw3Irnh5h0DfTrf { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(55deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(55deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.8120125rem;width:35.3125rem;top:1.5625rem;left:11.011962890625rem;display:block; }
#oMNq3Lm21ETXSNCJ8hopuCakvwHUPfL1 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#HJwqC2npKopDNbAchcvRqXeDmJNpaBXO { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#bz4DwF5uyf24SrqiiVgqgeuFv3NnPypu { color:#120f0d;display:block;width:25.437rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(0,0,0,0.5);top:2.0458984375rem;left:16.1865234375rem;height:3.999025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EvaFKDqDw3Ll7ZbnfkVl4JsQWus5CLml { color:#020402;display:block;width:1.811525rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:17.6875rem;left:10.0625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#i4u3WemXmLxpx5EbXuHb1T0NTcCVMaMO { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(302deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(302deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25.125rem;top:9.75rem;left:31.8125rem;display:block; }
#iu1w603eSfhOSBwuOg7q2hB990QeShxJ { color:#010201;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15138;line-height:1.6;letter-spacing:0;top:10.625rem;left:33.125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RQvZXGlKKgKM3FXpOdId4AWvtcNcXwzT { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:13.5625rem;left:38.8125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L0hQLeaTDN6F1I0JNHhShDNdldLcRfXb { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:22.3876953125rem;left:43.623046875rem;display:block; }
#INVx8SS8XQa0CzFchwo1KkxVWk1lhul6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M6a73FJBbT3GkEqVosTufX1Oq9e4WwLK { color:#000000;display:block;width:2.87475625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15199;line-height:1.7;letter-spacing:0;top:17.5rem;left:35.9375rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SnCo28wGdJKP6OunrJuwV6qF6QW42ryg { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fwpXZQwe1k0UST9fSR8MTV0Ieqyrn7dB { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#OtOE5JAH917tlqsaTIVwZMvZwNC6m290 { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
body { position:relative;display:block; }
#TPpQ7X4SDe161Eis3nFcL6M6T8nFG0Bo { display:none; }#TPpQ7X4SDe161Eis3nFcL6M6T8nFG0Bo > .row .container { width:47.75rem;position:relative;display:none; }#dg43HGFLXN7QqLI6BEe42B92K2eiT7zQ { width:31.25rem;height:8.6875rem;display:none; }
#lt8Xez3JopPFF2DvmBatTb8G7KO3yTCC { width:20.3125rem;height:11.0625rem;display:none; }
#fszIuSTRUCmh9G3PG4S0Gbq2Qnvf74nX { display:none; }#fszIuSTRUCmh9G3PG4S0Gbq2Qnvf74nX > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#ciecftb3SlgdozpKRHSlp08PUHnnsxmq { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#Kd6W1IWvgQ3RSb1gpT43roS8WNFxZpw1 { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#znlF8Q25OiepwA8KpDJxNTE0M5dKrSAk { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#PHq1SW6zJgMlXXTFktVyE4KNpkAReTAF { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#olTJNqRJIJB0b60FQTUVSzuhVRwZgry0 { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#g0KuzIC4dAQZHNVo2bpL7f2Pyx8OCzXJ { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#EWQVerlzWIdohunmkptacVNDNemua42g { width:;height:;display:none; }
#SW9vS0KILNcievzBbdweZVmAx73qINV0 { display:block; }
#AcU3S7HXUsFidGgFZyGUO4ax9QUAtXHh { width:;height:;display:none; }
#FsLpEwQ9ohGdCm5wsk4TEFzSRum8gISV { display:block; }
#KpZ1JzFkHBd3mIdXHIp7aoQrVT2PtW8I { width:;height:;display:none; }
#iieylLJc2uco7goXwni2c0JoUkTFyZRZ { display:block; }
#Rsi7n6oTXQRWdQ7cvK9uD0mJiHBRZAZH { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#iEL3necb6wQEl3K9IalnunKE8u5PTV2T { width:0;height:0;display:none; }
#qNuTuDD9QpkH9gyIrhuak2fsfvEFA0OA { display:block; }
#MCHeZuxZ9pqvsE38HCGDcyAhvocEkJfQ { display:none; }
#He7pX0biqgMtbJKcmOCPrzNgNkgirU6n { width:0;height:0;display:none; }
#RodmeHng4tydHhOrk5ZQTFuZg5TVwTbb { display:block; }
#xv2KIH55hbHgFER2uwwD67XnobFWyhMl { display:none; }
#Dep41sbIIWf0rCxB9eZcDGc9XyTz39lP { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#uZkPIzHaH1Ao1WkTrNTSDmOQRGBBOwod { display:none; }#uZkPIzHaH1Ao1WkTrNTSDmOQRGBBOwod > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#AIgcCOSNBt2CwsVrIdWmMuoUKtsqTsd4 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#h506HORUDd8U9rnQH82bO9VXF3h6QxAT { display:block; }
#gcWssarNVi4CEhopIK52EeDXqk590CUi { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#gcWssarNVi4CEhopIK52EeDXqk590CUi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SOSoHZzpTX8EDImw4OTEfpeOouDV6ICT { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#s8VcxGCaVBNLGTHAi4PGih7RiEPqhlrz { top:0.25rem;left:0rem;width:8.9375rem;height:4.4206989247312rem;display:block; }
#EiAeCCFDUwmaaJJEehNWfmVmmd3UeypC { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#Z8DB1IdhysFZEwL2chVTP5SgWKQpdgkD { display:block; }
#Z6wlup8ADIPIxWyhwPxJnWJi2pIDdRTa { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#iwVbNuU6SRfpBTn6b2f5o4O8aomkao3N { display:none; }#iwVbNuU6SRfpBTn6b2f5o4O8aomkao3N > .row .container { width:47.75rem;position:relative;display:none; }#kPitzITV63lGcPIPNS51luRBZg80nvtr { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#QF8tznmos8MghCSpCXfby9AdFE1t8KKz { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#O3Takn3B1NqxNmHggWevmO3TrIbVJE5J { display:block; }
#Eb7CbV07WFPWPM68gfigK4oN3XfIyrnr { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#E6mQ5L0yIzdOwrPxtcmRAQgr2qSTMpw6 { display:block; }
#wOMCtXQPZNDaF6TITwKkeggFGNIKaulG { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#H7inIDeuQCdkcZahefHNDK1JKhwKgfcG { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#VXQFL0y7NKux487VF4elTAR5BxRsBzrR { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#O1ezHzIEaRqr4BytckHLM6TUwP9k0ZWZ { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#JP5sweyi0A3D1MEUpeJ6ahVIH9eWgVRc { top:0rem;left:17.125rem;width:30.625rem;height:20.38074609375rem;display:block; }
#V0roIAkG2ef3bgGTPTTLboZ52awxKADT { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#i6dXAnWgyPLXJdWTPfZKfzJpxaC5Kgtn { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd { display:none; }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd > .row .container { width:47.75rem;position:relative;display:none; }#F6h9OF5SZVcLDvJbhST8Bba6z84hMHR9 { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#p56JTcagOBpNtbCADo1tNPQIV68a6wGN { width:47.75rem;height:19rem;display:none; }
#bS4acdJgNEkONtEyWlPOHUo0AaMrqVls { width:14.0625rem;height:5.125rem;display:none; }
#LP314iMyRF11JBEgtdAB2DzyIZs4dlSs { display:none; }#LP314iMyRF11JBEgtdAB2DzyIZs4dlSs > .row .container { width:47.75rem;position:relative;display:none; }#Mu8hRuNxePn47nh2uqpMiQPTR4TdwpJ9 { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#xkr6Ru1d3wbyNhXEJ8gCKx4gUmkPIye5 { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#TV2069DyDpSR5teBlQrBoAq7FJvc4m1B { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#KIJVLAbwQegcGzTFT47WxAWnc46nepCX { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#MrBrIpPNcGKzDcTk042mvVW8wIDvzlgD { display:none; }#MrBrIpPNcGKzDcTk042mvVW8wIDvzlgD > .row .container { width:47.5rem;position:relative;display:none; }#TAf2FOrqdpQf0AEOzW2C3X3XAN4s0QN0 { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#mtBr0DEyGP6zdDPyROaecW149zCUxTJn { top:11.25rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#JohsTFyMkwLSWJS3qBlFwzarFZsafhMf { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#FgzGuKfgihiei0SZF9yrn8MwH8SaOWU8 { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#aJMNLmzKp1T5EfmWrNzPPGTrcV2Xc4by { display:block; }
#H9mOTQQWaq1urNQuVWpac5ISnMZUWR2f { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#B4AZv2V9ITqf2vdc9bdRLflNcnZH98Ok { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#khphC4WnKHTGSHNqsJ1l4FioFrEo9SEC { top:15.25rem;left:9.5rem;width:38.25rem;height:25.55972578125rem;display:block; }
#GFy6gBsIJFN9qoNEyDXuuw0edFcDBdxn { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg { display:none; }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg > .row .container { width:47.75rem;position:relative;display:none; }#StJTqQAgZGBTrPGfw7GKgoVV7gwTfR61 { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#rb9cDSVi9F4eKplUJpTnJLVX09BXZqSN { width:41.4375rem;height:24.0625rem;display:none; }
#L4TND9gtVyCTo0VTsaFoe99q3EJeGt0l { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#hq1FQNTVVyrC1PhLWVsplHOIZSnevvgC { width:;height:;display:none; }
#mnBl73ZBIhN3vMrvmpwDNRpMn1muyEGi { display:block; }
#zT8CfvJWx6Ng722NF13AUJtutCsuEIiV { display:none; }
#pCKRLzR8ku3Ze57L96PbmZuK8AlAtauR { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#IM2mpFdpUuanfWClteVUFXuIlW1q81Tk { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#wuD1guSKirHHxG5iqflX1H6bCHAaOAix { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#BHGLJfH33Jy5rJHAyNWNun5XCJrdgE5x { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#uv5rr1bmogb2vtelGFUS2X1RwAhMGM5a { width:41.4375rem;height:24.0625rem;display:none; }
#MKXs6vILClSQci87hKi1oq0TSyicQPlT { width:;height:;display:none; }
#v39kVfm0CSn2y3dNvuQsw6RQyhhyCTGa { display:block; }
#GhGtzHTIcJcBAqpZqFqKzHKQ8INX0AAQ { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#KG0vhnwBiActrufBlpzXGguLcywChpGh { width:;height:;display:none; }
#NDQa12TzX8p7Kl8GgTyKLFJprFZcrns8 { display:block; }
#N38w2camVBafhN1XZdHp4FKJ0T7ctQFe { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#Pa8MUVBgNFcCeeLoFDSkb8N4TQHsuhnv { width:41.4375rem;height:24.0625rem;display:none; }
#dAnmmTqEdUt2XNOrHQO4Wh2wOIBDozzv { width:;height:;display:none; }
#IWBWizVinKzKaOIyycDsZxFV9lDmmQud { display:block; }
#X5eRtKmBFXkfm3rkl7139vmPP77f4blU { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#H92ab9FyeZdvwsD0J2zESTdTHT7RdSGN { top:62.5rem;left:0.310546875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#SeQARBwhQIP3SfHMMKb2XTfUu84ZZrb8 { width:41.4375rem;height:24.0625rem;display:none; }
#tI1u6gPgDgV3UN78OxViAx7iTyp4qdTr { width:;height:;display:none; }
#RQ3M0PopFTIms364b4kN1lzmlGo2CGRr { display:block; }
#Q53Ub5eCDSeFbRxXZw5JvTdMgSzTOJXb { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#ZSkHzF01wSG2UZZUvNCbwifdqA2fmLA1 { width:;height:;display:none; }
#UFbafE0Pdiyt57w25utT9fdFum4NfnPv { display:block; }
#SZq1H2ffs34TPNSDVJG5ssheMvWH8Ozx { width:41.4375rem;height:24.0625rem;display:none; }
#QkEEWnRH97aNUOIhu59ksLnPrXBeADqN { width:;height:;display:none; }
#XPJ14N7pt9xlWowmbBOppHnEcwyvp1gu { display:block; }
#ofctMdqWBUuZ2L3FCmZQT7h2nmTWbIzf { width:41.4375rem;height:24.0625rem;display:none; }
#kbBziRJEM0lqmye7izczL5fruPoVIn99 { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#mPLOaJZ6MSRx3sL8Obrbl9Aiz9WB7gKS { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#sAaJnlzConTTnSvaa7VwNUescstJXuZU { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#a3IctJpggrblC44gbKbmxTUkxyaUc1KD { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#SSwWBDKF3qRQLsf99x8zG016iVggW0qD { width:;height:;display:none; }
#I62E7tlkyBTbvdxVtNBmkAZ8tU8n3sO8 { display:block; }
#O3FtOIiqyDpXzocWosNeQDeIy9D04m1e { top:113.25rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#a1P6APlQ3NzgQVkNtALNWH3hPdMVEXZu { width:41.4375rem;height:24.0625rem;display:none; }
#APRcZFKHWVmqbnuqlVEX8zcM95BhaDT1 { width:;height:;display:none; }
#fRWeANnAoyN97T2v4Ob33q4KrCpzm46H { display:block; }
#prSOPXyvOh5deLbAteTqJ4UqcnC1BgXl { width:41.4375rem;height:24.0625rem;display:none; }
#iAePVlGT6fCza4gr3ZHf3qqsNvJ7bQSR { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#AczsaTW2emB4LPKmbTvCfQXMxRLu6rFl { top:130.125rem;left:0.497314453125rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#TB0NLnXFddf3xkWqM7N3QhhNlzViuWkU { width:;height:;display:none; }
#vcRFcVH0cvNffMVGFAHHf4AAORnxA3Nl { display:block; }
#PbCnJiJr2PH82HAfV0iFPlcQJ9KDxAKS { width:41.4375rem;height:24.0625rem;display:none; }
#IkQxepb3tIGMXZW81mr5emTn0HIOlHKf { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#AhOxfKoqu0FUXVoLk9lvf8p0QeGn8FIE { top:147.0625rem;left:0.57666015625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#EgSLl1wrLh1S6i0yhy71RfOz9XSnUzNZ { width:;height:;display:none; }
#M2JNkHTPHxwTDrtwlRO2H69KPM39LQXV { display:block; }
#LJ9rovyEHkmJw4UaESshnDe3RIILpUWk { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#mCaExWevt2euqa7nb1pzdUDwRt2IViCk { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#CZDAOGBA4ZKQQHLMdEntK0woQiF9pqMf { width:41.4375rem;height:24.0625rem;display:none; }
#w7Egd6AqMzehrncp3H9ZuuXkOuSPfwWD { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#X1UTGPk366T2a2sXQvrfGsqNhJmBpqN8 { width:;height:;display:none; }
#RP50TTeUse02P5UaHgALfTlN865lfLho { display:block; }
#vBJJkNKP2rUeP5H3Ury9luFttT66B92w { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#hc9Thg0SfTebxfuMFGQyfd5Q7ohF2ezE { width:41.4375rem;height:24.0625rem;display:none; }
#nmn8Aqq6M349e5btWxdRTNT8X4qJmZAr { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#v3k8dgt5uLrNHqXdMOk6G7zQhfJ4yTga { width:;height:;display:none; }
#voTC5erUav82BTcTQyE83IffvagyJgi6 { display:block; }
#BJCdVgdHJH0oQSH7qDAynqsTmKeTaTnO { top:79.4375rem;left:0.70225745439531rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#DTn7fPQVeXCTmG855rrnziCsKlFrgLN9 { width:41.4375rem;height:24.0625rem;display:none; }
#mxsiaa9ImdteOud1Xa40hrWUQ9PSSffe { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#MrGvmasvCH0ihaWpi1DItcaTUgnioQbH { width:;height:;display:none; }
#RETBScQlQVdxZKV257W8dOgT0F1kUAzr { display:block; }
#r2ixaKXN2pTyz6WiBDQPkfTzz1fgh0eT { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#S7JUQw8eqmdCnTIhR5nRlIWQZpTa9XZ5 { width:41.4375rem;height:24.0625rem;display:none; }
#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 { display:none; }#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 > .row .container { width:47.75rem;position:relative;display:none; }#Aa6zfRSmCrkJrZeMHRHTmKRlrn99Jhyv { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#TNZyo0dGw9076dASyACPQbMxa3BtEFry { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#OtrFMSclgSU9wUGuPK2N4IwhP0rd5XUa { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#BMwUAzNsKftJ2fSIhbTTFJqV0cuZP0Lh { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#L5bV0nl0T0lC46r3PL92EKHhHQkUhqTm { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#scJRA5FdBM7vXpr51HM8hcnNMw1wxw20 { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#nIegE0EQST6oSuz4emGwkevfxhsO0ItG { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#UInHBClQAyzl5rkN662XCkVLDUVwNBVd { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#RTAitorvh6eVEl2dRP1dplOG4v5i55wN { width:;height:;top:0rem;display:none; }
#VwUgp2VQ9DgvWODTTcyfRVTWG8SyktIq { width:36.5625rem;height:31.5rem;display:none; }
#UD1eqFkKrzi1SIJ71IRSZ7KfEFTxhIWv { display:none; }#UD1eqFkKrzi1SIJ71IRSZ7KfEFTxhIWv > .row .container { width:47.5rem;position:relative;display:none; }#D37Fc0wHgFaaBrGkes3F6rdQnNQ9aBuV { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#OMxTMdmX4FLiK1PgwbXWMgU4dq06TmSk { display:block; }
#oJqwDC7kA3T0e94XV85QPVbZOSZUGtTW { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#b43w696TvFbWoeTNeMm62cIRUmTJwbsk { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#KWWpTnTd6K8fQKcE46dXunwGvQkPefps { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#sUDZRJUq9HiT1dtLoe9wNzJCDiuxtpJ1 { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#TCMHhGhkWJ0o56cyP9m80G5laSSURA2T { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#ZG0Twp237gy8T1uiBsSqbeXGEpkKcq4G { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#VTe4mG1DetuNuMNAG7NlB7DkPplKPHQr { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#hix0DZSU8ZMm61KpmSnPMtN9BRA3qFuZ { display:block; }
#QptxuH2DnVghOv7f6S33qSVcv8E1ztqp { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-text {padding-top: 0; padding-bottom: 0;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-select {padding-top: 0; padding-bottom: 0;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F  { width:17.5rem;height:auto;top:2.375rem;left:1.17724609375rem; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F {display:block;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F { width:17.5rem;height:auto;top:2.375rem;left:1.17724609375rem; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #IlLkb2qOIdW1Up2BWzhdK6Z54Cw6sZTq {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #a9BTukI9T51Ei71UHeEiz8a9L3uSERFG {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #V0ZvTfMVLLxTOmCrFL67NRSc9DZBeZzt {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #XXOqRE0GfItBMr2THGHFwSEs3QGkDWHB {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #GCyerzUmm2r5VLM0cuUVIdp0ovNmaWxZ {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #u3icerHbnt87zaBFy73V1CTg1BN2ZrZt {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #Khvu4B6qIBWEVuBWLv8gFpGb322F6KrT {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #vC7Dx509Hoy1WyvvS7mE07izxeV5INT5 {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #M0JTFWsTsbI0KGt8nbdB3T44kqTdtwIc {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #zm3mew1RMgHV3P4PrFIHblLfeH4vo6LN {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #UO3NwCzVnTzSJWPcGCIMhshniFVXCLhV {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #ia8ysyskrATuRmuLQ7WzteUy8dbKeuqz {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #egN5b1vu4XAKzpP4Ruxr16hPOLMzVRAp {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #M243TUxzTo3y4DnWRF5nCTqF5tux0qkJ {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #sDZKFHkw45FD26ITpS8cTQIBA7Mlvy0X {  }
#EnFyTeMJeHbQrfhtHcETwTZywm4y9uNG { display:none; }#EnFyTeMJeHbQrfhtHcETwTZywm4y9uNG > .row .container { width:47.5rem;position:relative;display:none; }#J7fmMnMnLXzL1Qi7US48lTutLQI7I4Qz { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#ZeDDATQITb2r8hKthGlEuFXwMO9T5J1d { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#NGWmLG736e6UvRd2K5IW4OPlCgV4nX88 { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#OR74b9KEVAGhbWrfkeLNe4ALHMEUclw2 { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#l9S5Tzoo00QhhAzb6UfhWqT0yIG8VOtZ { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#EOwGVI9FviiZ3bD5ZotMm2S15JVxFQNp { top:0rem;width:;height:;display:none; }
#S2WTeNEV72LOcTSNZMIg98PxKmKE32gi { top:0rem;width:;height:;display:none; }
#eiNbiaHoJfPInT9g3Z6ebKGwvJLpk5Hw { display:none; }#eiNbiaHoJfPInT9g3Z6ebKGwvJLpk5Hw > .row .container { width:47.5rem;position:relative;display:none; }#g4Kya2uvQAdDHhbXKIsGDyq6TsFFdrZF { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#lTG1K83SMQI6COGmIwWl2hmk6hxXvctx { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#XJmKlFGq0xDXlfwhwLpoQL6Mtma8n4gB { top:0.25rem;left:0rem;width:8.9375rem;height:4.5718440548374rem;display:none; }
#nvIkarmsXiuLstUseQWMInu8GUrgwDNp { display:block; }#nvIkarmsXiuLstUseQWMInu8GUrgwDNp > .row .container { width:47.75rem;position:relative;display:block; }#knwtBr1aa2L9P42nb0M2T729pobBPPnd { top:5.5625rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#W89reDTx0iTN7ciApFsZ2uzFQaA2wDBs { top:8.8125rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#CQa1qkzTKo22V11T87izouRSsclU9h4W { top:12.125rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#gON7dWPFiWCU6Zic0N8mQC2fZTgZ5Ief { top:7.75rem;left:34.375rem;width:13.3125rem;height:0.375rem;display:block; }
#ykzODl6nx13ceTeTvmLN7F8IVlftu9vi { top:7.875rem;left:30.9375rem;width:16.75rem;height:0.0625rem;display:block; }
#XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h { display:block; }#XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h > .row .container { width:47.75rem;position:relative;display:block; }#JI5AMRHDTO0cnwSP4VD27kMRWH1d7Flx { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#tO0Ix6rRTom8q7TcuvCv4g9cNU5uVgob { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#wFK1SxIwZk2m4w8ZsLCKEFARFKS0PJ5O { top:12.5625rem;left:12.935329437256rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#ix6V8AxT4rceAm6qpqifnn7hq8wuaKSe { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#wD0zKq5bDCrdgzMi57vy1NTpsveHcqRE { top:20.625rem;left:12.062255859375rem;width:5.1875rem;height:1.75rem;font-size:0.75rem;display:block; }
#gCXy7cfk1Lds26T0Ht7SZRqlsSqrccSt { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#prRLmveiVrrie6VkLZNKDqwsWz6ks0Fq { top:22.1875rem;left:11.749347686767rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#X2kthR3p7NoNk9KQe86tqIzFpRUpUPbR { top:22.3125rem;left:7.8740234375rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#t2ZTO94wxGItacdet1Hm7Bb2eXwXBmth { top:21rem;left:10.49853515625rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#vB9h2BMkket3oRTEIHPU5Byf1dXbdUOa { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#XsDt4mRHMXpOyunbvdHBshWqDHCwRb4k { top:31.375rem;left:12.873481750488rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#GMzNIdNzaNTiPdiLhiczHdtXoh4bKChR { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#KDOA31WQ1470B21QubdNV2geH1PyzGq9 { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#OfRMolUdqUvX4ZFSa5IIFI5bpbAyyXa8 { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#tDVnAXZnTkUrt9IKvrTzZx909n6Ikuwu { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#RdTbrZxE8AvXNfO6NVs4ngtRFCd6yUJA { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#kVGecgtTftqcSX0iFJW4P2SaOmSXMMoy { top:31.25rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#brcbxKxga4TbKO1zNrdKR1FLgPgGvqOK { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#uoSsSUlKz6iXKzHOTCeJHBqZ0QoaEm5N { top:20.5625rem;left:1.4976119995118rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#ke0gE6grOXOVhhJ4GTzT1vFZ2il15lD2 { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#cuAhM5Kbvaav5IJoKJNTPQdRTeoiolpS { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#xPRSpkZ7GgR27JeZZ7ALT7A6bBtcQC2U { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#NQ0zW4Iux7ZWZJ58SreXpMoRxVnR9HJD { display:block; }
#UA2MEtBdhQWNKaEcKfxcdyP0lyg61fG1 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#UNThb9ntUeMhSF800H0DIv33AccPzR89 { top:12.5rem;left:0.623046875rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#G8f3g6o2kGDJfTgeT7XPLRHGzXZvOKwR { width:6.875rem;height:1.0625rem;top:14.1875rem;left:12.092529296875rem;font-size:0.625rem;display:block; }
#p4lqugLb38UWeiinHh3PScsfxpRoQ8K8 { width:6.875rem;height:1.0625rem;top:14.0625rem;left:0rem;font-size:0.625rem;display:block; }
#BLSqNVLBp7IGaalyDEVw1ka9Z0n7DQsG { width:6.875rem;height:1.0625rem;top:23.625rem;left:12.374755859375rem;font-size:0.625rem;display:block; }
#TSCDoOsGiXqiixlw5T67qOS8tTGUp5qC { width:6.875rem;height:1.0625rem;top:23.625rem;left:0rem;font-size:0.625rem;display:block; }
#PqPSdiOxSnm1VkOOo5nBTiP4WEGKOxch { width:6.875rem;height:1.0625rem;top:32.9375rem;left:11.950927734375rem;font-size:0.625rem;display:block; }
#Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK { display:block; }#Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK > .row .container { width:47.75rem;position:relative;display:block; }#ttcGErMsZRCUolXK4f8rSL6vfAqKcDqs { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#AcyDTLd4obRPJMkf1o8MS1mgdKeC9Sa5 { display:block; }
#EQrhFhSFzRFb5fWv4F1UJ7a7U24W1qQK { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#F1azWdBnDWREUV8EVumpPUNapHZBSSkf { display:block; }
#Q7zdq5Ur90VTrVD9WKQagdbGvvTT5xz9 { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#vEleEdoIAEwNl8aC3FlGV0TpwpyGgfZk { display:block; }
#ZKzuu5ExBLyzNwqNx1lk6XThaghNobel { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#Tr1oKLmu1NrHANR9FlWBniFl5H9vPNPJ { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#Tr1oKLmu1NrHANR9FlWBniFl5H9vPNPJ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Ty0CoOeOiHNu0lzJspJq2NTLgAcTsIGG { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#Ty0CoOeOiHNu0lzJspJq2NTLgAcTsIGG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fCizlnezlnd1XLwQg47RA0iTRH1yecbl { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#C2sn1BC0zcn5gHIXV7F4P4c3UtXmvZfW { display:block; }
#RU9zstZlInaUKhCUQfB8VNU871kww6wo { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#RU9zstZlInaUKhCUQfB8VNU871kww6wo > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Puig0LkIVTRh1NDICPn57hDJh1ppnvTT { width:9.8125rem;height:8.9375rem;display:none; }
#uiOEXOCUuPUhmltxDxpg5XhBUtbc0Led { width:47.75rem;height:17.1875rem;display:none; }
#rSXD1p7Sgwk4JBUiymKZigAyB9Mq7lFD { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#AcHJekzaLxDu1fZX6bFMEQKwa7WiR2IN { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#JlEsbULa0mK6C72M0nlfRi4G8bomBa96 { display:block; }
#s31I6SWQWEnMEqG4gKHN3qnHtTTbahZE { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#l1NNEK6ofhvfl2dKZE16oP37qTbSJbOE { display:block; }
#kx4GxXVQyTTT6fAg1hEQqHRi8IeVVLXZ { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#rrhFG4weHiy78c7TLx6l4W7ZVSDlqU9q { display:block; }
#JObvDu0xvoLUBpwcuMRqPAbCEDCeToFF { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#Gv7nJRKAQMzPHEzW1BpWacAdeCT04lUf { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#bbG7050O6Ty3yPnfDO0fD55HFPoB8pHW { display:none; }
#SIP5GT0u1H0hiREV5ukgDuFai3B2IszE { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#z100IRx70tHqUX2TGZoRyXoXVDCTS0dv { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#MMww3gZHycyk11PZnuhFunMCBDScexGx { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#oCvlsdbzvyQdOZ3aCze90kDLsAAqH3My { display:none; }
#JKDXlicZNxKtThpWWTw1wO5zpT72fVUu { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#VnUKU2G89VXhhf6dqIVgrg94OSt7hy4W { display:none; }
#umZx1iiAwf86mc6dt93T3SMN7EnqkblZ { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#c63Xa37ccTAbhDthGeLzUeBFD3yUKhVT { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#loXB4fn9h9g7uybVdqrWM0gUdfEwyaFq { top:23.9375rem;left:9rem;width:14.5rem;height:8.125rem;display:none; }
#OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu { display:block; }#OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu > .row .container { width:47.75rem;position:relative;display:block; }#ZaHHJ3UPXETpXcvg5Lwcy3RzZRTBXP9i { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#t1liJh4LdQcP5hULlTEXZk13VwpsPMl8 { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#QUSho0HzM4LJ6WuTxGabqPg4LaOe6i8R { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#W0QXgaBAa5u9qF4P8eoxQKC8y1cdMOCN { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#eyoMUTvztW136cmygMu6KxzevoL155pN { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#XUM4rphWWAO08JlvU4rWWfhp3qTGotlo { display:block; }
#oVVv9tg4sFBwOrmfmn6tO8k8h3uZv8DF { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#pVkB46Lqm1QZVWMeHCwxnbdlZ5qCKzmO { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#glNAuIJnKzbwTI4Iadb1qDI4MPX9zPOP { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#mAQFzeMRTINDpHXBLNdxrJK1vD2JvA9Z { display:block; }
#aaChc2vbEpwHC8JvXPUF0ul6ygVDB3zT { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#CRf3ZS8vEkl2xEKVLzw3Irnh5h0DfTrf { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#oMNq3Lm21ETXSNCJ8hopuCakvwHUPfL1 { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#HJwqC2npKopDNbAchcvRqXeDmJNpaBXO { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#bz4DwF5uyf24SrqiiVgqgeuFv3NnPypu { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#EvaFKDqDw3Ll7ZbnfkVl4JsQWus5CLml { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#i4u3WemXmLxpx5EbXuHb1T0NTcCVMaMO { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#iu1w603eSfhOSBwuOg7q2hB990QeShxJ { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#RQvZXGlKKgKM3FXpOdId4AWvtcNcXwzT { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#L0hQLeaTDN6F1I0JNHhShDNdldLcRfXb { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#INVx8SS8XQa0CzFchwo1KkxVWk1lhul6 { display:block; }
#M6a73FJBbT3GkEqVosTufX1Oq9e4WwLK { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#SnCo28wGdJKP6OunrJuwV6qF6QW42ryg { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#fwpXZQwe1k0UST9fSR8MTV0Ieqyrn7dB { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#OtOE5JAH917tlqsaTIVwZMvZwNC6m290 { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
body { position:relative;display:block; }
#TPpQ7X4SDe161Eis3nFcL6M6T8nFG0Bo { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TPpQ7X4SDe161Eis3nFcL6M6T8nFG0Bo > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#dg43HGFLXN7QqLI6BEe42B92K2eiT7zQ { top:0rem;left:0.054428769902714rem;width:19.75rem;height:5.125rem;z-index:15193;overflow:hidden;display:block; }
#lt8Xez3JopPFF2DvmBatTb8G7KO3yTCC { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#fszIuSTRUCmh9G3PG4S0Gbq2Qnvf74nX { position:relative;z-index:auto;display:block; }#fszIuSTRUCmh9G3PG4S0Gbq2Qnvf74nX > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#ciecftb3SlgdozpKRHSlp08PUHnnsxmq { 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; }
#Kd6W1IWvgQ3RSb1gpT43roS8WNFxZpw1 { width:5.625rem;height:0.0625rem;top:8rem;left:14.1875rem;display:block; }
#znlF8Q25OiepwA8KpDJxNTE0M5dKrSAk { width:3.75rem;height:0.899525rem;top:6.4375rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#PHq1SW6zJgMlXXTFktVyE4KNpkAReTAF { width:5.625rem;height:0.0618489375rem;top:8rem;left:7.0625rem;display:block; }
#olTJNqRJIJB0b60FQTUVSzuhVRwZgry0 { 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; }
#g0KuzIC4dAQZHNVo2bpL7f2Pyx8OCzXJ { width:5.625rem;height:0.0618489375rem;top:7.9375rem;left:0.1875rem;z-index:15009;display:block; }
#EWQVerlzWIdohunmkptacVNDNemua42g { 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; }
#SW9vS0KILNcievzBbdweZVmAx73qINV0 { display:block; }
#AcU3S7HXUsFidGgFZyGUO4ax9QUAtXHh { 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; }
#FsLpEwQ9ohGdCm5wsk4TEFzSRum8gISV { display:block; }
#KpZ1JzFkHBd3mIdXHIp7aoQrVT2PtW8I { 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; }
#iieylLJc2uco7goXwni2c0JoUkTFyZRZ { display:block; }
#Rsi7n6oTXQRWdQ7cvK9uD0mJiHBRZAZH { 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; }
#iEL3necb6wQEl3K9IalnunKE8u5PTV2T { 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; }
#qNuTuDD9QpkH9gyIrhuak2fsfvEFA0OA { display:block; }
#MCHeZuxZ9pqvsE38HCGDcyAhvocEkJfQ { display:flex;top:10.5625rem;left:1.4375rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#He7pX0biqgMtbJKcmOCPrzNgNkgirU6n { 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; }
#RodmeHng4tydHhOrk5ZQTFuZg5TVwTbb { display:block; }
#xv2KIH55hbHgFER2uwwD67XnobFWyhMl { display:flex;top:15.9375rem;left:1.25rem;width:3.125rem;height:3.125rem;z-index:15022; }
#Dep41sbIIWf0rCxB9eZcDGc9XyTz39lP { 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; }
#uZkPIzHaH1Ao1WkTrNTSDmOQRGBBOwod { display:block; }#uZkPIzHaH1Ao1WkTrNTSDmOQRGBBOwod > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; }#AIgcCOSNBt2CwsVrIdWmMuoUKtsqTsd4 { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#h506HORUDd8U9rnQH82bO9VXF3h6QxAT { display:block; }
#gcWssarNVi4CEhopIK52EeDXqk590CUi { display:flex;top:1.5rem;left:1rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#gcWssarNVi4CEhopIK52EeDXqk590CUi > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#SOSoHZzpTX8EDImw4OTEfpeOouDV6ICT { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#s8VcxGCaVBNLGTHAi4PGih7RiEPqhlrz { width:5.8125rem;height:2.875rem;top:0.6875rem;left:13.4375rem;display:block; }
#EiAeCCFDUwmaaJJEehNWfmVmmd3UeypC { width:9.0625rem;height:2.8125rem;top:0.9375rem;left:0.125rem;font-size:0.625rem;display:block; }
#Z8DB1IdhysFZEwL2chVTP5SgWKQpdgkD { display:block; }
#Z6wlup8ADIPIxWyhwPxJnWJi2pIDdRTa { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#iwVbNuU6SRfpBTn6b2f5o4O8aomkao3N { display:block; }#iwVbNuU6SRfpBTn6b2f5o4O8aomkao3N > .row .container { width:20rem;height:38.125rem;position:relative;display:block; }#kPitzITV63lGcPIPNS51luRBZg80nvtr { width:20rem;height:4.9500875rem;top:4.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#QF8tznmos8MghCSpCXfby9AdFE1t8KKz { width:13.11111125rem;height:4.36111125rem;top:31rem;left:3.4375rem;font-size:1.375rem;display:block; }
#O3Takn3B1NqxNmHggWevmO3TrIbVJE5J { display:block; }
#Eb7CbV07WFPWPM68gfigK4oN3XfIyrnr { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#E6mQ5L0yIzdOwrPxtcmRAQgr2qSTMpw6 { display:block; }
#wOMCtXQPZNDaF6TITwKkeggFGNIKaulG { width:20rem;height:3.0013rem;top:10.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#H7inIDeuQCdkcZahefHNDK1JKhwKgfcG { width:11.625rem;height:7rem;top:3.5rem;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; }
#VXQFL0y7NKux487VF4elTAR5BxRsBzrR { display:flex;width:4.375rem;height:4.375rem;top:25.8125rem;left:1.9375rem;font-size:3.0625rem; }
#O1ezHzIEaRqr4BytckHLM6TUwP9k0ZWZ { display:flex;width:4.375rem;height:4.375rem;top:27.75rem;left:0rem;font-size:3.0625rem; }
#JP5sweyi0A3D1MEUpeJ6ahVIH9eWgVRc { width:20rem;height:13.3111875rem;top:15.375rem;left:0rem;overflow:hidden;display:block; }
#V0roIAkG2ef3bgGTPTTLboZ52awxKADT { width:4.9375rem;height:2.4375rem;top:19.625rem;left:0rem;z-index:15042;display:block; }
#i6dXAnWgyPLXJdWTPfZKfzJpxaC5Kgtn { width:4.875rem;height:2.1875rem;top:15.375rem;left:0rem;z-index:15041;display:block; }
#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd { 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; }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd > .row .container { background-color: transparent; background-image: none; }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd > .row .container > .video-iframe-container { display: none; }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd > .row > .video-iframe-container { display: none; }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd > .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); }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd > .row .container { border-width: 0; border-radius: 0; }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmvhwVDzDWxkAc2Lfdfc5RByE0EOUlKd > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#F6h9OF5SZVcLDvJbhST8Bba6z84hMHR9 { 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; }
#p56JTcagOBpNtbCADo1tNPQIV68a6wGN { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#bS4acdJgNEkONtEyWlPOHUo0AaMrqVls { top:1.18408203125rem;left:6.17431640625rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#LP314iMyRF11JBEgtdAB2DzyIZs4dlSs { display:block; }#LP314iMyRF11JBEgtdAB2DzyIZs4dlSs > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#Mu8hRuNxePn47nh2uqpMiQPTR4TdwpJ9 { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#xkr6Ru1d3wbyNhXEJ8gCKx4gUmkPIye5 { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#TV2069DyDpSR5teBlQrBoAq7FJvc4m1B { 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; }
#KIJVLAbwQegcGzTFT47WxAWnc46nepCX { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#MrBrIpPNcGKzDcTk042mvVW8wIDvzlgD { display:block; }#MrBrIpPNcGKzDcTk042mvVW8wIDvzlgD > .row .container { width:20rem;height:46.875rem;position:relative;display:block; }#TAf2FOrqdpQf0AEOzW2C3X3XAN4s0QN0 { width:20rem;height:2.3990875rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#mtBr0DEyGP6zdDPyROaecW149zCUxTJn { width:20rem;height:15.0065rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#JohsTFyMkwLSWJS3qBlFwzarFZsafhMf { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#FgzGuKfgihiei0SZF9yrn8MwH8SaOWU8 { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#aJMNLmzKp1T5EfmWrNzPPGTrcV2Xc4by { display:block; }
#H9mOTQQWaq1urNQuVWpac5ISnMZUWR2f { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#B4AZv2V9ITqf2vdc9bdRLflNcnZH98Ok { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#khphC4WnKHTGSHNqsJ1l4FioFrEo9SEC { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#GFy6gBsIJFN9qoNEyDXuuw0edFcDBdxn { 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; }
#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5a5990f-be8b-480b-a870-01482ef15757/AndalusiaLadiesWellness40.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg.adaptive-delivery-prevent-bg, #tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg.lazyload, #tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg.lazyloading { background-image: none; }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg > .row .container { background-color: transparent; background-image: none; }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg > .row .container > .video-iframe-container { display: none; }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg > .row > .video-iframe-container { display: none; }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg > .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); }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg > .row .container { border-width: 0; border-radius: 0; }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkmPeKVpPsn76dmKD9DWfm0r7fgc7sbg > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#StJTqQAgZGBTrPGfw7GKgoVV7gwTfR61 { 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; }
#rb9cDSVi9F4eKplUJpTnJLVX09BXZqSN { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#L4TND9gtVyCTo0VTsaFoe99q3EJeGt0l { 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; }
#hq1FQNTVVyrC1PhLWVsplHOIZSnevvgC { 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; }
#mnBl73ZBIhN3vMrvmpwDNRpMn1muyEGi { display:block; }
#zT8CfvJWx6Ng722NF13AUJtutCsuEIiV { 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; }
#pCKRLzR8ku3Ze57L96PbmZuK8AlAtauR { 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; }
#IM2mpFdpUuanfWClteVUFXuIlW1q81Tk { 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; }
#wuD1guSKirHHxG5iqflX1H6bCHAaOAix { 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; }
#BHGLJfH33Jy5rJHAyNWNun5XCJrdgE5x { 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; }
#uv5rr1bmogb2vtelGFUS2X1RwAhMGM5a { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#MKXs6vILClSQci87hKi1oq0TSyicQPlT { 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; }
#v39kVfm0CSn2y3dNvuQsw6RQyhhyCTGa { display:block; }
#GhGtzHTIcJcBAqpZqFqKzHKQ8INX0AAQ { 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; }
#KG0vhnwBiActrufBlpzXGguLcywChpGh { 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; }
#NDQa12TzX8p7Kl8GgTyKLFJprFZcrns8 { display:block; }
#N38w2camVBafhN1XZdHp4FKJ0T7ctQFe { 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; }
#Pa8MUVBgNFcCeeLoFDSkb8N4TQHsuhnv { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#dAnmmTqEdUt2XNOrHQO4Wh2wOIBDozzv { 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; }
#IWBWizVinKzKaOIyycDsZxFV9lDmmQud { display:block; }
#X5eRtKmBFXkfm3rkl7139vmPP77f4blU { 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; }
#H92ab9FyeZdvwsD0J2zESTdTHT7RdSGN { 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; }
#SeQARBwhQIP3SfHMMKb2XTfUu84ZZrb8 { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#tI1u6gPgDgV3UN78OxViAx7iTyp4qdTr { 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; }
#RQ3M0PopFTIms364b4kN1lzmlGo2CGRr { display:block; }
#Q53Ub5eCDSeFbRxXZw5JvTdMgSzTOJXb { 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; }
#ZSkHzF01wSG2UZZUvNCbwifdqA2fmLA1 { 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; }
#UFbafE0Pdiyt57w25utT9fdFum4NfnPv { display:block; }
#SZq1H2ffs34TPNSDVJG5ssheMvWH8Ozx { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#QkEEWnRH97aNUOIhu59ksLnPrXBeADqN { 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; }
#XPJ14N7pt9xlWowmbBOppHnEcwyvp1gu { display:block; }
#ofctMdqWBUuZ2L3FCmZQT7h2nmTWbIzf { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#kbBziRJEM0lqmye7izczL5fruPoVIn99 { 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; }
#mPLOaJZ6MSRx3sL8Obrbl9Aiz9WB7gKS { 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; }
#sAaJnlzConTTnSvaa7VwNUescstJXuZU { 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; }
#a3IctJpggrblC44gbKbmxTUkxyaUc1KD { 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; }
#SSwWBDKF3qRQLsf99x8zG016iVggW0qD { 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; }
#I62E7tlkyBTbvdxVtNBmkAZ8tU8n3sO8 { display:block; }
#O3FtOIiqyDpXzocWosNeQDeIy9D04m1e { 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; }
#a1P6APlQ3NzgQVkNtALNWH3hPdMVEXZu { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#APRcZFKHWVmqbnuqlVEX8zcM95BhaDT1 { 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; }
#fRWeANnAoyN97T2v4Ob33q4KrCpzm46H { display:block; }
#prSOPXyvOh5deLbAteTqJ4UqcnC1BgXl { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#iAePVlGT6fCza4gr3ZHf3qqsNvJ7bQSR { 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; }
#AczsaTW2emB4LPKmbTvCfQXMxRLu6rFl { 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; }
#TB0NLnXFddf3xkWqM7N3QhhNlzViuWkU { 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; }
#vcRFcVH0cvNffMVGFAHHf4AAORnxA3Nl { display:block; }
#PbCnJiJr2PH82HAfV0iFPlcQJ9KDxAKS { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#IkQxepb3tIGMXZW81mr5emTn0HIOlHKf { 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; }
#AhOxfKoqu0FUXVoLk9lvf8p0QeGn8FIE { 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; }
#EgSLl1wrLh1S6i0yhy71RfOz9XSnUzNZ { 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; }
#M2JNkHTPHxwTDrtwlRO2H69KPM39LQXV { display:block; }
#LJ9rovyEHkmJw4UaESshnDe3RIILpUWk { 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; }
#mCaExWevt2euqa7nb1pzdUDwRt2IViCk { 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; }
#CZDAOGBA4ZKQQHLMdEntK0woQiF9pqMf { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#w7Egd6AqMzehrncp3H9ZuuXkOuSPfwWD { 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; }
#X1UTGPk366T2a2sXQvrfGsqNhJmBpqN8 { 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; }
#RP50TTeUse02P5UaHgALfTlN865lfLho { display:block; }
#vBJJkNKP2rUeP5H3Ury9luFttT66B92w { 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; }
#hc9Thg0SfTebxfuMFGQyfd5Q7ohF2ezE { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#nmn8Aqq6M349e5btWxdRTNT8X4qJmZAr { 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; }
#v3k8dgt5uLrNHqXdMOk6G7zQhfJ4yTga { 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; }
#voTC5erUav82BTcTQyE83IffvagyJgi6 { display:block; }
#BJCdVgdHJH0oQSH7qDAynqsTmKeTaTnO { 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; }
#DTn7fPQVeXCTmG855rrnziCsKlFrgLN9 { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#mxsiaa9ImdteOud1Xa40hrWUQ9PSSffe { 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; }
#MrGvmasvCH0ihaWpi1DItcaTUgnioQbH { 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; }
#RETBScQlQVdxZKV257W8dOgT0F1kUAzr { display:block; }
#r2ixaKXN2pTyz6WiBDQPkfTzz1fgh0eT { 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; }
#S7JUQw8eqmdCnTIhR5nRlIWQZpTa9XZ5 { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 { display:block; }#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 { background-color: transparent; background-image: none; }#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 > .row .container > .video-iframe-container { display: none; }#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 > .row > .video-iframe-container { display: none; }#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 > .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); }#vsr1bQIUIN1NhTVQdr8B1Vxmex9zaQH7 > .row .container { width:20rem;height:37.5rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#Aa6zfRSmCrkJrZeMHRHTmKRlrn99Jhyv { 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; }
#TNZyo0dGw9076dASyACPQbMxa3BtEFry { 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; }
#OtrFMSclgSU9wUGuPK2N4IwhP0rd5XUa { 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; }
#BMwUAzNsKftJ2fSIhbTTFJqV0cuZP0Lh { 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; }
#L5bV0nl0T0lC46r3PL92EKHhHQkUhqTm { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#scJRA5FdBM7vXpr51HM8hcnNMw1wxw20 { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#nIegE0EQST6oSuz4emGwkevfxhsO0ItG { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#UInHBClQAyzl5rkN662XCkVLDUVwNBVd { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#RTAitorvh6eVEl2dRP1dplOG4v5i55wN { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#VwUgp2VQ9DgvWODTTcyfRVTWG8SyktIq { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#UD1eqFkKrzi1SIJ71IRSZ7KfEFTxhIWv { display:block; }#UD1eqFkKrzi1SIJ71IRSZ7KfEFTxhIWv > .row .container { width:20rem;height:48.125rem;position:relative;display:block; }#D37Fc0wHgFaaBrGkes3F6rdQnNQ9aBuV { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#OMxTMdmX4FLiK1PgwbXWMgU4dq06TmSk { display:block; }
#oJqwDC7kA3T0e94XV85QPVbZOSZUGtTW { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#b43w696TvFbWoeTNeMm62cIRUmTJwbsk { width:20rem;height:21.9375rem;top:21.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4f637b, #d0a882);background-image: -moz-linear-gradient(180deg, #4f637b, #d0a882);background-image: -ms-linear-gradient(180deg, #4f637b, #d0a882);background-image: -o-linear-gradient(180deg, #4f637b, #d0a882);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );";background-image: linear-gradient(180deg, #4f637b, #d0a882);background-size:auto !important;display:block; }
#KWWpTnTd6K8fQKcE46dXunwGvQkPefps { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#sUDZRJUq9HiT1dtLoe9wNzJCDiuxtpJ1 { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#TCMHhGhkWJ0o56cyP9m80G5laSSURA2T { 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; }
#ZG0Twp237gy8T1uiBsSqbeXGEpkKcq4G { 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; }
#VTe4mG1DetuNuMNAG7NlB7DkPplKPHQr { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#hix0DZSU8ZMm61KpmSnPMtN9BRA3qFuZ { display:block; }
#QptxuH2DnVghOv7f6S33qSVcv8E1ztqp { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-regular-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-text { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-text {padding-top: 0; padding-bottom: 0;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-textarea { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-select { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-select {padding-top: 0; padding-bottom: 0;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:#b28c72;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:cairo; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-container:first-of-type{padding-top:0;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .widget-container:last-of-type{padding-bottom:0;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F  { width:14.25rem;height:auto;top:26.324884414673rem;left:1.6243489384651rem; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F {display:block;}#meNKzfkqDlQQPWl87WssAokTHvqLIL7F { width:14.25rem;height:auto;top:26.324884414673rem;left:1.6243489384651rem; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #IlLkb2qOIdW1Up2BWzhdK6Z54Cw6sZTq {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #a9BTukI9T51Ei71UHeEiz8a9L3uSERFG { display:none; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #V0ZvTfMVLLxTOmCrFL67NRSc9DZBeZzt {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #XXOqRE0GfItBMr2THGHFwSEs3QGkDWHB {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #GCyerzUmm2r5VLM0cuUVIdp0ovNmaWxZ { display:none; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #u3icerHbnt87zaBFy73V1CTg1BN2ZrZt {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #Khvu4B6qIBWEVuBWLv8gFpGb322F6KrT {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #vC7Dx509Hoy1WyvvS7mE07izxeV5INT5 { display:none; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #M0JTFWsTsbI0KGt8nbdB3T44kqTdtwIc {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #zm3mew1RMgHV3P4PrFIHblLfeH4vo6LN {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #UO3NwCzVnTzSJWPcGCIMhshniFVXCLhV {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #ia8ysyskrATuRmuLQ7WzteUy8dbKeuqz { display:none; }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #egN5b1vu4XAKzpP4Ruxr16hPOLMzVRAp {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #M243TUxzTo3y4DnWRF5nCTqF5tux0qkJ {  }
#meNKzfkqDlQQPWl87WssAokTHvqLIL7F #sDZKFHkw45FD26ITpS8cTQIBA7Mlvy0X {  }
#EnFyTeMJeHbQrfhtHcETwTZywm4y9uNG { display:block; }#EnFyTeMJeHbQrfhtHcETwTZywm4y9uNG > .row .container { width:20rem;height:76.375rem;position:relative;display:block; }#J7fmMnMnLXzL1Qi7US48lTutLQI7I4Qz { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#ZeDDATQITb2r8hKthGlEuFXwMO9T5J1d { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#NGWmLG736e6UvRd2K5IW4OPlCgV4nX88 { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#OR74b9KEVAGhbWrfkeLNe4ALHMEUclw2 { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#l9S5Tzoo00QhhAzb6UfhWqT0yIG8VOtZ { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#EOwGVI9FviiZ3bD5ZotMm2S15JVxFQNp { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#S2WTeNEV72LOcTSNZMIg98PxKmKE32gi { top:46.020833969116rem;left:1.64453125rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#eiNbiaHoJfPInT9g3Z6ebKGwvJLpk5Hw { display:block; }#eiNbiaHoJfPInT9g3Z6ebKGwvJLpk5Hw > .row .container { width:20rem;height:7.6866308117676rem;position:relative;display:block; }#g4Kya2uvQAdDHhbXKIsGDyq6TsFFdrZF { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#lTG1K83SMQI6COGmIwWl2hmk6hxXvctx { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#XJmKlFGq0xDXlfwhwLpoQL6Mtma8n4gB { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#nvIkarmsXiuLstUseQWMInu8GUrgwDNp { display:none; }#nvIkarmsXiuLstUseQWMInu8GUrgwDNp > .row .container { width:20rem;height:30.0625rem;position:relative;display:none; }#knwtBr1aa2L9P42nb0M2T729pobBPPnd { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
#W89reDTx0iTN7ciApFsZ2uzFQaA2wDBs { width:20rem;height:2.2721375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
#CQa1qkzTKo22V11T87izouRSsclU9h4W { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gON7dWPFiWCU6Zic0N8mQC2fZTgZ5Ief { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#ykzODl6nx13ceTeTvmLN7F8IVlftu9vi { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h { display:none; }#XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h > .row .container { width:20rem;height:56.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h > .row .container.adaptive-delivery-prevent-bg, #XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h > .row .container.lazyload, #XgTMd0bHb1CNmeDNBPwVGagDFhK0Te9h > .row .container.lazyloading { background-image: none; }#JI5AMRHDTO0cnwSP4VD27kMRWH1d7Flx { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#tO0Ix6rRTom8q7TcuvCv4g9cNU5uVgob { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#wFK1SxIwZk2m4w8ZsLCKEFARFKS0PJ5O { width:8.2480625rem;height:0.9747875rem;top:27.6875rem;left:11.2421875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ix6V8AxT4rceAm6qpqifnn7hq8wuaKSe { width:6.1239375rem;height:1.125rem;top:37.360107421875rem;left:12.618408203125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#wD0zKq5bDCrdgzMi57vy1NTpsveHcqRE { width:3.99858125rem;height:0.9747875rem;top:37.497337341309rem;left:11.134942591191rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#gCXy7cfk1Lds26T0Ht7SZRqlsSqrccSt { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#prRLmveiVrrie6VkLZNKDqwsWz6ks0Fq { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#X2kthR3p7NoNk9KQe86tqIzFpRUpUPbR { width:3.18714375rem;height:0.9747875rem;top:49.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#t2ZTO94wxGItacdet1Hm7Bb2eXwXBmth { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#vB9h2BMkket3oRTEIHPU5Byf1dXbdUOa { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#XsDt4mRHMXpOyunbvdHBshWqDHCwRb4k { width:5.3125rem;height:0.97439375rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#GMzNIdNzaNTiPdiLhiczHdtXoh4bKChR { width:2.8125rem;height:1.12426875rem;top:37.360027313233rem;left:5.5045576691628rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#KDOA31WQ1470B21QubdNV2geH1PyzGq9 { width:5.81176875rem;height:0.9747875rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#OfRMolUdqUvX4ZFSa5IIFI5bpbAyyXa8 { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#tDVnAXZnTkUrt9IKvrTzZx909n6Ikuwu { width:5.7492875rem;height:0.9747875rem;top:49.18607711792rem;left:10.696199953556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#RdTbrZxE8AvXNfO6NVs4ngtRFCd6yUJA { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#kVGecgtTftqcSX0iFJW4P2SaOmSXMMoy { width:5.1242875rem;height:0.9747875rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#brcbxKxga4TbKO1zNrdKR1FLgPgGvqOK { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#uoSsSUlKz6iXKzHOTCeJHBqZ0QoaEm5N { width:3.2495125rem;height:0.9747875rem;top:39rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ke0gE6grOXOVhhJ4GTzT1vFZ2il15lD2 { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#cuAhM5Kbvaav5IJoKJNTPQdRTeoiolpS { width:6.12305rem;height:0.84375rem;top:38.671875rem;left:12.576904296875rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;display:block; }
#xPRSpkZ7GgR27JeZZ7ALT7A6bBtcQC2U { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#NQ0zW4Iux7ZWZJ58SreXpMoRxVnR9HJD { display:block; }
#UA2MEtBdhQWNKaEcKfxcdyP0lyg61fG1 { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;display:block; }
#UNThb9ntUeMhSF800H0DIv33AccPzR89 { width:8.25rem;height:0.9747875rem;top:27.6875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#G8f3g6o2kGDJfTgeT7XPLRHGzXZvOKwR { width:6.875rem;height:1rem;top:29.052085876465rem;left:11.132812798023rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#p4lqugLb38UWeiinHh3PScsfxpRoQ8K8 { width:6.875rem;height:1rem;top:50.723968505859rem;left:11.115886032581rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#BLSqNVLBp7IGaalyDEVw1ka9Z0n7DQsG { width:6.875rem;height:1rem;top:40.199951171875rem;left:1.826416015625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#TSCDoOsGiXqiixlw5T67qOS8tTGUp5qC { width:6.875rem;height:1rem;top:40.262451171875rem;left:11.178955078125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#PqPSdiOxSnm1VkOOo5nBTiP4WEGKOxch { width:6.875rem;height:1rem;top:29.036460876465rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK { display:none; }#Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK { border-width: 0; border-radius: 0; }#Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK > .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; }#Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK > .row .container { width:20rem;height:69.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK > .row .container.adaptive-delivery-prevent-bg, #Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK > .row .container.lazyload, #Q0UUAbvpe77TxsdfyhPWmEruVwmQdGTK > .row .container.lazyloading { background-image: none; }#ttcGErMsZRCUolXK4f8rSL6vfAqKcDqs { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#AcyDTLd4obRPJMkf1o8MS1mgdKeC9Sa5 { display:block; }
#EQrhFhSFzRFb5fWv4F1UJ7a7U24W1qQK { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#F1azWdBnDWREUV8EVumpPUNapHZBSSkf { display:block; }
#Q7zdq5Ur90VTrVD9WKQagdbGvvTT5xz9 { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#vEleEdoIAEwNl8aC3FlGV0TpwpyGgfZk { display:block; }
#ZKzuu5ExBLyzNwqNx1lk6XThaghNobel { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#Tr1oKLmu1NrHANR9FlWBniFl5H9vPNPJ { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#Tr1oKLmu1NrHANR9FlWBniFl5H9vPNPJ > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#Ty0CoOeOiHNu0lzJspJq2NTLgAcTsIGG { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#Ty0CoOeOiHNu0lzJspJq2NTLgAcTsIGG > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#fCizlnezlnd1XLwQg47RA0iTRH1yecbl { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#C2sn1BC0zcn5gHIXV7F4P4c3UtXmvZfW { display:block; }
#RU9zstZlInaUKhCUQfB8VNU871kww6wo { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#RU9zstZlInaUKhCUQfB8VNU871kww6wo > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#Puig0LkIVTRh1NDICPn57hDJh1ppnvTT { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#uiOEXOCUuPUhmltxDxpg5XhBUtbc0Led { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#rSXD1p7Sgwk4JBUiymKZigAyB9Mq7lFD { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#AcHJekzaLxDu1fZX6bFMEQKwa7WiR2IN { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:block; }
#JlEsbULa0mK6C72M0nlfRi4G8bomBa96 { display:block; }
#s31I6SWQWEnMEqG4gKHN3qnHtTTbahZE { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#l1NNEK6ofhvfl2dKZE16oP37qTbSJbOE { display:block; }
#kx4GxXVQyTTT6fAg1hEQqHRi8IeVVLXZ { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;color:#000000;display:block; }
#rrhFG4weHiy78c7TLx6l4W7ZVSDlqU9q { display:block; }
#JObvDu0xvoLUBpwcuMRqPAbCEDCeToFF { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#Gv7nJRKAQMzPHEzW1BpWacAdeCT04lUf { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#bbG7050O6Ty3yPnfDO0fD55HFPoB8pHW { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#SIP5GT0u1H0hiREV5ukgDuFai3B2IszE { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#z100IRx70tHqUX2TGZoRyXoXVDCTS0dv { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#MMww3gZHycyk11PZnuhFunMCBDScexGx { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#oCvlsdbzvyQdOZ3aCze90kDLsAAqH3My { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#JKDXlicZNxKtThpWWTw1wO5zpT72fVUu { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#VnUKU2G89VXhhf6dqIVgrg94OSt7hy4W { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#umZx1iiAwf86mc6dt93T3SMN7EnqkblZ { width:6.311875rem;height:3.49935rem;top:64.198137283325rem;left:0rem;z-index:15198;display:none; }
#c63Xa37ccTAbhDthGeLzUeBFD3yUKhVT { width:7.7495625rem;height:4.31206875rem;top:63.792324066163rem;left:12.022569715977rem;z-index:15199;display:none; }
#loXB4fn9h9g7uybVdqrWM0gUdfEwyaFq { top:25.774740219116rem;left:9.3576393723487rem;width:3.31163125rem;height:3.62413125rem;z-index:15200;display:none; }
#OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu { display:none; }#OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu { border-width: 0; border-radius: 0; }#OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu > .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; }#OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu > .row .container { width:20rem;height:60.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu > .row .container.adaptive-delivery-prevent-bg, #OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu > .row .container.lazyload, #OrO6xCE7u7dTsmK0SdTlqC9AVkglGTCu > .row .container.lazyloading { background-image: none; }#ZaHHJ3UPXETpXcvg5Lwcy3RzZRTBXP9i { width:15.3105625rem;height:3.7109375rem;top:41.9375rem;left:2.34375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#t1liJh4LdQcP5hULlTEXZk13VwpsPMl8 { width:7.5rem;height:5.2807625rem;top:45.648193359375rem;left:6.25rem;font-size:4.0625rem;display:block; }
#QUSho0HzM4LJ6WuTxGabqPg4LaOe6i8R { width:16.0625rem;height:1.375rem;top:24.5625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#W0QXgaBAa5u9qF4P8eoxQKC8y1cdMOCN { width:7.124rem;height:5.2807625rem;top:27.39013671875rem;left:6.436767578125rem;font-size:4.0625rem;display:block; }
#eyoMUTvztW136cmygMu6KxzevoL155pN { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;display:block; }
#XUM4rphWWAO08JlvU4rWWfhp3qTGotlo { display:block; }
#oVVv9tg4sFBwOrmfmn6tO8k8h3uZv8DF { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;display:none; }
#pVkB46Lqm1QZVWMeHCwxnbdlZ5qCKzmO { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;display:block; }
#glNAuIJnKzbwTI4Iadb1qDI4MPX9zPOP { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;display:block; }
#mAQFzeMRTINDpHXBLNdxrJK1vD2JvA9Z { display:block; }
#aaChc2vbEpwHC8JvXPUF0ul6ygVDB3zT { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
#CRf3ZS8vEkl2xEKVLzw3Irnh5h0DfTrf { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;display:block; }
#oMNq3Lm21ETXSNCJ8hopuCakvwHUPfL1 { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;display:block; }
#HJwqC2npKopDNbAchcvRqXeDmJNpaBXO { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;display:block; }
#bz4DwF5uyf24SrqiiVgqgeuFv3NnPypu { width:12.37425rem;height:1.9995125rem;top:0.683349609375rem;left:3.81103515625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
#EvaFKDqDw3Ll7ZbnfkVl4JsQWus5CLml { width:2.875rem;height:0;top:57.58203125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
#i4u3WemXmLxpx5EbXuHb1T0NTcCVMaMO { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;display:none; }
#iu1w603eSfhOSBwuOg7q2hB990QeShxJ { width:20rem;height:2.749025rem;top:7.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#RQvZXGlKKgKM3FXpOdId4AWvtcNcXwzT { width:12.4375rem;height:5.2807625rem;top:11.25rem;left:3.78125rem;font-size:4.0625rem;display:block; }
#L0hQLeaTDN6F1I0JNHhShDNdldLcRfXb { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;display:block; }
#INVx8SS8XQa0CzFchwo1KkxVWk1lhul6 { display:block; }
#M6a73FJBbT3GkEqVosTufX1Oq9e4WwLK { width:2.8125rem;height:auto;top:17.5rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
#SnCo28wGdJKP6OunrJuwV6qF6QW42ryg { width:5.06225625rem;height:1.6870125rem;top:50.069580078125rem;left:2.686767578125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#020402;display:block; }
#fwpXZQwe1k0UST9fSR8MTV0Ieqyrn7dB { width:5.06225625rem;height:1.6870125rem;top:32.061767578125rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15198;display:block; }
#OtOE5JAH917tlqsaTIVwZMvZwNC6m290 { width:5.06225625rem;height:1.6870125rem;top:15.499267578125rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15199;display:block; }
