.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); }#bNOq62F3fPb0p7OEOL5Nv6ZGPP4x9vAS { position:relative;display:none; }#bNOq62F3fPb0p7OEOL5Nv6ZGPP4x9vAS { border-width: 0; border-radius: 0; }#bNOq62F3fPb0p7OEOL5Nv6ZGPP4x9vAS > .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; }#bNOq62F3fPb0p7OEOL5Nv6ZGPP4x9vAS > .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; }#T2IH4OMHM78rJzWXmKk9083nVQPpaSaZ { 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; }
#BfrdGXLtzMyWSHgJ3OeK88nxKtSJtBnd { 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; }
#q5Ruhlz3Pn604CTq2G6ZxLwTT48PP62n { 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; }#q5Ruhlz3Pn604CTq2G6ZxLwTT48PP62n > .row .container { border-width: 0; border-radius: 0; }#q5Ruhlz3Pn604CTq2G6ZxLwTT48PP62n > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#q5Ruhlz3Pn604CTq2G6ZxLwTT48PP62n > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#qPG5ATSeMXO7pkV0vbXhFLXZP7iLKDfn { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:48.4375rem;height:1.79904375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Dxuf4hD4FSIiz1MAszqS61C9cwUeTCo5 { 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; }
#KddhExbsG4QE7L05dOdi3G2TQ1c03JHr { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:18.125rem;height:1.79904375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#KGpzHifo0d2G6Kv4kkstwke3BEukbPTH { 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; }
#CZRrm32HD7l2wFxWkczHWyA6gwDZD2Wh { color:#22344d;display:block;width:11.6875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:29.5625rem;height:1.79904375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#sa0XIbpJLnxP4B5N2wxCLP6kTgIoIelz { 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; }
#RKag93XXthxQZCSgL0marruifewIP20f { 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; }
#kwbxBIlStCmNyzcokrahGnwSPZS81vTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAAWspV6VHZ00UH6UqRp9OFCmo7v1ltm { 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; }
#sl21ZNE7Gxa0lID1ReCLsVvekPvAf7co { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bcUTBP91M6ufvTSpBWTpGpac5GcTLWf9 { 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; }
#DId0LO4rhoGGdVxdNDs231hCceVd02Ey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nNB6Z8IFlqqC77LJ6SDRsg5qT73W3q3S { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.3125rem;left:0rem;display:none; }
#Wk2agxupvCeWW8RrvtDAIQcQma7GGDwM { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#gdTmvCmZfRSITuPnJ23uAmR96AGHT0mN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l4oKtPlXQBSvBaG6uAIaoHN9Hb39tbGJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sroMT1cCZCeuDX0QPDPrzL8CDtZm37DX { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#GQu1adUpRcCSOvgZrHtipo2sLhypwppB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R5egL947mN5GLZJqgOzkEKBo23XS2wi2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bG75KRzCWbIR4xcVaCB5qGUXCEkbiF8B { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.3125rem;left:9.8125rem;display:none; }
#er8gESpryf6XFf7mnLn1puQpQLi1o2Jn { background-color:#62748d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#er8gESpryf6XFf7mnLn1puQpQLi1o2Jn > .row .container { border-width: 0; border-radius: 0; }#er8gESpryf6XFf7mnLn1puQpQLi1o2Jn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#er8gESpryf6XFf7mnLn1puQpQLi1o2Jn > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#Q5fS9oFFllCWwzoGafvUJp7WnJxiwolx { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46875rem;left:46.875rem;display:block; }
#x371Ok7J5Rn4KQoxyuuD13I3a8yG71Ix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Plkis3IlpCE3EKqepON3pSrmXzoFqmOX { 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; }
#Plkis3IlpCE3EKqepON3pSrmXzoFqmOX > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#wW4OlOenJt8xvlehUS2x6vHNxXS2rTAz { 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; }
#FkZQnTGhGg02x0gFT6C16OWyO39lh01b { 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; }
#rKTk7LcBMx6n4Gpp1Gp15hSdZ1CC0bbh { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:40.25rem;display:block; }
#pqnbRyeTB2aEGxyIz70dJydLKvA31PQz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DRq2bHJh9mzOAlMvyCwJaJvoJSuNcOhV { 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; }
#egZfpA4qrIUyVaxl86ufKzI1DWX5KhgK { 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; }#egZfpA4qrIUyVaxl86ufKzI1DWX5KhgK > .row .container { border-width: 0; border-radius: 0; }#egZfpA4qrIUyVaxl86ufKzI1DWX5KhgK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#egZfpA4qrIUyVaxl86ufKzI1DWX5KhgK > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#GHo3M4XPs38Soz6epsgCKLlpPGBKk7lU { 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; }
#ICgR5m6haXTiTC3R2L2y9dVgTKtboNAx { background-color:transparent;background-image:none;border-top:0.125rem solid #62748d;border-left:0.125rem solid #62748d;border-right:0.125rem solid #62748d;border-bottom:0.125rem solid #62748d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:6.875rem;display:block; }
#BxATtWTGCM387yVLPkCPwT8TSpyBfl9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v9VzT9Nl47qd6EGIuElqZC12WyVSfCXw { background-color:#62748d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#ruz3JgJCaCnRyIOIEWgzQTSNE7TnOixF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PKeExoTtQvRWRmXSzBvfisPCoIAECxXM { color:#3f3f3f;display:block;width:34.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.1875rem;left:0rem;height:3.0013rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FJT7yqwSac7Fx31ht0rFwLE6ywJIsliq { 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; }
#R1zAlwxrqXVZVT9JZH5bE3GLwAxT6xP7 { 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; }
#Kxrcn1MCJbP8CbqqUlD18MQvgyr2mQH9 { 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; }
#nxtD3QKwWoV9hUvEXSTN5tW4d11TWQEC { 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; }
#iuC0EqC0eTQsd7IubrTPgncAEkkN80AT { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#s8L7hPu9MBM7Dz9TXpCn732xLxVKnBUR { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps { position:relative;display:none; }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps { border-width: 0; border-radius: 0; }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps > .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; }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps > .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; }#culgZcTnxTeLgV17adqp85qsfCOmrHPa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#FJmSi99XkwciQTadF3TE06qSvdQ9LpbA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#rR2bqCQC0Pb2nedB9TwAPL1LSKNx0Bl0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#cGGqpomD0diy1aI3fwPIGtVxaroJtMZl { position:relative;display:none; }#cGGqpomD0diy1aI3fwPIGtVxaroJtMZl { border-width: 0; border-radius: 0; }#cGGqpomD0diy1aI3fwPIGtVxaroJtMZl > .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; }#cGGqpomD0diy1aI3fwPIGtVxaroJtMZl > .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; }#dhJ7a2GKZLnMGsIzln5ibDEuya4lnfH5 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.18671875rem;width:6.5625rem;top:58.25rem;left:10.875rem;overflow:hidden;display:none; }
#OoSI2Wk4C4nnyxnKomsOvEEImEl52Pon { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5609375rem;width:6.5625rem;top:58.3125rem;left:18.0625rem;overflow:hidden;display:none; }
#RWOV7Qfp9e5mJ57chtgN7Ug3zn2roOFn { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:56.3125rem;left:8.125rem;text-align:center;text-align-last:center;display:none; }
#UyHVdyzhJVEOJXCyqnBMqqUSpUaczRZk { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#a14kByyUcDZTwZKVyaNHUM6S19CUHkOU { 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; }#a14kByyUcDZTwZKVyaNHUM6S19CUHkOU > .row .container { border-width: 0; border-radius: 0; }#a14kByyUcDZTwZKVyaNHUM6S19CUHkOU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#a14kByyUcDZTwZKVyaNHUM6S19CUHkOU > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#e68qObBrzSOcPeyDr99K1aOzfMxVBHeb { 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; }
#DEV2I8uqFH9ZJL1o22aakfOMFdmJSgVi { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:16.50715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#TeWTPNfJsnrPS5JPCMs8uclJqBT6ra3o { 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; }
#nFPs0Ieule8UWclhkpOkdJJOuxEimZZ3 { background-color:#62748d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#n9poOg1021t2J8chdQ42Eh1P8FB5DgDc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g51rrEGgnQX1kuwQQeGWR1J63NKPZlpq { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.50195rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wCLVMuxS6KQeAeqDuqOf3HEwzxiHFrKb { 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; }
#PzRzGukmmT3651iPxpJy0TQxEkrtSMzk { 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; }
#ROQtIkCSknvALD90rBC3N0OXfs0iL1gr { 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; }
#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu { position:relative;display:none; }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu { border-width: 0; border-radius: 0; }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu > .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; }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu > .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; }#wJN0kas4CT6D8dugQqsdVAX22P8W50P1 { 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; }
#IkcUhifS1cRPzUaH62wJrIui5lSMQB6b { 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; }
#k3FwXbqD7SUiDRprkuLUf4hWAwrJGTEX { 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; }
#Wei8XrdokIQqkau7yzXpHRlTA4EEXRoX { 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; }
#kLGTcipPWnATF7gCrH1p9Fbysu4MpWg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rMpVXWu3r3QcSzHpuHGs9RAg8no8qPsk { 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; }
#QZhwavD6p4ruopgF93enEAD2MnDTGE5y { 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; }
#TySEFgRT3nDB4rMTc5XOHvfciAzR0o9i { 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; }
#i8CRFBXnFESs7SqcJwgRsl1u0pE8aALU { 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; }
#ZQ9TyQm5HfQ6OhfFFpqAalixGqJEWd05 { 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; }
#FD59Py3hR0JopRAQmpIwraITB7kE7mHs { 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; }
#MXvlByxUspfh2b4E2QmiuZEp7hSZpikw { 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; }
#VuAo8LHqSNgbWK6szX1B2pwF5ELoETVA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LA7BxfWEsUhVQruVQkftksPyrATTxMCO { 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; }
#ovc58mI1c6CruFX0APX4IHPbUsziZe1n { 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; }
#RGuBaMI3PCFJ37k4MUmmpdHnnhMv8QMS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMtzZaas75vAE78xQVaisKNGoHC7OSeW { 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; }
#hma1vpPM8JI0svVL2VEDI4c4uTe1EcS3 { 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; }
#frSayLmZGD1rz3czDsFdb3UG68GZn88y { 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; }
#GyITymnuHq0yshTtEJvS0mEobMmxSZ9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SoLynH33HnBtiBpA8EDfQe2PBWvlrao1 { 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; }
#Vu0zcyATDIGbRLMixKk8glK7WRZzn995 { 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; }
#KAmbXQvcTvornhbmo0JVMNROOORbLo54 { 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; }
#FxA0FtiavdBHbOqTpaTrDOpfB9H0HQyR { 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; }
#Hl61s5xpHZbEoroDZG4NB4gnfJU7Vsfz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kz7XCoSnwlnJ7bfVz18EgWo1D8rsiA9e { 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; }
#dswKJtTpeaw2XzpaWlQ1eHUT2nVRHyU4 { 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; }
#g0tQg6IoblVeM12qEUBw3aad3wGo14NA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rDtG2hr32A1AeO9QtMm49w2oMSddMJkr { 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; }
#eqXGTFXNVwclT8vCmmBiXKsdunlMrUFR { 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; }
#cB9XZJfiqFDQGsGLQAWTqOoKIEOKgF09 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mpIqqQ3o9ovhtkU598NE2FdzqkB7IgSa { 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; }
#si1vFDEe87l4VOOoJnzTaiiEIXMdJ2G5 { 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; }
#slye6ZsIVG4MXrGarayqCK8OpgrfH4nq { 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; }
#rWiqBf5pFlBuMT8wnCdrcXOxAZOVcGuc { 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; }
#dgrC9yuioQn1tOwpcadfyCSs6Q0csvQG { 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; }
#zIQkzMBsrBtkrPluKeWv8PvbQaUGmn8P { 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; }
#L7mAzdf4zG8UsDsOSOE5id3WP5Ld83PX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OfdhLVnGwURpVDoKEl1Te8mRr2WANHpE { 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; }
#pfL07U0poAWP21qXZXVEBVPLnzhidI9n { 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; }
#uEGcgqPSc8eMmQAMS6G4KKVWuI6UCVXv { 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; }
#RyieXPVV1TGlNnu3DkatAtX5u8bq5q4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cXvNLXE9XoFre022t79HQgwNZ6Dqe8MA { 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; }
#OebbEluxLgEOytH4rTv7epSDwGLWchqi { 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; }
#EgKw2rf03NdO5Mk0ygoPuHGymfHBzuis { 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; }
#OBJiIqBJ6z3kkQzU5OOoaE9DgLuiaqbK { 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; }
#Pl1PM6wvQvlOztb5edmXKr8tJDEUZ3dR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dSUMTiywVQDOBDASxVoMz09kqTTOeV7S { 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; }
#X7svw5LeVMOdnL3Ex9isrxPrmMGHzdIR { 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; }
#pRtMhMNKcqpuSAu6OTEmAtzk4RHRfXzc { 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; }
#PTFfKxsm4mcUgdfE9glm8Ame6Hg0rRv3 { 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; }
#XADEB1afJKBa9944WCZEbBUli9ztHTee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KkfCVhcCJNJu1VIETZtgc2JfadW8pXHa { 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; }
#VM9WgTG1AKgeaQO0dadSC07lWWkCfacZ { 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; }
#vR9M4lyeSWb5ziucdgcNIBker952xcyU { 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; }
#DlGGZlfyH0iaL6uUNK0oc0txQho0pa4J { 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; }
#cc03wnIWwNtNC6TgQrLhgOdC5UAskZmo { 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; }
#f2THrTU2y7KZnGoRQuSwtQFaPMB2kDex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nSTZxgnRZOhyHfxZwIcMn5IFhnlJM4dZ { 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; }
#bG0Vh3kZSGIv2gAWOPTfXtBeQwcw9FCm { 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; }
#CFT4LLGIvgtN79U0woVTSvuJkCu9g49Q { 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; }
#wxVlXXUrSy4MGsiZQeyterN6UXU2LWKZ { 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; }
#Tn1Rc7VSc4RWp1rGbOCiq6SeMJTIUcOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MNf92ETznfbsa5cHsxrwVd8nCKwdvuwo { 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; }
#IHeHhNCG7Mgx7XvTaGhgggOxCCXqwfvE { 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; }
#ItgpP4O9BTrw6Xbd2mc2yVDOGekMTS4V { 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; }
#X0LwbNrzaBp8hXkFhQUXAaAnUoG189GH { 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; }
#Xam0MqNa3gksZGOi6pPExz2BtkOCAd85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1Sh5DOcV8LJ8PQtFRkVnIDonq2O7qp5 { 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; }
#Nuckd9FnwERkvsg4mTliwgyotciLbCOT { 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; }
#SeScG7C1reFCh9zNTEusue44BuoI0ihP { position:relative;display:none; }#SeScG7C1reFCh9zNTEusue44BuoI0ihP { border-width: 0; border-radius: 0; }#SeScG7C1reFCh9zNTEusue44BuoI0ihP > .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; }#SeScG7C1reFCh9zNTEusue44BuoI0ihP > .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; }#FkrWD59Ccp6GQBwxbZzSPWyCNUKxoslT { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:10.5rem;height:3.9800375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KczIJ1C5oKvgKDcCelGgWMnlQ1O2NzJ0 { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.875rem;left:17.8125rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VJ61v5RLGIUWotPRD5TrSlyoBHK8Q5GC { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GTIoPLAvzbk80HVbI8NBOdPI6cGTlHI4 { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lXLAeDMBeJp6tZuaV606feLfnWAu00Fi { 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; }
#NW6qrGXUKoxcUlsw0DUQKdrZ3M9utsgr { 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; }
#bTKzaVSTEMSe8OrXTFoeIg9LhPKpTWC9 { 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; }
#e10Klc6tEvKWULfrgNisJ6BTpKEzJVUh { 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; }
#Am8r4wV4fEaIpJT0b5OqHUhnNwOOoODu { 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; }
#CukaDImysV5ubULXSnguTKiy5mLPxXz2 { 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; }
#TxnmqblOABLwpkHV1r6LWn1Rx9pNaFml { background-color:#62748d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#TxnmqblOABLwpkHV1r6LWn1Rx9pNaFml > .row .container { border-width: 0; border-radius: 0; }#TxnmqblOABLwpkHV1r6LWn1Rx9pNaFml > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TxnmqblOABLwpkHV1r6LWn1Rx9pNaFml > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#dBfqQGPuAN5pnqNncrlLhfQT7LaDrDhc { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:block; }
#yrre6TJxFAvXEBi7fLoyeG5XDNhfutef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMARouQO5WO7bNrQX0nm6HhmCsN300Aq { color:#fafafa;display:block;width:30.125rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#HGzWG1Gzr7AmR5r67F4AJ41J5atU4z1x { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -moz-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -ms-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -o-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#ccd4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#ccd4b392' );";background-image: linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:19.625rem;top:7.4375rem;left:23.5625rem;display:block; }
#GVu4pR8OII8OTP3nPhchQpMKgbK1VxFM { color:#fafafa;display:block;width:41.125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.9248046875rem;left:18.875rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#EerZoxb8VGdnbrPOtTtnfBS0Fd8i3fd0 { color:#fafafa;display:block;width:21.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.625rem;left:38.125rem;height:3.0013rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#J3dDkFpb0erw6R1z20p2yLVBewTiZyxb { 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; }
#ZqoVRf3rHXX8scS7z8ZzL5TQX4wOBx7B { 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; }
#Jg5Q7NNF7VxxAKpVEJMCB5m3wLmA4gTX { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#IOKTS0v4IKgV6iWHtpndagSDRD5k8qdf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yroy6ey13ANEkBD03B14IUs8tpM14Ao5 { 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; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-form-header {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#ffffff;width:18.75rem;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; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .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;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:18.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-text {padding-top: 0; padding-bottom: 0;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:cairo;font-size:0.9375rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;text-align:center;text-align-last:center;vertical-align:top;font-weight:700;font-style:normal; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-select {padding-top: 0; padding-bottom: 0;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .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:transparent;background-image: -webkit-linear-gradient(top, #845d22, #e5d5b2);background-image: -moz-linear-gradient(top, #845d22, #e5d5b2);background-image: -ms-linear-gradient(top, #845d22, #e5d5b2);background-image: -o-linear-gradient(top, #845d22, #e5d5b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#845d22', endColorstr='#e5d5b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#845d22', endColorstr='#e5d5b2' );";background-image: linear-gradient(to bottom, #845d22, #e5d5b2);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.4375rem;font-family:cairo;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff [class*="-text"]:-moz-placeholder { color:#000000;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff [class*="-text"]::-moz-placeholder { color:#000000;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:17.5625rem;overflow:hidden;font-style:normal;float:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .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; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-container:first-of-type{padding-top:0;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-container:last-of-type{padding-bottom:0;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff  { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.5615234375rem;top:8.68408203125rem;z-index:15042;position:absolute; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-info-text { font-size:0.75rem; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff {display:block;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.5615234375rem;top:8.68408203125rem;z-index:15042;position:absolute;display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #yFAFmBklVyfFA7S2gLOWmvqeJ5ibO9Dl { position:relative; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #Mp9shsRNzJKrFa70zhaKspUxNAi0pT7L { position:relative;display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #FHH1BsWuhH0bJPW1mSvUpKcMGDKsIsOM { position:relative; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #kmHi2ZSBlVy2rkdIcnyqy5ocUG3lT95T { position:relative; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #IJOrehD4PL9lHsTIqNHcrywXpwGg0uZO { position:relative;display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #JnSh4NpTdTZTasPV6q5HoGHgiKfbsZRV { position:relative; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #Fe9VRrSBQB02zl0yDhH7zUbVaDr9DvpP { position:relative; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #SzLyW2zoOfM1gdElOH9X5AG6AnNTnXGM { position:relative;display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #TNf1sM1N06OCCObzSM12utFbnZPTF9PT { position:relative; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #uKavE2h2zRpwK2ZXzTCppJB6iLDfy48n { position:relative; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #k1Td5UAO29fzPIFzBxOLHTtufdysdRGq { position:relative;display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #I2RZII5uOLVv7dwkLnZE6n2MKqL8ngvo { position:relative; }
#Ru1SG2LdorWRDoXtpdfCwGmSG3sB3MA9 { position:relative;display:block; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #MfqtJXZSVcS1QB9SlN93zUsxXnABWR7I { position:relative; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #G5xEStdderUTPLuinzhdxT7m6Fvzg10h { position:relative; }
#piQzi8DZfXlkIVXDsy1K40kAocJ0SNbX { 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; }#piQzi8DZfXlkIVXDsy1K40kAocJ0SNbX > .row .container { border-width: 0; border-radius: 0; }#piQzi8DZfXlkIVXDsy1K40kAocJ0SNbX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#piQzi8DZfXlkIVXDsy1K40kAocJ0SNbX > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#BUIdv64g4HiafpsuB0O5lOieN02h9K46 { 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; }
#XD39l4GfNt0OTyL2tpwz21fRgay4dCGo { 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; }
#OsovRCPeVx1A4y5pVzHlwKJ97VmTtKOm { 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; }
#nTqVrWzoG7HaXXyonERZGeLJssA8RyVh { 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; }
#wahd3yIZUEx8NvH18w6aJbRcNRcZ1SKb { 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; }
#dgl54FCb40l4mDXC8Se3UKlnrboogyfF { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:41.75rem;left:51.375rem; }
#R1LfsEWgyA8Hed5eNgTRBBQvnuZ6mdAn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:41.8125rem;left:47.8125rem; }
#IealDqPW7u7JPP7EhPgTrQteOdoFC6qZ { 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; }
#GPSFmf6nfEBE5sFz0BxKbMNwaqVzGcLq { 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; }
#t4l7nnP78G0UWStNd7Z3Utyznlie6qER { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#t4l7nnP78G0UWStNd7Z3Utyznlie6qER > .row .container { border-width: 0; border-radius: 0; }#t4l7nnP78G0UWStNd7Z3Utyznlie6qER > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#t4l7nnP78G0UWStNd7Z3Utyznlie6qER > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#AGgSZTqbTlihw6WTLrPab94FGIcpHH7s { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#P9aXOGO2kMEeBngMe7UQr5xwJZkD3sue { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#fVrgfgyDu17qNDJ5toyBMcQ2wHCxw9hS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
body { position:relative;display:block; }
#bNOq62F3fPb0p7OEOL5Nv6ZGPP4x9vAS { display:none; }#bNOq62F3fPb0p7OEOL5Nv6ZGPP4x9vAS > .row .container { width:47.75rem;position:relative;display:none; }#T2IH4OMHM78rJzWXmKk9083nVQPpaSaZ { width:31.25rem;height:8.6875rem;display:none; }
#BfrdGXLtzMyWSHgJ3OeK88nxKtSJtBnd { width:20.3125rem;height:11.0625rem;display:none; }
#q5Ruhlz3Pn604CTq2G6ZxLwTT48PP62n { display:none; }#q5Ruhlz3Pn604CTq2G6ZxLwTT48PP62n > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#qPG5ATSeMXO7pkV0vbXhFLXZP7iLKDfn { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#Dxuf4hD4FSIiz1MAszqS61C9cwUeTCo5 { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#KddhExbsG4QE7L05dOdi3G2TQ1c03JHr { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#KGpzHifo0d2G6Kv4kkstwke3BEukbPTH { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#CZRrm32HD7l2wFxWkczHWyA6gwDZD2Wh { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#sa0XIbpJLnxP4B5N2wxCLP6kTgIoIelz { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#RKag93XXthxQZCSgL0marruifewIP20f { width:;height:;display:none; }
#kwbxBIlStCmNyzcokrahGnwSPZS81vTz { display:block; }
#QAAWspV6VHZ00UH6UqRp9OFCmo7v1ltm { width:;height:;display:none; }
#sl21ZNE7Gxa0lID1ReCLsVvekPvAf7co { display:block; }
#bcUTBP91M6ufvTSpBWTpGpac5GcTLWf9 { width:;height:;display:none; }
#DId0LO4rhoGGdVxdNDs231hCceVd02Ey { display:block; }
#nNB6Z8IFlqqC77LJ6SDRsg5qT73W3q3S { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#Wk2agxupvCeWW8RrvtDAIQcQma7GGDwM { width:0;height:0;display:none; }
#gdTmvCmZfRSITuPnJ23uAmR96AGHT0mN { display:block; }
#l4oKtPlXQBSvBaG6uAIaoHN9Hb39tbGJ { display:none; }
#sroMT1cCZCeuDX0QPDPrzL8CDtZm37DX { width:0;height:0;display:none; }
#GQu1adUpRcCSOvgZrHtipo2sLhypwppB { display:block; }
#R5egL947mN5GLZJqgOzkEKBo23XS2wi2 { display:none; }
#bG75KRzCWbIR4xcVaCB5qGUXCEkbiF8B { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#er8gESpryf6XFf7mnLn1puQpQLi1o2Jn { display:none; }#er8gESpryf6XFf7mnLn1puQpQLi1o2Jn > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#Q5fS9oFFllCWwzoGafvUJp7WnJxiwolx { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#x371Ok7J5Rn4KQoxyuuD13I3a8yG71Ix { display:block; }
#Plkis3IlpCE3EKqepON3pSrmXzoFqmOX { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#Plkis3IlpCE3EKqepON3pSrmXzoFqmOX > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#wW4OlOenJt8xvlehUS2x6vHNxXS2rTAz { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#FkZQnTGhGg02x0gFT6C16OWyO39lh01b { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:block; }
#rKTk7LcBMx6n4Gpp1Gp15hSdZ1CC0bbh { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#pqnbRyeTB2aEGxyIz70dJydLKvA31PQz { display:block; }
#DRq2bHJh9mzOAlMvyCwJaJvoJSuNcOhV { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#egZfpA4qrIUyVaxl86ufKzI1DWX5KhgK { display:none; }#egZfpA4qrIUyVaxl86ufKzI1DWX5KhgK > .row .container { width:47.75rem;position:relative;display:none; }#GHo3M4XPs38Soz6epsgCKLlpPGBKk7lU { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#ICgR5m6haXTiTC3R2L2y9dVgTKtboNAx { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#BxATtWTGCM387yVLPkCPwT8TSpyBfl9r { display:block; }
#v9VzT9Nl47qd6EGIuElqZC12WyVSfCXw { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#ruz3JgJCaCnRyIOIEWgzQTSNE7TnOixF { display:block; }
#PKeExoTtQvRWRmXSzBvfisPCoIAECxXM { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#FJT7yqwSac7Fx31ht0rFwLE6ywJIsliq { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#R1zAlwxrqXVZVT9JZH5bE3GLwAxT6xP7 { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#Kxrcn1MCJbP8CbqqUlD18MQvgyr2mQH9 { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#nxtD3QKwWoV9hUvEXSTN5tW4d11TWQEC { top:0rem;left:17.125rem;width:30.625rem;height:20.381798828125rem;display:block; }
#iuC0EqC0eTQsd7IubrTPgncAEkkN80AT { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#s8L7hPu9MBM7Dz9TXpCn732xLxVKnBUR { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps { display:none; }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps > .row .container { width:47.75rem;position:relative;display:none; }#culgZcTnxTeLgV17adqp85qsfCOmrHPa { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#FJmSi99XkwciQTadF3TE06qSvdQ9LpbA { width:47.75rem;height:19rem;display:none; }
#rR2bqCQC0Pb2nedB9TwAPL1LSKNx0Bl0 { width:14.0625rem;height:5.125rem;display:none; }
#cGGqpomD0diy1aI3fwPIGtVxaroJtMZl { display:none; }#cGGqpomD0diy1aI3fwPIGtVxaroJtMZl > .row .container { width:47.75rem;position:relative;display:none; }#dhJ7a2GKZLnMGsIzln5ibDEuya4lnfH5 { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#OoSI2Wk4C4nnyxnKomsOvEEImEl52Pon { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#RWOV7Qfp9e5mJ57chtgN7Ug3zn2roOFn { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#UyHVdyzhJVEOJXCyqnBMqqUSpUaczRZk { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#a14kByyUcDZTwZKVyaNHUM6S19CUHkOU { display:none; }#a14kByyUcDZTwZKVyaNHUM6S19CUHkOU > .row .container { width:47.5rem;position:relative;display:none; }#e68qObBrzSOcPeyDr99K1aOzfMxVBHeb { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#DEV2I8uqFH9ZJL1o22aakfOMFdmJSgVi { top:3.4375rem;left:0rem;width:20rem;height:13.5rem;font-size:1rem;display:block; }
#TeWTPNfJsnrPS5JPCMs8uclJqBT6ra3o { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#nFPs0Ieule8UWclhkpOkdJJOuxEimZZ3 { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#n9poOg1021t2J8chdQ42Eh1P8FB5DgDc { display:block; }
#g51rrEGgnQX1kuwQQeGWR1J63NKPZlpq { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#wCLVMuxS6KQeAeqDuqOf3HEwzxiHFrKb { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#PzRzGukmmT3651iPxpJy0TQxEkrtSMzk { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#ROQtIkCSknvALD90rBC3N0OXfs0iL1gr { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu { display:none; }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu > .row .container { width:47.75rem;position:relative;display:none; }#wJN0kas4CT6D8dugQqsdVAX22P8W50P1 { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#IkcUhifS1cRPzUaH62wJrIui5lSMQB6b { width:41.4375rem;height:24.0625rem;display:none; }
#k3FwXbqD7SUiDRprkuLUf4hWAwrJGTEX { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#Wei8XrdokIQqkau7yzXpHRlTA4EEXRoX { width:;height:;display:none; }
#kLGTcipPWnATF7gCrH1p9Fbysu4MpWg6 { display:block; }
#rMpVXWu3r3QcSzHpuHGs9RAg8no8qPsk { display:none; }
#QZhwavD6p4ruopgF93enEAD2MnDTGE5y { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#TySEFgRT3nDB4rMTc5XOHvfciAzR0o9i { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#i8CRFBXnFESs7SqcJwgRsl1u0pE8aALU { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#ZQ9TyQm5HfQ6OhfFFpqAalixGqJEWd05 { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#FD59Py3hR0JopRAQmpIwraITB7kE7mHs { width:41.4375rem;height:24.0625rem;display:none; }
#MXvlByxUspfh2b4E2QmiuZEp7hSZpikw { width:;height:;display:none; }
#VuAo8LHqSNgbWK6szX1B2pwF5ELoETVA { display:block; }
#LA7BxfWEsUhVQruVQkftksPyrATTxMCO { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#ovc58mI1c6CruFX0APX4IHPbUsziZe1n { width:;height:;display:none; }
#RGuBaMI3PCFJ37k4MUmmpdHnnhMv8QMS { display:block; }
#AMtzZaas75vAE78xQVaisKNGoHC7OSeW { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#hma1vpPM8JI0svVL2VEDI4c4uTe1EcS3 { width:41.4375rem;height:24.0625rem;display:none; }
#frSayLmZGD1rz3czDsFdb3UG68GZn88y { width:;height:;display:none; }
#GyITymnuHq0yshTtEJvS0mEobMmxSZ9n { display:block; }
#SoLynH33HnBtiBpA8EDfQe2PBWvlrao1 { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Vu0zcyATDIGbRLMixKk8glK7WRZzn995 { top:62.5rem;left:0.310546875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#KAmbXQvcTvornhbmo0JVMNROOORbLo54 { width:41.4375rem;height:24.0625rem;display:none; }
#FxA0FtiavdBHbOqTpaTrDOpfB9H0HQyR { width:;height:;display:none; }
#Hl61s5xpHZbEoroDZG4NB4gnfJU7Vsfz { display:block; }
#Kz7XCoSnwlnJ7bfVz18EgWo1D8rsiA9e { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#dswKJtTpeaw2XzpaWlQ1eHUT2nVRHyU4 { width:;height:;display:none; }
#g0tQg6IoblVeM12qEUBw3aad3wGo14NA { display:block; }
#rDtG2hr32A1AeO9QtMm49w2oMSddMJkr { width:41.4375rem;height:24.0625rem;display:none; }
#eqXGTFXNVwclT8vCmmBiXKsdunlMrUFR { width:;height:;display:none; }
#cB9XZJfiqFDQGsGLQAWTqOoKIEOKgF09 { display:block; }
#mpIqqQ3o9ovhtkU598NE2FdzqkB7IgSa { width:41.4375rem;height:24.0625rem;display:none; }
#si1vFDEe87l4VOOoJnzTaiiEIXMdJ2G5 { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#slye6ZsIVG4MXrGarayqCK8OpgrfH4nq { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#rWiqBf5pFlBuMT8wnCdrcXOxAZOVcGuc { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#dgrC9yuioQn1tOwpcadfyCSs6Q0csvQG { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#zIQkzMBsrBtkrPluKeWv8PvbQaUGmn8P { width:;height:;display:none; }
#L7mAzdf4zG8UsDsOSOE5id3WP5Ld83PX { display:block; }
#OfdhLVnGwURpVDoKEl1Te8mRr2WANHpE { top:113.25rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#pfL07U0poAWP21qXZXVEBVPLnzhidI9n { width:41.4375rem;height:24.0625rem;display:none; }
#uEGcgqPSc8eMmQAMS6G4KKVWuI6UCVXv { width:;height:;display:none; }
#RyieXPVV1TGlNnu3DkatAtX5u8bq5q4e { display:block; }
#cXvNLXE9XoFre022t79HQgwNZ6Dqe8MA { width:41.4375rem;height:24.0625rem;display:none; }
#OebbEluxLgEOytH4rTv7epSDwGLWchqi { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#EgKw2rf03NdO5Mk0ygoPuHGymfHBzuis { top:130.125rem;left:0.497314453125rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#OBJiIqBJ6z3kkQzU5OOoaE9DgLuiaqbK { width:;height:;display:none; }
#Pl1PM6wvQvlOztb5edmXKr8tJDEUZ3dR { display:block; }
#dSUMTiywVQDOBDASxVoMz09kqTTOeV7S { width:41.4375rem;height:24.0625rem;display:none; }
#X7svw5LeVMOdnL3Ex9isrxPrmMGHzdIR { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#pRtMhMNKcqpuSAu6OTEmAtzk4RHRfXzc { top:147.0625rem;left:0.57666015625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#PTFfKxsm4mcUgdfE9glm8Ame6Hg0rRv3 { width:;height:;display:none; }
#XADEB1afJKBa9944WCZEbBUli9ztHTee { display:block; }
#KkfCVhcCJNJu1VIETZtgc2JfadW8pXHa { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#VM9WgTG1AKgeaQO0dadSC07lWWkCfacZ { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#vR9M4lyeSWb5ziucdgcNIBker952xcyU { width:41.4375rem;height:24.0625rem;display:none; }
#DlGGZlfyH0iaL6uUNK0oc0txQho0pa4J { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#cc03wnIWwNtNC6TgQrLhgOdC5UAskZmo { width:;height:;display:none; }
#f2THrTU2y7KZnGoRQuSwtQFaPMB2kDex { display:block; }
#nSTZxgnRZOhyHfxZwIcMn5IFhnlJM4dZ { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#bG0Vh3kZSGIv2gAWOPTfXtBeQwcw9FCm { width:41.4375rem;height:24.0625rem;display:none; }
#CFT4LLGIvgtN79U0woVTSvuJkCu9g49Q { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#wxVlXXUrSy4MGsiZQeyterN6UXU2LWKZ { width:;height:;display:none; }
#Tn1Rc7VSc4RWp1rGbOCiq6SeMJTIUcOn { display:block; }
#MNf92ETznfbsa5cHsxrwVd8nCKwdvuwo { top:79.4375rem;left:0.70225745439531rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#IHeHhNCG7Mgx7XvTaGhgggOxCCXqwfvE { width:41.4375rem;height:24.0625rem;display:none; }
#ItgpP4O9BTrw6Xbd2mc2yVDOGekMTS4V { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#X0LwbNrzaBp8hXkFhQUXAaAnUoG189GH { width:;height:;display:none; }
#Xam0MqNa3gksZGOi6pPExz2BtkOCAd85 { display:block; }
#o1Sh5DOcV8LJ8PQtFRkVnIDonq2O7qp5 { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#Nuckd9FnwERkvsg4mTliwgyotciLbCOT { width:41.4375rem;height:24.0625rem;display:none; }
#SeScG7C1reFCh9zNTEusue44BuoI0ihP { display:none; }#SeScG7C1reFCh9zNTEusue44BuoI0ihP > .row .container { width:47.75rem;position:relative;display:none; }#FkrWD59Ccp6GQBwxbZzSPWyCNUKxoslT { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#KczIJ1C5oKvgKDcCelGgWMnlQ1O2NzJ0 { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#VJ61v5RLGIUWotPRD5TrSlyoBHK8Q5GC { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#GTIoPLAvzbk80HVbI8NBOdPI6cGTlHI4 { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#lXLAeDMBeJp6tZuaV606feLfnWAu00Fi { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#NW6qrGXUKoxcUlsw0DUQKdrZ3M9utsgr { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#bTKzaVSTEMSe8OrXTFoeIg9LhPKpTWC9 { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#e10Klc6tEvKWULfrgNisJ6BTpKEzJVUh { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#Am8r4wV4fEaIpJT0b5OqHUhnNwOOoODu { width:;height:;top:0rem;display:none; }
#CukaDImysV5ubULXSnguTKiy5mLPxXz2 { width:36.5625rem;height:31.5rem;display:none; }
#TxnmqblOABLwpkHV1r6LWn1Rx9pNaFml { display:none; }#TxnmqblOABLwpkHV1r6LWn1Rx9pNaFml > .row .container { width:47.5rem;position:relative;display:none; }#dBfqQGPuAN5pnqNncrlLhfQT7LaDrDhc { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#yrre6TJxFAvXEBi7fLoyeG5XDNhfutef { display:block; }
#TMARouQO5WO7bNrQX0nm6HhmCsN300Aq { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#HGzWG1Gzr7AmR5r67F4AJ41J5atU4z1x { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#GVu4pR8OII8OTP3nPhchQpMKgbK1VxFM { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#EerZoxb8VGdnbrPOtTtnfBS0Fd8i3fd0 { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#J3dDkFpb0erw6R1z20p2yLVBewTiZyxb { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#ZqoVRf3rHXX8scS7z8ZzL5TQX4wOBx7B { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#Jg5Q7NNF7VxxAKpVEJMCB5m3wLmA4gTX { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#IOKTS0v4IKgV6iWHtpndagSDRD5k8qdf { display:block; }
#yroy6ey13ANEkBD03B14IUs8tpM14Ao5 { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-regular-label { width:12.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-text { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-text {padding-top: 0; padding-bottom: 0;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-textarea { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-select { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-select {padding-top: 0; padding-bottom: 0;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-button { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-checkbox-label { width:11.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff  { width:13.75rem;height:auto;top:19.8125rem;left:0rem; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .radio-container { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff {display:block;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff { width:13.75rem;height:auto;top:19.8125rem;left:0rem;display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #yFAFmBklVyfFA7S2gLOWmvqeJ5ibO9Dl {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #Mp9shsRNzJKrFa70zhaKspUxNAi0pT7L { display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #FHH1BsWuhH0bJPW1mSvUpKcMGDKsIsOM {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #kmHi2ZSBlVy2rkdIcnyqy5ocUG3lT95T {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #IJOrehD4PL9lHsTIqNHcrywXpwGg0uZO { display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #JnSh4NpTdTZTasPV6q5HoGHgiKfbsZRV {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #Fe9VRrSBQB02zl0yDhH7zUbVaDr9DvpP {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #SzLyW2zoOfM1gdElOH9X5AG6AnNTnXGM { display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #TNf1sM1N06OCCObzSM12utFbnZPTF9PT {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #uKavE2h2zRpwK2ZXzTCppJB6iLDfy48n {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #k1Td5UAO29fzPIFzBxOLHTtufdysdRGq { display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #I2RZII5uOLVv7dwkLnZE6n2MKqL8ngvo {  }
#Ru1SG2LdorWRDoXtpdfCwGmSG3sB3MA9 { display:block; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #MfqtJXZSVcS1QB9SlN93zUsxXnABWR7I {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #G5xEStdderUTPLuinzhdxT7m6Fvzg10h {  }
#piQzi8DZfXlkIVXDsy1K40kAocJ0SNbX { display:none; }#piQzi8DZfXlkIVXDsy1K40kAocJ0SNbX > .row .container { width:47.5rem;position:relative;display:none; }#BUIdv64g4HiafpsuB0O5lOieN02h9K46 { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#XD39l4GfNt0OTyL2tpwz21fRgay4dCGo { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#OsovRCPeVx1A4y5pVzHlwKJ97VmTtKOm { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#nTqVrWzoG7HaXXyonERZGeLJssA8RyVh { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#wahd3yIZUEx8NvH18w6aJbRcNRcZ1SKb { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#dgl54FCb40l4mDXC8Se3UKlnrboogyfF { top:41.6875rem;left:45.25rem;width:2.4375rem;height:2.4375rem;display:block; }
#R1LfsEWgyA8Hed5eNgTRBBQvnuZ6mdAn { top:41.75rem;left:41.6875rem;width:2.5rem;height:2.5rem;display:block; }
#IealDqPW7u7JPP7EhPgTrQteOdoFC6qZ { top:0rem;width:;height:;display:none; }
#GPSFmf6nfEBE5sFz0BxKbMNwaqVzGcLq { top:0rem;width:;height:;display:none; }
#t4l7nnP78G0UWStNd7Z3Utyznlie6qER { display:none; }#t4l7nnP78G0UWStNd7Z3Utyznlie6qER > .row .container { width:47.5rem;position:relative;display:none; }#AGgSZTqbTlihw6WTLrPab94FGIcpHH7s { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#P9aXOGO2kMEeBngMe7UQr5xwJZkD3sue { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#fVrgfgyDu17qNDJ5toyBMcQ2wHCxw9hS { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
body { position:relative;display:block; }
#bNOq62F3fPb0p7OEOL5Nv6ZGPP4x9vAS { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#bNOq62F3fPb0p7OEOL5Nv6ZGPP4x9vAS > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#T2IH4OMHM78rJzWXmKk9083nVQPpaSaZ { top:0rem;left:0.054428769902714rem;width:19.75rem;height:5.125rem;z-index:15193;overflow:hidden;display:block; }
#BfrdGXLtzMyWSHgJ3OeK88nxKtSJtBnd { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#q5Ruhlz3Pn604CTq2G6ZxLwTT48PP62n { position:relative;z-index:auto;display:block; }#q5Ruhlz3Pn604CTq2G6ZxLwTT48PP62n > .row .container { width:20rem;height:20.625rem;position:relative;display:block; }#qPG5ATSeMXO7pkV0vbXhFLXZP7iLKDfn { width:5.6875rem;height:0.899525rem;top:5.9375rem;left:14.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#Dxuf4hD4FSIiz1MAszqS61C9cwUeTCo5 { width:5.625rem;height:0.0625rem;top:7.5rem;left:14.1875rem;display:block; }
#KddhExbsG4QE7L05dOdi3G2TQ1c03JHr { width:3.75rem;height:0.899525rem;top:5.9375rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#KGpzHifo0d2G6Kv4kkstwke3BEukbPTH { width:5.625rem;height:0.0618489375rem;top:7.5rem;left:7.0625rem;display:block; }
#CZRrm32HD7l2wFxWkczHWyA6gwDZD2Wh { width:7.3125rem;height:0.899525rem;top:6rem;left:6.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#sa0XIbpJLnxP4B5N2wxCLP6kTgIoIelz { width:5.625rem;height:0.0618489375rem;top:7.4375rem;left:0.1875rem;z-index:15009;display:block; }
#RKag93XXthxQZCSgL0marruifewIP20f { top:5.5rem;left:0.875rem;z-index:15012;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#kwbxBIlStCmNyzcokrahGnwSPZS81vTz { display:block; }
#QAAWspV6VHZ00UH6UqRp9OFCmo7v1ltm { top:5.5rem;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; }
#sl21ZNE7Gxa0lID1ReCLsVvekPvAf7co { display:block; }
#bcUTBP91M6ufvTSpBWTpGpac5GcTLWf9 { top:5.5rem;left:14.875rem;z-index:15014;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#DId0LO4rhoGGdVxdNDs231hCceVd02Ey { display:block; }
#nNB6Z8IFlqqC77LJ6SDRsg5qT73W3q3S { top:8.25rem;left:0rem;width:19.0625rem;height:1.2999125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#Wk2agxupvCeWW8RrvtDAIQcQma7GGDwM { top:9.625rem;left:0.8125rem;width:18.625rem;height:3.75rem;z-index:15017;background-color:#62748d;background-image:none;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#gdTmvCmZfRSITuPnJ23uAmR96AGHT0mN { display:block; }
#l4oKtPlXQBSvBaG6uAIaoHN9Hb39tbGJ { display:flex;top:10.0625rem;left:1.4375rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#sroMT1cCZCeuDX0QPDPrzL8CDtZm37DX { top:15.5rem;left:0.8125rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:#62748d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#GQu1adUpRcCSOvgZrHtipo2sLhypwppB { display:block; }
#R5egL947mN5GLZJqgOzkEKBo23XS2wi2 { display:flex;top:15.4375rem;left:1.25rem;width:3.125rem;height:3.125rem;z-index:15022; }
#bG75KRzCWbIR4xcVaCB5qGUXCEkbiF8B { top:13.5625rem;left:9.8125rem;width:2.125rem;height:1.62435rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
#er8gESpryf6XFf7mnLn1puQpQLi1o2Jn { position:relative;z-index:auto;display:block; }#er8gESpryf6XFf7mnLn1puQpQLi1o2Jn > .row .container { width:20rem;height:8.125rem;position:relative;display:block; }#Q5fS9oFFllCWwzoGafvUJp7WnJxiwolx { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#x371Ok7J5Rn4KQoxyuuD13I3a8yG71Ix { display:block; }
#Plkis3IlpCE3EKqepON3pSrmXzoFqmOX { display:flex;top:2.8411464691162rem;left:0.875rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#Plkis3IlpCE3EKqepON3pSrmXzoFqmOX > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#wW4OlOenJt8xvlehUS2x6vHNxXS2rTAz { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#FkZQnTGhGg02x0gFT6C16OWyO39lh01b { width:5.8125rem;height:2.875rem;top:2.1848959922791rem;left:13.459635734558rem;display:block; }
#rKTk7LcBMx6n4Gpp1Gp15hSdZ1CC0bbh { width:9.0625rem;height:2.8125rem;top:2.25rem;left:0rem;font-size:0.625rem;display:block; }
#pqnbRyeTB2aEGxyIz70dJydLKvA31PQz { display:block; }
#DRq2bHJh9mzOAlMvyCwJaJvoJSuNcOhV { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#egZfpA4qrIUyVaxl86ufKzI1DWX5KhgK { display:block; }#egZfpA4qrIUyVaxl86ufKzI1DWX5KhgK > .row .container { width:20rem;height:37.625rem;position:relative;display:block; }#GHo3M4XPs38Soz6epsgCKLlpPGBKk7lU { width:20rem;height:4.9500875rem;top:3.75rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#ICgR5m6haXTiTC3R2L2y9dVgTKtboNAx { width:13.11111125rem;height:4.36111125rem;top:30.25rem;left:3.4375rem;font-size:1.375rem;display:block; }
#BxATtWTGCM387yVLPkCPwT8TSpyBfl9r { display:block; }
#v9VzT9Nl47qd6EGIuElqZC12WyVSfCXw { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#ruz3JgJCaCnRyIOIEWgzQTSNE7TnOixF { display:block; }
#PKeExoTtQvRWRmXSzBvfisPCoIAECxXM { width:20rem;height:3.0013rem;top:10.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#FJT7yqwSac7Fx31ht0rFwLE6ywJIsliq { width:11.625rem;height:7rem;top:2.75rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -moz-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -ms-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -o-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35957353', endColorstr='#b5d4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35957353', endColorstr='#b5d4b392' );";background-image: linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-size:auto !important;display:block; }
#R1zAlwxrqXVZVT9JZH5bE3GLwAxT6xP7 { display:flex;width:4.375rem;height:4.375rem;top:25.0625rem;left:1.9375rem;font-size:3.0625rem; }
#Kxrcn1MCJbP8CbqqUlD18MQvgyr2mQH9 { display:flex;width:4.375rem;height:4.375rem;top:27rem;left:0rem;font-size:3.0625rem; }
#nxtD3QKwWoV9hUvEXSTN5tW4d11TWQEC { width:20rem;height:13.3111875rem;top:14.625rem;left:0rem;overflow:hidden;display:block; }
#iuC0EqC0eTQsd7IubrTPgncAEkkN80AT { width:4.9375rem;height:2.4375rem;top:18.875rem;left:0rem;z-index:15042;display:block; }
#s8L7hPu9MBM7Dz9TXpCn732xLxVKnBUR { width:5.0625rem;height:2.625rem;top:14.625rem;left:0rem;z-index:15041;display:block; }
#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps { background-color:rgba(250,250,250,0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps > .row .container { background-color: transparent; background-image: none; }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps > .row .container > .video-iframe-container { display: none; }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps > .row > .video-iframe-container { display: none; }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps > .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); }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps > .row .container { border-width: 0; border-radius: 0; }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEHB3IqvFlPVe2GJ3Sfl4w5vcz4Tndps > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#culgZcTnxTeLgV17adqp85qsfCOmrHPa { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:cairo;font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#FJmSi99XkwciQTadF3TE06qSvdQ9LpbA { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#rR2bqCQC0Pb2nedB9TwAPL1LSKNx0Bl0 { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#cGGqpomD0diy1aI3fwPIGtVxaroJtMZl { display:block; }#cGGqpomD0diy1aI3fwPIGtVxaroJtMZl > .row .container { width:20rem;height:11.375rem;position:relative;display:block; }#dhJ7a2GKZLnMGsIzln5ibDEuya4lnfH5 { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#OoSI2Wk4C4nnyxnKomsOvEEImEl52Pon { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#RWOV7Qfp9e5mJ57chtgN7Ug3zn2roOFn { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13671875rem;z-index:15198;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#UyHVdyzhJVEOJXCyqnBMqqUSpUaczRZk { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#a14kByyUcDZTwZKVyaNHUM6S19CUHkOU { display:block; }#a14kByyUcDZTwZKVyaNHUM6S19CUHkOU > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; }#e68qObBrzSOcPeyDr99K1aOzfMxVBHeb { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#DEV2I8uqFH9ZJL1o22aakfOMFdmJSgVi { width:20rem;height:13.50585rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#TeWTPNfJsnrPS5JPCMs8uclJqBT6ra3o { width:12.5rem;height:12.5rem;top:25.694010734558rem;left:0rem;z-index:14998;display:block; }
#nFPs0Ieule8UWclhkpOkdJJOuxEimZZ3 { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#n9poOg1021t2J8chdQ42Eh1P8FB5DgDc { display:block; }
#g51rrEGgnQX1kuwQQeGWR1J63NKPZlpq { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#wCLVMuxS6KQeAeqDuqOf3HEwzxiHFrKb { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#PzRzGukmmT3651iPxpJy0TQxEkrtSMzk { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#ROQtIkCSknvALD90rBC3N0OXfs0iL1gr { width:20rem;height:23.9375rem;top:3.093533039093rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#add4b392', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add4b392', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-size:auto !important;display:block; }
#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu { 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; }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu.adaptive-delivery-prevent-bg, #Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu.lazyload, #Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu.lazyloading { background-image: none; }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu > .row .container { background-color: transparent; background-image: none; }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu > .row .container > .video-iframe-container { display: none; }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu > .row > .video-iframe-container { display: none; }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu > .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); }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu > .row .container { border-width: 0; border-radius: 0; }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Su8HNyln9Go9kvBA8T3bUgGOfwf6wHLu > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#wJN0kas4CT6D8dugQqsdVAX22P8W50P1 { top:0.58073043823242rem;left:2.75rem;width:15.3125rem;height:2.599825rem;z-index:14997;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;color:#3c830e;display:block; }
#IkcUhifS1cRPzUaH62wJrIui5lSMQB6b { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#k3FwXbqD7SUiDRprkuLUf4hWAwrJGTEX { top:14.37451171875rem;left:6.826904296875rem;width:12.625rem;height:2.098525rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#Wei8XrdokIQqkau7yzXpHRlTA4EEXRoX { 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; }
#kLGTcipPWnATF7gCrH1p9Fbysu4MpWg6 { display:block; }
#rMpVXWu3r3QcSzHpuHGs9RAg8no8qPsk { 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; }
#QZhwavD6p4ruopgF93enEAD2MnDTGE5y { 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; }
#TySEFgRT3nDB4rMTc5XOHvfciAzR0o9i { 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; }
#i8CRFBXnFESs7SqcJwgRsl1u0pE8aALU { 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; }
#ZQ9TyQm5HfQ6OhfFFpqAalixGqJEWd05 { 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; }
#FD59Py3hR0JopRAQmpIwraITB7kE7mHs { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#MXvlByxUspfh2b4E2QmiuZEp7hSZpikw { 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; }
#VuAo8LHqSNgbWK6szX1B2pwF5ELoETVA { display:block; }
#LA7BxfWEsUhVQruVQkftksPyrATTxMCO { 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; }
#ovc58mI1c6CruFX0APX4IHPbUsziZe1n { 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; }
#RGuBaMI3PCFJ37k4MUmmpdHnnhMv8QMS { display:block; }
#AMtzZaas75vAE78xQVaisKNGoHC7OSeW { 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; }
#hma1vpPM8JI0svVL2VEDI4c4uTe1EcS3 { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#frSayLmZGD1rz3czDsFdb3UG68GZn88y { 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; }
#GyITymnuHq0yshTtEJvS0mEobMmxSZ9n { display:block; }
#SoLynH33HnBtiBpA8EDfQe2PBWvlrao1 { 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; }
#Vu0zcyATDIGbRLMixKk8glK7WRZzn995 { top:62rem;left:6.623046875rem;width:12.6245rem;height:1.0492625rem;z-index:15026;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#KAmbXQvcTvornhbmo0JVMNROOORbLo54 { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#FxA0FtiavdBHbOqTpaTrDOpfB9H0HQyR { 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; }
#Hl61s5xpHZbEoroDZG4NB4gnfJU7Vsfz { display:block; }
#Kz7XCoSnwlnJ7bfVz18EgWo1D8rsiA9e { top:114.68750190735rem;left:6.5625002980231rem;width:12.6245rem;height:1.0492625rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#dswKJtTpeaw2XzpaWlQ1eHUT2nVRHyU4 { 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; }
#g0tQg6IoblVeM12qEUBw3aad3wGo14NA { display:block; }
#rDtG2hr32A1AeO9QtMm49w2oMSddMJkr { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#eqXGTFXNVwclT8vCmmBiXKsdunlMrUFR { 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; }
#cB9XZJfiqFDQGsGLQAWTqOoKIEOKgF09 { display:block; }
#mpIqqQ3o9ovhtkU598NE2FdzqkB7IgSa { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#si1vFDEe87l4VOOoJnzTaiiEIXMdJ2G5 { top:131.99761390686rem;left:6.622179329395rem;width:12.6233125rem;height:1.0492625rem;z-index:15033;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#slye6ZsIVG4MXrGarayqCK8OpgrfH4nq { 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; }
#rWiqBf5pFlBuMT8wnCdrcXOxAZOVcGuc { 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; }
#dgrC9yuioQn1tOwpcadfyCSs6Q0csvQG { 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; }
#zIQkzMBsrBtkrPluKeWv8PvbQaUGmn8P { 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; }
#L7mAzdf4zG8UsDsOSOE5id3WP5Ld83PX { display:block; }
#OfdhLVnGwURpVDoKEl1Te8mRr2WANHpE { top:148.78363990784rem;left:6.622179329395rem;width:12.6233125rem;height:1.0492625rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#pfL07U0poAWP21qXZXVEBVPLnzhidI9n { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#uEGcgqPSc8eMmQAMS6G4KKVWuI6UCVXv { 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; }
#RyieXPVV1TGlNnu3DkatAtX5u8bq5q4e { display:block; }
#cXvNLXE9XoFre022t79HQgwNZ6Dqe8MA { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#OebbEluxLgEOytH4rTv7epSDwGLWchqi { 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; }
#EgKw2rf03NdO5Mk0ygoPuHGymfHBzuis { top:165.78667640686rem;left:6.309679329395rem;width:13rem;height:1.0492625rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#OBJiIqBJ6z3kkQzU5OOoaE9DgLuiaqbK { 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; }
#Pl1PM6wvQvlOztb5edmXKr8tJDEUZ3dR { display:block; }
#dSUMTiywVQDOBDASxVoMz09kqTTOeV7S { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#X7svw5LeVMOdnL3Ex9isrxPrmMGHzdIR { 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; }
#pRtMhMNKcqpuSAu6OTEmAtzk4RHRfXzc { top:182.53363990784rem;left:5.3884552121163rem;width:14.5rem;height:1.0492625rem;z-index:15045;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#PTFfKxsm4mcUgdfE9glm8Ame6Hg0rRv3 { 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; }
#XADEB1afJKBa9944WCZEbBUli9ztHTee { display:block; }
#KkfCVhcCJNJu1VIETZtgc2JfadW8pXHa { 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; }
#VM9WgTG1AKgeaQO0dadSC07lWWkCfacZ { top:199.87305641174rem;left:5.0000002980232rem;width:14.4995rem;height:1.0492625rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#vR9M4lyeSWb5ziucdgcNIBker952xcyU { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#DlGGZlfyH0iaL6uUNK0oc0txQho0pa4J { 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; }
#cc03wnIWwNtNC6TgQrLhgOdC5UAskZmo { 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; }
#f2THrTU2y7KZnGoRQuSwtQFaPMB2kDex { display:block; }
#nSTZxgnRZOhyHfxZwIcMn5IFhnlJM4dZ { top:216.09919166565rem;left:5.2007382512093rem;width:14.4983125rem;height:1.0492625rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#bG0Vh3kZSGIv2gAWOPTfXtBeQwcw9FCm { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#CFT4LLGIvgtN79U0woVTSvuJkCu9g49Q { 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; }
#wxVlXXUrSy4MGsiZQeyterN6UXU2LWKZ { 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; }
#Tn1Rc7VSc4RWp1rGbOCiq6SeMJTIUcOn { display:block; }
#MNf92ETznfbsa5cHsxrwVd8nCKwdvuwo { top:79.473745346069rem;left:6.827257454395rem;width:12.6236875rem;height:1.0492625rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#IHeHhNCG7Mgx7XvTaGhgggOxCCXqwfvE { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#ItgpP4O9BTrw6Xbd2mc2yVDOGekMTS4V { 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; }
#X0LwbNrzaBp8hXkFhQUXAaAnUoG189GH { 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; }
#Xam0MqNa3gksZGOi6pPExz2BtkOCAd85 { display:block; }
#o1Sh5DOcV8LJ8PQtFRkVnIDonq2O7qp5 { top:97.375rem;left:6.5625rem;width:12.6245rem;height:1.0492625rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#Nuckd9FnwERkvsg4mTliwgyotciLbCOT { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#SeScG7C1reFCh9zNTEusue44BuoI0ihP { display:block; }#SeScG7C1reFCh9zNTEusue44BuoI0ihP { background-color: transparent; background-image: none; }#SeScG7C1reFCh9zNTEusue44BuoI0ihP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeScG7C1reFCh9zNTEusue44BuoI0ihP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeScG7C1reFCh9zNTEusue44BuoI0ihP > .row .container > .video-iframe-container { display: none; }#SeScG7C1reFCh9zNTEusue44BuoI0ihP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeScG7C1reFCh9zNTEusue44BuoI0ihP > .row > .video-iframe-container { display: none; }#SeScG7C1reFCh9zNTEusue44BuoI0ihP > .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); }#SeScG7C1reFCh9zNTEusue44BuoI0ihP > .row .container { width:20rem;height:37.5rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#FkrWD59Ccp6GQBwxbZzSPWyCNUKxoslT { width:15.061875rem;height:2.5996125rem;top:19.5625rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#KczIJ1C5oKvgKDcCelGgWMnlQ1O2NzJ0 { width:18rem;height:2.79730625rem;top:23.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#VJ61v5RLGIUWotPRD5TrSlyoBHK8Q5GC { width:15.8125rem;height:4.1959625rem;top:27.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#GTIoPLAvzbk80HVbI8NBOdPI6cGTlHI4 { width:16.0625rem;height:2.79730625rem;top:32.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#lXLAeDMBeJp6tZuaV606feLfnWAu00Fi { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#NW6qrGXUKoxcUlsw0DUQKdrZ3M9utsgr { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#bTKzaVSTEMSe8OrXTFoeIg9LhPKpTWC9 { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#e10Klc6tEvKWULfrgNisJ6BTpKEzJVUh { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#Am8r4wV4fEaIpJT0b5OqHUhnNwOOoODu { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#CukaDImysV5ubULXSnguTKiy5mLPxXz2 { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#TxnmqblOABLwpkHV1r6LWn1Rx9pNaFml { display:block; }#TxnmqblOABLwpkHV1r6LWn1Rx9pNaFml > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; }#dBfqQGPuAN5pnqNncrlLhfQT7LaDrDhc { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#yrre6TJxFAvXEBi7fLoyeG5XDNhfutef { display:block; }
#TMARouQO5WO7bNrQX0nm6HhmCsN300Aq { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#HGzWG1Gzr7AmR5r67F4AJ41J5atU4z1x { width:20rem;height:21.9375rem;top:26.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4f637b, #d0a882);background-image: -moz-linear-gradient(180deg, #4f637b, #d0a882);background-image: -ms-linear-gradient(180deg, #4f637b, #d0a882);background-image: -o-linear-gradient(180deg, #4f637b, #d0a882);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );";background-image: linear-gradient(180deg, #4f637b, #d0a882);background-size:auto !important;display:block; }
#GVu4pR8OII8OTP3nPhchQpMKgbK1VxFM { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#EerZoxb8VGdnbrPOtTtnfBS0Fd8i3fd0 { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#J3dDkFpb0erw6R1z20p2yLVBewTiZyxb { width:20rem;height:2.3997375rem;top:2.3111982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#ffffff;display:block; }
#ZqoVRf3rHXX8scS7z8ZzL5TQX4wOBx7B { width:18.75rem;height:3.0013rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#Jg5Q7NNF7VxxAKpVEJMCB5m3wLmA4gTX { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#IOKTS0v4IKgV6iWHtpndagSDRD5k8qdf { display:block; }
#yroy6ey13ANEkBD03B14IUs8tpM14Ao5 { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-text {padding-top: 0; padding-bottom: 0;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-select {padding-top: 0; padding-bottom: 0;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #090702;color:#17578e;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:1.5rem;overflow:hidden; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-radio-label { float:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-container:first-of-type{padding-top:0;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .widget-container:last-of-type{padding-bottom:0;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff  { width:17.5rem;height:auto;top:27.222224235534rem;left:0rem;z-index:15043; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff {display:block;}#dowmtkGGCbJzfhqlNoHush22ZfGbmUff { width:17.5rem;height:auto;top:27.222224235534rem;left:0rem;z-index:15043; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #yFAFmBklVyfFA7S2gLOWmvqeJ5ibO9Dl {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #Mp9shsRNzJKrFa70zhaKspUxNAi0pT7L { display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #FHH1BsWuhH0bJPW1mSvUpKcMGDKsIsOM {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #kmHi2ZSBlVy2rkdIcnyqy5ocUG3lT95T {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #IJOrehD4PL9lHsTIqNHcrywXpwGg0uZO { display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #JnSh4NpTdTZTasPV6q5HoGHgiKfbsZRV {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #Fe9VRrSBQB02zl0yDhH7zUbVaDr9DvpP {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #SzLyW2zoOfM1gdElOH9X5AG6AnNTnXGM { display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #TNf1sM1N06OCCObzSM12utFbnZPTF9PT {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #uKavE2h2zRpwK2ZXzTCppJB6iLDfy48n {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #k1Td5UAO29fzPIFzBxOLHTtufdysdRGq { display:none; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #I2RZII5uOLVv7dwkLnZE6n2MKqL8ngvo {  }
#Ru1SG2LdorWRDoXtpdfCwGmSG3sB3MA9 { display:block; }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #MfqtJXZSVcS1QB9SlN93zUsxXnABWR7I {  }
#dowmtkGGCbJzfhqlNoHush22ZfGbmUff #G5xEStdderUTPLuinzhdxT7m6Fvzg10h {  }
#piQzi8DZfXlkIVXDsy1K40kAocJ0SNbX { display:block; }#piQzi8DZfXlkIVXDsy1K40kAocJ0SNbX > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; }#BUIdv64g4HiafpsuB0O5lOieN02h9K46 { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#XD39l4GfNt0OTyL2tpwz21fRgay4dCGo { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#OsovRCPeVx1A4y5pVzHlwKJ97VmTtKOm { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#nTqVrWzoG7HaXXyonERZGeLJssA8RyVh { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#wahd3yIZUEx8NvH18w6aJbRcNRcZ1SKb { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#dgl54FCb40l4mDXC8Se3UKlnrboogyfF { display:flex;width:2.875rem;height:2.875rem;top:73.3125rem;left:6.125rem; }
#R1LfsEWgyA8Hed5eNgTRBBQvnuZ6mdAn { display:flex;width:2.875rem;height:2.875rem;top:73.5rem;left:2.625rem; }
#IealDqPW7u7JPP7EhPgTrQteOdoFC6qZ { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#GPSFmf6nfEBE5sFz0BxKbMNwaqVzGcLq { top:46.255429267883rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#t4l7nnP78G0UWStNd7Z3Utyznlie6qER { display:block; }#t4l7nnP78G0UWStNd7Z3Utyznlie6qER > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; }#AGgSZTqbTlihw6WTLrPab94FGIcpHH7s { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#P9aXOGO2kMEeBngMe7UQr5xwJZkD3sue { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#fVrgfgyDu17qNDJ5toyBMcQ2wHCxw9hS { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
