.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX { position:relative;display:none; }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX { border-width: 0; border-radius: 0; }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX > .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; }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX > .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; }#qumVHZQKzWUJMZzOA1EATqfT2HTlmdmQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:1.3125rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:block; }
#SCoUJadr8klteeH22QTZB32DPKMMfTlU { 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; }
#SCoUJadr8klteeH22QTZB32DPKMMfTlU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#W0IBlxTlGfctwg0ZfqZRHut4n959idqG { 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; }
#AmxIxT2cdMu49ahv1TxhNHaGtf25irWH { 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.4375rem;width:18.75rem;display:none; }
#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom right !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;display:none; }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe.adaptive-delivery-prevent-bg, #bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe.lazyload, #bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe.lazyloading { background-image: none; }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe > .row .container { border-width: 0; border-radius: 0; }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#nXAqpTEUNwRTC82HVM0HeCVTWVTu6aAb { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.1845703125rem;left:16.6552734375rem;height:0;text-align:center;text-align-last:center;display:none; }
#yCQdk3O8hJZTXeIlGt1cmqGLusCBkaQm { position:absolute;display:block;z-index:15014;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.0625rem solid #dfb022;border-left:0.0625rem solid #dfb022;border-right:0.0625rem solid #dfb022;border-bottom:0.0625rem solid #dfb022;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.25rem;width:34.5rem;top:14.5625rem;left:25.375rem;display:none; }
#hkoSl06lASIDxdRwkevHpGUzRdaFwPBB { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Eie7NbJ8aC4Nlb7EeAAykWPE6f1aw78f { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q64JCVegTFzd8azclW4024VX8hG7cyJt { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BX95zZdJhtdufOnVR6oSi5qynvmPKClK { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SynR8cCMOJrxcxhKheqpgeTfyviLk6Z7 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lsCUs9P6CSysCiZIxKEM61HBL1FMf0Mo { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xrWEUMwXpo2TnZdN9odxmcPSv9OmTnIv { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #azFwnSTvIgeL8CCzERy1lxABGeyGcexI { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #NwzUqI4HzxOEbG32D3rhiPnMMBfIUBN5 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uRcHizWN1oVoP18isWU4EhiKoTFzZCJQ { position:relative; }
#T3bKGSAFwlLyAHHVyggwRCDDZqFUc5uE { position:relative;display:block; }
#s1hPfpVCxuiRCFGmDRQEm3aaVSenfpxB { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kJJbfwqvyiDw5DyM3C1Odi4IX14TGEmW { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ZlyEbt4Midq0MiOyUwvMgW3S4I30POhD { position:relative; }
#on9hdrrQFNLBJbZy183KE1tfqvxmgT4B { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hdWfGyv8yxgRX8WdEUHwAyTuPetAvyhe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:29.625rem;left:3.75rem;display:none; }
#TMMSImo3gTA4ZONB4lNQHWM5szhmgl4o { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.625rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#icCaDJDDuH85IsHIaCmdkC73lgUudCV7 { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.8997402191162rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#Oy0ZZih264INmgBSpybiN0ah7MCnZe6B { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #opUxdxNT46SELUcyHtqmXFu4yvZDhlKu { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uw0rJMA1gsuIragXhy7pCI2yTpms1bi5 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dk92LgGWCPvVKC0uIfQ77Quk7uHWF5G9 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #AJREmV8Io1Z7VzG0GP2MFa6TgJd7KEsp { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yZqVzG3Q8kBmbAc6ti7TABFf1sr02pGx { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Gv5NX7aeMwu65JEu92NWuANJm0rItTc8 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MqO1y2vVn5zkpmh9luR4uFCLOzpbc2N0 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #N3npmLII8lmhFTU9h97TBf8kT9LWyIkS { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yV2drMf8TD5sAoGhNoUtXrQICLoruL5x { position:relative; }
#PHFuQf1apR3tEcLEC8S01OvQrKsGeOkK { position:relative;display:block; }
#Bk2yaITqR8qXzdHazgqk1qlFPRrJvLQ1 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lSuX4c8Mot4qg0H78xwE69qKh8TmCrBp { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #oTP3Pk6LDGrq6FmguFsmpyCGzeW2U1CZ { position:relative; }
#T0n8qM2cAl7EVaC3xbDsxdOonH07JokA { 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; }
#dzTUVlN18cSD0ySOdTcIG3CuEdODktbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JSsJa83vP6kM9lBpVJkHG72DoQx95X8e { 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; }
#NB8AwDdetfuooknaszRiRyk9eT0wyWwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-form-header {  }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:18rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-text { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:rgba(255,255,255,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;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:18rem;box-sizing:border-box;height:2.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-textarea { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:rgba(255,255,255,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;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:18rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-select { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;background-color:rgba(255,255,255,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:18rem;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:right;text-align-last:right; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .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; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-button { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8ad066, #5eb851);background-image: -moz-linear-gradient(180deg, #8ad066, #5eb851);background-image: -ms-linear-gradient(180deg, #8ad066, #5eb851);background-image: -o-linear-gradient(180deg, #8ad066, #5eb851);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ad066', endColorstr='#5eb851' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ad066', endColorstr='#5eb851' );";background-image: linear-gradient(180deg, #8ad066, #5eb851);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:18rem;height:3.0625rem;font-family:amiri;overflow:hidden; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 [class*="-text"]:-moz-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem;text-align:right;text-align-last:right; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 [class*="-text"]::-moz-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem;text-align:right;text-align-last:right; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 [class*="-text"]:-ms-input-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem;text-align:right;text-align-last:right; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 [class*="-text"]::-webkit-input-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem;text-align:right;text-align-last:right; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.8125rem;overflow:hidden;font-style:normal;float:none; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .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; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-container { padding-top:1.0625rem;padding-right:0;padding-bottom:1rem;padding-left:0;width:100%;font-size:0;height:auto; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-container:first-of-type{padding-top:0;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-container:last-of-type{padding-bottom:0;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:absolute;top:9.69140625rem;left:3.24609375rem; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18rem;display:block;vertical-align:top; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-info-text { display:block;height:auto;font-family:lato;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; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 {display:block;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:absolute;top:9.69140625rem;left:3.24609375rem; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #cQ6TsTM8dMVwoC2lvJGQLtGhLTUAgkuH { position:relative; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #PR3psReTPPh0oUGEscCagAo0Jmo4EKz5 { position:relative;display:none; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #GtSQDhrrRxqZTewV9T6VCUzFedTh1U11 { position:relative; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #LX3WtHFPE09ChUTZFkQKgkyTqPmHwR0V { position:relative; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #lE2qDMTWcnxAPNGTSB25ZchKtOBIDAPi { position:relative;display:none; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #bosAedykaVFnq9UPwKxKTVSCgSetcwKX { position:relative; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #wziAkUFivinWX42056ezrI0I4avKIPBk { position:relative; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #zwoZQ2ysShzvd3iEZnefT4RNeW0h0nNW { position:relative;display:none; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #ZTp9wQiyrQ3MZq3pxPFTqo61MLx54Wen { position:relative; }
#keuNMw8A1WnsZqNmyFmM2bX7dpSscHsI { position:relative;display:block; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #XT1SlJlsdCXd5wZEqZgEgwekfqJJPRLg { position:relative; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #OEQc3H3SSSKbzF0oLmzI2tvwcoMMRV10 { position:relative; }
#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub { position:relative;display:none; }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub { border-width: 0; border-radius: 0; }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub > .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; }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub > .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; }#Filye8ETnMsqEq9WB8Z4mJcRvXSnZsER { 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; }
#RQZyWGOCnbWVqoc8mpozV2xGw92BVzlo { 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; }
#NtDSVSnG6qF19l34Tur06WQrn8IQD25z { 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; }
#f5yAUGt3cCvq2q3g1qREoT6vrS911rok { position:relative;display:none; }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok { border-width: 0; border-radius: 0; }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok > .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; }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok > .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; }#G9TfNT52J6rnTmpN5N45NS1BPNNwvIia { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:1.1875rem;left:3.75rem;display:none; }
#BpLvTQAEpOOZad3UGQTOBA1VP0rt11w4 { 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; }
#q1Keldfzarya8KgkZLvhVWOJl4RXtzoU { 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; }
#led5CWvXxzs8woussXGxTNoKvSnaJGt2 { 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; }
#wUUZpc0T7msFVI1ZQAV1Brtp7ygeLG7Q { color:#000000;display:block;width:2.5625rem;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:35.4375rem;left:17.0625rem;display:none; }
#iZefi2P89FmreZSU0OocW65PQxD67nf2 { color:#000000;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.75rem;top:32.9375rem;left:6.75rem;display:none; }
#FvkFJF5qnyEZ5QiqB2TIatipPGJIeKyX { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:34rem;left:7.0625rem;display:none; }
#UakJ2nE3tv2OhdormSADMRQFKkw77R9P { 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; }
#FkzTF8A8KDL81xJOWeuCXeXL7dWcAIOn { 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; }
#o148E7dWswZXexy2TKE2cZo6utg8lf0I { color:#000000;display:block;width:2.5625rem;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:35.4375rem;left:17.0625rem;display:none; }
#y7UnvBg58S0rh03mppOpOcwwEC7ACIn1 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.6875rem;top:50.3125rem;left:7.0625rem;display:none; }
#x5dfpnP6wI7KeZ2ryqyofaHWRzUBrrlb { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:51.1875rem;left:6.0625rem;display:none; }
#l6L4COv0FSxh6GTOq7zdU2TBebnOSuts { 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; }
#ln9wIeSibirLf5y71I90NI73OMk4xNln { 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; }
#zzJJIAbazIGeDZeqDlOB7GZphJOvE0uZ { color:#000000;display:block;width:2.5625rem;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:35.4375rem;left:17.0625rem;display:none; }
#kSU2iP0TMNHDkgki3JLOrMyTHrJzl0rD { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.6875rem;top:67.5625rem;left:7.125rem;display:none; }
#IUeUAFUtsyuqI1HqRClcRhKd5IiQsPrJ { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:68.5625rem;left:7.0625rem;display:none; }
#L2Xs5JFuTDytTADi7Z6IhVaVyvx30rIr { 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; }
#B9ByOExreu651WdTtcgWFg7dIuphN77r { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.6875rem;top:83.875rem;left:7.125rem;display:none; }
#xEq3XfZdkFDL0Uk6a1kJVBGZUlpqKyVy { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:85.5625rem;left:7.125rem;display:none; }
#PdVPKM5qRI5s89Baiy2wp0MWAyeuWM3V { 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; }
#FfeEkrZrtumudmHXzweN9UyLJLvycLQK { color:#000000;display:block;width:2.5625rem;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:35.4375rem;left:17.0625rem;display:none; }
#pmaPXXbmfTGnzZzebbXt2yEzIlT9K0DZ { 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; }
#u84EzVsTLgcSuo6n31x5kS8mDosKsZDE { color:#000000;display:block;width:2.5625rem;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:35.4375rem;left:17.0625rem;display:none; }
#dLPNVMG8QF8iHgCR7DUqV4hlmMMG1oJl { 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; }
#PdrbfNTltHF8l4HRafZTKIqkh6FHQBVH { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.6875rem;top:102.75rem;left:6.75rem;display:none; }
#UG72EVMpzOUTNKsnsNZEzSQznAegzATq { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:103.9375rem;left:6.9375rem;display:none; }
#DJgdRz3iuJyEQ5bPm67snq6vZgryMZKp { 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; }
#AgycDaKKyHkedURJuh7wJwfXe2HXUJvA { color:#000000;display:block;width:2.5625rem;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:35.4375rem;left:17.0625rem;display:none; }
#LufFUirxDwWnGObflA92BtTbxTrTFDnb { z-index:15003;top:20.250001907349rem;left:5.53125rem;background-color:#12cc94;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#nTGa28O5wGQTcmPz11CS9IskTyM1n3rI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTkUn7iED29T6eEPBvBuZdMnVrw18Kop { z-index:15003;top:20.250001907349rem;left:5.53125rem;background-color:#12cc94;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#mmhNXedO30TXmHKosRNmaJcynHeTbsFt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLiLaFP2PDIaWa4sbkOTAV8dU0SMSlX0 { z-index:15003;top:20.250001907349rem;left:5.53125rem;background-color:#12cc94;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#miabgKJgmPyETVB9GGhwQZoAy0XTKEFo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LftllrimMa1JTNQS8zehV3mcf4rT27sy { z-index:15003;top:20.250001907349rem;left:5.53125rem;background-color:#12cc94;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#i52L3DtS9bw7GEo14CARcT3iTySwAgEW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oa4woRtZSOLnu38KAkBxQ2XG2xZ6IHsN { z-index:15003;top:20.250001907349rem;left:5.53125rem;background-color:#12cc94;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#FkkN26xQ9c4BPJXvOBJSKTp21qAiIq4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T460PBLyQ0tJD8S4tzhNQ9dyAoBZfIUp { z-index:15003;top:20.250001907349rem;left:5.53125rem;background-color:#12cc94;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#OT2IVPr57qHn2vchqXSvTqGTw4wdO0pU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM { position:relative;display:none; }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM { border-width: 0; border-radius: 0; }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM > .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; }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM > .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; }#OdTAJa69Cmi592LLaCC12WrKoxFQqi33 { 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; }
#wnehoL01NIdRKD4DB05z0MQyVeFp0kiu { 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; }
#m4KqaPNRxhsVNQxQJSFXEIAylWXTVHwv { 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; }
#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container { background-color: transparent; background-image: none; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container > .video-iframe-container { display: none; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row > .video-iframe-container { display: none; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .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); }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container { border-width: 0; border-radius: 0; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;position:relative;display:block; }#PF7gMD8x9ZlL99pRGakJ7MBTdTfxIa7P { position:absolute;display:block;z-index:15185;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:26.1875rem;width:14.6875rem;top:11.6865234375rem;left:0.25rem;overflow:hidden;display:block; }
#Uzu59DuTJVN7KWrQoeBRtW6bA9eo75wk { color:#000000;display:block;width:20.6865rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:7.44287109375rem;left:16.99658203125rem;height:1.2999125rem;display:block; }
#MygxIsqdIr53UD3Wm4MI67kh8htSqXS2 { background-color:#3181ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"aref ruqaa";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:2.5rem;text-decoration:none;z-index:15185;text-align:center;text-align-last:center;top:33.5rem;left:33.5rem;display:none; }
#QRBXcxG8r1Ulbhw9rufHZFHKlAGQoPvM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6nmABXQiAgPbzXyzmJikunXU45zyVBL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15192;opacity:1;top:33.8125rem;left:34.375rem;display:none; }
#h6nmABXQiAgPbzXyzmJikunXU45zyVBL > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#nOPFsK3FHs25DSSs4Jmh6iRzgz5vcb9h { position:absolute;display:block;z-index:15186;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:26rem;width:14.625rem;top:11.77880859375rem;left:15.18505859375rem;overflow:hidden;display:block; }
#yQ0azwBpBcEJ4HQyByqvigrG6afmPlxk { position:absolute;display:block;z-index:15187;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.9375rem;width:14.5625rem;top:11.96630859375rem;left:30.49658203125rem;overflow:hidden;display:block; }
#XeNRhOdTrVLayqZTl8ZFqndzmFHB4N60 { position:absolute;display:block;z-index:15188;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.875rem;width:14.5rem;top:12.029296875rem;left:45.3125rem;overflow:hidden;display:block; }
#VdCy5mTVKuvuEnRIV7buOgTmyvbNw87s { color:#014f4d;display:block;width:55.812rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.94189453125rem;left:1.248046875rem;height:6.5rem;text-align:center;text-align-last:center;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;display:block; }
#qmIB97ZrQc60NcuvE2ObABFm1ERo4EcE { background-color:#3181ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"aref ruqaa";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.249rem;height:2.499025rem;text-decoration:none;z-index:15186;text-align:center;text-align-last:center;top:39.56103515625rem;left:31.65087890625rem;display:none; }
#OCEJdqiHQrtg2siNsSen4c3HUwtUh6bV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dkL44V2TuwQHE5vqeIXVOqVcZDbwlBdl { background-color:#3181ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"aref ruqaa";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.249rem;height:2.499025rem;text-decoration:none;z-index:15186;text-align:center;text-align-last:center;top:39.56103515625rem;left:31.65087890625rem;display:none; }
#fAJ8QFmRXawNdRBT4a7agaTdxDU28aEp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z7SSJ7q5uBT6oXLtAmds6bTHazkN57N0 { background-color:#3181ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"aref ruqaa";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.249rem;height:2.499025rem;text-decoration:none;z-index:15186;text-align:center;text-align-last:center;top:39.56103515625rem;left:31.65087890625rem;display:none; }
#qe9WhMIVClgQ2oePfzTrysOA10NcPI1k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xzcgFxTU6Qx598J0la2givmXWiuMckPe { background-color:#3181ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"aref ruqaa";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.249rem;height:2.499025rem;text-decoration:none;z-index:15186;text-align:center;text-align-last:center;top:39.56103515625rem;left:31.65087890625rem;display:none; }
#C65USEvMX7tt9Eal7GPcNBkfmNNXI5PR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J.adaptive-delivery-prevent-bg, #o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J.lazyload, #o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J.lazyloading { background-image: none; }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J > .row .container { border-width: 0; border-radius: 0; }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#OsIOGZHyWgECNsOMtU03mNubduerlsWp { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#OXRWcQKLUEFDVDXb8eylQKsKI4U853KO { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BPMDqoP21S2soMdTxTfNgdwHNQQBR5zI { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#D4nxBiUICJbpVZEpKxAXApNKPSMVwViW { color:#ffffff;display:block;width:19.4360625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.7626953125rem;left:18.592529296875rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ysitBQNr6Bw3FVsfPPKBZAJQeSk1MFLU { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#irfHkrXoDnKQXww8NKdDsfMslPD1b1R8 { 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; }
#KMQU1JgzPtBfux7UCXSVF4VB99pH7OAO { 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; }
#KMQU1JgzPtBfux7UCXSVF4VB99pH7OAO > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#O6fCtboPQqDgIBlo7DEFwNlVJ6wEnlcH { 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; }
#O6fCtboPQqDgIBlo7DEFwNlVJ6wEnlcH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#zoHzvK2Zflqz4EA5IHTx3iT12CDmHcQ6 { 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; }
#zoHzvK2Zflqz4EA5IHTx3iT12CDmHcQ6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ev52C8nQhqn7qCowqmxUQPzb01gpxaas { 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; }
#ev52C8nQhqn7qCowqmxUQPzb01gpxaas > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#K0UGwOEeVyekAiy1HUFUZeMwDfEtS41U { 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; }
#K0UGwOEeVyekAiy1HUFUZeMwDfEtS41U > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Pm5AsKGFTf0o6RoTXLo6hrhpTwQXAA7d { 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; }
#Pm5AsKGFTf0o6RoTXLo6hrhpTwQXAA7d > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#VUh61ZPf71FTx5HiCK0hoBWGTx8MM3l0 { 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; }
#VUh61ZPf71FTx5HiCK0hoBWGTx8MM3l0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#H5akHQmXzx3R7l5BhCUQScasdV6BXZBX { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE > .row .container { background-color: transparent; background-image: none; }#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE > .row .container > .video-iframe-container { display: none; }#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE > .row > .video-iframe-container { display: none; }#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE > .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); }#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE > .row .container { border-width: 0; border-radius: 0; }#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:block; }#I5eBZNKfEK15XXh8ftG8HmAyXhFnnuaD { color:#014f4d;display:block;width:28.8111875rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.96614265441894rem;left:16.309896469116rem;height:3.2504875rem;text-align:center;text-align-last:center;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;display:block; }
#x9heyNm6PEC56w5Ct0RLoxtsIckcTItp { color:#000000;display:block;width:53.25rem;position:absolute;font-family:"br font n-day";font-size:1.0625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:4.82421875rem;left:4.8333339691162rem;height:5.52083125rem;text-align:center;text-align-last:center;display:block; }
#svp24cu3w94TsI1Dt3708ZPlnWIkgpa0 { color:#000000;display:block;width:50.5rem;position:absolute;font-family:"br font n-day";font-size:1.0625rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:13.78125rem;left:5.4622402191162rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#fZRkIRI8DNTkX94AtN0Tak4qxpW5fk8s { color:#014f4d;display:block;width:28.809875rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.34375rem;left:16.309896469116rem;height:3.2504875rem;text-align:center;text-align-last:center;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;display:block; }
#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { background-color: transparent; background-image: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container > .video-iframe-container { display: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container { display: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .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); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { border-width: 0; border-radius: 0; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#ZmUuZQ0rPesMreRbIELvd9W0NC6Tu6zq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:16.3125rem;width:24.625rem;top:2.8428802490234rem;left:1.7426204681396rem;overflow:hidden;display:block; }
#DNCEo2OinaAfxTQUyC7RfdDiTXJf1w1m { 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: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:13.8125rem;width:20.875rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:none; }
#mNlTFmSPaRpF5cWJv1zlh8Es5i5fngsV { color:#014f4d;display:block;width:28.811875rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8428821563721rem;left:31.185981750488rem;height:3.2504875rem;text-align:center;text-align-last:center;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;display:block; }
#UhvpoJfeXbU42NK5pEEgpKVXtDpNJZmD { color:#000000;display:block;width:19.8123125rem;position:absolute;font-family:"br font n-day";font-size:1.0625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.9390201568606rem;left:36.624351501465rem;height:4.140625rem;text-align:center;text-align-last:center;display:block; }
#h6cztZyygdETCQkLpbkRZVp3PMiBTq54 { color:#fdfdfd;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.4355471134187rem;left:23.068576812744rem;height:1.8684875rem;font-style:normal;display:none; }
#zw889Ta3rshSwG9fJeBi5M1wp69zLmlV { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18685rem;width:8.499375rem;top:8.9680988788606rem;left:19.567058563233rem;overflow:hidden;display:none; }
#sLLrMVlBoMXUUB7HsUP59bAXmHA9xhXM { position:absolute;display:block;z-index:15096;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.87435rem;width:7.249375rem;top:9.1243488788606rem;left:30.625rem;overflow:hidden;display:none; }
#lzczTALrgMnexE17in7LGFQXyQNqCOc4 { color:#c53d3d;display:block;width:15.75rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:11.8125rem;left:38.625rem;height:1.8691375rem;text-align:center;text-align-last:center;display:block; }
#wDvi5WlubSBoIPpEr0d7pDvmt15RsMlM { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.874125rem;width:22.4370625rem;top:26.8125rem;left:6.5625rem;display:none; }
#P50foGgCAwmHBnNfWXqRMBViT51nH2HR { background-color:#3181ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"aref ruqaa";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.9375rem;text-decoration:none;z-index:15189;text-align:center;text-align-last:center;top:14.3125rem;left:38.8125rem;display:block; }
#zSnQzBWvT90G1NATCWRJW5vmPKKgTop1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#siz5glWvAeR7Z9XgTyhyeEUups9UziOX { display:none; }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX > .row .container { width:47.75rem;position:relative;display:none; }#qumVHZQKzWUJMZzOA1EATqfT2HTlmdmQ { top:1.6875rem;left:19.061767578125rem;width:1.3125rem;height:2.5rem;display:block; }
#SCoUJadr8klteeH22QTZB32DPKMMfTlU { display:none; }
#SCoUJadr8klteeH22QTZB32DPKMMfTlU > img { max-width: 100%;max-height:100%; width:; height:; }#W0IBlxTlGfctwg0ZfqZRHut4n959idqG { display:none; }
#AmxIxT2cdMu49ahv1TxhNHaGtf25irWH { width:18.75rem;height:4.4375rem;display:none; }
#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe { display:none; }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe > .row .container { width:47.75rem;position:relative;display:none; }#nXAqpTEUNwRTC82HVM0HeCVTWVTu6aAb { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#yCQdk3O8hJZTXeIlGt1cmqGLusCBkaQm { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#hkoSl06lASIDxdRwkevHpGUzRdaFwPBB { top:15.75rem;left:0rem;width:16.8125rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Eie7NbJ8aC4Nlb7EeAAykWPE6f1aw78f {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q64JCVegTFzd8azclW4024VX8hG7cyJt { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BX95zZdJhtdufOnVR6oSi5qynvmPKClK {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SynR8cCMOJrxcxhKheqpgeTfyviLk6Z7 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lsCUs9P6CSysCiZIxKEM61HBL1FMf0Mo { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xrWEUMwXpo2TnZdN9odxmcPSv9OmTnIv {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #azFwnSTvIgeL8CCzERy1lxABGeyGcexI {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #NwzUqI4HzxOEbG32D3rhiPnMMBfIUBN5 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uRcHizWN1oVoP18isWU4EhiKoTFzZCJQ {  }
#T3bKGSAFwlLyAHHVyggwRCDDZqFUc5uE { display:block; }
#s1hPfpVCxuiRCFGmDRQEm3aaVSenfpxB { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kJJbfwqvyiDw5DyM3C1Odi4IX14TGEmW {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ZlyEbt4Midq0MiOyUwvMgW3S4I30POhD {  }
#on9hdrrQFNLBJbZy183KE1tfqvxmgT4B { display:none; }
#hdWfGyv8yxgRX8WdEUHwAyTuPetAvyhe { top:29.625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#TMMSImo3gTA4ZONB4lNQHWM5szhmgl4o { top:1.6875rem;left:19.061767578125rem;width:4.625rem;height:3.8125rem;display:none; }
#icCaDJDDuH85IsHIaCmdkC73lgUudCV7 { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#Oy0ZZih264INmgBSpybiN0ah7MCnZe6B { top:22.4375rem;left:0rem;width:19.3125rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #opUxdxNT46SELUcyHtqmXFu4yvZDhlKu {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uw0rJMA1gsuIragXhy7pCI2yTpms1bi5 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dk92LgGWCPvVKC0uIfQ77Quk7uHWF5G9 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #AJREmV8Io1Z7VzG0GP2MFa6TgJd7KEsp {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yZqVzG3Q8kBmbAc6ti7TABFf1sr02pGx { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Gv5NX7aeMwu65JEu92NWuANJm0rItTc8 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MqO1y2vVn5zkpmh9luR4uFCLOzpbc2N0 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #N3npmLII8lmhFTU9h97TBf8kT9LWyIkS { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yV2drMf8TD5sAoGhNoUtXrQICLoruL5x {  }
#PHFuQf1apR3tEcLEC8S01OvQrKsGeOkK { display:block; }
#Bk2yaITqR8qXzdHazgqk1qlFPRrJvLQ1 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lSuX4c8Mot4qg0H78xwE69qKh8TmCrBp {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #oTP3Pk6LDGrq6FmguFsmpyCGzeW2U1CZ {  }
#T0n8qM2cAl7EVaC3xbDsxdOonH07JokA { width:;height:;display:none; }
#dzTUVlN18cSD0ySOdTcIG3CuEdODktbJ { display:block; }
#JSsJa83vP6kM9lBpVJkHG72DoQx95X8e { width:;height:;display:none; }
#NB8AwDdetfuooknaszRiRyk9eT0wyWwT { display:block; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-regular-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-text { width:21.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-textarea { width:21.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-select { width:21.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-button { width:21.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-checkbox-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1  { width:21.8125rem;height:auto;top:10.8125rem;left:23.4375rem; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .radio-container { width:21.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 {display:block;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 { width:21.8125rem;height:auto;top:10.8125rem;left:23.4375rem; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #cQ6TsTM8dMVwoC2lvJGQLtGhLTUAgkuH {  }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #PR3psReTPPh0oUGEscCagAo0Jmo4EKz5 { display:none; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #GtSQDhrrRxqZTewV9T6VCUzFedTh1U11 {  }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #LX3WtHFPE09ChUTZFkQKgkyTqPmHwR0V {  }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #lE2qDMTWcnxAPNGTSB25ZchKtOBIDAPi { display:none; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #bosAedykaVFnq9UPwKxKTVSCgSetcwKX {  }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #wziAkUFivinWX42056ezrI0I4avKIPBk {  }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #zwoZQ2ysShzvd3iEZnefT4RNeW0h0nNW { display:none; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #ZTp9wQiyrQ3MZq3pxPFTqo61MLx54Wen {  }
#keuNMw8A1WnsZqNmyFmM2bX7dpSscHsI { display:block; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #XT1SlJlsdCXd5wZEqZgEgwekfqJJPRLg {  }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #OEQc3H3SSSKbzF0oLmzI2tvwcoMMRV10 {  }
#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub { display:none; }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub > .row .container { width:47.75rem;position:relative;display:none; }#Filye8ETnMsqEq9WB8Z4mJcRvXSnZsER { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#RQZyWGOCnbWVqoc8mpozV2xGw92BVzlo { width:47.75rem;height:19rem;display:none; }
#NtDSVSnG6qF19l34Tur06WQrn8IQD25z { width:14.0625rem;height:5.125rem;display:none; }
#f5yAUGt3cCvq2q3g1qREoT6vrS911rok { display:none; }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok > .row .container { width:47.75rem;position:relative;display:none; }#G9TfNT52J6rnTmpN5N45NS1BPNNwvIia { top:1.1875rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:1rem;display:none; }
#BpLvTQAEpOOZad3UGQTOBA1VP0rt11w4 { width:41.4375rem;height:24.0625rem;display:none; }
#q1Keldfzarya8KgkZLvhVWOJl4RXtzoU { width:41.4375rem;height:24.0625rem;display:none; }
#led5CWvXxzs8woussXGxTNoKvSnaJGt2 { display:none; }
#wUUZpc0T7msFVI1ZQAV1Brtp7ygeLG7Q { top:35.4375rem;left:10.937500357628rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#iZefi2P89FmreZSU0OocW65PQxD67nf2 { top:32.9375rem;left:0.65451413393019rem;width:12.25rem;height:0.75rem;font-size:0.625rem;display:none; }
#FvkFJF5qnyEZ5QiqB2TIatipPGJIeKyX { top:34rem;left:0.99913245439531rem;width:12.5625rem;height:3.1875rem;font-size:0.625rem;display:none; }
#UakJ2nE3tv2OhdormSADMRQFKkw77R9P { width:41.4375rem;height:24.0625rem;display:none; }
#FkzTF8A8KDL81xJOWeuCXeXL7dWcAIOn { display:none; }
#o148E7dWswZXexy2TKE2cZo6utg8lf0I { top:35.4375rem;left:10.937500357628rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#y7UnvBg58S0rh03mppOpOcwwEC7ACIn1 { top:50.3125rem;left:0.99956637620925rem;width:12.4375rem;height:0.6875rem;font-size:0.5625rem;display:none; }
#x5dfpnP6wI7KeZ2ryqyofaHWRzUBrrlb { top:51.1875rem;left:0rem;width:13.5rem;height:4.0625rem;font-size:0.625rem;display:none; }
#l6L4COv0FSxh6GTOq7zdU2TBebnOSuts { width:41.4375rem;height:24.0625rem;display:none; }
#ln9wIeSibirLf5y71I90NI73OMk4xNln { display:none; }
#zzJJIAbazIGeDZeqDlOB7GZphJOvE0uZ { top:35.4375rem;left:10.937500357628rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#kSU2iP0TMNHDkgki3JLOrMyTHrJzl0rD { top:67.5625rem;left:1.0310333371162rem;width:12.4375rem;height:0.6875rem;font-size:0.5625rem;display:none; }
#IUeUAFUtsyuqI1HqRClcRhKd5IiQsPrJ { top:68.5625rem;left:0.9375rem;width:12.5625rem;height:3.25rem;font-size:0.625rem;display:none; }
#L2Xs5JFuTDytTADi7Z6IhVaVyvx30rIr { width:41.4375rem;height:24.0625rem;display:none; }
#B9ByOExreu651WdTtcgWFg7dIuphN77r { top:83.875rem;left:1.0310333371162rem;width:12.4375rem;height:0.6875rem;font-size:0.5625rem;display:none; }
#xEq3XfZdkFDL0Uk6a1kJVBGZUlpqKyVy { top:85.5625rem;left:1.0321186184883rem;width:12.5625rem;height:2.4375rem;font-size:0.625rem;display:none; }
#PdVPKM5qRI5s89Baiy2wp0MWAyeuWM3V { display:none; }
#FfeEkrZrtumudmHXzweN9UyLJLvycLQK { top:35.4375rem;left:10.937500357628rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#pmaPXXbmfTGnzZzebbXt2yEzIlT9K0DZ { width:41.4375rem;height:24.0625rem;display:none; }
#u84EzVsTLgcSuo6n31x5kS8mDosKsZDE { top:35.4375rem;left:10.937500357628rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#dLPNVMG8QF8iHgCR7DUqV4hlmMMG1oJl { display:none; }
#PdrbfNTltHF8l4HRafZTKIqkh6FHQBVH { top:102.75rem;left:0.65625rem;width:12.4375rem;height:0.6875rem;font-size:0.5625rem;display:none; }
#UG72EVMpzOUTNKsnsNZEzSQznAegzATq { top:103.9375rem;left:0.81510430574419rem;width:12.5625rem;height:3.25rem;font-size:0.625rem;display:none; }
#DJgdRz3iuJyEQ5bPm67snq6vZgryMZKp { display:none; }
#AgycDaKKyHkedURJuh7wJwfXe2HXUJvA { top:35.4375rem;left:10.937500357628rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#LufFUirxDwWnGObflA92BtTbxTrTFDnb { top:20.25rem;left:0rem;width:12.5625rem;height:3.375rem;display:none; }
#nTGa28O5wGQTcmPz11CS9IskTyM1n3rI { display:block; }
#rTkUn7iED29T6eEPBvBuZdMnVrw18Kop { top:20.25rem;left:0rem;width:12.5625rem;height:3.375rem;display:none; }
#mmhNXedO30TXmHKosRNmaJcynHeTbsFt { display:block; }
#iLiLaFP2PDIaWa4sbkOTAV8dU0SMSlX0 { top:20.25rem;left:0rem;width:12.5625rem;height:3.375rem;display:none; }
#miabgKJgmPyETVB9GGhwQZoAy0XTKEFo { display:block; }
#LftllrimMa1JTNQS8zehV3mcf4rT27sy { top:20.25rem;left:0rem;width:12.5625rem;height:3.375rem;display:none; }
#i52L3DtS9bw7GEo14CARcT3iTySwAgEW { display:block; }
#Oa4woRtZSOLnu38KAkBxQ2XG2xZ6IHsN { top:20.25rem;left:0rem;width:12.5625rem;height:3.375rem;display:none; }
#FkkN26xQ9c4BPJXvOBJSKTp21qAiIq4e { display:block; }
#T460PBLyQ0tJD8S4tzhNQ9dyAoBZfIUp { top:20.25rem;left:0rem;width:12.5625rem;height:3.375rem;display:none; }
#OT2IVPr57qHn2vchqXSvTqGTw4wdO0pU { display:block; }
#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM { display:none; }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM > .row .container { width:47.75rem;position:relative;display:none; }#OdTAJa69Cmi592LLaCC12WrKoxFQqi33 { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#wnehoL01NIdRKD4DB05z0MQyVeFp0kiu { width:47.75rem;height:19rem;display:none; }
#m4KqaPNRxhsVNQxQJSFXEIAylWXTVHwv { width:14.0625rem;height:5.125rem;display:none; }
#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH { display:block; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container { width:47.75rem;position:relative;display:block; }#PF7gMD8x9ZlL99pRGakJ7MBTdTfxIa7P { top:11.625rem;left:0rem;width:14.6875rem;height:26.188783066081rem;display:block; }
#Uzu59DuTJVN7KWrQoeBRtW6bA9eo75wk { top:7.4375rem;left:10.87158203125rem;width:20.625rem;height:1.25rem;font-size:1rem;display:block; }
#MygxIsqdIr53UD3Wm4MI67kh8htSqXS2 { width:12.25rem;height:2.5rem;top:33.5rem;left:27.375rem;display:block; }
#QRBXcxG8r1Ulbhw9rufHZFHKlAGQoPvM { display:block; }
#h6nmABXQiAgPbzXyzmJikunXU45zyVBL { top:33.8125rem;left:28.25rem;width:2.25rem;height:2.25rem;display:block; }
#h6nmABXQiAgPbzXyzmJikunXU45zyVBL > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#nOPFsK3FHs25DSSs4Jmh6iRzgz5vcb9h { top:11.75rem;left:9.06005859375rem;width:14.625rem;height:26rem;display:block; }
#yQ0azwBpBcEJ4HQyByqvigrG6afmPlxk { top:11.9375rem;left:24.37158203125rem;width:14.5625rem;height:25.9375rem;display:block; }
#XeNRhOdTrVLayqZTl8ZFqndzmFHB4N60 { top:12rem;left:33.25rem;width:14.5rem;height:25.876784605835rem;display:block; }
#VdCy5mTVKuvuEnRIV7buOgTmyvbNw87s { width:19.9375rem;height:;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
#qmIB97ZrQc60NcuvE2ObABFm1ERo4EcE { width:12.1875rem;height:2.4375rem;top:39.5rem;left:25.52587890625rem;display:none; }
#OCEJdqiHQrtg2siNsSen4c3HUwtUh6bV { display:block; }
#dkL44V2TuwQHE5vqeIXVOqVcZDbwlBdl { width:12.1875rem;height:2.4375rem;top:39.5rem;left:25.52587890625rem;display:none; }
#fAJ8QFmRXawNdRBT4a7agaTdxDU28aEp { display:block; }
#z7SSJ7q5uBT6oXLtAmds6bTHazkN57N0 { width:12.1875rem;height:2.4375rem;top:39.5rem;left:25.52587890625rem;display:none; }
#qe9WhMIVClgQ2oePfzTrysOA10NcPI1k { display:block; }
#xzcgFxTU6Qx598J0la2givmXWiuMckPe { width:12.1875rem;height:2.4375rem;top:39.5rem;left:25.52587890625rem;display:none; }
#C65USEvMX7tt9Eal7GPcNBkfmNNXI5PR { display:block; }
#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J { display:none; }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J > .row .container { width:47.75rem;position:relative;display:none; }#OsIOGZHyWgECNsOMtU03mNubduerlsWp { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#OXRWcQKLUEFDVDXb8eylQKsKI4U853KO { width:16.4375rem;height:0.875rem;top:14.4375rem;left:0rem;font-size:0.5625rem;display:block; }
#BPMDqoP21S2soMdTxTfNgdwHNQQBR5zI { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#D4nxBiUICJbpVZEpKxAXApNKPSMVwViW { top:16.625rem;left:0rem;width:20rem;height:0.8125rem;font-size:0.625rem;display:block; }
#ysitBQNr6Bw3FVsfPPKBZAJQeSk1MFLU { width:16.375rem;height:1.25rem;top:8.5rem;left:0rem;font-size:0.8125rem;display:none; }
#irfHkrXoDnKQXww8NKdDsfMslPD1b1R8 { display:none; }
#KMQU1JgzPtBfux7UCXSVF4VB99pH7OAO { display:none; }
#KMQU1JgzPtBfux7UCXSVF4VB99pH7OAO > img { max-width: 100%;max-height:100%; width:; height:; }#O6fCtboPQqDgIBlo7DEFwNlVJ6wEnlcH { display:none; }
#O6fCtboPQqDgIBlo7DEFwNlVJ6wEnlcH > img { max-width: 100%;max-height:100%; width:; height:; }#zoHzvK2Zflqz4EA5IHTx3iT12CDmHcQ6 { display:none; }
#zoHzvK2Zflqz4EA5IHTx3iT12CDmHcQ6 > img { max-width: 100%;max-height:100%; width:; height:; }#ev52C8nQhqn7qCowqmxUQPzb01gpxaas { display:none; }
#ev52C8nQhqn7qCowqmxUQPzb01gpxaas > img { max-width: 100%;max-height:100%; width:; height:; }#K0UGwOEeVyekAiy1HUFUZeMwDfEtS41U { display:none; }
#K0UGwOEeVyekAiy1HUFUZeMwDfEtS41U > img { max-width: 100%;max-height:100%; width:; height:; }#Pm5AsKGFTf0o6RoTXLo6hrhpTwQXAA7d { display:none; }
#Pm5AsKGFTf0o6RoTXLo6hrhpTwQXAA7d > img { max-width: 100%;max-height:100%; width:; height:; }#VUh61ZPf71FTx5HiCK0hoBWGTx8MM3l0 { display:none; }
#VUh61ZPf71FTx5HiCK0hoBWGTx8MM3l0 > img { max-width: 100%;max-height:100%; width:; height:; }#H5akHQmXzx3R7l5BhCUQScasdV6BXZBX { width:16.375rem;height:1.5rem;top:2.125rem;left:0rem;font-size:0.5rem;display:none; }
#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE { display:block; }#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE > .row .container { width:47.75rem;position:relative;display:block; }#I5eBZNKfEK15XXh8ftG8HmAyXhFnnuaD { width:28.75rem;height:3.25rem;top:0.9375rem;left:10.184896469116rem;font-size:2rem;display:block; }
#x9heyNm6PEC56w5Ct0RLoxtsIckcTItp { top:4.8125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.0625rem;display:block; }
#svp24cu3w94TsI1Dt3708ZPlnWIkgpa0 { top:13.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
#fZRkIRI8DNTkX94AtN0Tak4qxpW5fk8s { width:28.75rem;height:3.25rem;top:10.3125rem;left:10.184896469116rem;font-size:2rem;display:block; }
#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB { display:block; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { width:47.75rem;position:relative;display:block; }#ZmUuZQ0rPesMreRbIELvd9W0NC6Tu6zq { width:24.625rem;height:16.3125rem;top:2.8125rem;left:0rem;display:block; }
#DNCEo2OinaAfxTQUyC7RfdDiTXJf1w1m { width:20.875rem;height:13.8125rem;top:3.375rem;left:23.1875rem;display:none; }
#mNlTFmSPaRpF5cWJv1zlh8Es5i5fngsV { width:28.75rem;height:;top:2.8125rem;left:19rem;font-size:2rem;display:block; }
#UhvpoJfeXbU42NK5pEEgpKVXtDpNJZmD { top:6.9375rem;left:28rem;width:19.75rem;height:4.125rem;font-size:0.9375rem;display:block; }
#h6cztZyygdETCQkLpbkRZVp3PMiBTq54 { top:6.375rem;left:16.943576812744rem;width:18.75rem;height:1.8125rem;font-size:1rem;display:none; }
#zw889Ta3rshSwG9fJeBi5M1wp69zLmlV { top:8.9375rem;left:13.442058563233rem;width:8.4375rem;height:3.163649900728rem;display:none; }
#sLLrMVlBoMXUUB7HsUP59bAXmHA9xhXM { top:9.0625rem;left:24.5rem;width:7.1875rem;height:2.8498167945512rem;display:none; }
#lzczTALrgMnexE17in7LGFQXyQNqCOc4 { top:11.8125rem;left:32rem;width:15.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
#wDvi5WlubSBoIPpEr0d7pDvmt15RsMlM { top:26.8125rem;left:0.4375rem;width:22.375rem;height:9.8125rem;display:none; }
#P50foGgCAwmHBnNfWXqRMBViT51nH2HR { width:15.25rem;height:2.9375rem;top:14.3125rem;left:32.5rem;display:block; }
#zSnQzBWvT90G1NATCWRJW5vmPKKgTop1 { display:block; }
body { position:relative;display:block; }
#siz5glWvAeR7Z9XgTyhyeEUups9UziOX { display:block; }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX { background-color: transparent; background-image: none; }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX > .row .container > .video-iframe-container { display: none; }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX > .row > .video-iframe-container { display: none; }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX > .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); }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX > .row .container { width:20rem;height:14.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5a5990f-be8b-480b-a870-01482ef15757/AndalusiaLadiesWellness40.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#siz5glWvAeR7Z9XgTyhyeEUups9UziOX > .row .container.adaptive-delivery-prevent-bg, #siz5glWvAeR7Z9XgTyhyeEUups9UziOX > .row .container.lazyload, #siz5glWvAeR7Z9XgTyhyeEUups9UziOX > .row .container.lazyloading { background-image: none; }#qumVHZQKzWUJMZzOA1EATqfT2HTlmdmQ { width:4.375rem;height:8.5rem;top:0rem;left:7.8125rem;overflow:hidden;display:block; }
#SCoUJadr8klteeH22QTZB32DPKMMfTlU { display:flex;top:0.3125rem;left:3.3424480557442rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#SCoUJadr8klteeH22QTZB32DPKMMfTlU > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#W0IBlxTlGfctwg0ZfqZRHut4n959idqG { display:flex;top:0.25rem;left:1.875rem;width:1.25rem;height:1.25rem;z-index:15152; }
#AmxIxT2cdMu49ahv1TxhNHaGtf25irWH { top:10.3125rem;left:1.75rem;width:16.5rem;height:3.5rem;z-index:15154;overflow:hidden;display:block; }
#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe { background-color:rgba(240,218,225,0.34);background-image:url("https://images.assets-landingi.com/uc/f5a5990f-be8b-480b-a870-01482ef15757/AndalusiaLadiesWellness40.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe.adaptive-delivery-prevent-bg, #bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe.lazyload, #bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe.lazyloading { background-image: none; }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe > .row .container { background-color: transparent; background-image: none; }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe > .row .container > .video-iframe-container { display: none; }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe > .row > .video-iframe-container { display: none; }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe > .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); }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe > .row .container { border-width: 0; border-radius: 0; }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#bgeKHadVvL9P4EaGBhFI5KAIgkgetkDe > .row .container { width:20rem;height:43.125rem;position:relative;display:block; }#nXAqpTEUNwRTC82HVM0HeCVTWVTu6aAb { width:20rem;height:0;top:3.5242185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;display:none; }
#yCQdk3O8hJZTXeIlGt1cmqGLusCBkaQm { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#hkoSl06lASIDxdRwkevHpGUzRdaFwPBB { width:16.8125rem;height:4.62890625rem;top:1.46484375rem;left:1.59375rem;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:cairo;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; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Eie7NbJ8aC4Nlb7EeAAykWPE6f1aw78f {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q64JCVegTFzd8azclW4024VX8hG7cyJt { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BX95zZdJhtdufOnVR6oSi5qynvmPKClK {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SynR8cCMOJrxcxhKheqpgeTfyviLk6Z7 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lsCUs9P6CSysCiZIxKEM61HBL1FMf0Mo { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xrWEUMwXpo2TnZdN9odxmcPSv9OmTnIv {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #azFwnSTvIgeL8CCzERy1lxABGeyGcexI {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #NwzUqI4HzxOEbG32D3rhiPnMMBfIUBN5 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uRcHizWN1oVoP18isWU4EhiKoTFzZCJQ {  }
#T3bKGSAFwlLyAHHVyggwRCDDZqFUc5uE { display:block; }
#s1hPfpVCxuiRCFGmDRQEm3aaVSenfpxB { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kJJbfwqvyiDw5DyM3C1Odi4IX14TGEmW {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ZlyEbt4Midq0MiOyUwvMgW3S4I30POhD {  }
#on9hdrrQFNLBJbZy183KE1tfqvxmgT4B { top:11.5rem;left:0rem;width:20rem;height:13.5rem;z-index:14991;background-color:#ffffff;background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#hdWfGyv8yxgRX8WdEUHwAyTuPetAvyhe { top:15.4375rem;left:3.75rem;width:12.5rem;height:1.54375rem;z-index:15153;font-family:cairo;font-weight:400;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#TMMSImo3gTA4ZONB4lNQHWM5szhmgl4o { width:3.4375rem;height:2.8125rem;top:12.25rem;left:8.25rem;z-index:15016;overflow:hidden;display:block; }
#icCaDJDDuH85IsHIaCmdkC73lgUudCV7 { width:12.433625rem;height:0.8125rem;top:40.6875rem;left:3.8125rem;font-size:0.625rem;z-index:15019;font-family:cairo;display:block; }
#Oy0ZZih264INmgBSpybiN0ah7MCnZe6B { width:19.3734375rem;height:1.54375rem;top:9rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;font-family:cairo;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15021;color:#9b7d8c;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #opUxdxNT46SELUcyHtqmXFu4yvZDhlKu {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uw0rJMA1gsuIragXhy7pCI2yTpms1bi5 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dk92LgGWCPvVKC0uIfQ77Quk7uHWF5G9 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #AJREmV8Io1Z7VzG0GP2MFa6TgJd7KEsp {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yZqVzG3Q8kBmbAc6ti7TABFf1sr02pGx { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Gv5NX7aeMwu65JEu92NWuANJm0rItTc8 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MqO1y2vVn5zkpmh9luR4uFCLOzpbc2N0 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #N3npmLII8lmhFTU9h97TBf8kT9LWyIkS { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yV2drMf8TD5sAoGhNoUtXrQICLoruL5x {  }
#PHFuQf1apR3tEcLEC8S01OvQrKsGeOkK { display:block; }
#Bk2yaITqR8qXzdHazgqk1qlFPRrJvLQ1 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lSuX4c8Mot4qg0H78xwE69qKh8TmCrBp {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #oTP3Pk6LDGrq6FmguFsmpyCGzeW2U1CZ {  }
#T0n8qM2cAl7EVaC3xbDsxdOonH07JokA { top:36.3125rem;left:1.0625rem;width:17.85rem;height:2.9125rem;z-index:14991;font-size:1.0625rem;line-height:2;color:#9b7d8c;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #9b7d8c;border-left:0.125rem dashed #9b7d8c;border-right:0.125rem dashed #9b7d8c;border-bottom:0.125rem dashed #9b7d8c;display:block; }
#dzTUVlN18cSD0ySOdTcIG3CuEdODktbJ { display:block; }
#JSsJa83vP6kM9lBpVJkHG72DoQx95X8e { top:32.5rem;left:1.125rem;width:17.775rem;height:2.8375rem;z-index:14992;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#9b7d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
#NB8AwDdetfuooknaszRiRyk9eT0wyWwT { display:block; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;display:block;vertical-align:top; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;line-height:1;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#9b7d8c;background-image:none;font-size:1.0625rem; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 [class*="-text"]:-moz-placeholder { font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 [class*="-text"]::-moz-placeholder { font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 [class*="-text"]:-ms-input-placeholder { font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 [class*="-text"]::-webkit-input-placeholder { font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-container:first-of-type{padding-top:0;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .widget-container:last-of-type{padding-bottom:0;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1  { width:17.5rem;height:auto;top:15.937500953674rem;left:0rem;z-index:15001; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 {display:block;}#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 { width:17.5rem;height:auto;top:15.937500953674rem;left:0rem;z-index:15001; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #cQ6TsTM8dMVwoC2lvJGQLtGhLTUAgkuH {  }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #PR3psReTPPh0oUGEscCagAo0Jmo4EKz5 { display:none; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #GtSQDhrrRxqZTewV9T6VCUzFedTh1U11 {  }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #LX3WtHFPE09ChUTZFkQKgkyTqPmHwR0V {  }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #lE2qDMTWcnxAPNGTSB25ZchKtOBIDAPi { display:none; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #bosAedykaVFnq9UPwKxKTVSCgSetcwKX {  }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #wziAkUFivinWX42056ezrI0I4avKIPBk {  }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #zwoZQ2ysShzvd3iEZnefT4RNeW0h0nNW { display:none; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #ZTp9wQiyrQ3MZq3pxPFTqo61MLx54Wen {  }
#keuNMw8A1WnsZqNmyFmM2bX7dpSscHsI { display:block; }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #XT1SlJlsdCXd5wZEqZgEgwekfqJJPRLg {  }
#u037d7TfV5xf08k8xvWOip7ldbFxUPM1 #OEQc3H3SSSKbzF0oLmzI2tvwcoMMRV10 {  }
#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub { background-color:rgba(240,218,225,0.34);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; }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub > .row .container { background-color: transparent; background-image: none; }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub > .row .container > .video-iframe-container { display: none; }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub > .row > .video-iframe-container { display: none; }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub > .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); }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub > .row .container { border-width: 0; border-radius: 0; }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MS1xRiT3dideRIp098lU1KCvTV5Ls0Ub > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#Filye8ETnMsqEq9WB8Z4mJcRvXSnZsER { 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; }
#RQZyWGOCnbWVqoc8mpozV2xGw92BVzlo { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#NtDSVSnG6qF19l34Tur06WQrn8IQD25z { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#f5yAUGt3cCvq2q3g1qREoT6vrS911rok { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5a5990f-be8b-480b-a870-01482ef15757/AndalusiaLadiesWellness40.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok.adaptive-delivery-prevent-bg, #f5yAUGt3cCvq2q3g1qREoT6vrS911rok.lazyload, #f5yAUGt3cCvq2q3g1qREoT6vrS911rok.lazyloading { background-image: none; }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok > .row .container { background-color: transparent; background-image: none; }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok > .row .container > .video-iframe-container { display: none; }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok > .row > .video-iframe-container { display: none; }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok > .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); }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok > .row .container { border-width: 0; border-radius: 0; }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f5yAUGt3cCvq2q3g1qREoT6vrS911rok > .row .container { width:20rem;height:109.0625rem;position:relative;display:block; }#G9TfNT52J6rnTmpN5N45NS1BPNNwvIia { top:0.89375305175781rem;left:3.7500000596046rem;width:12.5rem;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:#9b7d8c;display:block; }
#BpLvTQAEpOOZad3UGQTOBA1VP0rt11w4 { top:3.7499961853027rem;left:0rem;width:20rem;height:10.9375rem;z-index:14976;overflow:hidden;display:block; }
#q1Keldfzarya8KgkZLvhVWOJl4RXtzoU { top:21.374783992768rem;left:0rem;width:20rem;height:11rem;z-index:14988;overflow:hidden;display:block; }
#led5CWvXxzs8woussXGxTNoKvSnaJGt2 { top:20.0625rem;left:0.49999994039536rem;width:3.3125rem;height:3.3125rem;z-index:15043;background-color:#9b7d8c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#wUUZpc0T7msFVI1ZQAV1Brtp7ygeLG7Q { top:21.125rem;left:0.74999994039537rem;width:2.5625rem;height:0.975rem;z-index:15094;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#iZefi2P89FmreZSU0OocW65PQxD67nf2 { top:32.964193344116rem;left:6.77951413393rem;width:12.3125rem;height:0.8125rem;z-index:15038;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#FvkFJF5qnyEZ5QiqB2TIatipPGJIeKyX { top:34.010416030884rem;left:7.124132454395rem;width:12.6248125rem;height:3.246525rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
#UakJ2nE3tv2OhdormSADMRQFKkw77R9P { top:38.872611999512rem;left:0rem;width:20rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#FkzTF8A8KDL81xJOWeuCXeXL7dWcAIOn { top:37.1875rem;left:0rem;width:3.3125rem;height:3.3125rem;z-index:15045;background-color:#9b7d8c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#o148E7dWswZXexy2TKE2cZo6utg8lf0I { top:38.375rem;left:0.3125rem;width:2.5620125rem;height:0.975rem;z-index:15096;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#y7UnvBg58S0rh03mppOpOcwwEC7ACIn1 { top:50.372398376465rem;left:7.125rem;width:12.4995rem;height:0.73125rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:700;font-style:normal;display:block; }
#x5dfpnP6wI7KeZ2ryqyofaHWRzUBrrlb { top:51.245658874512rem;left:6.0935333371163rem;width:13.5rem;height:4.05815625rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
#l6L4COv0FSxh6GTOq7zdU2TBebnOSuts { top:55.622833251953rem;left:0.12478297948837rem;width:19.9375rem;height:11rem;z-index:14990;overflow:hidden;display:block; }
#ln9wIeSibirLf5y71I90NI73OMk4xNln { top:54.25rem;left:0rem;width:3.3125rem;height:3.3125rem;z-index:15047;background-color:#9b7d8c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#zzJJIAbazIGeDZeqDlOB7GZphJOvE0uZ { top:55.435546875rem;left:0.3125rem;width:2.5620125rem;height:0.975rem;z-index:15098;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#kSU2iP0TMNHDkgki3JLOrMyTHrJzl0rD { top:67.163282394406rem;left:7.50234413147rem;width:12.4978125rem;height:0.73125rem;z-index:15040;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:700;font-style:normal;display:block; }
#IUeUAFUtsyuqI1HqRClcRhKd5IiQsPrJ { top:68.05838012695rem;left:7.061632454395rem;width:12.6225625rem;height:2.43489375rem;z-index:15036;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
#L2Xs5JFuTDytTADi7Z6IhVaVyvx30rIr { top:72.184249877931rem;left:0.24956601858139rem;width:19.9375rem;height:11rem;z-index:14991;overflow:hidden;display:block; }
#B9ByOExreu651WdTtcgWFg7dIuphN77r { top:83.9345703125rem;left:7.15673828125rem;width:12.4980625rem;height:0.73125rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:700;font-style:normal;display:block; }
#xEq3XfZdkFDL0Uk6a1kJVBGZUlpqKyVy { top:85.245662689206rem;left:7.1571186184881rem;width:12.6225625rem;height:2.43489375rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
#PdVPKM5qRI5s89Baiy2wp0MWAyeuWM3V { top:70.625rem;left:0rem;width:3.3125rem;height:3.3125rem;z-index:15049;background-color:#9b7d8c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#FfeEkrZrtumudmHXzweN9UyLJLvycLQK { top:71.875rem;left:0.3125rem;width:2.5620125rem;height:0.975rem;z-index:15100;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#pmaPXXbmfTGnzZzebbXt2yEzIlT9K0DZ { top:90.557731628419rem;left:0.18663197755814rem;width:19.875rem;height:11rem;z-index:14992;overflow:hidden;display:block; }
#u84EzVsTLgcSuo6n31x5kS8mDosKsZDE { top:89.932292938231rem;left:0.3125rem;width:2.5612rem;height:0.975rem;z-index:15102;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#dLPNVMG8QF8iHgCR7DUqV4hlmMMG1oJl { top:88.7500038147rem;left:0rem;width:3.3125rem;height:3.3125rem;z-index:15051;background-color:#9b7d8c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#PdrbfNTltHF8l4HRafZTKIqkh6FHQBVH { top:15.662544250488rem;left:7.5021708607675rem;width:12.49675rem;height:0.73025rem;z-index:15042;text-align:right;text-align-last:right;font-family:cairo;font-size:0.5625rem;font-weight:700;font-style:normal;display:block; }
#UG72EVMpzOUTNKsnsNZEzSQznAegzATq { top:16.635851860046rem;left:7.3784726262094rem;width:12.6215rem;height:2.43489375rem;z-index:15038;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
#DJgdRz3iuJyEQ5bPm67snq6vZgryMZKp { top:2.193359375rem;left:0.5rem;width:3.3125rem;height:3.3125rem;z-index:15102;background-color:#9b7d8c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#AgycDaKKyHkedURJuh7wJwfXe2HXUJvA { top:3.25rem;left:0.75rem;width:2.5625rem;height:0.975rem;z-index:15105;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#LufFUirxDwWnGObflA92BtTbxTrTFDnb { top:15.623699188233rem;left:0.76953125rem;z-index:15179;width:5.9375rem;height:2rem;font-size:0.75rem;display:block; }
#nTGa28O5wGQTcmPz11CS9IskTyM1n3rI { display:block; }
#rTkUn7iED29T6eEPBvBuZdMnVrw18Kop { top:33.437502542511rem;left:0.51953125rem;z-index:15180;width:5.9375rem;height:2rem;font-size:0.75rem;display:block; }
#mmhNXedO30TXmHKosRNmaJcynHeTbsFt { display:block; }
#iLiLaFP2PDIaWa4sbkOTAV8dU0SMSlX0 { top:50.371874809265rem;left:0.125rem;z-index:15181;width:5.9375rem;height:1.99978125rem;font-size:0.75rem;display:block; }
#miabgKJgmPyETVB9GGhwQZoAy0XTKEFo { display:block; }
#LftllrimMa1JTNQS8zehV3mcf4rT27sy { top:67.6015663147rem;left:0.76953125rem;z-index:15182;width:5.9375rem;height:2rem;font-size:0.75rem;display:block; }
#i52L3DtS9bw7GEo14CARcT3iTySwAgEW { display:block; }
#Oa4woRtZSOLnu38KAkBxQ2XG2xZ6IHsN { top:84.307294845581rem;left:0.76953125rem;z-index:15183;width:5.9375rem;height:2rem;font-size:0.75rem;display:block; }
#FkkN26xQ9c4BPJXvOBJSKTp21qAiIq4e { display:block; }
#T460PBLyQ0tJD8S4tzhNQ9dyAoBZfIUp { top:102.78385925293rem;left:0.76953125rem;z-index:15184;width:5.9375rem;height:2rem;font-size:0.75rem;display:block; }
#OT2IVPr57qHn2vchqXSvTqGTw4wdO0pU { display:block; }
#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM { background-color:rgba(240,218,225,0.34);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; }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM > .row .container { background-color: transparent; background-image: none; }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM > .row .container > .video-iframe-container { display: none; }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM > .row > .video-iframe-container { display: none; }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM > .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); }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM > .row .container { border-width: 0; border-radius: 0; }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tpgzBwlcAz7kxfIebzTBIM4yhXDLclVM > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#OdTAJa69Cmi592LLaCC12WrKoxFQqi33 { 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; }
#wnehoL01NIdRKD4DB05z0MQyVeFp0kiu { top:1.0898439884186rem;left:1.0364583730698rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#m4KqaPNRxhsVNQxQJSFXEIAylWXTVHwv { top:1.2460939884186rem;left:6.4244794845581rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH { background-color:#ffffff;background-image:none;display:block; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container { background-color: transparent; background-image: none; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container > .video-iframe-container { display: none; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row > .video-iframe-container { display: none; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .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); }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container { width:20rem;height:167.1875rem;position:relative;display:block; }#PF7gMD8x9ZlL99pRGakJ7MBTdTfxIa7P { width:18.999rem;height:34.437rem;top:10.19091796875rem;left:0.62548828125rem;overflow:hidden;display:block; }
#Uzu59DuTJVN7KWrQoeBRtW6bA9eo75wk { width:20rem;height:0;top:59.437286376953rem;left:0rem;font-size:1rem;display:none; }
#MygxIsqdIr53UD3Wm4MI67kh8htSqXS2 { width:7.6875rem;height:2.8125rem;top:59.2861328125rem;left:1.5rem;font-size:1.4375rem;text-align:right;text-align-last:right;font-family:"br font n-day";font-weight:400;font-style:normal;display:none; }
#QRBXcxG8r1Ulbhw9rufHZFHKlAGQoPvM { display:block; }
#h6nmABXQiAgPbzXyzmJikunXU45zyVBL { width:2.25rem;height:2.25rem;top:75.499025rem;left:8.875rem;display:none; }
#h6nmABXQiAgPbzXyzmJikunXU45zyVBL > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#nOPFsK3FHs25DSSs4Jmh6iRzgz5vcb9h { width:18.999rem;height:33.9375rem;top:50.44189453125rem;left:0.49951171875rem;overflow:hidden;display:block; }
#yQ0azwBpBcEJ4HQyByqvigrG6afmPlxk { width:19rem;height:33.8125rem;top:89.646484375rem;left:0.5rem;overflow:hidden;display:block; }
#XeNRhOdTrVLayqZTl8ZFqndzmFHB4N60 { width:18.9980625rem;height:33.874rem;top:129.14453125rem;left:0.5rem;overflow:hidden;display:block; }
#VdCy5mTVKuvuEnRIV7buOgTmyvbNw87s { width:19.999rem;height:3.89756875rem;top:2.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
#qmIB97ZrQc60NcuvE2ObABFm1ERo4EcE { width:12.2480625rem;height:2.499025rem;top:45.9287109375rem;left:3.875rem;font-size:1.625rem;z-index:15187;background-color:#135287;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#OCEJdqiHQrtg2siNsSen4c3HUwtUh6bV { display:block; }
#dkL44V2TuwQHE5vqeIXVOqVcZDbwlBdl { width:12.2480625rem;height:2.499025rem;top:125.1875rem;left:3.875rem;font-size:1.625rem;z-index:15188;background-color:#135287;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#fAJ8QFmRXawNdRBT4a7agaTdxDU28aEp { display:block; }
#z7SSJ7q5uBT6oXLtAmds6bTHazkN57N0 { width:12.2480625rem;height:2.499025rem;top:85.22265625rem;left:3.875rem;font-size:1.625rem;z-index:15189;background-color:#135287;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#qe9WhMIVClgQ2oePfzTrysOA10NcPI1k { display:block; }
#xzcgFxTU6Qx598J0la2givmXWiuMckPe { width:12.2480625rem;height:2.499025rem;top:163.625rem;left:3.875rem;font-size:1.625rem;z-index:15189;background-color:#135287;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#C65USEvMX7tt9Eal7GPcNBkfmNNXI5PR { display:block; }
#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J { background-color:#9b7d8c;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; }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J > .row .container { background-color: transparent; background-image: none; }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J > .row .container > .video-iframe-container { display: none; }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J > .row > .video-iframe-container { display: none; }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J > .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); }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J > .row .container { border-width: 0; border-radius: 0; }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o64Z7qwUcu0E38DKzGbGhGBxDnMfMe5J > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; }#OsIOGZHyWgECNsOMtU03mNubduerlsWp { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#OXRWcQKLUEFDVDXb8eylQKsKI4U853KO { width:16.4375rem;height:0.8984375rem;top:10.185943603516rem;left:1.8117187619209rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:cairo;font-weight:400;font-style:normal;display:block; }
#BPMDqoP21S2soMdTxTfNgdwHNQQBR5zI { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#D4nxBiUICJbpVZEpKxAXApNKPSMVwViW { width:20rem;height:0.8125rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#ysitBQNr6Bw3FVsfPPKBZAJQeSk1MFLU { width:16.436625rem;height:1.3rem;top:8.5958938598631rem;left:2.5292969346046rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:cairo;font-weight:400;font-style:normal;z-index:15004;display:block; }
#irfHkrXoDnKQXww8NKdDsfMslPD1b1R8 { display:flex;top:8.80989074707rem;left:6.7473959922787rem;width:0.875rem;height:0.875rem;z-index:15152; }
#KMQU1JgzPtBfux7UCXSVF4VB99pH7OAO { display:flex;top:4.99951171875rem;left:5.09326171875rem;width:1.875rem;height:1.875rem;z-index:15153; }
#KMQU1JgzPtBfux7UCXSVF4VB99pH7OAO > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#O6fCtboPQqDgIBlo7DEFwNlVJ6wEnlcH { display:flex;top:4.99951171875rem;left:6.87451171875rem;width:1.875rem;height:1.875rem;z-index:15154; }
#O6fCtboPQqDgIBlo7DEFwNlVJ6wEnlcH > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#zoHzvK2Zflqz4EA5IHTx3iT12CDmHcQ6 { display:flex;top:4.99951171875rem;left:9.0615234375rem;width:1.875rem;height:1.875rem;z-index:15155; }
#zoHzvK2Zflqz4EA5IHTx3iT12CDmHcQ6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ev52C8nQhqn7qCowqmxUQPzb01gpxaas { display:flex;top:4.99951171875rem;left:11.1240234375rem;width:1.875rem;height:1.875rem;z-index:15156; }
#ev52C8nQhqn7qCowqmxUQPzb01gpxaas > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#K0UGwOEeVyekAiy1HUFUZeMwDfEtS41U { display:flex;top:4.99951171875rem;left:13.1865234375rem;width:1.875rem;height:1.875rem;z-index:15157; }
#K0UGwOEeVyekAiy1HUFUZeMwDfEtS41U > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Pm5AsKGFTf0o6RoTXLo6hrhpTwQXAA7d { display:flex;top:5.12451171875rem;left:15.6240234375rem;width:1.875rem;height:1.875rem;z-index:15158; }
#Pm5AsKGFTf0o6RoTXLo6hrhpTwQXAA7d > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#VUh61ZPf71FTx5HiCK0hoBWGTx8MM3l0 { display:flex;top:4.99951171875rem;left:2.52978515625rem;width:1.875rem;height:1.875rem;z-index:15154; }
#VUh61ZPf71FTx5HiCK0hoBWGTx8MM3l0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#H5akHQmXzx3R7l5BhCUQScasdV6BXZBX { width:16.4366875rem;height:0.8rem;top:3.37109375rem;left:1.7804687619209rem;text-align:center;text-align-last:center;font-size:0.5rem;font-family:cairo;font-weight:400;font-style:normal;z-index:15004;display:block; }
#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE { background-color:#e8e0e4;background-image:none;display:none; }#kbgMTBDSiiTPqLiFpGm7KfoTvvl9JkJE > .row .container { width:20rem;height:31.25rem;position:relative;display:none; }#I5eBZNKfEK15XXh8ftG8HmAyXhFnnuaD { width:20rem;height:2.59895625rem;top:1.1866302490234rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#x9heyNm6PEC56w5Ct0RLoxtsIckcTItp { width:19.7486875rem;height:13.8020625rem;top:4.4088554382324rem;left:0rem;font-size:1.0625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);font-family:cairo;display:block; }
#svp24cu3w94TsI1Dt3708ZPlnWIkgpa0 { width:19.4375rem;height:6.9010625rem;top:23.052085876465rem;left:0rem;font-size:1.0625rem;color:#000000;font-family:cairo;display:block; }
#fZRkIRI8DNTkX94AtN0Tak4qxpW5fk8s { width:20rem;height:2.59895625rem;top:19.329429626465rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB { background-color:#e8e0e4;background-image:none;display:none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { width:20rem;height:31.5625rem;position:relative;display:none; }#ZmUuZQ0rPesMreRbIELvd9W0NC6Tu6zq { width:15.875rem;height:10.5rem;top:24.962024211884rem;left:0.62500005960463rem;display:none; }
#DNCEo2OinaAfxTQUyC7RfdDiTXJf1w1m { width:20rem;height:13.125rem;top:9.9218751192094rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
#mNlTFmSPaRpF5cWJv1zlh8Es5i5fngsV { width:20rem;height:2.59895625rem;top:1.1866302490234rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#UhvpoJfeXbU42NK5pEEgpKVXtDpNJZmD { width:19.749375rem;height:3.65625rem;top:4.1532082557678rem;left:0.24956595897674rem;font-size:0.9375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);font-family:cairo;display:block; }
#h6cztZyygdETCQkLpbkRZVp3PMiBTq54 { width:9rem;height:1.29948125rem;top:25.875rem;left:5.5rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:15101;color:#000000;display:block; }
#zw889Ta3rshSwG9fJeBi5M1wp69zLmlV { width:7.8736875rem;height:2.8125rem;top:27.75rem;left:1.75rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15102;display:block; }
#sLLrMVlBoMXUUB7HsUP59bAXmHA9xhXM { width:7.6236875rem;height:2.8737rem;top:27.75rem;left:10.6875rem;z-index:15103;display:block; }
#lzczTALrgMnexE17in7LGFQXyQNqCOc4 { width:16.4361875rem;height:1.8691375rem;top:24rem;left:1.75rem;font-size:1.4375rem;color:#ffffff;font-family:cairo;display:block; }
#wDvi5WlubSBoIPpEr0d7pDvmt15RsMlM { width:18.375rem;height:8.1875rem;top:23.0625rem;left:0.8125rem;background-color:rgba(0,0,0,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
#P50foGgCAwmHBnNfWXqRMBViT51nH2HR { width:15.25rem;height:2.9375rem;top:14.3125rem;left:2.375rem;font-size:1.625rem;display:none; }
#zSnQzBWvT90G1NATCWRJW5vmPKKgTop1 { display:block; }
