.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGuGGpepMG0wwyB7T80ks9ae7zA92rpR { position:relative;display:none; }#DGuGGpepMG0wwyB7T80ks9ae7zA92rpR { border-width: 0; border-radius: 0; }#DGuGGpepMG0wwyB7T80ks9ae7zA92rpR > .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; }#DGuGGpepMG0wwyB7T80ks9ae7zA92rpR > .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; }#Sbi9Ls38mIO2rsbLWbRNnlE4Sp5I2KGi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:31.25rem;display:none; }
#ctpvn0Dgt36POTNlW4nUsgAmBZXzPeSO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:20.3125rem;display:none; }
#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v > .row .container { border-width: 0; border-radius: 0; }#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#dGWu6GKqwS5Kv0284n8z7l6JhH43SPVZ { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:48.4375rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#MaGw3GHtEMNwzu7Kok81G4ZKyyMeZqFy { position:absolute;display:block;z-index:15007;background-color:#62748d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:2.5618491172791rem;left:47.5rem;display:block; }
#r1VDUssruTT4GkzPndQSF57bQxtr9dKa { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:18.125rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#scEmitTrykgcwW8q8WbytWEWcvd9m6A6 { position:absolute;display:block;z-index:15008;background-color:#62748d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:2.5625001192093rem;left:42.125rem;display:block; }
#cOK9l2BpC06kF9aKkmxQbR2V129uwvdf { color:#22344d;display:block;width:11.6875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:29.5625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#DwGBa7F9vMieuCk8UE85dso7ViGzfv54 { position:absolute;display:block;z-index:15008;background-color:#62748d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:2.5625001192093rem;left:42.125rem;display:none; }
#FK6rn0i3DtqpeITP87zgEurdc2JdKnQM { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#fnb9rBtB3qrWNBNDF8maNsmvQH5rsRFB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K31hAuGhPgsKUiBJGkff6HssmUoazw1a { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#uPgEIlA5HUIIGblfQfnlEwKOy8nIPdQz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4HS9LqviwlTLlsCTKMwiflr6WKd7ana { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#gTTbWaegwoeo22uLzlzd65gmcT8F2RKR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh { position:relative;display:none; }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh { border-width: 0; border-radius: 0; }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh > .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; }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh > .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; }#dFDmxwg3uKU3A0KyNdbpQ36QxZoXusUc { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:0.5625rem;left:2.75rem;display:none; }
#v3N2thyyeGXSgWvOUmHwFUGtTpiP175q { 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; }
#cnxFTb8gZ4Sy1AcMSSVeRy6nEAA5ZIae { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:14.3125rem;left:6.8125rem;display:none; }
#omHCCv4UANnIRla0t0eNQtr3xVuBq8Qu { 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; }
#G7UXEikXvpT53nZ77mzitvhu4HJvudN2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p8nXszxgl7yVq52CzxPo5Ucp50LfOE8z { 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; }
#iP3ZNeBoJZgzRMsHdSVN6DWTdBx2qKpP { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:2.6875rem;left:0.75rem;display:none; }
#Q7b9xyptWCmL1hUTNAuNzIxU0V0JDPnH { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:16.1875rem;left:0rem;display:none; }
#seSh44guFn0EWlVEmgJvK9khU9nAWnDd { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:33.3125rem;left:0.375rem;display:none; }
#nCboi8xXyAISm7wQOUl3o4dz636KLFNs { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:31.0625rem;left:6.9375rem;display:none; }
#rpBqobZBM9r6D7tveHqD2tCtC0bLydPS { 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; }
#p6081IuTowp4uRPTTSq5GaPrhE2FgS1r { 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; }
#AqscAzp5yuX1vGLDIpXhUm5X0E1G774o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WT1bAyF0bm8fX5VhZFWA23SAE1cS7kF6 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:47.3125rem;left:0.625rem;display:none; }
#TktpFa9KkONGxiWavThwk8t8FCEpkeEP { 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; }
#IGGUFBPFnvW2a19cPJHXI5DS7bITWySG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phdNkvQ15xSkJSrs4gduATWoyECGDip2 { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:45.75rem;left:6.8125rem;display:none; }
#bracvRug4i5vUiJy89LtzWN5gSFcvFaf { 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; }
#ycxObJdHM3b09NwLOzODSzqHruMdgkQv { 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; }
#NaRwb0o23b3bNnTLPfdGeNm3gglzg3Ru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRksvcQbpJbUvzzFVITQICNV9TiGOxhu { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:0.1875rem;display:none; }
#MXIynBifG8JtTxdqQNey7hL7sexg5JTd { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:62.5rem;left:6.375rem;display:none; }
#NakB4mNrCJ4Ob5JOmMcnlkHENSHFuMel { 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; }
#idGv7F1tAnsnOE3rxkdU3Wtk0fsk6aab { 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; }
#mDSQixwAGRz7kdbTo2pBa9HTeA4GpZSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HbtTd63xXPD5vJfPXurEbIaAzMT2PA9Q { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:77.9375rem;left:6.5625rem;display:none; }
#Ear3DfIPkCqLskCyfw3WznkTWd74paBh { 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; }
#Zok7IZUgwqw18NQXbz8pkuTwifRc1MyM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmNZJXOZV4QKrbm9E9X3Pyf8wvrr3atU { 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; }
#nMoVEuXOAU1szMNFkRP5tdtgwZ7sFFgB { 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; }
#u1Qfesg0LaBvIlUL6qi2BWLIOcm8itvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hB4Ox2kCF4trONeFfe5IIEKTQG7tklaB { 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; }
#cUdeHcZeRuVnAFoiaTodDFWsbknKb4RN { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:94.6875rem;left:6.5625rem;display:none; }
#M9iRIy4RFGZMoBXZgqVfgyinwTfmw4nm { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:79.8125rem;left:0.375rem;display:none; }
#S4PI84B8DL174utkEVKBrKOnggceJxDF { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:97.875rem;left:0.375rem;display:none; }
#a7X7zk96CL67TZQEgx1ULFe66LiBLVVB { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:115.5rem;left:0rem;display:none; }
#fCwtcTSi9o4h4hJi4tnhI3Qke58Bmczw { 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; }
#hov3P5NpsSlpMmkP0xlxCSFxNzKq7IM2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTtQsQRQ0V2aF3TvTuFdsw6nqGgZOA0H { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:113.25rem;left:6.5625rem;display:none; }
#BJ02EStl8nm4ekfq1DOxwnKlTcpKPFOQ { 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; }
#cbFQSm2qCFHy5Rfo2JMywWLpqbBNOWp2 { 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; }
#J5cl67k0RqsiA9H5fCIy3KAXy8S0GITV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gh9tkPgM0SuICBQh9rQrS1yLKTqJB2X2 { 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; }
#eWVOb1kv0u0pNrGglfidr7qVfv2TPPXS { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:132.125rem;left:0.5625rem;display:none; }
#X60RHsL1RP4Nfe7KqV5JWxEK0wzdD9kV { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:130.125rem;left:6.5625rem;display:none; }
#WBPxVDnnkE1sgfzUf4m39fLgVXe5Pw8e { 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; }
#QafQQxTQTrCVOSEnbkFG6FU5cB7Uy915 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v4JWd8vDoGSnd13E8zoryd2cv3rMmsT1 { 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; }
#ob4SUa5q8rt5rngOFNQE6JIT0MRVETd1 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:149.375rem;left:0.8125rem;display:none; }
#WqTIfwikUyBQ26FnT451gp2Qv4yvCOIy { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:147.0625rem;left:6.6875rem;display:none; }
#T6aBOxbEv0I0v8C6H20zwRksLnzw7LFm { 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; }
#QfgsmUR99nIMNGrwxZHv9hAzJoCDePl9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wnkoh9kypGvs6kANkhqMmbWdSCgKHoDT { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:171.125rem;left:0.8125rem;display:none; }
#CZ8SvnBESpyAq1cD307BOKckIJnCVRay { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:164.6875rem;left:5.5rem;display:none; }
#TPq97AOomxe9Hqvq8wJ1mD88lD7xSzuZ { 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; }
#wncgLgrrN4u2zCwTDTimKEZPnoTDRRmA { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:182rem;left:0.375rem;display:none; }
#gGBDuT8mMyZ2beMP0ObLp6cqJLm6OHnU { 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; }
#mTsspITOUhRzwzR0ZdXy2SFskH8gKarz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEdKqpkAp6dOtKyglaDM1V0qZGUqEK0o { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:179.5rem;left:5.1875rem;display:none; }
#ldZhWt8SUvWMxJngQJK7rZB9WxPBun2J { 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; }
#Rr99FlOir3sbJJlT2JeRl53leIF9Gto0 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:0.1875rem;display:none; }
#dxXtRT7wDRyrMlzE9PH96h9xF5HbrnJZ { 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; }
#qBrK9iy9keTBCWKlMDsZT5l236sFA5CS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x65dgbJmQKZw81zx9r9IzxFlZTJbzfDz { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:79.4375rem;left:6.8125rem;display:none; }
#LFRLZevHVUw6blvrxr8bTps70pF0D8WQ { 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; }
#UTymSATMziF5LF9sZDe9rk7IDRE1GlVu { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:99.25rem;left:0rem;display:none; }
#VpNRvPabeuS6FdXECNqq4ITET6o9zSCq { 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; }
#nT6P1BS1HrTuS5spT0DAosvJLE4T4faZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ksIBgZ6CNk04BEzdp8PEesd18Df1VQFd { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:97.375rem;left:6.5625rem;display:none; }
#i35Vt45HHxBBSzl2mFoOO6e5DoSdX2BE { 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; }
#i5qGATBduHzD7obWAWnhIF9UhxhLt51m { background-color:#62748d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container { background-color: transparent; background-image: none; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container > .video-iframe-container { display: none; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row > .video-iframe-container { display: none; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .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); }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container { border-width: 0; border-radius: 0; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#JFFqyR2zz1EWkqUolZaFqy2LA6RJdLF0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.531033039093rem;left:41.125rem; }
#JFFqyR2zz1EWkqUolZaFqy2LA6RJdLF0 > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#dqgVPcxV26O4vusDkm2RFunnvcNLIdnw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.374783039093rem;left:55.0625rem; }
#OMvOEvVaOTKNwOfkizR84aqV5dXFdGDp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:block; }
#y16ZLdIpGO5obiLR9mcke3bLlMhTh3TA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.4984812736511rem;left:28.8125rem; }
#vpkWWTTsStlbrd86cz1JggfNMqqpiVwQ { color:#000000;display:block;width:34.375rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#b66O06TO8QAEBsPEkUzl4qwgQqrrQZWO { color:#3f3f3f;display:block;width:31.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:1.68728125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DkDafzmFFEq2JFBImgcTTSXWBUX9ksM4 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -moz-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -ms-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -o-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#d4b392cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#d4b392cc' );";background-image: linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:19.625rem;top:7.4375rem;left:23.5625rem;display:block; }
#Gfw1L5ZEsMKpaK06DPAzZ2RvOqEun6Z8 { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:4.07421875rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-form-header {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .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; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .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; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-container:first-of-type{padding-top:0;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-container:last-of-type{padding-bottom:0;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 {display:block;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem;display:none; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #T0DJbhvlQEoRSW7Nzfn4hkcIrfqFBJIg { position:relative; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #HPPA5TEktfiOaSpwLmXBTFzGJrPHPURC { position:relative;display:none; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #uJVIXdF0IHC5uTSimW04r91VVAdF6IpO { position:relative; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #Uln32pJLGNGxe2dt0curV0xvcZWE2SUS { position:relative; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #tL4yvvJTeQWLGfoQpVDSXy98WtoJDTck { position:relative;display:none; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #iRfpPmxFTB8sm4Ln452pPT83CJ0HnFvs { position:relative; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #clF91TX4BvVGivbmd21i32mRDu6G5M8w { position:relative; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #KlHys6cMrlQBhp2fBmvOu0BfU3ViyWCm { position:relative;display:none; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #qT4P7uasqorKixW7FdC5zVJaqVRtw11m { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #HdNif9AF0qGXUd5WfJ0ClwJ2VBKOwK0i { position:relative; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #wZaWy6BXy2Z0mUaRKAbDhlQDXWzGTX60 { position:relative; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #NiCanGb2JWW2i3MRZBVk8g5tXCK3GoJH { position:relative; }
#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb > .row .container { border-width: 0; border-radius: 0; }#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#vTSFZhkVJshk5TvZ8IzVcGM19TtXFfgU { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:cairo;font-size:6.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#c1tdEbUEUszydtTTClHpEx4ll4Lxu2B5 { color:#3f3f3f;display:block;width:34.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.1875rem;left:0rem;height:3rem;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; }
#gbGnqp30MHMKi3Ke75IUHe0QuxTJEKHC { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #957353, #d4b392);background-image: -moz-linear-gradient(180deg, #957353, #d4b392);background-image: -ms-linear-gradient(180deg, #957353, #d4b392);background-image: -o-linear-gradient(180deg, #957353, #d4b392);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );";background-image: linear-gradient(180deg, #957353, #d4b392);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:12.5rem;width:19.625rem;top:2.625rem;left:28.625rem;display:block; }
#sguXDd7BWCJRpuw5ba6lTRFt4CI7hE2k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:21.125rem; }
#teQuKFET5Do6gRG2weZf6DSqDqayWThR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.0625rem;left:24.6875rem; }
#ZwmaneLpOT55Cq0yP4cEOiGeMy3pwTSP { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:30.625rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row .container { background-color: transparent; background-image: none; }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row .container > .video-iframe-container { display: none; }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row > .video-iframe-container { display: none; }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .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); }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row .container { border-width: 0; border-radius: 0; }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:block; }#f2d1vWMLS4PR3TSsMyokIMA3ySERkB70 { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5414500236511rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#eeLTlIZOT07Je8iKMlZsbLmsmtIHeHIF { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#kCqwZwqPT6koyELv2GyEi7SeulaDPvSE { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.4375rem;left:3.625rem;display:block; }
#FKm9kPvMHBIrmPooT2MUUZfP0mKnIazf { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.5rem;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; }
#TgRk1XiQGGqKIGt6nrIbKWNJRHqyoId0 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.8125rem;left:2.3125rem; }
#I0hNcT9C72mwrcpHtU1Q4xZACcbemCET { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:38.25rem;top:15.286458730698rem;left:21.75rem;overflow:hidden;display:block; }
#GSSywHpLcuVUCozlOn7Gcl6vMxrQxEbv { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4b392, #fafafa);background-image: -moz-linear-gradient(180deg, #d4b392, #fafafa);background-image: -ms-linear-gradient(180deg, #d4b392, #fafafa);background-image: -o-linear-gradient(180deg, #d4b392, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #d4b392, #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:39.375rem;width:22.625rem;top:3.59375rem;left:0rem;display:none; }
#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD { position:relative;display:none; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD { border-width: 0; border-radius: 0; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .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; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cVe3CgxWUiGzzJQu044yAxip3xkyuG6b { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:10.5rem;height:3.98046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RhodhV6gs02OlpLaFEKWcnIfFsBZAmnQ { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.875rem;left:17.8125rem;height: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; }
#uW6b3400Xm9KM1SHft0vMy9IDkci2Qfd { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height: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; }
#MVHFUat5P64yT1G8unn4yTa1Xg55w1qm { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height: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; }
#F1BeGwXoLmlFrfCQCOQxw8445uTdIGC1 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#GKCMFOd9gXJ4W0WZtT2Hk2L2R6oANbwI { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.74951171875rem;left:54.1875rem;display:block; }
#Hz2lVvT5JzeMWmqU4h2fCER4fslxlNZ5 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10rem;left:54.1875rem;display:block; }
#HaqJkct7FrlwzlPyhh6WChFcnwEUHU82 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.2490234375rem;left:54.1875rem;display:none; }
#VJr5phrmuJnbNSiCqdeKabV0ayZvmcdd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73.625rem;width:60rem;display:none; }
#CaOqAvGeRThM7SJsuogZ3AMGckKRufQ2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5rem;width:36.5625rem;display:none; }
#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { border-width: 0; border-radius: 0; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#aJhObEo4U6w83PTA2vxeSwvfGIPQsTGW { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6494140625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zLVEi8TKh8DyR9EgNAIQURywdBffW60T { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.75rem;left:47.5rem;display:block; }
#iq8kcRq4ymZhmFNT2audQO8JMhuPRHKB { color:#3f3f3f;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r9HWVJ8mLr6zbtQKMc4DEde5VIluxJxF { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:31.7890625rem;left:0rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ti1oVaybM2VIrxvdg9f5LD7DZSOdybwF { position:absolute;display:block;z-index:15029;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#r39kodAkwiXTuTS5zxvlF7EaUGUZ2KdS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#AB72oIawZvuoygtR1q3QaCDkOwO40xZL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
body { position:relative;display:block; }
#DGuGGpepMG0wwyB7T80ks9ae7zA92rpR { display:none; }#DGuGGpepMG0wwyB7T80ks9ae7zA92rpR > .row .container { width:47.75rem;position:relative;display:none; }#Sbi9Ls38mIO2rsbLWbRNnlE4Sp5I2KGi { width:31.25rem;height:8.6875rem;display:none; }
#ctpvn0Dgt36POTNlW4nUsgAmBZXzPeSO { width:20.3125rem;height:11.0625rem;display:none; }
#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v { display:none; }#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#dGWu6GKqwS5Kv0284n8z7l6JhH43SPVZ { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#MaGw3GHtEMNwzu7Kok81G4ZKyyMeZqFy { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#r1VDUssruTT4GkzPndQSF57bQxtr9dKa { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#scEmitTrykgcwW8q8WbytWEWcvd9m6A6 { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#cOK9l2BpC06kF9aKkmxQbR2V129uwvdf { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#DwGBa7F9vMieuCk8UE85dso7ViGzfv54 { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#FK6rn0i3DtqpeITP87zgEurdc2JdKnQM { width:;height:;top:0rem;display:none; }
#fnb9rBtB3qrWNBNDF8maNsmvQH5rsRFB { display:block; }
#K31hAuGhPgsKUiBJGkff6HssmUoazw1a { width:;height:;top:0rem;display:none; }
#uPgEIlA5HUIIGblfQfnlEwKOy8nIPdQz { display:block; }
#n4HS9LqviwlTLlsCTKMwiflr6WKd7ana { width:;height:;top:0rem;display:none; }
#gTTbWaegwoeo22uLzlzd65gmcT8F2RKR { display:block; }
#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh { display:none; }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh > .row .container { width:47.75rem;position:relative;display:none; }#dFDmxwg3uKU3A0KyNdbpQ36QxZoXusUc { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#v3N2thyyeGXSgWvOUmHwFUGtTpiP175q { width:41.4375rem;height:24.0625rem;display:none; }
#cnxFTb8gZ4Sy1AcMSSVeRy6nEAA5ZIae { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#omHCCv4UANnIRla0t0eNQtr3xVuBq8Qu { width:;height:;display:none; }
#G7UXEikXvpT53nZ77mzitvhu4HJvudN2 { display:block; }
#p8nXszxgl7yVq52CzxPo5Ucp50LfOE8z { display:none; }
#iP3ZNeBoJZgzRMsHdSVN6DWTdBx2qKpP { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#Q7b9xyptWCmL1hUTNAuNzIxU0V0JDPnH { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#seSh44guFn0EWlVEmgJvK9khU9nAWnDd { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#nCboi8xXyAISm7wQOUl3o4dz636KLFNs { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#rpBqobZBM9r6D7tveHqD2tCtC0bLydPS { width:41.4375rem;height:24.0625rem;display:none; }
#p6081IuTowp4uRPTTSq5GaPrhE2FgS1r { width:;height:;display:none; }
#AqscAzp5yuX1vGLDIpXhUm5X0E1G774o { display:block; }
#WT1bAyF0bm8fX5VhZFWA23SAE1cS7kF6 { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#TktpFa9KkONGxiWavThwk8t8FCEpkeEP { width:;height:;display:none; }
#IGGUFBPFnvW2a19cPJHXI5DS7bITWySG { display:block; }
#phdNkvQ15xSkJSrs4gduATWoyECGDip2 { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#bracvRug4i5vUiJy89LtzWN5gSFcvFaf { width:41.4375rem;height:24.0625rem;display:none; }
#ycxObJdHM3b09NwLOzODSzqHruMdgkQv { width:;height:;display:none; }
#NaRwb0o23b3bNnTLPfdGeNm3gglzg3Ru { display:block; }
#HRksvcQbpJbUvzzFVITQICNV9TiGOxhu { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#MXIynBifG8JtTxdqQNey7hL7sexg5JTd { top:62.5rem;left:0.310546875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#NakB4mNrCJ4Ob5JOmMcnlkHENSHFuMel { width:41.4375rem;height:24.0625rem;display:none; }
#idGv7F1tAnsnOE3rxkdU3Wtk0fsk6aab { width:;height:;display:none; }
#mDSQixwAGRz7kdbTo2pBa9HTeA4GpZSk { display:block; }
#HbtTd63xXPD5vJfPXurEbIaAzMT2PA9Q { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#Ear3DfIPkCqLskCyfw3WznkTWd74paBh { width:;height:;display:none; }
#Zok7IZUgwqw18NQXbz8pkuTwifRc1MyM { display:block; }
#TmNZJXOZV4QKrbm9E9X3Pyf8wvrr3atU { width:41.4375rem;height:24.0625rem;display:none; }
#nMoVEuXOAU1szMNFkRP5tdtgwZ7sFFgB { width:;height:;display:none; }
#u1Qfesg0LaBvIlUL6qi2BWLIOcm8itvs { display:block; }
#hB4Ox2kCF4trONeFfe5IIEKTQG7tklaB { width:41.4375rem;height:24.0625rem;display:none; }
#cUdeHcZeRuVnAFoiaTodDFWsbknKb4RN { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#M9iRIy4RFGZMoBXZgqVfgyinwTfmw4nm { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#S4PI84B8DL174utkEVKBrKOnggceJxDF { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#a7X7zk96CL67TZQEgx1ULFe66LiBLVVB { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#fCwtcTSi9o4h4hJi4tnhI3Qke58Bmczw { width:;height:;display:none; }
#hov3P5NpsSlpMmkP0xlxCSFxNzKq7IM2 { display:block; }
#sTtQsQRQ0V2aF3TvTuFdsw6nqGgZOA0H { top:113.25rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#BJ02EStl8nm4ekfq1DOxwnKlTcpKPFOQ { width:41.4375rem;height:24.0625rem;display:none; }
#cbFQSm2qCFHy5Rfo2JMywWLpqbBNOWp2 { width:;height:;display:none; }
#J5cl67k0RqsiA9H5fCIy3KAXy8S0GITV { display:block; }
#Gh9tkPgM0SuICBQh9rQrS1yLKTqJB2X2 { width:41.4375rem;height:24.0625rem;display:none; }
#eWVOb1kv0u0pNrGglfidr7qVfv2TPPXS { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#X60RHsL1RP4Nfe7KqV5JWxEK0wzdD9kV { top:130.125rem;left:0.497314453125rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#WBPxVDnnkE1sgfzUf4m39fLgVXe5Pw8e { width:;height:;display:none; }
#QafQQxTQTrCVOSEnbkFG6FU5cB7Uy915 { display:block; }
#v4JWd8vDoGSnd13E8zoryd2cv3rMmsT1 { width:41.4375rem;height:24.0625rem;display:none; }
#ob4SUa5q8rt5rngOFNQE6JIT0MRVETd1 { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#WqTIfwikUyBQ26FnT451gp2Qv4yvCOIy { top:147.0625rem;left:0.57666015625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#T6aBOxbEv0I0v8C6H20zwRksLnzw7LFm { width:;height:;display:none; }
#QfgsmUR99nIMNGrwxZHv9hAzJoCDePl9 { display:block; }
#Wnkoh9kypGvs6kANkhqMmbWdSCgKHoDT { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#CZ8SvnBESpyAq1cD307BOKckIJnCVRay { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#TPq97AOomxe9Hqvq8wJ1mD88lD7xSzuZ { width:41.4375rem;height:24.0625rem;display:none; }
#wncgLgrrN4u2zCwTDTimKEZPnoTDRRmA { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#gGBDuT8mMyZ2beMP0ObLp6cqJLm6OHnU { width:;height:;display:none; }
#mTsspITOUhRzwzR0ZdXy2SFskH8gKarz { display:block; }
#TEdKqpkAp6dOtKyglaDM1V0qZGUqEK0o { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#ldZhWt8SUvWMxJngQJK7rZB9WxPBun2J { width:41.4375rem;height:24.0625rem;display:none; }
#Rr99FlOir3sbJJlT2JeRl53leIF9Gto0 { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#dxXtRT7wDRyrMlzE9PH96h9xF5HbrnJZ { width:;height:;display:none; }
#qBrK9iy9keTBCWKlMDsZT5l236sFA5CS { display:block; }
#x65dgbJmQKZw81zx9r9IzxFlZTJbzfDz { top:79.4375rem;left:0.70225745439531rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#LFRLZevHVUw6blvrxr8bTps70pF0D8WQ { width:41.4375rem;height:24.0625rem;display:none; }
#UTymSATMziF5LF9sZDe9rk7IDRE1GlVu { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#VpNRvPabeuS6FdXECNqq4ITET6o9zSCq { width:;height:;display:none; }
#nT6P1BS1HrTuS5spT0DAosvJLE4T4faZ { display:block; }
#ksIBgZ6CNk04BEzdp8PEesd18Df1VQFd { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#i35Vt45HHxBBSzl2mFoOO6e5DoSdX2BE { width:41.4375rem;height:24.0625rem;display:none; }
#i5qGATBduHzD7obWAWnhIF9UhxhLt51m { display:none; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#JFFqyR2zz1EWkqUolZaFqy2LA6RJdLF0 { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#JFFqyR2zz1EWkqUolZaFqy2LA6RJdLF0 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#dqgVPcxV26O4vusDkm2RFunnvcNLIdnw { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#OMvOEvVaOTKNwOfkizR84aqV5dXFdGDp { top:0.25rem;left:0rem;width:8.9375rem;height:4.4206989247312rem;display:block; }
#y16ZLdIpGO5obiLR9mcke3bLlMhTh3TA { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#vpkWWTTsStlbrd86cz1JggfNMqqpiVwQ { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#b66O06TO8QAEBsPEkUzl4qwgQqrrQZWO { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#DkDafzmFFEq2JFBImgcTTSXWBUX9ksM4 { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#Gfw1L5ZEsMKpaK06DPAzZ2RvOqEun6Z8 { top:16.9375rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0  { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 {display:block;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem;display:none; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #T0DJbhvlQEoRSW7Nzfn4hkcIrfqFBJIg {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #HPPA5TEktfiOaSpwLmXBTFzGJrPHPURC {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #uJVIXdF0IHC5uTSimW04r91VVAdF6IpO {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #Uln32pJLGNGxe2dt0curV0xvcZWE2SUS {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #tL4yvvJTeQWLGfoQpVDSXy98WtoJDTck {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #iRfpPmxFTB8sm4Ln452pPT83CJ0HnFvs {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #clF91TX4BvVGivbmd21i32mRDu6G5M8w {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #KlHys6cMrlQBhp2fBmvOu0BfU3ViyWCm {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #qT4P7uasqorKixW7FdC5zVJaqVRtw11m {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #HdNif9AF0qGXUd5WfJ0ClwJ2VBKOwK0i {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #wZaWy6BXy2Z0mUaRKAbDhlQDXWzGTX60 {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #NiCanGb2JWW2i3MRZBVk8g5tXCK3GoJH {  }
#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb { display:none; }#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb > .row .container { width:47.75rem;position:relative;display:none; }#vTSFZhkVJshk5TvZ8IzVcGM19TtXFfgU { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#c1tdEbUEUszydtTTClHpEx4ll4Lxu2B5 { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#gbGnqp30MHMKi3Ke75IUHe0QuxTJEKHC { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#sguXDd7BWCJRpuw5ba6lTRFt4CI7hE2k { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#teQuKFET5Do6gRG2weZf6DSqDqayWThR { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#ZwmaneLpOT55Cq0yP4cEOiGeMy3pwTSP { top:0rem;left:17.125rem;width:30.625rem;height:20.38074609375rem;display:block; }
#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx { display:none; }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row .container { width:47.5rem;position:relative;display:none; }#f2d1vWMLS4PR3TSsMyokIMA3ySERkB70 { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#eeLTlIZOT07Je8iKMlZsbLmsmtIHeHIF { top:11.25rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#kCqwZwqPT6koyELv2GyEi7SeulaDPvSE { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#FKm9kPvMHBIrmPooT2MUUZfP0mKnIazf { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#TgRk1XiQGGqKIGt6nrIbKWNJRHqyoId0 { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#I0hNcT9C72mwrcpHtU1Q4xZACcbemCET { top:15.25rem;left:9.5rem;width:38.25rem;height:25.55972578125rem;display:block; }
#GSSywHpLcuVUCozlOn7Gcl6vMxrQxEbv { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD { display:none; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .row .container { width:47.75rem;position:relative;display:none; }#cVe3CgxWUiGzzJQu044yAxip3xkyuG6b { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#RhodhV6gs02OlpLaFEKWcnIfFsBZAmnQ { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#uW6b3400Xm9KM1SHft0vMy9IDkci2Qfd { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#MVHFUat5P64yT1G8unn4yTa1Xg55w1qm { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#F1BeGwXoLmlFrfCQCOQxw8445uTdIGC1 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#GKCMFOd9gXJ4W0WZtT2Hk2L2R6oANbwI { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#Hz2lVvT5JzeMWmqU4h2fCER4fslxlNZ5 { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#HaqJkct7FrlwzlPyhh6WChFcnwEUHU82 { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#VJr5phrmuJnbNSiCqdeKabV0ayZvmcdd { width:;height:;top:0rem;display:none; }
#CaOqAvGeRThM7SJsuogZ3AMGckKRufQ2 { width:;height:;top:0rem;display:none; }
#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z { display:none; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { width:47.5rem;position:relative;display:none; }#aJhObEo4U6w83PTA2vxeSwvfGIPQsTGW { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#zLVEi8TKh8DyR9EgNAIQURywdBffW60T { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#iq8kcRq4ymZhmFNT2audQO8JMhuPRHKB { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#r9HWVJ8mLr6zbtQKMc4DEde5VIluxJxF { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#Ti1oVaybM2VIrxvdg9f5LD7DZSOdybwF { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#r39kodAkwiXTuTS5zxvlF7EaUGUZ2KdS { top:0rem;width:;height:;display:none; }
#AB72oIawZvuoygtR1q3QaCDkOwO40xZL { top:0rem;width:;height:;display:none; }
body { position:relative;display:block; }
#DGuGGpepMG0wwyB7T80ks9ae7zA92rpR { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#DGuGGpepMG0wwyB7T80ks9ae7zA92rpR > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#Sbi9Ls38mIO2rsbLWbRNnlE4Sp5I2KGi { top:0rem;left:0.054428769902714rem;width:19.75rem;height:5.125rem;z-index:15193;overflow:hidden;display:block; }
#ctpvn0Dgt36POTNlW4nUsgAmBZXzPeSO { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v { position:relative;z-index:auto;display:block; }#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; }#dGWu6GKqwS5Kv0284n8z7l6JhH43SPVZ { width:5.6875rem;height:0.9rem;top:1.125rem;left:14.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#MaGw3GHtEMNwzu7Kok81G4ZKyyMeZqFy { width:5.625rem;height:0.0625rem;top:2.6875rem;left:14.1875rem;display:block; }
#r1VDUssruTT4GkzPndQSF57bQxtr9dKa { width:3.75rem;height:0.9rem;top:1.1243489980698rem;left:0.99934893846512rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#scEmitTrykgcwW8q8WbytWEWcvd9m6A6 { width:5.625rem;height:0.0618489375rem;top:2.6866321563721rem;left:7.0625002980231rem;display:block; }
#cOK9l2BpC06kF9aKkmxQbR2V129uwvdf { width:7.3125rem;height:0.9rem;top:1.1870660781861rem;left:6.1250002980232rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#DwGBa7F9vMieuCk8UE85dso7ViGzfv54 { width:5.625rem;height:0.0618489375rem;top:2.625rem;left:0.1875rem;z-index:15009;display:block; }
#FK6rn0i3DtqpeITP87zgEurdc2JdKnQM { top:0.6875rem;left:0.8736979961395rem;z-index:15012;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#fnb9rBtB3qrWNBNDF8maNsmvQH5rsRFB { display:block; }
#K31hAuGhPgsKUiBJGkff6HssmUoazw1a { top:0.6875rem;left:8rem;z-index:15013;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#uPgEIlA5HUIIGblfQfnlEwKOy8nIPdQz { display:block; }
#n4HS9LqviwlTLlsCTKMwiflr6WKd7ana { top:0.6875rem;left:14.90625rem;z-index:15014;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#gTTbWaegwoeo22uLzlzd65gmcT8F2RKR { display:block; }
#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh { 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; }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh.adaptive-delivery-prevent-bg, #FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh.lazyload, #FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh.lazyloading { background-image: none; }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh > .row .container { background-color: transparent; background-image: none; }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh > .row .container > .video-iframe-container { display: none; }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh > .row > .video-iframe-container { display: none; }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh > .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); }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh > .row .container { border-width: 0; border-radius: 0; }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNUXqHWAKUsCXXk2mX1yKxROsgPLHGDh > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#dFDmxwg3uKU3A0KyNdbpQ36QxZoXusUc { top:0.58073043823242rem;left:2.75rem;width:15.3125rem;height:1.29948125rem;z-index:14997;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;color:#3c830e;display:block; }
#v3N2thyyeGXSgWvOUmHwFUGtTpiP175q { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#cnxFTb8gZ4Sy1AcMSSVeRy6nEAA5ZIae { top:14.37451171875rem;left:6.826904296875rem;width:12.625rem;height:2.09895625rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#omHCCv4UANnIRla0t0eNQtr3xVuBq8Qu { top:14.3125rem;left:0.75rem;width:4.6875rem;height:2rem;z-index:14977;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#G7UXEikXvpT53nZ77mzitvhu4HJvudN2 { display:block; }
#p8nXszxgl7yVq52CzxPo5Ucp50LfOE8z { top:1.4361877441406rem;left:0.49869799613952rem;width:3rem;height:3rem;z-index:15019;background-color:#3c830e;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#iP3ZNeBoJZgzRMsHdSVN6DWTdBx2qKpP { top:2.4986877441406rem;left:0.7486979961395rem;width:2.5625rem;height:0.97439375rem;z-index:15020;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#Q7b9xyptWCmL1hUTNAuNzIxU0V0JDPnH { top:16.68701171875rem;left:0.1875rem;width:19.1875rem;height:1.9487875rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#seSh44guFn0EWlVEmgJvK9khU9nAWnDd { top:32.39582824707rem;left:0.375rem;width:19.1875rem;height:0.97439375rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#nCboi8xXyAISm7wQOUl3o4dz636KLFNs { top:31.08332824707rem;left:6.9375rem;width:12.625rem;height:1.04980625rem;z-index:15018;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#rpBqobZBM9r6D7tveHqD2tCtC0bLydPS { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#p6081IuTowp4uRPTTSq5GaPrhE2FgS1r { top:30.64582824707rem;left:0.5625rem;width:4.6875rem;height:2rem;z-index:14978;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#AqscAzp5yuX1vGLDIpXhUm5X0E1G774o { display:block; }
#WT1bAyF0bm8fX5VhZFWA23SAE1cS7kF6 { top:47.3125rem;left:0.625rem;width:19.1875rem;height:1.9487875rem;z-index:15043;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#TktpFa9KkONGxiWavThwk8t8FCEpkeEP { top:5.877197265625rem;left:12.5234375rem;width:5.5rem;height:2rem;z-index:14982;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#IGGUFBPFnvW2a19cPJHXI5DS7bITWySG { display:block; }
#phdNkvQ15xSkJSrs4gduATWoyECGDip2 { top:45.75rem;left:6.8125rem;width:12.625rem;height:1.04980625rem;z-index:15022;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#bracvRug4i5vUiJy89LtzWN5gSFcvFaf { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#ycxObJdHM3b09NwLOzODSzqHruMdgkQv { top:45.376220703125rem;left:0.7109375rem;width:5rem;height:2rem;z-index:14979;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#NaRwb0o23b3bNnTLPfdGeNm3gglzg3Ru { display:block; }
#HRksvcQbpJbUvzzFVITQICNV9TiGOxhu { top:63.87548828125rem;left:0.2099609375rem;width:19.1875rem;height:1.9487875rem;z-index:15047;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#MXIynBifG8JtTxdqQNey7hL7sexg5JTd { top:62rem;left:6.623046875rem;width:12.6245rem;height:1.04948125rem;z-index:15026;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#NakB4mNrCJ4Ob5JOmMcnlkHENSHFuMel { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#idGv7F1tAnsnOE3rxkdU3Wtk0fsk6aab { top:61.56298828125rem;left:0.773193359375rem;width:5rem;height:2rem;z-index:14980;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#mDSQixwAGRz7kdbTo2pBa9HTeA4GpZSk { display:block; }
#HbtTd63xXPD5vJfPXurEbIaAzMT2PA9Q { top:114.68750190735rem;left:6.5625002980231rem;width:12.6245rem;height:1.04948125rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#Ear3DfIPkCqLskCyfw3WznkTWd74paBh { top:114.37391853332rem;left:0.74978297948838rem;width:5rem;height:1.9995125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#Zok7IZUgwqw18NQXbz8pkuTwifRc1MyM { display:block; }
#TmNZJXOZV4QKrbm9E9X3Pyf8wvrr3atU { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#nMoVEuXOAU1szMNFkRP5tdtgwZ7sFFgB { top:131.22938728332rem;left:0.81163197755812rem;width:5rem;height:1.9995125rem;z-index:14987;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#u1Qfesg0LaBvIlUL6qi2BWLIOcm8itvs { display:block; }
#hB4Ox2kCF4trONeFfe5IIEKTQG7tklaB { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#cUdeHcZeRuVnAFoiaTodDFWsbknKb4RN { top:131.99761390686rem;left:6.622179329395rem;width:12.6233125rem;height:1.04948125rem;z-index:15033;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#M9iRIy4RFGZMoBXZgqVfgyinwTfmw4nm { top:116.62327003479rem;left:0.4047309756279rem;width:19.187rem;height:1.9487875rem;z-index:15048;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#S4PI84B8DL174utkEVKBrKOnggceJxDF { top:133.87369728088rem;left:0.34396702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#a7X7zk96CL67TZQEgx1ULFe66LiBLVVB { top:151.00911903381rem;left:0rem;width:19.1858125rem;height:1.9487875rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#fCwtcTSi9o4h4hJi4tnhI3Qke58Bmczw { top:148.43360328674rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14991;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#hov3P5NpsSlpMmkP0xlxCSFxNzKq7IM2 { display:block; }
#sTtQsQRQ0V2aF3TvTuFdsw6nqGgZOA0H { top:148.78363990784rem;left:6.622179329395rem;width:12.6233125rem;height:1.04948125rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#BJ02EStl8nm4ekfq1DOxwnKlTcpKPFOQ { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#cbFQSm2qCFHy5Rfo2JMywWLpqbBNOWp2 { top:165.49913978577rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14995;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#J5cl67k0RqsiA9H5fCIy3KAXy8S0GITV { display:block; }
#Gh9tkPgM0SuICBQh9rQrS1yLKTqJB2X2 { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#eWVOb1kv0u0pNrGglfidr7qVfv2TPPXS { top:167.87435340881rem;left:0.56206601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15057;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#X60RHsL1RP4Nfe7KqV5JWxEK0wzdD9kV { top:165.78667640686rem;left:6.309679329395rem;width:13rem;height:1.04948125rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#WBPxVDnnkE1sgfzUf4m39fLgVXe5Pw8e { top:181.74805641174rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:14999;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#QafQQxTQTrCVOSEnbkFG6FU5cB7Uy915 { display:block; }
#v4JWd8vDoGSnd13E8zoryd2cv3rMmsT1 { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#ob4SUa5q8rt5rngOFNQE6JIT0MRVETd1 { top:184.56055641174rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15061;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#WqTIfwikUyBQ26FnT451gp2Qv4yvCOIy { top:182.53363990784rem;left:5.3884552121163rem;width:14.5rem;height:1.04948125rem;z-index:15045;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#T6aBOxbEv0I0v8C6H20zwRksLnzw7LFm { top:199.31098365784rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:15003;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#QfgsmUR99nIMNGrwxZHv9hAzJoCDePl9 { display:block; }
#Wnkoh9kypGvs6kANkhqMmbWdSCgKHoDT { top:201.93577003479rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15065;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#CZ8SvnBESpyAq1cD307BOKckIJnCVRay { top:199.87305641174rem;left:5.0000002980232rem;width:14.4995rem;height:1.04948125rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#TPq97AOomxe9Hqvq8wJ1mD88lD7xSzuZ { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#wncgLgrrN4u2zCwTDTimKEZPnoTDRRmA { top:218.62305641174rem;left:0.40581601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15069;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#gGBDuT8mMyZ2beMP0ObLp6cqJLm6OHnU { top:215.87458229065rem;left:0.74761289358137rem;width:5rem;height:1.9995125rem;z-index:15007;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#mTsspITOUhRzwzR0ZdXy2SFskH8gKarz { display:block; }
#TEdKqpkAp6dOtKyglaDM1V0qZGUqEK0o { top:216.09919166565rem;left:5.2007382512093rem;width:14.4983125rem;height:1.04948125rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#ldZhWt8SUvWMxJngQJK7rZB9WxPBun2J { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#Rr99FlOir3sbJJlT2JeRl53leIF9Gto0 { top:81.499351501462rem;left:0rem;width:19.1873125rem;height:1.9487875rem;z-index:15051;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#dxXtRT7wDRyrMlzE9PH96h9xF5HbrnJZ { top:79.124584198rem;left:0.625rem;width:5rem;height:1.99978125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#qBrK9iy9keTBCWKlMDsZT5l236sFA5CS { display:block; }
#x65dgbJmQKZw81zx9r9IzxFlZTJbzfDz { top:79.473745346069rem;left:6.827257454395rem;width:12.6236875rem;height:1.04948125rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#LFRLZevHVUw6blvrxr8bTps70pF0D8WQ { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#UTymSATMziF5LF9sZDe9rk7IDRE1GlVu { top:99.25rem;left:0rem;width:19.187rem;height:1.9487875rem;z-index:15052;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#VpNRvPabeuS6FdXECNqq4ITET6o9zSCq { top:96.369581222531rem;left:0.62500005960463rem;width:5rem;height:1.9987rem;z-index:14988;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#nT6P1BS1HrTuS5spT0DAosvJLE4T4faZ { display:block; }
#ksIBgZ6CNk04BEzdp8PEesd18Df1VQFd { top:97.375rem;left:6.5625rem;width:12.6245rem;height:1.04948125rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#i35Vt45HHxBBSzl2mFoOO6e5DoSdX2BE { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#i5qGATBduHzD7obWAWnhIF9UhxhLt51m { display:block; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m { background-color: transparent; background-image: none; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container > .video-iframe-container { display: none; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row > .video-iframe-container { display: none; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .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); }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m { border-width: 0; border-radius: 0; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container { width:20rem;height:38.75rem;background-color:#62748d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JFFqyR2zz1EWkqUolZaFqy2LA6RJdLF0 { display:flex;top:2.0911445617676rem;left:1rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#JFFqyR2zz1EWkqUolZaFqy2LA6RJdLF0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#dqgVPcxV26O4vusDkm2RFunnvcNLIdnw { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#OMvOEvVaOTKNwOfkizR84aqV5dXFdGDp { width:9.4375rem;height:4.5rem;top:1.09375rem;left:5.28125rem;display:block; }
#y16ZLdIpGO5obiLR9mcke3bLlMhTh3TA { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#vpkWWTTsStlbrd86cz1JggfNMqqpiVwQ { width:20rem;height:2.3997375rem;top:7.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#ffffff;display:block; }
#b66O06TO8QAEBsPEkUzl4qwgQqrrQZWO { width:18.75rem;height:1.5rem;top:10.625rem;left:0.625rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#DkDafzmFFEq2JFBImgcTTSXWBUX9ksM4 { width:20rem;height:21.9375rem;top:14.6875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4f637b, #d0a882);background-image: -moz-linear-gradient(180deg, #4f637b, #d0a882);background-image: -ms-linear-gradient(180deg, #4f637b, #d0a882);background-image: -o-linear-gradient(180deg, #4f637b, #d0a882);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );";background-image: linear-gradient(180deg, #4f637b, #d0a882);background-size:auto !important;display:block; }
#Gfw1L5ZEsMKpaK06DPAzZ2RvOqEun6Z8 { width:20rem;height:1.2000875rem;top:16.9375rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#b28c72;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:cairo; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-container:first-of-type{padding-top:0;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .widget-container:last-of-type{padding-bottom:0;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0  { width:17.5rem;height:auto;top:19.623699188233rem;left:0rem;z-index:15022; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 {display:block;}#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 { width:17.5rem;height:auto;top:19.623699188233rem;left:0rem;z-index:15022; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #T0DJbhvlQEoRSW7Nzfn4hkcIrfqFBJIg {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #HPPA5TEktfiOaSpwLmXBTFzGJrPHPURC { display:none; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #uJVIXdF0IHC5uTSimW04r91VVAdF6IpO {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #Uln32pJLGNGxe2dt0curV0xvcZWE2SUS {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #tL4yvvJTeQWLGfoQpVDSXy98WtoJDTck { display:none; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #iRfpPmxFTB8sm4Ln452pPT83CJ0HnFvs {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #clF91TX4BvVGivbmd21i32mRDu6G5M8w {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #KlHys6cMrlQBhp2fBmvOu0BfU3ViyWCm { display:none; }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #qT4P7uasqorKixW7FdC5zVJaqVRtw11m {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #HdNif9AF0qGXUd5WfJ0ClwJ2VBKOwK0i {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #wZaWy6BXy2Z0mUaRKAbDhlQDXWzGTX60 {  }
#taVvJOv9fWMArzZsCUCPcbWlkOeTZTy0 #NiCanGb2JWW2i3MRZBVk8g5tXCK3GoJH {  }
#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb { display:block; }#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb > .row .container { width:20rem;height:30.375rem;position:relative;display:block; }#vTSFZhkVJshk5TvZ8IzVcGM19TtXFfgU { width:20rem;height:2.47395625rem;top:2.75rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#c1tdEbUEUszydtTTClHpEx4ll4Lxu2B5 { width:20rem;height:3.0013rem;top:9.046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#gbGnqp30MHMKi3Ke75IUHe0QuxTJEKHC { width:11.625rem;height:7rem;top:1.7241744995118rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -moz-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -ms-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -o-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#95735335', endColorstr='#d4b392b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95735335', endColorstr='#d4b392b5' );";background-image: linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-size:auto !important;display:block; }
#sguXDd7BWCJRpuw5ba6lTRFt4CI7hE2k { display:flex;width:4.375rem;height:4.375rem;top:24.0625rem;left:1.9375rem;font-size:3.0625rem; }
#teQuKFET5Do6gRG2weZf6DSqDqayWThR { display:flex;width:4.375rem;height:4.375rem;top:26rem;left:0rem;font-size:3.0625rem; }
#ZwmaneLpOT55Cq0yP4cEOiGeMy3pwTSP { width:20rem;height:13.3105625rem;top:14.1875rem;left:0rem;overflow:hidden;display:block; }
#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx { display:block; }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row .container { width:20rem;height:42.5rem;position:relative;display:block; }#f2d1vWMLS4PR3TSsMyokIMA3ySERkB70 { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#eeLTlIZOT07Je8iKMlZsbLmsmtIHeHIF { width:20rem;height:15rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#kCqwZwqPT6koyELv2GyEi7SeulaDPvSE { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#FKm9kPvMHBIrmPooT2MUUZfP0mKnIazf { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#TgRk1XiQGGqKIGt6nrIbKWNJRHqyoId0 { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#I0hNcT9C72mwrcpHtU1Q4xZACcbemCET { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#GSSywHpLcuVUCozlOn7Gcl6vMxrQxEbv { width:20rem;height:23.9375rem;top:3.093533039093rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392ad', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392ad', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-size:auto !important;display:block; }
#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD { display:block; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD { background-color: transparent; background-image: none; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .row .container > .video-iframe-container { display: none; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .row > .video-iframe-container { display: none; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .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); }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .row .container { width:20rem;height:38.4375rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#cVe3CgxWUiGzzJQu044yAxip3xkyuG6b { width:15.061875rem;height:2.59895625rem;top:19.5625rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#RhodhV6gs02OlpLaFEKWcnIfFsBZAmnQ { width:18rem;height:2.79948125rem;top:23.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#uW6b3400Xm9KM1SHft0vMy9IDkci2Qfd { width:15.8125rem;height:2.79948125rem;top:27.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#MVHFUat5P64yT1G8unn4yTa1Xg55w1qm { width:16.0625rem;height:2.79948125rem;top:32.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#F1BeGwXoLmlFrfCQCOQxw8445uTdIGC1 { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#GKCMFOd9gXJ4W0WZtT2Hk2L2R6oANbwI { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#Hz2lVvT5JzeMWmqU4h2fCER4fslxlNZ5 { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#HaqJkct7FrlwzlPyhh6WChFcnwEUHU82 { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#VJr5phrmuJnbNSiCqdeKabV0ayZvmcdd { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#CaOqAvGeRThM7SJsuogZ3AMGckKRufQ2 { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z { display:block; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; }#aJhObEo4U6w83PTA2vxeSwvfGIPQsTGW { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#zLVEi8TKh8DyR9EgNAIQURywdBffW60T { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#iq8kcRq4ymZhmFNT2audQO8JMhuPRHKB { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#r9HWVJ8mLr6zbtQKMc4DEde5VIluxJxF { width:20rem;height:1.95rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#Ti1oVaybM2VIrxvdg9f5LD7DZSOdybwF { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#r39kodAkwiXTuTS5zxvlF7EaUGUZ2KdS { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#AB72oIawZvuoygtR1q3QaCDkOwO40xZL { top:45.895833969116rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
