.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); }#tog8koNscss97zPeryZUF81MRxwDBEPP { position:relative;display:none; }#tog8koNscss97zPeryZUF81MRxwDBEPP { border-width: 0; border-radius: 0; }#tog8koNscss97zPeryZUF81MRxwDBEPP > .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; }#tog8koNscss97zPeryZUF81MRxwDBEPP > .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; }#vJzciOm4QFA4NuqZBeW6LIoUBgqwI4pM { 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; }
#JubATo0GxDocEncRtdkmSET58NtqZeiC { 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; }
#WlCHWbtgWxzofFPl2xlByKASbJlJ4Ofa { 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; }#WlCHWbtgWxzofFPl2xlByKASbJlJ4Ofa > .row .container { border-width: 0; border-radius: 0; }#WlCHWbtgWxzofFPl2xlByKASbJlJ4Ofa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WlCHWbtgWxzofFPl2xlByKASbJlJ4Ofa > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#eMAWhUUWJNNR4BKmqQ22i6MZ8SGJA8Z6 { 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; }
#CUfpOdxqUqyqT33U4MPX1AeTD8eW15yg { 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; }
#b9sBHZ3l8yzBd7Gu5LrPCmEvq2vLemkM { 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; }
#yhg4q8CVqX3LbU9pycUORI7DZiEn0avT { 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; }
#b1yBrbD2AAobrXxbSLleMlqW9OhQTQTk { 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; }
#Iq1P64ABW7qMT0ng2bUW21b9L8TUKi5x { 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; }
#nfpG2Q9J66X6LM5U3tvqcTIIC4QOh62l { 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; }
#G7SfVgPeJwmZAw2NQOKwQLqg4tWgTt7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H2lLn7p7rriRILL5q8lz9XuqJ1hsXgEt { 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; }
#NToQTvE4EL5TOBSbtZFwebowKZTSerKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LND8ycQO9QU5x36S2Vmy0bRPxykGuqdv { 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; }
#ZINQhF4TKxBis5VayOBgmPLdLGhOhCNl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PskHz79UUd5GJZL0TFIF0FSbNXgX2VCN { 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; }
#i3SOXVruT0SFNA91GXSpCLXS90yxqrff { 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; }
#lLnlmXx8s4GsxB6GusIAZyyPSTDJ0UVn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#afx0PO6LDfx7fLl5eNLtTsOSN4Hylxpc { 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; }
#GwognfBQT4MsMPQxWcboLOSscETPnnRK { 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; }
#dZE4TT0x30mT6Kdpc9sxpeQRtLvF0cEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n5QWZggvJLZJN6NQ4wwow41bPPMilZlt { 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; }
#ZxtBMNPiKwp0OnOdyFZtIsoMraQ2awXd { 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; }
#RdfInZBkahKQrot2w1lP4fZ3T0TrCufD { 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; }#RdfInZBkahKQrot2w1lP4fZ3T0TrCufD > .row .container { border-width: 0; border-radius: 0; }#RdfInZBkahKQrot2w1lP4fZ3T0TrCufD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RdfInZBkahKQrot2w1lP4fZ3T0TrCufD > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#udbvA06Ssbi3cIa31Qmq6JvXKcJdRUWh { 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; }
#ZyfbfEOrkyucxuyZPPT1sq1Ze0NANyyI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e8B058kluNhbmGpph2ugq6e0aTCHgpZn { 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; }
#e8B058kluNhbmGpph2ugq6e0aTCHgpZn > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#DsVzxarHVrBPA1qfuH0DgHvP9eKQuDTU { 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; }
#kzSzy8Z6CABFKKUOAURLiV75KAnRfZhm { 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; }
#tWfv9cRUEqy8I7DVzKCr86N20IOo4ald { 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; }
#kc02RuZI0wVMm7HEdlEVkOaTNxbwXkoN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRplVN8WEZM96rRGToCvog0w79Hm0TTG { 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; }
#p5QHi4pqlHzpwCCfLTtNKK3TQyuM6UMZ { 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; }#p5QHi4pqlHzpwCCfLTtNKK3TQyuM6UMZ > .row .container { border-width: 0; border-radius: 0; }#p5QHi4pqlHzpwCCfLTtNKK3TQyuM6UMZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#p5QHi4pqlHzpwCCfLTtNKK3TQyuM6UMZ > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#nQZm0ExMnNcJ4bV0dhQTBWtMrMSJrhae { 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; }
#K1OP0gB8vsKZQT8OABOpz1gZTsVg8JbL { 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; }
#lGCkhTrPGTXscINEtCEM7ymGZoBEc9hb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzTLNVdfN3NZTnQWhxQMGsgkh4gPxxXm { 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; }
#CUKTx57xNfULdHFJDnvWTT45p5rx2POu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c9s0pRRFQZlc9dNRczUJI3yeJRHfIZFH { 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; }
#Bmcz5DZwcK1hNCqpv9mFcg0Kwgt0OJtL { 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; }
#OQcb5u4hLhaI3x5d75wyIZ4zoEKd2brv { 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; }
#NdwGCZtDeDTs6B61cuadh6Ks2KEP0Pn0 { 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; }
#nRDFkIwP6ZmoTJwwsmm7ATp2EOQoyREC { 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; }
#gOtzup22gWnckIxLs7loritHLBO7LU3Q { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#DQduk65yCrdcZhDcNQubTJewNCsUiwC2 { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#LTqhKkThpchn51H1RENx7tv8OOWNeh8E { position:relative;display:none; }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E { border-width: 0; border-radius: 0; }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E > .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; }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E > .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; }#wTkKzdHeD9p5SosJcy971vLei2qyushO { 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; }
#Z3dkWi6FQeV7iUzMOw66gQMkAxtFZVTn { 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; }
#txQt2fL468T4I5UtcvsX0XHEfLdRk1ra { 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; }
#ZxXe3BRb6Xx8tFzGkbcirZoe5qa9PPPI { position:relative;display:none; }#ZxXe3BRb6Xx8tFzGkbcirZoe5qa9PPPI { border-width: 0; border-radius: 0; }#ZxXe3BRb6Xx8tFzGkbcirZoe5qa9PPPI > .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; }#ZxXe3BRb6Xx8tFzGkbcirZoe5qa9PPPI > .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; }#o1zrdriG7eKvgVgcAKcBlx2pf55mzFTB { 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; }
#opahov3Tdk25TT5zWV6ErehwXt2H6dQn { 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; }
#kDM0vBt87Idvl6kPhHc6hf8XC0bvI2gI { 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; }
#iHgqw1tILARC7rhvNsE2v7LvZxnhsivL { 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; }
#N4snwIBqclfLsEbGa5h0LbxL12vziTVL { 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; }#N4snwIBqclfLsEbGa5h0LbxL12vziTVL > .row .container { border-width: 0; border-radius: 0; }#N4snwIBqclfLsEbGa5h0LbxL12vziTVL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N4snwIBqclfLsEbGa5h0LbxL12vziTVL > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#SWOypk03uw0bRS9khM3tRUwcUbRQAOTT { 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; }
#IFciQZm0gGsu4qpSZizWJs0uJuv9lgSA { 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; }
#XW7l3xcaxiTtNAT9V6BO2MU8TZpxDMoD { 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; }
#naTX2GQ9GLhVrGFCl2PyB48pZ9tEaKzf { 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; }
#rgROMV9k6Fb1hDaOPOL3ovBCJUm7WtDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RbwL183CBNaoXDh8x521AOVkf7UTfkJJ { 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; }
#ORIIBD3x3aqRzaWkVDNHOopVXMCUuevl { 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; }
#XbJTnPVpMDRGlEVTS4l34Abu38o454IB { 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; }
#AAI61aRkB6QxovtLKWnrucgKdBbiysUd { 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; }
#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv { position:relative;display:none; }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv { border-width: 0; border-radius: 0; }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv > .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; }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv > .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; }#WBWug4WFCcUiSirmtohuPLunMmGfDvN9 { 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; }
#VlM3KHGcM77eepF2voaZGZirT6H7f4iW { 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; }
#G9SSxD9yBVCqogODJvyfyv7TWIQkA95m { 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; }
#MUOwU2qeMuKm2PssfWfBr1uTGrT513dA { 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; }
#CQnxrdhu9kSOoDBGbFZqhuQtsk478rIS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#amGQO4mnTHhbFNEckm5N3K1qiazHaTwS { 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; }
#QNvCTL8BT1IEKZt0fc4teGFiIr8pG2Tm { 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; }
#kffrfJiGx8lJ9ws12D2rlROWVhDV0P7x { 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; }
#xqrtTclV12EmEo9Ilnd4XTLkO0TUSz2U { 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; }
#XhpehPTIRIwkGq4mFci3SRtTbKwwxxry { 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; }
#P6gUpCfJogFTzIGqBoaXRZugetqwU09f { 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; }
#o2krNNIvq2uGr9TgpCWli4l5ebGLVyuW { 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; }
#g5rxe5m3rfd9fhqkT01NDnmqLr5yUK9m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zudp3dLHThwBlcCpXZVIf1neeLcqZmKU { 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; }
#veDQ0rsJHf74TkKJ6VHeZdSoy2CyNrK2 { 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; }
#bcFTfkw6cdf9FXZLQWf3M8EuA7hLIuVf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F5FOtzMq5rwS25OmtzBa6gcB5naBgcVu { 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; }
#NFFVDwnRC5rE2wWa2bcE3Fm3I6o1aBtf { 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; }
#yxRoTr4U9q27StmzvVJVreAyVu61nrw9 { 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; }
#PFXmZLEOFlpKKhPsrkcoq7UcuHR0NpKN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HKNLyOHw95UTzpBUsWmBqv2CBJIS04Rs { 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; }
#xiGtEaPMONmx1sEJCIp8TwPvKDOpGsyQ { 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; }
#ezeyNV4BLqNkmLsUrbs6F7OOiB4KeGD9 { 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; }
#VwDpZWS2LvycSFI6PFZdo7FsF3TQ2tUx { 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; }
#lmrnWEyeN5GeoUJ2FiXdelVcShnVwzmD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WmFXyeNBnOO1wJvy9mZHsLBvo2i4mqOL { 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; }
#PSgXuZznceuzAKNnDZA1UoRxFX0B7nfD { 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; }
#slqeZ0e4BotXAVb8SXJbeuxSxN4nKU3B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPSPBepTIhuiwPn2JQRTKSLLEx7bs0pI { 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; }
#V2HIKA4eKDuP2BXNu4TdrLTRUlzHaJJT { 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; }
#xzBV8WK4PkwaLKNsxuBLpX6GXkIcwJI1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PVhoWEZTdf8b4D858PRWayga7xZpBMkq { 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; }
#ODZ8TNiJWTSy4im7smnwo5aPkaMBGkUB { 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; }
#BwQdB1Pom7dkAX836lBTzES2DAPI06E3 { 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; }
#fPbhAnWByhTukzPkzwFUznL8sQ67W7Ar { 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; }
#A2gIZplJaoUa4Lidc2PNcGluzQ5CABVl { 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; }
#pGND4E0PV2TOQ9B06HaM7xRdc5eE8htc { 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; }
#rK1703gXyDWiKaBah3flpTCOXxHAyish { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9LrxvM2QGVEEliUXcia0OWWZwLgIArc { 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; }
#J50VxTqpWocWJuWsllPCmo30g9vN4FNC { 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; }
#uUNUhGfrzvgJIvnnJ5dCnd2PUxLaix3Q { 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; }
#fsgBOTfOTreSIwJFHKMGC83s4wTJDt2D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U5pLHGZNIq95QQHGfxupqrIbthD7OTMi { 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; }
#n5CVUosTyd8SzQNZRtQtwV4e02HVCai1 { 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; }
#vqZPvxyTqc1VNEMC1Avi1RA9SToBqnpn { 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; }
#dR7dshRnaQTq0385uwP6LGqvWoApQbWP { 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; }
#bMBTE8MprIsaSiw37ghNBIiZCER3xT7B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UWoRtHVP4iXqGkRe0vcQC8t5QIV4wML4 { 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; }
#cFq5oFLsfVyq0Q0UMkfd6SQy2uddf8DN { 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; }
#rygTacflBU2bJXTfudR6FiVos5IZqpx1 { 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; }
#x2sgtM8V3OvlwTC1ani0KcywwxqkEkDe { 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; }
#wFRvUheIZcMP0wdXoSh09CAcNAeMgkc4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZJ5owozkzts8wSrz6kuuaUMMThQOTEec { 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; }
#u7pPawyBKl9Xx7V24kN2H6AlA9WLb5Oy { 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; }
#vh0NWb6Vixs2cvc0ZC5mW2IMqqaxO0rG { 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; }
#aRivUG4WByN66xMl3NT05Qxq3WRTwzht { 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; }
#vU4ytORyLgvK8MSLii9ymsfmhVT1hqus { 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; }
#WghZ7ZxRzVBAT8fhV0nxiL2STSawvntD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tVmFCLGvDTAHxMaPhpztgOFXzXS3Xf5X { 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; }
#VfycPKTqo541FGJzIcC1HTUhtIuWPEeZ { 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; }
#IuXnrUx7gRxClILXyveJ94MNbwiREhvg { 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; }
#icbNqICHyDHuexpTrZHPoZek7HqPWUsc { 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; }
#FsXL7fstLp4OuKsH568isZk5F1lXPqsQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VvxVIPoBQ0OBCFZQpTGcZk5r9vTg6iSv { 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; }
#qtryPvbx35s9T5C4NWHoSg999KqtlLTX { 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; }
#HHiI75qdl6sMr9bScKxxbBv9O9Sq3x41 { 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; }
#Csp9V18D2Ak91JnLF7UPvXQsNvfyFCri { 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; }
#lUiCoCwMs8ltlM3pGVKtbZ2ZfXAOVP4o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOm74lDFKqkTrsK3o3gTMadURORHOpsz { 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; }
#U0atqnONSrXxSIQTKgIlpIUGNR5R6PPb { 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; }
#PzhBd0TUrZ8rg2sKPd3QTqsh50EAGTHs { 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; }#PzhBd0TUrZ8rg2sKPd3QTqsh50EAGTHs > .row .container { border-width: 0; border-radius: 0; }#PzhBd0TUrZ8rg2sKPd3QTqsh50EAGTHs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PzhBd0TUrZ8rg2sKPd3QTqsh50EAGTHs > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#b4lPiX9xV05ry4csxecUVfUdkDk152pB { 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; }
#IIWRKWuXplvPteKHRad5wclnI9ZcpdnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AuTAvS2P5XTWTno3XFa5IuOedpEfgFe1 { 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; }
#JDHHPtDu1H8IqE788MT0mwCoTdfoXBVS { 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; }
#oEmCXMDPtFwWpHJ1oDDcTvHXay0abolO { 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; }
#twHQ0aOqr7BNTAFSNsU58XKhiAK4C72P { 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; }
#bKrE4q6Iua1TFXc7b6PeGFEuM8Dn4xV9 { 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; }
#Ut1lk47aZpuzJGvyccTvJhmlyVZzP1WK { 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; }
#sIn1pUUkwzpe9A4afN9BhtIgUFdrJPmX { 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; }
#C0PqIkD2RWGggKUhGVqSysi08xkJouKg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ck9MvFXU9uO4B721KiN3bstORcpsON0T { 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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-form-header {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:first-of-type{padding-top:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:last-of-type{padding-bottom:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.39111328125rem;left:10.927734375rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.39111328125rem;left:10.927734375rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm { position:relative; }
#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b { position:relative;display:none; }#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b { border-width: 0; border-radius: 0; }#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b > .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; }#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b > .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; }#g4EXsxo3VxKBH2NhPgZhZQLxJVwQWeH4 { 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; }
#wamgqVfBdhDTKHPLDOPVAqdkwtLnKcgw { 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; }
#SWSzpEehRy2SbBLCRVFWT5VyURwEmRdD { 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; }
#a71GSLPn59gf4DuIJT26PpO6Pg5cyT0b { 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; }
#Abliguv5eNEoGihsA3wV0EuCxXx0naGl { 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; }
#ZOSo8AvkRxLkVG2kve6IxF4nXxrJxATm { 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; }
#VEX4LHMTRQvCI5aqtsRSFeHOOxq52ivO { 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; }
#KcVwczMZ4Qkd2wCeaH7Fm7Zwksvh6v5l { 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; }
#I3ETDv0Qmq34nChW4eAhTfeoKrnTiiXR { 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; }
#bK8bC1qvw8DSFBwhAyry7Hh0G14HExgZ { 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; }
#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row .container { border-width: 0; border-radius: 0; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#u1OnUXIWl9NyAm8mczRc1RWzashOr6f7 { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6494140625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IFv1lxUtgnQ63G7ct1ehpqc6llXAGKF3 { 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; }
#ZmRAfqTOxzCIVbUvkf6JmdO7exdBOVBb { color:#3f3f3f;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ooQwqL6dqe3HI6m4BmTmNsSXTtNGRT5z { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:31.7890625rem;left:0rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sswr8TXh9KiafO0l4pw7FLureFtDGQdE { position:absolute;display:block;z-index:15029;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#gs3aGQ3pLCvtGKL0faXi87PiVRvrKGcc { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:41.75rem;left:51.375rem; }
#DM14312EaRgRclx4v7q6fSpo6uNOUcMd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:41.8125rem;left:47.8125rem; }
#rSxMBnvKov2MNMNxCsObdKwn99GxyBKu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#zLN18TfcmeLElQbhgKr4GosrvU8AtgNb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ { background-color:#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; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row .container { border-width: 0; border-radius: 0; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#qnAyytTbSSFio62oGxiiE7XV9MLVbKDF { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NXc5xS2IAwUyiCCpLfNT4lHo6Ue8Ff1q { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#GLxdWUbAGcrZLqs1Fk9b8fMGk3cUbbc1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { background-color: transparent; background-image: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container > .video-iframe-container { display: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container { display: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { border-width: 0; border-radius: 0; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { position:relative;z-index:auto;display:block; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { background-color: transparent; background-image: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container > .video-iframe-container { display: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container { display: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { border-width: 0; border-radius: 0; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/a1761633-d14f-4859-b559-afa12726aa11/1366x768px.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.adaptive-delivery-prevent-bg, #TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.lazyload, #TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.lazyloading { background-image: none; }#b5aoXdvegdHbShIslPbFOIOSn3sTb0uA { position:absolute;display:block;z-index:15018;height:10.06225rem;width:17.99925rem;top:17.811279296875rem;left:1.749267578125rem;display:block; }
#d4a55fJCDSXnHVNU8fmhAon4UE4TP6lx { position:absolute;display:block;z-index:15019;height:8.81225rem;width:15.7495rem;top:7.935791015625rem;left:2.87353515625rem;display:block; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { position:relative;display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { border-width: 0; border-radius: 0; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.adaptive-delivery-prevent-bg, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyload, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyloading { background-image: none; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.620849609375rem;left:16.06201171875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.0625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.3125rem;left:13.625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.5625rem;left:15.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.3564453125rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.62451171875rem;left:2.562255859375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.445068359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.40185546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.685546875rem;left:7.685546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { color:rgba(30,30,30,0.7);display:block;width:6.9375rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:14.081787109375rem;left:18.186767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { color:rgba(30,30,30,0.7);display:block;width:10rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:14.054443359375rem;left:5.07568359375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:16.06201171875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:3.20068359375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:33.16259765625rem;left:16.06201171875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { position:relative;display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { border-width: 0; border-radius: 0; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.adaptive-delivery-prevent-bg, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyload, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyloading { background-image: none; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;display:none; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { position:relative;display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { border-width: 0; border-radius: 0; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9099ab36-7d6c-4f7b-ac30-80d130556a3d/website01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.adaptive-delivery-prevent-bg, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyload, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyloading { background-image: none; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:block; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:31.5625rem;display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:60.5rem;left:11rem;display:none; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { position:relative;display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { border-width: 0; border-radius: 0; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(46,106,58,0.18);background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.adaptive-delivery-prevent-bg, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyload, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyloading { background-image: none; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { color:#000000;display:block;width:22.99925rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15121;line-height:1.6;letter-spacing:0;top:26.077880859375rem;left:19.20166015625rem;height:2.698975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:28.77685546875rem;left:24.453125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15128;line-height:1.6;letter-spacing:0;top:10.753173828125rem;left:1.435546875rem;height:2.1984875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { color:#000000;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:13.5625rem;left:10.0625rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { background-color:#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; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #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; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { 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; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { 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; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #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; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { 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; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { 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; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { 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; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { color:#120f0d;display:block;width:25.437rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(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; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { color:#020402;display:block;width:1.811525rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:17.6875rem;left:10.0625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #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; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { color:#010201;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15138;line-height:1.6;letter-spacing:0;top:10.625rem;left:33.125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:13.5625rem;left:38.8125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { background-color:#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; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { color:#000000;display:block;width:2.87475625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15199;line-height:1.7;letter-spacing:0;top:17.5rem;left:35.9375rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
body { position:relative;display:block; }
#tog8koNscss97zPeryZUF81MRxwDBEPP { display:none; }#tog8koNscss97zPeryZUF81MRxwDBEPP > .row .container { width:47.75rem;position:relative;display:none; }#vJzciOm4QFA4NuqZBeW6LIoUBgqwI4pM { width:31.25rem;height:8.6875rem;display:none; }
#JubATo0GxDocEncRtdkmSET58NtqZeiC { width:20.3125rem;height:11.0625rem;display:none; }
#WlCHWbtgWxzofFPl2xlByKASbJlJ4Ofa { display:none; }#WlCHWbtgWxzofFPl2xlByKASbJlJ4Ofa > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#eMAWhUUWJNNR4BKmqQ22i6MZ8SGJA8Z6 { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#CUfpOdxqUqyqT33U4MPX1AeTD8eW15yg { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#b9sBHZ3l8yzBd7Gu5LrPCmEvq2vLemkM { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#yhg4q8CVqX3LbU9pycUORI7DZiEn0avT { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#b1yBrbD2AAobrXxbSLleMlqW9OhQTQTk { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#Iq1P64ABW7qMT0ng2bUW21b9L8TUKi5x { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#nfpG2Q9J66X6LM5U3tvqcTIIC4QOh62l { width:;height:;display:none; }
#G7SfVgPeJwmZAw2NQOKwQLqg4tWgTt7y { display:block; }
#H2lLn7p7rriRILL5q8lz9XuqJ1hsXgEt { width:;height:;display:none; }
#NToQTvE4EL5TOBSbtZFwebowKZTSerKT { display:block; }
#LND8ycQO9QU5x36S2Vmy0bRPxykGuqdv { width:;height:;display:none; }
#ZINQhF4TKxBis5VayOBgmPLdLGhOhCNl { display:block; }
#PskHz79UUd5GJZL0TFIF0FSbNXgX2VCN { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#i3SOXVruT0SFNA91GXSpCLXS90yxqrff { width:0;height:0;display:none; }
#lLnlmXx8s4GsxB6GusIAZyyPSTDJ0UVn { display:block; }
#afx0PO6LDfx7fLl5eNLtTsOSN4Hylxpc { display:none; }
#GwognfBQT4MsMPQxWcboLOSscETPnnRK { width:0;height:0;display:none; }
#dZE4TT0x30mT6Kdpc9sxpeQRtLvF0cEE { display:block; }
#n5QWZggvJLZJN6NQ4wwow41bPPMilZlt { display:none; }
#ZxtBMNPiKwp0OnOdyFZtIsoMraQ2awXd { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#RdfInZBkahKQrot2w1lP4fZ3T0TrCufD { display:none; }#RdfInZBkahKQrot2w1lP4fZ3T0TrCufD > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#udbvA06Ssbi3cIa31Qmq6JvXKcJdRUWh { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#ZyfbfEOrkyucxuyZPPT1sq1Ze0NANyyI { display:block; }
#e8B058kluNhbmGpph2ugq6e0aTCHgpZn { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#e8B058kluNhbmGpph2ugq6e0aTCHgpZn > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#DsVzxarHVrBPA1qfuH0DgHvP9eKQuDTU { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#kzSzy8Z6CABFKKUOAURLiV75KAnRfZhm { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:block; }
#tWfv9cRUEqy8I7DVzKCr86N20IOo4ald { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#kc02RuZI0wVMm7HEdlEVkOaTNxbwXkoN { display:block; }
#HRplVN8WEZM96rRGToCvog0w79Hm0TTG { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#p5QHi4pqlHzpwCCfLTtNKK3TQyuM6UMZ { display:none; }#p5QHi4pqlHzpwCCfLTtNKK3TQyuM6UMZ > .row .container { width:47.75rem;position:relative;display:none; }#nQZm0ExMnNcJ4bV0dhQTBWtMrMSJrhae { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#K1OP0gB8vsKZQT8OABOpz1gZTsVg8JbL { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#lGCkhTrPGTXscINEtCEM7ymGZoBEc9hb { display:block; }
#nzTLNVdfN3NZTnQWhxQMGsgkh4gPxxXm { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#CUKTx57xNfULdHFJDnvWTT45p5rx2POu { display:block; }
#c9s0pRRFQZlc9dNRczUJI3yeJRHfIZFH { top:14.3125rem;left:0rem;width:20rem;height:3rem;font-size:1rem;display:block; }
#Bmcz5DZwcK1hNCqpv9mFcg0Kwgt0OJtL { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#OQcb5u4hLhaI3x5d75wyIZ4zoEKd2brv { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#NdwGCZtDeDTs6B61cuadh6Ks2KEP0Pn0 { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#nRDFkIwP6ZmoTJwwsmm7ATp2EOQoyREC { top:0rem;left:17.125rem;width:30.625rem;height:20.381798828125rem;display:block; }
#gOtzup22gWnckIxLs7loritHLBO7LU3Q { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#DQduk65yCrdcZhDcNQubTJewNCsUiwC2 { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#LTqhKkThpchn51H1RENx7tv8OOWNeh8E { display:none; }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E > .row .container { width:47.75rem;position:relative;display:none; }#wTkKzdHeD9p5SosJcy971vLei2qyushO { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#Z3dkWi6FQeV7iUzMOw66gQMkAxtFZVTn { width:47.75rem;height:19rem;display:none; }
#txQt2fL468T4I5UtcvsX0XHEfLdRk1ra { width:14.0625rem;height:5.125rem;display:none; }
#ZxXe3BRb6Xx8tFzGkbcirZoe5qa9PPPI { display:none; }#ZxXe3BRb6Xx8tFzGkbcirZoe5qa9PPPI > .row .container { width:47.75rem;position:relative;display:none; }#o1zrdriG7eKvgVgcAKcBlx2pf55mzFTB { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#opahov3Tdk25TT5zWV6ErehwXt2H6dQn { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#kDM0vBt87Idvl6kPhHc6hf8XC0bvI2gI { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#iHgqw1tILARC7rhvNsE2v7LvZxnhsivL { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#N4snwIBqclfLsEbGa5h0LbxL12vziTVL { display:none; }#N4snwIBqclfLsEbGa5h0LbxL12vziTVL > .row .container { width:47.5rem;position:relative;display:none; }#SWOypk03uw0bRS9khM3tRUwcUbRQAOTT { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#IFciQZm0gGsu4qpSZizWJs0uJuv9lgSA { top:3.4375rem;left:0rem;width:20rem;height:13.5rem;font-size:1rem;display:block; }
#XW7l3xcaxiTtNAT9V6BO2MU8TZpxDMoD { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#naTX2GQ9GLhVrGFCl2PyB48pZ9tEaKzf { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#rgROMV9k6Fb1hDaOPOL3ovBCJUm7WtDk { display:block; }
#RbwL183CBNaoXDh8x521AOVkf7UTfkJJ { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#ORIIBD3x3aqRzaWkVDNHOopVXMCUuevl { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#XbJTnPVpMDRGlEVTS4l34Abu38o454IB { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#AAI61aRkB6QxovtLKWnrucgKdBbiysUd { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv { display:none; }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv > .row .container { width:47.75rem;position:relative;display:none; }#WBWug4WFCcUiSirmtohuPLunMmGfDvN9 { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#VlM3KHGcM77eepF2voaZGZirT6H7f4iW { width:41.4375rem;height:24.0625rem;display:none; }
#G9SSxD9yBVCqogODJvyfyv7TWIQkA95m { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#MUOwU2qeMuKm2PssfWfBr1uTGrT513dA { width:;height:;display:none; }
#CQnxrdhu9kSOoDBGbFZqhuQtsk478rIS { display:block; }
#amGQO4mnTHhbFNEckm5N3K1qiazHaTwS { display:none; }
#QNvCTL8BT1IEKZt0fc4teGFiIr8pG2Tm { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#kffrfJiGx8lJ9ws12D2rlROWVhDV0P7x { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#xqrtTclV12EmEo9Ilnd4XTLkO0TUSz2U { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#XhpehPTIRIwkGq4mFci3SRtTbKwwxxry { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#P6gUpCfJogFTzIGqBoaXRZugetqwU09f { width:41.4375rem;height:24.0625rem;display:none; }
#o2krNNIvq2uGr9TgpCWli4l5ebGLVyuW { width:;height:;display:none; }
#g5rxe5m3rfd9fhqkT01NDnmqLr5yUK9m { display:block; }
#zudp3dLHThwBlcCpXZVIf1neeLcqZmKU { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#veDQ0rsJHf74TkKJ6VHeZdSoy2CyNrK2 { width:;height:;display:none; }
#bcFTfkw6cdf9FXZLQWf3M8EuA7hLIuVf { display:block; }
#F5FOtzMq5rwS25OmtzBa6gcB5naBgcVu { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#NFFVDwnRC5rE2wWa2bcE3Fm3I6o1aBtf { width:41.4375rem;height:24.0625rem;display:none; }
#yxRoTr4U9q27StmzvVJVreAyVu61nrw9 { width:;height:;display:none; }
#PFXmZLEOFlpKKhPsrkcoq7UcuHR0NpKN { display:block; }
#HKNLyOHw95UTzpBUsWmBqv2CBJIS04Rs { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#xiGtEaPMONmx1sEJCIp8TwPvKDOpGsyQ { top:62.5rem;left:0.310546875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#ezeyNV4BLqNkmLsUrbs6F7OOiB4KeGD9 { width:41.4375rem;height:24.0625rem;display:none; }
#VwDpZWS2LvycSFI6PFZdo7FsF3TQ2tUx { width:;height:;display:none; }
#lmrnWEyeN5GeoUJ2FiXdelVcShnVwzmD { display:block; }
#WmFXyeNBnOO1wJvy9mZHsLBvo2i4mqOL { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#PSgXuZznceuzAKNnDZA1UoRxFX0B7nfD { width:;height:;display:none; }
#slqeZ0e4BotXAVb8SXJbeuxSxN4nKU3B { display:block; }
#wPSPBepTIhuiwPn2JQRTKSLLEx7bs0pI { width:41.4375rem;height:24.0625rem;display:none; }
#V2HIKA4eKDuP2BXNu4TdrLTRUlzHaJJT { width:;height:;display:none; }
#xzBV8WK4PkwaLKNsxuBLpX6GXkIcwJI1 { display:block; }
#PVhoWEZTdf8b4D858PRWayga7xZpBMkq { width:41.4375rem;height:24.0625rem;display:none; }
#ODZ8TNiJWTSy4im7smnwo5aPkaMBGkUB { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#BwQdB1Pom7dkAX836lBTzES2DAPI06E3 { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#fPbhAnWByhTukzPkzwFUznL8sQ67W7Ar { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#A2gIZplJaoUa4Lidc2PNcGluzQ5CABVl { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#pGND4E0PV2TOQ9B06HaM7xRdc5eE8htc { width:;height:;display:none; }
#rK1703gXyDWiKaBah3flpTCOXxHAyish { display:block; }
#W9LrxvM2QGVEEliUXcia0OWWZwLgIArc { top:113.25rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#J50VxTqpWocWJuWsllPCmo30g9vN4FNC { width:41.4375rem;height:24.0625rem;display:none; }
#uUNUhGfrzvgJIvnnJ5dCnd2PUxLaix3Q { width:;height:;display:none; }
#fsgBOTfOTreSIwJFHKMGC83s4wTJDt2D { display:block; }
#U5pLHGZNIq95QQHGfxupqrIbthD7OTMi { width:41.4375rem;height:24.0625rem;display:none; }
#n5CVUosTyd8SzQNZRtQtwV4e02HVCai1 { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#vqZPvxyTqc1VNEMC1Avi1RA9SToBqnpn { top:130.125rem;left:0.497314453125rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#dR7dshRnaQTq0385uwP6LGqvWoApQbWP { width:;height:;display:none; }
#bMBTE8MprIsaSiw37ghNBIiZCER3xT7B { display:block; }
#UWoRtHVP4iXqGkRe0vcQC8t5QIV4wML4 { width:41.4375rem;height:24.0625rem;display:none; }
#cFq5oFLsfVyq0Q0UMkfd6SQy2uddf8DN { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#rygTacflBU2bJXTfudR6FiVos5IZqpx1 { top:147.0625rem;left:0.57666015625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#x2sgtM8V3OvlwTC1ani0KcywwxqkEkDe { width:;height:;display:none; }
#wFRvUheIZcMP0wdXoSh09CAcNAeMgkc4 { display:block; }
#ZJ5owozkzts8wSrz6kuuaUMMThQOTEec { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#u7pPawyBKl9Xx7V24kN2H6AlA9WLb5Oy { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#vh0NWb6Vixs2cvc0ZC5mW2IMqqaxO0rG { width:41.4375rem;height:24.0625rem;display:none; }
#aRivUG4WByN66xMl3NT05Qxq3WRTwzht { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#vU4ytORyLgvK8MSLii9ymsfmhVT1hqus { width:;height:;display:none; }
#WghZ7ZxRzVBAT8fhV0nxiL2STSawvntD { display:block; }
#tVmFCLGvDTAHxMaPhpztgOFXzXS3Xf5X { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#VfycPKTqo541FGJzIcC1HTUhtIuWPEeZ { width:41.4375rem;height:24.0625rem;display:none; }
#IuXnrUx7gRxClILXyveJ94MNbwiREhvg { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#icbNqICHyDHuexpTrZHPoZek7HqPWUsc { width:;height:;display:none; }
#FsXL7fstLp4OuKsH568isZk5F1lXPqsQ { display:block; }
#VvxVIPoBQ0OBCFZQpTGcZk5r9vTg6iSv { top:79.4375rem;left:0.70225745439531rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#qtryPvbx35s9T5C4NWHoSg999KqtlLTX { width:41.4375rem;height:24.0625rem;display:none; }
#HHiI75qdl6sMr9bScKxxbBv9O9Sq3x41 { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Csp9V18D2Ak91JnLF7UPvXQsNvfyFCri { width:;height:;display:none; }
#lUiCoCwMs8ltlM3pGVKtbZ2ZfXAOVP4o { display:block; }
#rOm74lDFKqkTrsK3o3gTMadURORHOpsz { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#U0atqnONSrXxSIQTKgIlpIUGNR5R6PPb { width:41.4375rem;height:24.0625rem;display:none; }
#PzhBd0TUrZ8rg2sKPd3QTqsh50EAGTHs { display:none; }#PzhBd0TUrZ8rg2sKPd3QTqsh50EAGTHs > .row .container { width:47.5rem;position:relative;display:none; }#b4lPiX9xV05ry4csxecUVfUdkDk152pB { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#IIWRKWuXplvPteKHRad5wclnI9ZcpdnT { display:block; }
#AuTAvS2P5XTWTno3XFa5IuOedpEfgFe1 { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#JDHHPtDu1H8IqE788MT0mwCoTdfoXBVS { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#oEmCXMDPtFwWpHJ1oDDcTvHXay0abolO { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#twHQ0aOqr7BNTAFSNsU58XKhiAK4C72P { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#bKrE4q6Iua1TFXc7b6PeGFEuM8Dn4xV9 { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#Ut1lk47aZpuzJGvyccTvJhmlyVZzP1WK { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#sIn1pUUkwzpe9A4afN9BhtIgUFdrJPmX { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#C0PqIkD2RWGggKUhGVqSysi08xkJouKg { display:block; }
#Ck9MvFXU9uO4B721KiN3bstORcpsON0T { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { width:17.5rem;height:auto;top:3.375rem;left:4.802734375rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { width:17.5rem;height:auto;top:3.375rem;left:4.802734375rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm {  }
#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b { display:none; }#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b > .row .container { width:47.75rem;position:relative;display:none; }#g4EXsxo3VxKBH2NhPgZhZQLxJVwQWeH4 { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#wamgqVfBdhDTKHPLDOPVAqdkwtLnKcgw { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#SWSzpEehRy2SbBLCRVFWT5VyURwEmRdD { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#a71GSLPn59gf4DuIJT26PpO6Pg5cyT0b { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#Abliguv5eNEoGihsA3wV0EuCxXx0naGl { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#ZOSo8AvkRxLkVG2kve6IxF4nXxrJxATm { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#VEX4LHMTRQvCI5aqtsRSFeHOOxq52ivO { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#KcVwczMZ4Qkd2wCeaH7Fm7Zwksvh6v5l { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#I3ETDv0Qmq34nChW4eAhTfeoKrnTiiXR { width:;height:;top:0rem;display:none; }
#bK8bC1qvw8DSFBwhAyry7Hh0G14HExgZ { width:36.5625rem;height:31.5rem;display:none; }
#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 { display:none; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row .container { width:47.5rem;position:relative;display:none; }#u1OnUXIWl9NyAm8mczRc1RWzashOr6f7 { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#IFv1lxUtgnQ63G7ct1ehpqc6llXAGKF3 { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#ZmRAfqTOxzCIVbUvkf6JmdO7exdBOVBb { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#ooQwqL6dqe3HI6m4BmTmNsSXTtNGRT5z { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#sswr8TXh9KiafO0l4pw7FLureFtDGQdE { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#gs3aGQ3pLCvtGKL0faXi87PiVRvrKGcc { top:41.6875rem;left:45.25rem;width:2.4375rem;height:2.4375rem;display:block; }
#DM14312EaRgRclx4v7q6fSpo6uNOUcMd { top:41.75rem;left:41.6875rem;width:2.5rem;height:2.5rem;display:block; }
#rSxMBnvKov2MNMNxCsObdKwn99GxyBKu { top:0rem;width:;height:;display:none; }
#zLN18TfcmeLElQbhgKr4GosrvU8AtgNb { top:0rem;width:;height:;display:none; }
#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ { display:none; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row .container { width:47.5rem;position:relative;display:none; }#qnAyytTbSSFio62oGxiiE7XV9MLVbKDF { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#NXc5xS2IAwUyiCCpLfNT4lHo6Ue8Ff1q { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#GLxdWUbAGcrZLqs1Fk9b8fMGk3cUbbc1 { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { display:block; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { width:47.75rem;position:relative;display:block; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { display:block; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { width:47.75rem;position:relative;display:block; }#b5aoXdvegdHbShIslPbFOIOSn3sTb0uA { top:17.75rem;left:0rem;width:17.9375rem;height:10rem;display:block; }
#d4a55fJCDSXnHVNU8fmhAon4UE4TP6lx { top:7.875rem;left:0rem;width:15.6875rem;height:8.75rem;display:block; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { display:block; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container { width:47.75rem;position:relative;display:block; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { top:22.3125rem;left:10.936630249024rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { top:31.3125rem;left:12.873481750488rem;width:7.5rem;height:1.75rem;font-size:0.75rem;display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { top:22.5625rem;left:0rem;width:8.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { width:11.875rem;height:1.0625rem;top:30.4375rem;left:0rem;font-size:0.625rem;display:block; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { top:31.375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { top:20.625rem;left:1.560546875rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { width:6.9375rem;height:1.125rem;top:14.0625rem;left:12.061767578125rem;font-size:0.625rem;display:block; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { width:10rem;height:1.125rem;top:14rem;left:0rem;font-size:0.625rem;display:block; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { width:11.875rem;height:1.0625rem;top:23.625rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { width:11.875rem;height:1.0625rem;top:23.625rem;left:0rem;font-size:0.625rem;display:block; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { width:11.875rem;height:1.0625rem;top:33.125rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { display:block; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container { width:47.75rem;position:relative;display:block; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { width:9.8125rem;height:8.9375rem;display:none; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { width:47.75rem;height:17.1875rem;display:none; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { display:none; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { display:none; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { display:none; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { display:block; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container { width:47.75rem;position:relative;display:block; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { width:31.5625rem;height:15.5625rem;display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:; height:; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { display:block; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container { width:47.75rem;position:relative;display:block; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
body { position:relative;display:block; }
#tog8koNscss97zPeryZUF81MRxwDBEPP { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tog8koNscss97zPeryZUF81MRxwDBEPP > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#vJzciOm4QFA4NuqZBeW6LIoUBgqwI4pM { top:0rem;left:0.054428769902714rem;width:19.75rem;height:5.125rem;z-index:15193;overflow:hidden;display:block; }
#JubATo0GxDocEncRtdkmSET58NtqZeiC { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#WlCHWbtgWxzofFPl2xlByKASbJlJ4Ofa { position:relative;z-index:auto;display:block; }#WlCHWbtgWxzofFPl2xlByKASbJlJ4Ofa > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#eMAWhUUWJNNR4BKmqQ22i6MZ8SGJA8Z6 { 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; }
#CUfpOdxqUqyqT33U4MPX1AeTD8eW15yg { width:5.625rem;height:0.0625rem;top:8rem;left:14.1875rem;display:block; }
#b9sBHZ3l8yzBd7Gu5LrPCmEvq2vLemkM { width:3.75rem;height:0.899525rem;top:6.4375rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#yhg4q8CVqX3LbU9pycUORI7DZiEn0avT { width:5.625rem;height:0.0618489375rem;top:8rem;left:7.0625rem;display:block; }
#b1yBrbD2AAobrXxbSLleMlqW9OhQTQTk { 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; }
#Iq1P64ABW7qMT0ng2bUW21b9L8TUKi5x { width:5.625rem;height:0.0618489375rem;top:7.9375rem;left:0.1875rem;z-index:15009;display:block; }
#nfpG2Q9J66X6LM5U3tvqcTIIC4QOh62l { 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; }
#G7SfVgPeJwmZAw2NQOKwQLqg4tWgTt7y { display:block; }
#H2lLn7p7rriRILL5q8lz9XuqJ1hsXgEt { 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; }
#NToQTvE4EL5TOBSbtZFwebowKZTSerKT { display:block; }
#LND8ycQO9QU5x36S2Vmy0bRPxykGuqdv { 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; }
#ZINQhF4TKxBis5VayOBgmPLdLGhOhCNl { display:block; }
#PskHz79UUd5GJZL0TFIF0FSbNXgX2VCN { 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; }
#i3SOXVruT0SFNA91GXSpCLXS90yxqrff { 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; }
#lLnlmXx8s4GsxB6GusIAZyyPSTDJ0UVn { display:block; }
#afx0PO6LDfx7fLl5eNLtTsOSN4Hylxpc { display:flex;top:10.5625rem;left:1.4375rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#GwognfBQT4MsMPQxWcboLOSscETPnnRK { 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; }
#dZE4TT0x30mT6Kdpc9sxpeQRtLvF0cEE { display:block; }
#n5QWZggvJLZJN6NQ4wwow41bPPMilZlt { display:flex;top:15.9375rem;left:1.25rem;width:3.125rem;height:3.125rem;z-index:15022; }
#ZxtBMNPiKwp0OnOdyFZtIsoMraQ2awXd { 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; }
#RdfInZBkahKQrot2w1lP4fZ3T0TrCufD { position:relative;z-index:auto;display:block; }#RdfInZBkahKQrot2w1lP4fZ3T0TrCufD > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#udbvA06Ssbi3cIa31Qmq6JvXKcJdRUWh { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#ZyfbfEOrkyucxuyZPPT1sq1Ze0NANyyI { display:block; }
#e8B058kluNhbmGpph2ugq6e0aTCHgpZn { display:flex;top:2.5rem;left:0.875rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#e8B058kluNhbmGpph2ugq6e0aTCHgpZn > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#DsVzxarHVrBPA1qfuH0DgHvP9eKQuDTU { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#kzSzy8Z6CABFKKUOAURLiV75KAnRfZhm { width:5.8125rem;height:2.875rem;top:1.875rem;left:13.4375rem;display:block; }
#tWfv9cRUEqy8I7DVzKCr86N20IOo4ald { width:9.0625rem;height:2.8125rem;top:1.9375rem;left:0rem;font-size:0.625rem;display:block; }
#kc02RuZI0wVMm7HEdlEVkOaTNxbwXkoN { display:block; }
#HRplVN8WEZM96rRGToCvog0w79Hm0TTG { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#p5QHi4pqlHzpwCCfLTtNKK3TQyuM6UMZ { display:block; }#p5QHi4pqlHzpwCCfLTtNKK3TQyuM6UMZ > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; }#nQZm0ExMnNcJ4bV0dhQTBWtMrMSJrhae { width:20rem;height:2.47504375rem;top:4.3125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#K1OP0gB8vsKZQT8OABOpz1gZTsVg8JbL { width:13.11111125rem;height:4.36111125rem;top:30.8125rem;left:3.4375rem;font-size:1.375rem;display:block; }
#lGCkhTrPGTXscINEtCEM7ymGZoBEc9hb { display:block; }
#nzTLNVdfN3NZTnQWhxQMGsgkh4gPxxXm { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#CUKTx57xNfULdHFJDnvWTT45p5rx2POu { display:block; }
#c9s0pRRFQZlc9dNRczUJI3yeJRHfIZFH { width:20rem;height:3.0013rem;top:10.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#Bmcz5DZwcK1hNCqpv9mFcg0Kwgt0OJtL { width:11.625rem;height:7rem;top:3.3125rem;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; }
#OQcb5u4hLhaI3x5d75wyIZ4zoEKd2brv { display:flex;width:4.375rem;height:4.375rem;top:25.625rem;left:1.9375rem;font-size:3.0625rem; }
#NdwGCZtDeDTs6B61cuadh6Ks2KEP0Pn0 { display:flex;width:4.375rem;height:4.375rem;top:27.5625rem;left:0rem;font-size:3.0625rem; }
#nRDFkIwP6ZmoTJwwsmm7ATp2EOQoyREC { width:20rem;height:13.3111875rem;top:15.1875rem;left:0rem;overflow:hidden;display:block; }
#gOtzup22gWnckIxLs7loritHLBO7LU3Q { width:4.9375rem;height:2.4375rem;top:19.4375rem;left:0rem;z-index:15042;display:block; }
#DQduk65yCrdcZhDcNQubTJewNCsUiwC2 { width:5.0625rem;height:2.625rem;top:15.1875rem;left:0rem;z-index:15041;display:block; }
#LTqhKkThpchn51H1RENx7tv8OOWNeh8E { 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; }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E > .row .container { background-color: transparent; background-image: none; }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E > .row .container > .video-iframe-container { display: none; }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E > .row > .video-iframe-container { display: none; }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E > .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); }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E > .row .container { border-width: 0; border-radius: 0; }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTqhKkThpchn51H1RENx7tv8OOWNeh8E > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#wTkKzdHeD9p5SosJcy971vLei2qyushO { 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; }
#Z3dkWi6FQeV7iUzMOw66gQMkAxtFZVTn { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#txQt2fL468T4I5UtcvsX0XHEfLdRk1ra { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#ZxXe3BRb6Xx8tFzGkbcirZoe5qa9PPPI { display:block; }#ZxXe3BRb6Xx8tFzGkbcirZoe5qa9PPPI > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#o1zrdriG7eKvgVgcAKcBlx2pf55mzFTB { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#opahov3Tdk25TT5zWV6ErehwXt2H6dQn { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#kDM0vBt87Idvl6kPhHc6hf8XC0bvI2gI { 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; }
#iHgqw1tILARC7rhvNsE2v7LvZxnhsivL { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#N4snwIBqclfLsEbGa5h0LbxL12vziTVL { display:block; }#N4snwIBqclfLsEbGa5h0LbxL12vziTVL > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; }#SWOypk03uw0bRS9khM3tRUwcUbRQAOTT { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#IFciQZm0gGsu4qpSZizWJs0uJuv9lgSA { width:20rem;height:12.0052rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#XW7l3xcaxiTtNAT9V6BO2MU8TZpxDMoD { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#naTX2GQ9GLhVrGFCl2PyB48pZ9tEaKzf { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#rgROMV9k6Fb1hDaOPOL3ovBCJUm7WtDk { display:block; }
#RbwL183CBNaoXDh8x521AOVkf7UTfkJJ { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#ORIIBD3x3aqRzaWkVDNHOopVXMCUuevl { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#XbJTnPVpMDRGlEVTS4l34Abu38o454IB { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#AAI61aRkB6QxovtLKWnrucgKdBbiysUd { 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; }
#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv > .row .container { background-color: transparent; background-image: none; }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv > .row .container > .video-iframe-container { display: none; }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv > .row > .video-iframe-container { display: none; }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv > .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); }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv > .row .container { border-width: 0; border-radius: 0; }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yB62aKb3CxK6PBl0hCt1Q7f4UndI30mv > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#WBWug4WFCcUiSirmtohuPLunMmGfDvN9 { top:0.58073043823242rem;left:2.75rem;width:15.3125rem;height:1.2999125rem;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; }
#VlM3KHGcM77eepF2voaZGZirT6H7f4iW { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#G9SSxD9yBVCqogODJvyfyv7TWIQkA95m { 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; }
#MUOwU2qeMuKm2PssfWfBr1uTGrT513dA { 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; }
#CQnxrdhu9kSOoDBGbFZqhuQtsk478rIS { display:block; }
#amGQO4mnTHhbFNEckm5N3K1qiazHaTwS { 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; }
#QNvCTL8BT1IEKZt0fc4teGFiIr8pG2Tm { 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; }
#kffrfJiGx8lJ9ws12D2rlROWVhDV0P7x { 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; }
#xqrtTclV12EmEo9Ilnd4XTLkO0TUSz2U { 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; }
#XhpehPTIRIwkGq4mFci3SRtTbKwwxxry { 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; }
#P6gUpCfJogFTzIGqBoaXRZugetqwU09f { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#o2krNNIvq2uGr9TgpCWli4l5ebGLVyuW { 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; }
#g5rxe5m3rfd9fhqkT01NDnmqLr5yUK9m { display:block; }
#zudp3dLHThwBlcCpXZVIf1neeLcqZmKU { 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; }
#veDQ0rsJHf74TkKJ6VHeZdSoy2CyNrK2 { 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; }
#bcFTfkw6cdf9FXZLQWf3M8EuA7hLIuVf { display:block; }
#F5FOtzMq5rwS25OmtzBa6gcB5naBgcVu { 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; }
#NFFVDwnRC5rE2wWa2bcE3Fm3I6o1aBtf { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#yxRoTr4U9q27StmzvVJVreAyVu61nrw9 { 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; }
#PFXmZLEOFlpKKhPsrkcoq7UcuHR0NpKN { display:block; }
#HKNLyOHw95UTzpBUsWmBqv2CBJIS04Rs { 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; }
#xiGtEaPMONmx1sEJCIp8TwPvKDOpGsyQ { 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; }
#ezeyNV4BLqNkmLsUrbs6F7OOiB4KeGD9 { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#VwDpZWS2LvycSFI6PFZdo7FsF3TQ2tUx { 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; }
#lmrnWEyeN5GeoUJ2FiXdelVcShnVwzmD { display:block; }
#WmFXyeNBnOO1wJvy9mZHsLBvo2i4mqOL { 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; }
#PSgXuZznceuzAKNnDZA1UoRxFX0B7nfD { 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; }
#slqeZ0e4BotXAVb8SXJbeuxSxN4nKU3B { display:block; }
#wPSPBepTIhuiwPn2JQRTKSLLEx7bs0pI { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#V2HIKA4eKDuP2BXNu4TdrLTRUlzHaJJT { 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; }
#xzBV8WK4PkwaLKNsxuBLpX6GXkIcwJI1 { display:block; }
#PVhoWEZTdf8b4D858PRWayga7xZpBMkq { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#ODZ8TNiJWTSy4im7smnwo5aPkaMBGkUB { 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; }
#BwQdB1Pom7dkAX836lBTzES2DAPI06E3 { 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; }
#fPbhAnWByhTukzPkzwFUznL8sQ67W7Ar { 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; }
#A2gIZplJaoUa4Lidc2PNcGluzQ5CABVl { 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; }
#pGND4E0PV2TOQ9B06HaM7xRdc5eE8htc { 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; }
#rK1703gXyDWiKaBah3flpTCOXxHAyish { display:block; }
#W9LrxvM2QGVEEliUXcia0OWWZwLgIArc { 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; }
#J50VxTqpWocWJuWsllPCmo30g9vN4FNC { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#uUNUhGfrzvgJIvnnJ5dCnd2PUxLaix3Q { 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; }
#fsgBOTfOTreSIwJFHKMGC83s4wTJDt2D { display:block; }
#U5pLHGZNIq95QQHGfxupqrIbthD7OTMi { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#n5CVUosTyd8SzQNZRtQtwV4e02HVCai1 { 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; }
#vqZPvxyTqc1VNEMC1Avi1RA9SToBqnpn { 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; }
#dR7dshRnaQTq0385uwP6LGqvWoApQbWP { 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; }
#bMBTE8MprIsaSiw37ghNBIiZCER3xT7B { display:block; }
#UWoRtHVP4iXqGkRe0vcQC8t5QIV4wML4 { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#cFq5oFLsfVyq0Q0UMkfd6SQy2uddf8DN { 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; }
#rygTacflBU2bJXTfudR6FiVos5IZqpx1 { 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; }
#x2sgtM8V3OvlwTC1ani0KcywwxqkEkDe { 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; }
#wFRvUheIZcMP0wdXoSh09CAcNAeMgkc4 { display:block; }
#ZJ5owozkzts8wSrz6kuuaUMMThQOTEec { 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; }
#u7pPawyBKl9Xx7V24kN2H6AlA9WLb5Oy { 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; }
#vh0NWb6Vixs2cvc0ZC5mW2IMqqaxO0rG { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#aRivUG4WByN66xMl3NT05Qxq3WRTwzht { 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; }
#vU4ytORyLgvK8MSLii9ymsfmhVT1hqus { 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; }
#WghZ7ZxRzVBAT8fhV0nxiL2STSawvntD { display:block; }
#tVmFCLGvDTAHxMaPhpztgOFXzXS3Xf5X { 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; }
#VfycPKTqo541FGJzIcC1HTUhtIuWPEeZ { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#IuXnrUx7gRxClILXyveJ94MNbwiREhvg { 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; }
#icbNqICHyDHuexpTrZHPoZek7HqPWUsc { 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; }
#FsXL7fstLp4OuKsH568isZk5F1lXPqsQ { display:block; }
#VvxVIPoBQ0OBCFZQpTGcZk5r9vTg6iSv { 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; }
#qtryPvbx35s9T5C4NWHoSg999KqtlLTX { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#HHiI75qdl6sMr9bScKxxbBv9O9Sq3x41 { 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; }
#Csp9V18D2Ak91JnLF7UPvXQsNvfyFCri { 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; }
#lUiCoCwMs8ltlM3pGVKtbZ2ZfXAOVP4o { display:block; }
#rOm74lDFKqkTrsK3o3gTMadURORHOpsz { 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; }
#U0atqnONSrXxSIQTKgIlpIUGNR5R6PPb { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#PzhBd0TUrZ8rg2sKPd3QTqsh50EAGTHs { display:block; }#PzhBd0TUrZ8rg2sKPd3QTqsh50EAGTHs > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; }#b4lPiX9xV05ry4csxecUVfUdkDk152pB { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#IIWRKWuXplvPteKHRad5wclnI9ZcpdnT { display:block; }
#AuTAvS2P5XTWTno3XFa5IuOedpEfgFe1 { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#JDHHPtDu1H8IqE788MT0mwCoTdfoXBVS { 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; }
#oEmCXMDPtFwWpHJ1oDDcTvHXay0abolO { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#twHQ0aOqr7BNTAFSNsU58XKhiAK4C72P { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#bKrE4q6Iua1TFXc7b6PeGFEuM8Dn4xV9 { 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; }
#Ut1lk47aZpuzJGvyccTvJhmlyVZzP1WK { width:18.75rem;height:1.50065rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#sIn1pUUkwzpe9A4afN9BhtIgUFdrJPmX { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#C0PqIkD2RWGggKUhGVqSysi08xkJouKg { display:block; }
#Ck9MvFXU9uO4B721KiN3bstORcpsON0T { width:20rem;height:1.2000875rem;top:24.1796875rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-regular-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-textarea { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:#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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:first-of-type{padding-top:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:last-of-type{padding-bottom:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { width:14.25rem;height:auto;top:26.68359375rem;left:1.625rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { width:14.25rem;height:auto;top:26.68359375rem;left:1.625rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm {  }
#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b { display:block; }#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b { background-color: transparent; background-image: none; }#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b > .row .container > .video-iframe-container { display: none; }#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b > .row > .video-iframe-container { display: none; }#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b > .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); }#DKU2SKAXhmih6EcFP06xJy1eIkiTlQ9b > .row .container { width:20rem;height:37.5rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#g4EXsxo3VxKBH2NhPgZhZQLxJVwQWeH4 { 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; }
#wamgqVfBdhDTKHPLDOPVAqdkwtLnKcgw { 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; }
#SWSzpEehRy2SbBLCRVFWT5VyURwEmRdD { width:15.8125rem;height:2.79730625rem;top:27.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#a71GSLPn59gf4DuIJT26PpO6Pg5cyT0b { 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; }
#Abliguv5eNEoGihsA3wV0EuCxXx0naGl { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#ZOSo8AvkRxLkVG2kve6IxF4nXxrJxATm { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#VEX4LHMTRQvCI5aqtsRSFeHOOxq52ivO { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#KcVwczMZ4Qkd2wCeaH7Fm7Zwksvh6v5l { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#I3ETDv0Qmq34nChW4eAhTfeoKrnTiiXR { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#bK8bC1qvw8DSFBwhAyry7Hh0G14HExgZ { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 { display:block; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; }#u1OnUXIWl9NyAm8mczRc1RWzashOr6f7 { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#IFv1lxUtgnQ63G7ct1ehpqc6llXAGKF3 { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#ZmRAfqTOxzCIVbUvkf6JmdO7exdBOVBb { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#ooQwqL6dqe3HI6m4BmTmNsSXTtNGRT5z { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#sswr8TXh9KiafO0l4pw7FLureFtDGQdE { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#gs3aGQ3pLCvtGKL0faXi87PiVRvrKGcc { display:flex;width:2.875rem;height:2.875rem;top:73.3125rem;left:6.125rem; }
#DM14312EaRgRclx4v7q6fSpo6uNOUcMd { display:flex;width:2.875rem;height:2.875rem;top:73.5rem;left:2.625rem; }
#rSxMBnvKov2MNMNxCsObdKwn99GxyBKu { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#zLN18TfcmeLElQbhgKr4GosrvU8AtgNb { top:46.255429267883rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ { display:block; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; }#qnAyytTbSSFio62oGxiiE7XV9MLVbKDF { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#NXc5xS2IAwUyiCCpLfNT4lHo6Ue8Ff1q { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#GLxdWUbAGcrZLqs1Fk9b8fMGk3cUbbc1 { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { position:relative;z-index:auto;background-color:#946d53;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { border-width: 0; border-radius: 0; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { width:20rem;height:5.6861979961395rem;position:relative;display:none; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#ffffff;display:block; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { top:0.5rem;left:0rem;width:6.375rem;height:2.0625rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;text-align:right;text-align-last:right;color:#ffffff;display:block; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:none; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;display:block; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;display:block; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;display:block; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;display:block; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;display:none; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a1761633-d14f-4859-b559-afa12726aa11/1366x768px.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55.adaptive-delivery-prevent-bg, #TpbsqbwfQMKhokvoQsRLW243JswFNn55.lazyload, #TpbsqbwfQMKhokvoQsRLW243JswFNn55.lazyloading { background-image: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { border-width: 0; border-radius: 0; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { width:20rem;height:11.25rem;position:relative;display:none; }#b5aoXdvegdHbShIslPbFOIOSn3sTb0uA { width:7.3125rem;height:3.9375rem;top:1.24951171875rem;left:10.7490234375rem;display:block; }
#d4a55fJCDSXnHVNU8fmhAon4UE4TP6lx { width:7.125rem;height:3.9375rem;top:1.24951171875rem;left:2.1240234375rem;display:block; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container { width:20rem;height:57.1875rem;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; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.adaptive-delivery-prevent-bg, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyload, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyloading { background-image: none; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { width:8.2483125rem;height:0.9747875rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { width:3.99858125rem;height:0.97439375rem;top:37.496337890625rem;left:10.946533203125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { width:4.4992875rem;height:0.97439375rem;top:39.21337890625rem;left:11.072998046875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { width:3.18714375rem;height:0.9747875rem;top:49.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { width:5.3125rem;height:0.9746125rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { width:5.81176875rem;height:0.9747875rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { width:5.7492875rem;height:0.9747875rem;top:49.18607711792rem;left:10.696199953556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { width:5.1242875rem;height:0.9747875rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { width:3.2495125rem;height:0.9747875rem;top:39rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { width:6.1239375rem;height:0.84350625rem;top:36.636362075806rem;left:11.315695345402rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;display:block; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;display:block; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { width:8.25rem;height:0.9746125rem;top:27.6875rem;left:11.2421875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { width:7.06175rem;height:1rem;top:40.262451171875rem;left:10.946044921875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { width:7.375rem;height:1rem;top:50.849609375rem;left:10.763671875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { width:6.875rem;height:1rem;top:29.223388671875rem;left:10.946044921875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { width:7.5rem;height:1rem;top:40.199951171875rem;left:1.576416015625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { width:7.312rem;height:1rem;top:29.160888671875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { border-width: 0; border-radius: 0; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container { width:20rem;height:69.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; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.adaptive-delivery-prevent-bg, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyload, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyloading { background-image: none; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { 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; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { 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; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #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; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #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; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #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; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { 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; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { border-width: 0; border-radius: 0; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container { width:20rem;height:67.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6cb04ccc-458f-44c1-a00d-79ce5b9e2f0e/mobileapp01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.adaptive-delivery-prevent-bg, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyload, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyloading { background-image: none; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { width:9.375rem;height:4.249825rem;top:51.999286651611rem;left:9.4930749535563rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { width:4.2489375rem;height:2.6864375rem;top:48.624821662903rem;left:12.055220186711rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;display:block; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38139375rem;z-index:15181;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:cairo;display:block; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { width:9.375rem;height:4.249825rem;top:59.3125rem;left:9.8125rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { border-width: 0; border-radius: 0; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container { width:20rem;height:60.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.adaptive-delivery-prevent-bg, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyload, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyloading { background-image: none; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { width:15.3105625rem;height:3.7109375rem;top:41.9375rem;left:2.34375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { width:7.5rem;height:5.2807625rem;top:45.648193359375rem;left:5.374755859375rem;font-size:4.0625rem;display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { width:16.0625rem;height:1.375rem;top:24.5625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { width:7.124rem;height:5.2807625rem;top:28.01513671875rem;left:6.43798828125rem;font-size:4.0625rem;display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;display:block; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;display:none; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;display:block; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;display:block; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;display:block; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;display:block; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;display:block; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { width:12.37425rem;height:1.9995125rem;top:0.558349609375rem;left:3.81103515625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { width:2.875rem;height:0;top:57.58203125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;display:none; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { width:20rem;height:2.749025rem;top:7.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { width:12.4375rem;height:5.2807625rem;top:11.25rem;left:3.78125rem;font-size:4.0625rem;display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;display:block; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { width:2.8125rem;height:auto;top:17.5rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { width:5.06225625rem;height:1.6870125rem;top:50.22216796875rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#020402;display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { width:5.06225625rem;height:1.6870125rem;top:14.921875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15202;display:block; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { width:5.06225625rem;height:1.6870125rem;top:31.68701171875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15203;display:block; }
