.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:#aba0a0;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh { position:relative;z-index:auto;display:none; }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh { border-width: 0; border-radius: 0; }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh > .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; }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NscQQl8ubeBXAPTqcfTBblMloI5dCgAo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#TnIVo2UqtaJl1eznDu7k3gusy1RXJ2HT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A5HZcRfBN5q1JE200fc9uZySzxHLyaya { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#hvF7iHzGw10kAVxcAo55raGsl0dXIQqg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#aAJdEvNNppZD8QbBsFuTBJeehAT5lNTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qrThLKzbtH6cwWU9hAWy7Kb5JITAil3U { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#qrThLKzbtH6cwWU9hAWy7Kb5JITAil3U > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#ikFLQwK24ro8wa23CyUVUhEamEOuqRug { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#lNQK12VAyOCit2PwGTlexBaH6y7XbRAm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTulzsdUTwNfhlGfPZdFWbPiBcJza8I7 { 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: 0.0625rem 0.0625rem 0.1875rem #ffffff ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#F5QFBI5vUcClykXs06B4nGfSDEdoZ33w { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#ZHHtnqrusSn13K3h3tfWOAFVRaBTS1RK { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K8CtF7pqK2u4silcR3KSPQMZxWBrK9gV { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.36328125rem;left:15.58203125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hd1kv0HvrshMzGRrI7PVqFXVn4Dq2OhL { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:11.625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bvJHsFUkt5RtSPZocuD9uLm0WNarwcJW { color:#a57f62;display:block;width:5.0625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:10.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VkVP4ApfCfn59th0TCTBTTeOhDwp1pr0 { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WiEtzFFieMkfbc6phg4RaZt1sW4XISoe { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DynD424c9IdDdTvUi1Eiy0dG2FkW4loa { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#nEivJotSEgXxr1ae4xTchx0R9fBL214d { position:relative;z-index:auto;display:none; }#nEivJotSEgXxr1ae4xTchx0R9fBL214d { border-width: 0; border-radius: 0; }#nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row .container.adaptive-delivery-prevent-bg, #nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row .container.lazyload, #nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row .container.lazyloading { background-image: none; }#hUWJMJfEavDS9hSFoh9Ni12WOehQX81V { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#GMHZU4M9zyeebD77T85UHxtEiyWkyDyE { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 { position:relative;display:none; }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 { border-width: 0; border-radius: 0; }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 > .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; }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 > .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:26rem;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; }#sqgZrF8y4wlZwRzlCnXdIllT0TcGLHrz { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fBTUOG9o2roIIlfuifklKOg5okl1hSL3 { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#f1yoCrHt9oDdHErT063Sl0vrVyQqEt3G { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pSyxka0Ftg2wAObJoEiQITA3oVymdZwL { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:#b28c72;background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#zp1MHsmBn8TeHczmIQWRQIMQgEVH1K8H { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(178,140,114,0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#gMKpylmuofERyrQ7AO0GL9455boICNeG { 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; }
#nAwV55IZU8Rn6CBrzmFwlFdmhxorriO1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q37BzDEED2pnIlW058S4Mpfw6V21TwGl { 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; }
#g0HVLtrZFir0t43TGWgemJqMJVlVAMoh { 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; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-form-header {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-text {padding-top: 0; padding-bottom: 0;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-select {padding-top: 0; padding-bottom: 0;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .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; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-container:first-of-type{padding-top:0;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-container:last-of-type{padding-bottom:0;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi {display:block;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem;display:none; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #MH5sLQ3xAZysEHNwXTedJuJNGpK0KOT9 { position:relative; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #lvcImmWpmOIyZAqmiarhB2SenxhciT4N { position:relative;display:none; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #TokkLGSBg0irbU1Iuz2rC4q4MNVIaX6V { position:relative; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #brg8oArWknu3hes7likST30Ku2dSi5fv { position:relative; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #gg4anK1uKEIvT9BmU1VLiDn3cawTyisv { position:relative;display:none; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #RywGzmV6Xyrm4QVZ2KcxP5CKQFEvtKwz { position:relative; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #oQQTnTf8b0vPFt8Mr9WATC7eCUhm9JX6 { position:relative; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #ER7RH0yschFRwXvZ6J4QTo1XQyxdSmqa { position:relative;display:none; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #lfcg3if63dw9tsfUdxGbnqTITGJuwLLQ { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #yGZN9O4JhRrf7C98DPZqUDofx4WXCVPN { position:relative; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #bCNqJDdlQsobzdnUvDzU8RelWQWGH20O { position:relative; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #m5giMV44kKivI79HXifRmEHZsBClRnXC { position:relative;display:none; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #ZhFET6hAuXnKQ90PLhyd1SgBFUm9hxVC { position:relative; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #x0ZiOcFwIsFbvyEJApt0nypCkBVGAItO { position:relative; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #u3IK33CNTXZxKnwgsz1ISsq2Tz74eTJb { position:relative; }
#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi { position:relative;display:none; }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi { border-width: 0; border-radius: 0; }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi > .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; }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi > .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; }#g90tSIW1vgZc6PmwLiNtSGVuCenoMhPb { 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; }
#krcgX6IKWoeVRcZ06TXcx17F5x76tbtH { 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; }
#c2ZrTIhhGPdCNklMB4mS4tuuiOJZn88U { 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; }
#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT { position:relative;display:none; }#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT { border-width: 0; border-radius: 0; }#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT > .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; }#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT > .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; }#GEcRlAnBrs3lQ858ZyJRzh9OemTenDOe { 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; }
#JvT8Cr4Rf5Mfd8IBWM5u44NeS1MGSy6o { 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; }
#qGVU3weEOs0mGyR0pOTrCCAi3w1Cayrt { 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; }
#HzRhQ7FxZeImgrTLZ3g24oJ1Qv7GHA1n { 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; }
#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 { 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; }#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 > .row .container { border-width: 0; border-radius: 0; }#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#qfgPTpk7go1tvfxBGz3wPPqFZFhIXmLi { 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; }
#PTzxBm26SbIZsltEb9BvhSnNAaVuayTK { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#MVBmsmnE8Ui0MIFvvcGVOEFypmB7HJCK { 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; }
#EtzzCNMvAmSrLr4UgFhttfMbrpKV15OI { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LhDgNOwcpzA4nxHac9sFxCBo82U98ZXy { 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; }
#bgFG56eP8fMhBm7wuBhelH4eFfB5oiWP { 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; }
#J9vWpyT88HuErrt6XTFhq2DosmLTnO76 { 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; }
#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ { position:relative;display:none; }#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ { border-width: 0; border-radius: 0; }#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ > .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; }#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ > .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; }#AMyQCPTnr7u0FCqhsl5EuPvi2LOKflHz { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob { position:relative;display:none; }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob { border-width: 0; border-radius: 0; }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob > .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; }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob > .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; }#e59wsWWWBs5o9TTaKTkvFw5SnGpTdrtp { 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:34.875rem;width:60rem;display:none; }
#pi1WqGNdJa1aFPzhGT02tuSceDkNqZQh { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#J9e7oONOqgHGNOuZh7Oki7EglZRUTDOg { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:16.375rem;left:0.375rem;display:none; }
#EeL7fKcmTExdFGwwvoo0MOkD9vEL5VNG { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:32.4375rem;left:0rem;display:none; }
#mvTTlVnrciBdU0PvvbyAqbGuMcUgxlIV { 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:34.875rem;width:60rem;display:none; }
#XHSFXJ5LLX4ENhvMIFb3Wx2Z8ctDweKU { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.375rem;top:65.25rem;left:5.375rem;display:none; }
#qTsO6OzsPhPCoyJvObgTcJl8WUG3IDcT { 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:34.875rem;width:60rem;display:none; }
#sdbyK17vAiOhexbx5aQfPsG6fohqGS7X { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:77.625rem;left:5.375rem;display:none; }
#TT0EB4ABhp32ehTswDEpzTkB5hS7meRH { 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:34.875rem;width:60rem;display:none; }
#JT8xUhxAEZMW32VyFA1mJXKzg2tE99Zv { 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:34.875rem;width:60rem;display:none; }
#eJPv9U9v5lMB5sAUXcM5S1I9mAsVP1P7 { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:118.25rem;left:5.375rem;display:none; }
#xJvCM7XQVywiKnsnifrTkWCI9C2x4mOw { 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; }
#Xy65CIFP3TXkx5Ga3gwR01v4swTTdMRn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxSeKUde7QUDcg8NTHghuwTUmdyeTIQ8 { 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; }
#yTETUU9tAurprfCWkCeWP7Cl1ikbwGak { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mw0tvS6ClAR8E7TP9VxrxQQMOyBGJGSS { 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; }
#CTJg7XfbxIAH8w8KekUAEXQtgXIJBqzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2Fb2xiIE8CTuCdT52utwtQyHWLDO4Q6 { 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; }
#ZINK0FHkfg9m52eEw0CKJkiQ4EvQW20F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#be8FPtyNMfA2sKWeKcCAXgleEeitOylH { 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; }
#By5PMRBmdATS10vBZbTKHTczGC43vVva { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cxUE7huesWTiV2LowTOPS8cwruHZdfvZ { 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; }
#V90Omrc6nikVX2LzG2BbxA6cRPwA8hwC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZAGb7m2mom8tABZlpcgJaS7TUrzAMWzL { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:86.5rem;left:8.5rem;display:none; }
#uq46PmtqekeZ7K4TvsPIMkBDhQNApWXA { 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:34.875rem;width:60rem;display:none; }
#uUFZ4nublJXyVXQVKa3lbivaVH6OsHEn { 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; }
#lm6BfiXlM4Ou5669IG0Fbhh2PhpCPDUg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTi4EHnh68Io45mZ9VFSBVq55qgEOl8O { 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:34.875rem;width:60rem;display:none; }
#MhcHmyVSeIACby31tlC1T5w51CRk1iI0 { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:97.4375rem;left:5.0625rem;display:none; }
#TZUHBE9npRXvmwygzQlyfT9Hl8z4GHqN { 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; }
#viE9eKdfqPFttRpD5y46uIyW9dhGCvTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rDlGRin4tJGQIRFoDNB7pcP6zXQ4r0GK { 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:34.875rem;width:60rem;display:none; }
#a2ld52w9989RWy7XA2BPdJen8HCi4oSK { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.875rem;top:111.5625rem;left:5.3125rem;display:none; }
#nqTgq6o7vcwPFQ8hL9bdTVh4t5ghETK8 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:125.9375rem;left:5.25rem;display:none; }
#bPaxVhww8lWo0uD8yHOGaTea3TZEVKgU { 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; }
#Ao9AoZmixRoHVgwTangiaEKK1oM4R9Hm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vvm79IcTOowvtzFv5REwA3FgrKxBR4gO { 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:34.875rem;width:60rem;display:none; }
#Pvihn4exFf9Xz8SCcmDNmKUNCOzmpSFr { 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:none; }
#yffuO53eB7ynBPAr3b95W0xw4IuOkSqW { 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; }
#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL { position:relative;display:none; }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL { border-width: 0; border-radius: 0; }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL > .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; }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL > .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; }#dBPpWzPX7vu3ZCUyf8i8KRnRMTMkU5L6 { 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:16.1875rem;width:27.875rem;display:none; }
#sSTyTThkOcITVZ3WL5EWCzZt2hIl65wl { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nbih6rWZOrOeHUSITAy80s7pOnb6iN7H { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.75rem;top:14.1875rem;left:5rem;display:none; }
#KSkRlUiXKKeGIbJgk6Ovknm9T9kF56x2 { 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:34.875rem;width:60rem;display:none; }
#myC3EkPTmQtU9O2Le3whIK8Hi6iZF7nB { 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; }
#BT3PqUCiH9I4QhBDs5neo3x8sq8N0mvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zoTVHW91PaTzuJPLI5b4SPA4vyFkc63s { 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; }
#HwnKUgb7hFCZ4yUukcLIykRGSGT2rp1s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hx6evRwPrxmF9wCi1gDyo418cplOyWBS { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:33.3125rem;left:5.375rem;display:none; }
#m3fxhfi9yTem5Fa16Pvag6VDADc2mheL { 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:none; }
#CHXJq8PyJU4c03nmX4t28bf3piPPtFk8 { 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; }
#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK { position:relative;display:none; }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK { border-width: 0; border-radius: 0; }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK > .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; }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK > .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; }#PeWhPvo67r0Tr6WhSqd7uBSN2Vc100yX { 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:16.1875rem;width:27.875rem;display:none; }
#vMDCRtw1yN6S2wPa8wHkKAI9x3tMeWAH { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tRoTfsP61RslgqDa2TWGq3k5guBF2AKN { 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:34.875rem;width:60rem;display:none; }
#Fgqf42A5Lo3VbFt8qqND7cWadVK3ZRZr { 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; }
#mOTcdH4PzHN62kRWkFqQd4XCeeJ693o3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKDZcrMf81xeuMOfzkrvC9r8DAxSdFWu { 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; }
#kXf6wOOPX7QiTqDJcwTLSKDqDqso1sk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y2ozEx7Wobo4ccxxVGyaCNqUnbg63hy5 { 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; }
#Us3ID5TeDnCBeFcG8Z65MPBSxmpamwVF { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:28.375rem;left:5rem;display:none; }
#gRTqSCKPAUCK3NZq8vov32wrzdNTVqeu { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:33.3125rem;left:5.375rem;display:none; }
#Xlt4TFIZxJEoxXbzkPxD20itHT8R9xBv { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:44.4375rem;left:4rem;display:none; }
#Gm2K60aQ7JVgLnyLSAlgdU5oR5CfdWcQ { 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; }
#k18P7Wiwll1WyLdACyGUtzIgA5pOg5TE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GUvVPQC9Vomotry63wgPTH20NaEM4Jts { 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:34.875rem;width:60rem;display:none; }
#hEKNLPtNimTFABzRu9tTDVQLUMukcJ5a { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:125.9375rem;left:5.25rem;display:none; }
#w9KJW9rnKUIhmAuuizW0ukPT8GiAxldR { 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:34.875rem;width:60rem;display:none; }
#x5gVyNPI8xXKymAXwioGeBUk8Q6vdckI { 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; }
#DNKTTmaeEpAUQsCHhKtgOLTicoA6ieeM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XHnPQ0V0nqyFdzEcQHHUD1Epo457xihu { 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:none; }
#HblP7IetHac8QRF7blA0W7m6qaq8voWp { 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; }#HblP7IetHac8QRF7blA0W7m6qaq8voWp > .row .container { border-width: 0; border-radius: 0; }#HblP7IetHac8QRF7blA0W7m6qaq8voWp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HblP7IetHac8QRF7blA0W7m6qaq8voWp > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#ltcnS34oTsM7ODKPkonMpf0vvAWyCANu { 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; }
#EkR8fdax0hJbGGMdTKTrOAmnexJWq0pR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tt1K79EtbvKP4qyMb2XqA3WRl3TVbvV0 { 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; }
#GSw2ZDJg9TOgPcEx7b9JdrQtL9lLdL4M { 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; }
#ac4LO03dWZbSZOi6T202KXpJW7LfxZTC { 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; }
#Ik6zu53flJQgNtx8INyAoqH2vcr78P5P { 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; }
#GgrDFmpIdQ8NqT6ptGnciSkGV1NO5r2T { 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; }
#hTf7TlaO33dQzK10LypruSx6nW5i3O9R { 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; }
#JcLsOGDVsyzvbkUHfOEFynwrHfQXaAUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 { 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; }#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 > .row .container { border-width: 0; border-radius: 0; }#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#ZQl1LviBT7ysQFELBbTmc594hQxIs0kv { 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; }
#uVtfdG32zeo60xo2KGh1hvrt0ySRafZW { 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; }
#TEUuOOx9ETkAAqdJX5Mt7NVTCEDgUgaM { 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; }
#vGp64QxI3TvpcDuFUNGQHxqTA6SpryDX { 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; }
#lmvUAozWMcQDN39pgK0TXpOV2kTcDQhm { 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; }
#TS7mDKTdPQTiEHW6tfdGkqaJFMPRI6pG { 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; }
#mx4MhPgpb4HRTZH2eT0wb6kU81dRFo4k { 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; }
#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD { position:relative;display:none; }#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD { border-width: 0; border-radius: 0; }#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD > .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; }#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD > .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; }#cORdxxh4bxa4uflWbR9aEJzd218wVMn8 { 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; }
#W4RanTJJ6UTtPWQLEkRfZqFgNpQn2wkP { 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; }
#Ebqec6TOv9BaQm5wZ9cU6R2DRA1t24f8 { 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; }
#ed2mxOwwcKSBX2FUUfOOa9knqKEtB3DT { 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; }
#ULPCq6ANcwQg7yf0mzRoHPbZWuzgJqFU { 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; }
#bgzEpC3Xf0GodaawPVV61VX6mszLnDIu { 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; }
#lMhuywmTFq9TZ1oQoOsT2AeutUQ8CZtn { 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; }
#z2hwf1JGWqVUvzdtf4d45HtLhJn7kr2l { 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; }
#d1KkBZiKHCfXD7kbz4Nbx2N2N3CBMuyA { 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; }
#HQrTIh7SeTWC7zhDyACNy9O1bRxDFePM { 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; }#HQrTIh7SeTWC7zhDyACNy9O1bRxDFePM > .row .container { border-width: 0; border-radius: 0; }#HQrTIh7SeTWC7zhDyACNy9O1bRxDFePM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HQrTIh7SeTWC7zhDyACNy9O1bRxDFePM > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#auWG2vTlMpiJLFTfCTX9SurxzOkBNcHb { 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; }
#nZDaH0ae2sJXBkTPMNZqS62aFXE46h9I { 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; }
#BFgHBbEKyEyCDQmMvtVteXUWramaHLGr { 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; }
#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh { display:none; }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh > .row .container { width:47.75rem;position:relative;display:none; }#NscQQl8ubeBXAPTqcfTBblMloI5dCgAo { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#TnIVo2UqtaJl1eznDu7k3gusy1RXJ2HT { display:block; }
#A5HZcRfBN5q1JE200fc9uZySzxHLyaya { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#hvF7iHzGw10kAVxcAo55raGsl0dXIQqg { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#aAJdEvNNppZD8QbBsFuTBJeehAT5lNTH { display:block; }
#qrThLKzbtH6cwWU9hAWy7Kb5JITAil3U { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#qrThLKzbtH6cwWU9hAWy7Kb5JITAil3U > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#ikFLQwK24ro8wa23CyUVUhEamEOuqRug { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#lNQK12VAyOCit2PwGTlexBaH6y7XbRAm { display:block; }
#VTulzsdUTwNfhlGfPZdFWbPiBcJza8I7 { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#F5QFBI5vUcClykXs06B4nGfSDEdoZ33w { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#ZHHtnqrusSn13K3h3tfWOAFVRaBTS1RK { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#K8CtF7pqK2u4silcR3KSPQMZxWBrK9gV { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
#hd1kv0HvrshMzGRrI7PVqFXVn4Dq2OhL { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#bvJHsFUkt5RtSPZocuD9uLm0WNarwcJW { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.625rem;display:block; }
#VkVP4ApfCfn59th0TCTBTTeOhDwp1pr0 { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#WiEtzFFieMkfbc6phg4RaZt1sW4XISoe { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#DynD424c9IdDdTvUi1Eiy0dG2FkW4loa { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#nEivJotSEgXxr1ae4xTchx0R9fBL214d { display:none; }#nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row .container { width:47.75rem;position:relative;display:none; }#hUWJMJfEavDS9hSFoh9Ni12WOehQX81V { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#GMHZU4M9zyeebD77T85UHxtEiyWkyDyE { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 { display:none; }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 > .row .container { width:47.75rem;position:relative;display:none; }#sqgZrF8y4wlZwRzlCnXdIllT0TcGLHrz { top:1.25rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
#fBTUOG9o2roIIlfuifklKOg5okl1hSL3 { top:4.3125rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
#f1yoCrHt9oDdHErT063Sl0vrVyQqEt3G { top:7.1875rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }
#pSyxka0Ftg2wAObJoEiQITA3oVymdZwL { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#zp1MHsmBn8TeHczmIQWRQIMQgEVH1K8H { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#gMKpylmuofERyrQ7AO0GL9455boICNeG { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#nAwV55IZU8Rn6CBrzmFwlFdmhxorriO1 { display:block; }
#Q37BzDEED2pnIlW058S4Mpfw6V21TwGl { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#g0HVLtrZFir0t43TGWgemJqMJVlVAMoh { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-text {padding-top: 0; padding-bottom: 0;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-select {padding-top: 0; padding-bottom: 0;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi  { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi {display:block;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem;display:none; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #MH5sLQ3xAZysEHNwXTedJuJNGpK0KOT9 {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #lvcImmWpmOIyZAqmiarhB2SenxhciT4N {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #TokkLGSBg0irbU1Iuz2rC4q4MNVIaX6V {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #brg8oArWknu3hes7likST30Ku2dSi5fv {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #gg4anK1uKEIvT9BmU1VLiDn3cawTyisv {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #RywGzmV6Xyrm4QVZ2KcxP5CKQFEvtKwz {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #oQQTnTf8b0vPFt8Mr9WATC7eCUhm9JX6 {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #ER7RH0yschFRwXvZ6J4QTo1XQyxdSmqa {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #lfcg3if63dw9tsfUdxGbnqTITGJuwLLQ {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #yGZN9O4JhRrf7C98DPZqUDofx4WXCVPN {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #bCNqJDdlQsobzdnUvDzU8RelWQWGH20O {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #m5giMV44kKivI79HXifRmEHZsBClRnXC {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #ZhFET6hAuXnKQ90PLhyd1SgBFUm9hxVC {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #x0ZiOcFwIsFbvyEJApt0nypCkBVGAItO {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #u3IK33CNTXZxKnwgsz1ISsq2Tz74eTJb {  }
#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi { display:none; }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi > .row .container { width:47.75rem;position:relative;display:none; }#g90tSIW1vgZc6PmwLiNtSGVuCenoMhPb { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#krcgX6IKWoeVRcZ06TXcx17F5x76tbtH { width:47.75rem;height:19rem;display:none; }
#c2ZrTIhhGPdCNklMB4mS4tuuiOJZn88U { width:14.0625rem;height:5.125rem;display:none; }
#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT { display:none; }#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT > .row .container { width:47.75rem;position:relative;display:none; }#GEcRlAnBrs3lQ858ZyJRzh9OemTenDOe { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#JvT8Cr4Rf5Mfd8IBWM5u44NeS1MGSy6o { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#qGVU3weEOs0mGyR0pOTrCCAi3w1Cayrt { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#HzRhQ7FxZeImgrTLZ3g24oJ1Qv7GHA1n { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 { display:none; }#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 > .row .container { width:47.5rem;position:relative;display:none; }#qfgPTpk7go1tvfxBGz3wPPqFZFhIXmLi { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#PTzxBm26SbIZsltEb9BvhSnNAaVuayTK { top:11.25rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#MVBmsmnE8Ui0MIFvvcGVOEFypmB7HJCK { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#EtzzCNMvAmSrLr4UgFhttfMbrpKV15OI { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#LhDgNOwcpzA4nxHac9sFxCBo82U98ZXy { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#bgFG56eP8fMhBm7wuBhelH4eFfB5oiWP { top:15.25rem;left:9.5rem;width:38.25rem;height:25.55972578125rem;display:block; }
#J9vWpyT88HuErrt6XTFhq2DosmLTnO76 { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ { display:none; }#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ > .row .container { width:47.75rem;position:relative;display:none; }#AMyQCPTnr7u0FCqhsl5EuPvi2LOKflHz { display:none; }
#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob { display:none; }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob > .row .container { width:47.75rem;position:relative;display:none; }#e59wsWWWBs5o9TTaKTkvFw5SnGpTdrtp { width:47.75rem;height:27.75rem;display:none; }
#pi1WqGNdJa1aFPzhGT02tuSceDkNqZQh { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#J9e7oONOqgHGNOuZh7Oki7EglZRUTDOg { top:16.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.6875rem;display:none; }
#EeL7fKcmTExdFGwwvoo0MOkD9vEL5VNG { top:32.4375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.625rem;display:none; }
#mvTTlVnrciBdU0PvvbyAqbGuMcUgxlIV { width:47.75rem;height:27.75rem;display:none; }
#XHSFXJ5LLX4ENhvMIFb3Wx2Z8ctDweKU { top:65.25rem;left:0rem;width:14.5625rem;height:2.375rem;font-size:0.625rem;display:none; }
#qTsO6OzsPhPCoyJvObgTcJl8WUG3IDcT { width:47.75rem;height:27.75rem;display:none; }
#sdbyK17vAiOhexbx5aQfPsG6fohqGS7X { top:77.625rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.625rem;display:none; }
#TT0EB4ABhp32ehTswDEpzTkB5hS7meRH { width:47.75rem;height:27.75rem;display:none; }
#JT8xUhxAEZMW32VyFA1mJXKzg2tE99Zv { width:47.75rem;height:27.75rem;display:none; }
#eJPv9U9v5lMB5sAUXcM5S1I9mAsVP1P7 { top:118.25rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.625rem;display:none; }
#xJvCM7XQVywiKnsnifrTkWCI9C2x4mOw { width:;height:;display:none; }
#Xy65CIFP3TXkx5Ga3gwR01v4swTTdMRn { display:block; }
#DxSeKUde7QUDcg8NTHghuwTUmdyeTIQ8 { width:;height:;display:none; }
#yTETUU9tAurprfCWkCeWP7Cl1ikbwGak { display:block; }
#mw0tvS6ClAR8E7TP9VxrxQQMOyBGJGSS { width:;height:;display:none; }
#CTJg7XfbxIAH8w8KekUAEXQtgXIJBqzy { display:block; }
#A2Fb2xiIE8CTuCdT52utwtQyHWLDO4Q6 { width:;height:;display:none; }
#ZINK0FHkfg9m52eEw0CKJkiQ4EvQW20F { display:block; }
#be8FPtyNMfA2sKWeKcCAXgleEeitOylH { width:;height:;display:none; }
#By5PMRBmdATS10vBZbTKHTczGC43vVva { display:block; }
#cxUE7huesWTiV2LowTOPS8cwruHZdfvZ { width:;height:;display:none; }
#V90Omrc6nikVX2LzG2BbxA6cRPwA8hwC { display:block; }
#ZAGb7m2mom8tABZlpcgJaS7TUrzAMWzL { top:86.5rem;left:2.3759765625rem;width:11.4375rem;height:3.1875rem;font-size:0.625rem;display:none; }
#uq46PmtqekeZ7K4TvsPIMkBDhQNApWXA { width:47.75rem;height:27.75rem;display:none; }
#uUFZ4nublJXyVXQVKa3lbivaVH6OsHEn { width:;height:;display:none; }
#lm6BfiXlM4Ou5669IG0Fbhh2PhpCPDUg { display:block; }
#eTi4EHnh68Io45mZ9VFSBVq55qgEOl8O { width:47.75rem;height:27.75rem;display:none; }
#MhcHmyVSeIACby31tlC1T5w51CRk1iI0 { top:97.4375rem;left:0rem;width:13.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#TZUHBE9npRXvmwygzQlyfT9Hl8z4GHqN { width:;height:;display:none; }
#viE9eKdfqPFttRpD5y46uIyW9dhGCvTS { display:block; }
#rDlGRin4tJGQIRFoDNB7pcP6zXQ4r0GK { width:47.75rem;height:27.75rem;display:none; }
#a2ld52w9989RWy7XA2BPdJen8HCi4oSK { top:111.5625rem;left:0rem;width:13.4375rem;height:1.875rem;font-size:0.6875rem;display:none; }
#nqTgq6o7vcwPFQ8hL9bdTVh4t5ghETK8 { top:125.9375rem;left:0rem;width:13.5rem;height:2.625rem;font-size:0.625rem;display:none; }
#bPaxVhww8lWo0uD8yHOGaTea3TZEVKgU { width:;height:;display:none; }
#Ao9AoZmixRoHVgwTangiaEKK1oM4R9Hm { display:block; }
#Vvm79IcTOowvtzFv5REwA3FgrKxBR4gO { width:47.75rem;height:27.75rem;display:none; }
#Pvihn4exFf9Xz8SCcmDNmKUNCOzmpSFr { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#yffuO53eB7ynBPAr3b95W0xw4IuOkSqW { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL { display:none; }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL > .row .container { width:47.75rem;position:relative;display:none; }#dBPpWzPX7vu3ZCUyf8i8KRnRMTMkU5L6 { width:22.1875rem;height:12.875rem;display:none; }
#sSTyTThkOcITVZ3WL5EWCzZt2hIl65wl { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#nbih6rWZOrOeHUSITAy80s7pOnb6iN7H { top:14.1875rem;left:0rem;width:14.0625rem;height:5.75rem;font-size:0.6875rem;display:none; }
#KSkRlUiXKKeGIbJgk6Ovknm9T9kF56x2 { width:47.75rem;height:27.75rem;display:none; }
#myC3EkPTmQtU9O2Le3whIK8Hi6iZF7nB { width:;height:;display:none; }
#BT3PqUCiH9I4QhBDs5neo3x8sq8N0mvZ { display:block; }
#zoTVHW91PaTzuJPLI5b4SPA4vyFkc63s { width:;height:;display:none; }
#HwnKUgb7hFCZ4yUukcLIykRGSGT2rp1s { display:block; }
#Hx6evRwPrxmF9wCi1gDyo418cplOyWBS { top:33.3125rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.6875rem;display:none; }
#m3fxhfi9yTem5Fa16Pvag6VDADc2mheL { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#CHXJq8PyJU4c03nmX4t28bf3piPPtFk8 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK { display:none; }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK > .row .container { width:47.75rem;position:relative;display:none; }#PeWhPvo67r0Tr6WhSqd7uBSN2Vc100yX { width:22.1875rem;height:12.875rem;display:none; }
#vMDCRtw1yN6S2wPa8wHkKAI9x3tMeWAH { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#tRoTfsP61RslgqDa2TWGq3k5guBF2AKN { width:47.75rem;height:27.75rem;display:none; }
#Fgqf42A5Lo3VbFt8qqND7cWadVK3ZRZr { width:;height:;display:none; }
#mOTcdH4PzHN62kRWkFqQd4XCeeJ693o3 { display:block; }
#zKDZcrMf81xeuMOfzkrvC9r8DAxSdFWu { width:;height:;display:none; }
#kXf6wOOPX7QiTqDJcwTLSKDqDqso1sk4 { display:block; }
#y2ozEx7Wobo4ccxxVGyaCNqUnbg63hy5 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#Us3ID5TeDnCBeFcG8Z65MPBSxmpamwVF { top:28.375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.6875rem;display:none; }
#gRTqSCKPAUCK3NZq8vov32wrzdNTVqeu { top:33.3125rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.6875rem;display:none; }
#Xlt4TFIZxJEoxXbzkPxD20itHT8R9xBv { top:44.4375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.625rem;display:none; }
#Gm2K60aQ7JVgLnyLSAlgdU5oR5CfdWcQ { width:;height:;display:none; }
#k18P7Wiwll1WyLdACyGUtzIgA5pOg5TE { display:block; }
#GUvVPQC9Vomotry63wgPTH20NaEM4Jts { width:47.75rem;height:27.75rem;display:none; }
#hEKNLPtNimTFABzRu9tTDVQLUMukcJ5a { top:125.9375rem;left:0rem;width:13.5rem;height:2.625rem;font-size:0.625rem;display:none; }
#w9KJW9rnKUIhmAuuizW0ukPT8GiAxldR { width:47.75rem;height:27.75rem;display:none; }
#x5gVyNPI8xXKymAXwioGeBUk8Q6vdckI { width:;height:;display:none; }
#DNKTTmaeEpAUQsCHhKtgOLTicoA6ieeM { display:block; }
#XHnPQ0V0nqyFdzEcQHHUD1Epo457xihu { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#HblP7IetHac8QRF7blA0W7m6qaq8voWp { display:none; }#HblP7IetHac8QRF7blA0W7m6qaq8voWp > .row .container { width:47.5rem;position:relative;display:none; }#ltcnS34oTsM7ODKPkonMpf0vvAWyCANu { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#EkR8fdax0hJbGGMdTKTrOAmnexJWq0pR { display:block; }
#Tt1K79EtbvKP4qyMb2XqA3WRl3TVbvV0 { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#GSw2ZDJg9TOgPcEx7b9JdrQtL9lLdL4M { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#ac4LO03dWZbSZOi6T202KXpJW7LfxZTC { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#Ik6zu53flJQgNtx8INyAoqH2vcr78P5P { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#GgrDFmpIdQ8NqT6ptGnciSkGV1NO5r2T { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#hTf7TlaO33dQzK10LypruSx6nW5i3O9R { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#JcLsOGDVsyzvbkUHfOEFynwrHfQXaAUy { display:block; }
#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 { display:none; }#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 > .row .container { width:47.5rem;position:relative;display:none; }#ZQl1LviBT7ysQFELBbTmc594hQxIs0kv { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#uVtfdG32zeo60xo2KGh1hvrt0ySRafZW { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#TEUuOOx9ETkAAqdJX5Mt7NVTCEDgUgaM { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#vGp64QxI3TvpcDuFUNGQHxqTA6SpryDX { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#lmvUAozWMcQDN39pgK0TXpOV2kTcDQhm { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#TS7mDKTdPQTiEHW6tfdGkqaJFMPRI6pG { top:0rem;width:;height:;display:none; }
#mx4MhPgpb4HRTZH2eT0wb6kU81dRFo4k { top:0rem;width:;height:;display:none; }
#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD { display:none; }#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD > .row .container { width:47.75rem;position:relative;display:none; }#cORdxxh4bxa4uflWbR9aEJzd218wVMn8 { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#W4RanTJJ6UTtPWQLEkRfZqFgNpQn2wkP { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#Ebqec6TOv9BaQm5wZ9cU6R2DRA1t24f8 { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#ed2mxOwwcKSBX2FUUfOOa9knqKEtB3DT { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#ULPCq6ANcwQg7yf0mzRoHPbZWuzgJqFU { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#bgzEpC3Xf0GodaawPVV61VX6mszLnDIu { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#lMhuywmTFq9TZ1oQoOsT2AeutUQ8CZtn { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#z2hwf1JGWqVUvzdtf4d45HtLhJn7kr2l { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#d1KkBZiKHCfXD7kbz4Nbx2N2N3CBMuyA { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#HQrTIh7SeTWC7zhDyACNy9O1bRxDFePM { display:none; }#HQrTIh7SeTWC7zhDyACNy9O1bRxDFePM > .row .container { width:47.5rem;position:relative;display:none; }#auWG2vTlMpiJLFTfCTX9SurxzOkBNcHb { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#nZDaH0ae2sJXBkTPMNZqS62aFXE46h9I { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#BFgHBbEKyEyCDQmMvtVteXUWramaHLGr { top:0.25rem;left:0rem;width:8.9375rem;height:4.5718440548374rem;display:none; }
body { position:relative;background-color:#e1f2ff;background-image:none;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh { position:relative;z-index:auto;background-color:#405466;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; }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh > .row .container { background-color: transparent; background-image: none; }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh > .row .container > .video-iframe-container { display: none; }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh > .row > .video-iframe-container { display: none; }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh > .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); }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh > .row .container { border-width: 0; border-radius: 0; }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6NTivZzh5k4WXRp7bqPFbNivZ02xPBh > .row .container { width:20rem;height:5.74829140625rem;position:relative;display:block; }#NscQQl8ubeBXAPTqcfTBblMloI5dCgAo { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #ee9e24, #405466);background-image: -moz-linear-gradient(106deg, #ee9e24, #405466);background-image: -ms-linear-gradient(106deg, #ee9e24, #405466);background-image: -o-linear-gradient(106deg, #ee9e24, #405466);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='#405466' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='#405466' );";background-image: linear-gradient(106deg, #ee9e24, #405466);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#ffffff;display:block; }
#TnIVo2UqtaJl1eznDu7k3gusy1RXJ2HT { display:block; }
#A5HZcRfBN5q1JE200fc9uZySzxHLyaya { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#hvF7iHzGw10kAVxcAo55raGsl0dXIQqg { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #ee9e24, #405466);background-image: -moz-linear-gradient(106deg, #ee9e24, #405466);background-image: -ms-linear-gradient(106deg, #ee9e24, #405466);background-image: -o-linear-gradient(106deg, #ee9e24, #405466);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='#405466' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='#405466' );";background-image: linear-gradient(106deg, #ee9e24, #405466);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;text-align:right;text-align-last:right;color:#ffffff;line-height:1.7;display:block; }
#aAJdEvNNppZD8QbBsFuTBJeehAT5lNTH { display:block; }
#qrThLKzbtH6cwWU9hAWy7Kb5JITAil3U { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#qrThLKzbtH6cwWU9hAWy7Kb5JITAil3U > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#ikFLQwK24ro8wa23CyUVUhEamEOuqRug { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:none; }
#lNQK12VAyOCit2PwGTlexBaH6y7XbRAm { display:block; }
#VTulzsdUTwNfhlGfPZdFWbPiBcJza8I7 { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#F5QFBI5vUcClykXs06B4nGfSDEdoZ33w { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#ZHHtnqrusSn13K3h3tfWOAFVRaBTS1RK { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;color:#f1e8e2;display:block; }
#K8CtF7pqK2u4silcR3KSPQMZxWBrK9gV { width:3.75rem;height:0.8125rem;top:3.7486953735351rem;left:5.2708334922791rem;font-size:0.625rem;color:#f5ede8;display:block; }
#hd1kv0HvrshMzGRrI7PVqFXVn4Dq2OhL { width:5.1237rem;height:0.8125rem;top:3.7174479961395rem;left:1.5208333730698rem;font-size:0.625rem;color:#ece4df;display:block; }
#bvJHsFUkt5RtSPZocuD9uLm0WNarwcJW { width:2.7487rem;height:0.8125rem;top:3.7174479961395rem;left:0.125rem;font-size:0.625rem;color:#f3ebe4;display:block; }
#VkVP4ApfCfn59th0TCTBTTeOhDwp1pr0 { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#efe7e0;display:block; }
#WiEtzFFieMkfbc6phg4RaZt1sW4XISoe { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#DynD424c9IdDdTvUi1Eiy0dG2FkW4loa { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:#405466;background-image:none;display:block; }
#nEivJotSEgXxr1ae4xTchx0R9fBL214d { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a2505ff2-da50-48b7-8e85-3991de7d7d52/Post.crop_1080x1010_0,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nEivJotSEgXxr1ae4xTchx0R9fBL214d.adaptive-delivery-prevent-bg, #nEivJotSEgXxr1ae4xTchx0R9fBL214d.lazyload, #nEivJotSEgXxr1ae4xTchx0R9fBL214d.lazyloading { background-image: none; }#nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row .container { background-color: transparent; background-image: none; }#nEivJotSEgXxr1ae4xTchx0R9fBL214d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row .container > .video-iframe-container { display: none; }#nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row > .video-iframe-container { display: none; }#nEivJotSEgXxr1ae4xTchx0R9fBL214d > .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); }#nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row .container { border-width: 0; border-radius: 0; }#nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nEivJotSEgXxr1ae4xTchx0R9fBL214d > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; }#hUWJMJfEavDS9hSFoh9Ni12WOehQX81V { width:7.1875rem;height:3.9375rem;top:0rem;left:12.8125rem;z-index:15023;display:block; }
#GMHZU4M9zyeebD77T85UHxtEiyWkyDyE { width:7.125rem;height:3.875rem;top:0.14453125rem;left:0.75rem;z-index:15022;display:block; }
#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 { background-color:#405466;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; }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 > .row .container { background-color: transparent; background-image: none; }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 > .row .container > .video-iframe-container { display: none; }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 > .row > .video-iframe-container { display: none; }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 > .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); }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 > .row .container { border-width: 0; border-radius: 0; }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2kOF8mvgSkhTixoRw9oi53zT1E58DU2 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; }#sqgZrF8y4wlZwRzlCnXdIllT0TcGLHrz { width:18.4375rem;height:1.4624rem;top:1.25rem;left:0.78125rem;font-size:1.125rem;display:block; }
#fBTUOG9o2roIIlfuifklKOg5okl1hSL3 { width:20rem;height:2.2753875rem;top:4.3125rem;left:0rem;font-size:0.875rem;color:#805539;text-align:center;text-align-last:center;display:block; }
#f1yoCrHt9oDdHErT063Sl0vrVyQqEt3G { width:20rem;height:4.98779375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pSyxka0Ftg2wAObJoEiQITA3oVymdZwL { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#zp1MHsmBn8TeHczmIQWRQIMQgEVH1K8H { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#gMKpylmuofERyrQ7AO0GL9455boICNeG { width:8.3125rem;height:2.8125rem;top:32.061767578125rem;left:5.5615234375rem;font-size:1.375rem;color:#ffffff;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#nAwV55IZU8Rn6CBrzmFwlFdmhxorriO1 { display:block; }
#Q37BzDEED2pnIlW058S4Mpfw6V21TwGl { display:flex;width:4.375rem;height:4.375rem;top:32.186279296875rem;left:2.249755859375rem;font-size:3.0625rem; }
#g0HVLtrZFir0t43TGWgemJqMJVlVAMoh { display:flex;width:4.375rem;height:4.375rem;top:30.186767578125rem;left:4.0625rem;font-size:3.0625rem; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-text {padding-top: 0; padding-bottom: 0;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-select {padding-top: 0; padding-bottom: 0;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#b28c72;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:cairo; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-container:first-of-type{padding-top:0;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .widget-container:last-of-type{padding-bottom:0;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi  { width:17.5rem;height:auto;top:13.062744140625rem;left:0rem;z-index:15022; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi {display:block;}#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi { width:17.5rem;height:auto;top:13.062744140625rem;left:0rem;z-index:15022; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #MH5sLQ3xAZysEHNwXTedJuJNGpK0KOT9 {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #lvcImmWpmOIyZAqmiarhB2SenxhciT4N { display:none; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #TokkLGSBg0irbU1Iuz2rC4q4MNVIaX6V {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #brg8oArWknu3hes7likST30Ku2dSi5fv {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #gg4anK1uKEIvT9BmU1VLiDn3cawTyisv { display:none; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #RywGzmV6Xyrm4QVZ2KcxP5CKQFEvtKwz {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #oQQTnTf8b0vPFt8Mr9WATC7eCUhm9JX6 {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #ER7RH0yschFRwXvZ6J4QTo1XQyxdSmqa { display:none; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #lfcg3if63dw9tsfUdxGbnqTITGJuwLLQ {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #yGZN9O4JhRrf7C98DPZqUDofx4WXCVPN {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #bCNqJDdlQsobzdnUvDzU8RelWQWGH20O {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #m5giMV44kKivI79HXifRmEHZsBClRnXC { display:none; }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #ZhFET6hAuXnKQ90PLhyd1SgBFUm9hxVC {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #x0ZiOcFwIsFbvyEJApt0nypCkBVGAItO {  }
#mWu4hRDWdZTaJDh7kie9KtFMFLPnQNmi #u3IK33CNTXZxKnwgsz1ISsq2Tz74eTJb {  }
#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi { background-color:rgba(225,242,255,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; }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi > .row .container { background-color: transparent; background-image: none; }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi > .row .container > .video-iframe-container { display: none; }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi > .row > .video-iframe-container { display: none; }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi > .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); }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi > .row .container { border-width: 0; border-radius: 0; }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRQI7MbX8bsEUwiUydIG7dNhPnSfloJi > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#g90tSIW1vgZc6PmwLiNtSGVuCenoMhPb { 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; }
#krcgX6IKWoeVRcZ06TXcx17F5x76tbtH { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#c2ZrTIhhGPdCNklMB4mS4tuuiOJZn88U { top:1.18408203125rem;left:6.17431640625rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT { display:block; }#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT { background-color: transparent; background-image: none; }#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT > .row .container > .video-iframe-container { display: none; }#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT > .row > .video-iframe-container { display: none; }#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT > .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); }#xrTSSVvU3rPUU9KIoPawbm5a8x4LbLBT > .row .container { width:20rem;height:11.25rem;background-color:#e1f2ff;background-image:none;position:relative;display:block; }#GEcRlAnBrs3lQ858ZyJRzh9OemTenDOe { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#JvT8Cr4Rf5Mfd8IBWM5u44NeS1MGSy6o { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#qGVU3weEOs0mGyR0pOTrCCAi3w1Cayrt { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13769375rem;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; }
#HzRhQ7FxZeImgrTLZ3g24oJ1Qv7GHA1n { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 { background-color:#e1f2ff;background-image:none;display:block; }#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 > .row .container { background-color: transparent; background-image: none; }#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 > .row .container > .video-iframe-container { display: none; }#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 > .row > .video-iframe-container { display: none; }#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 > .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); }#KBeKNUMp6FQsWQtgAd9IRtaqW3dhHTR7 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; }#qfgPTpk7go1tvfxBGz3wPPqFZFhIXmLi { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#PTzxBm26SbIZsltEb9BvhSnNAaVuayTK { width:20rem;height:14.9902375rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#MVBmsmnE8Ui0MIFvvcGVOEFypmB7HJCK { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#EtzzCNMvAmSrLr4UgFhttfMbrpKV15OI { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#LhDgNOwcpzA4nxHac9sFxCBo82U98ZXy { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#bgFG56eP8fMhBm7wuBhelH4eFfB5oiWP { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#J9vWpyT88HuErrt6XTFhq2DosmLTnO76 { 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(225,242,255,0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f2ffad', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f2ffad', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-size:auto !important;display:block; }
#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ { display:block; }#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ { background-color: transparent; background-image: none; }#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ > .row .container > .video-iframe-container { display: none; }#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ > .row > .video-iframe-container { display: none; }#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ > .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); }#HkZtLOtWyqDfM8XbGydq9LEHeD67rBQQ > .row .container { width:20rem;height:37.1875rem;background-color:#e1f2ff;background-image:none;position:relative;display:block; }#AMyQCPTnr7u0FCqhsl5EuPvi2LOKflHz { top:3.431396484375rem;left:0rem;width:20rem;height:17.2485625rem;z-index:15000;display:block; }
#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob { background-color:#e1f2ff;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; }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob > .row .container { background-color: transparent; background-image: none; }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob > .row .container > .video-iframe-container { display: none; }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob > .row > .video-iframe-container { display: none; }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob > .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); }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob > .row .container { border-width: 0; border-radius: 0; }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUlwnzR7QC0Lliz8mATFzQ9qybFtH0Ob > .row .container { width:20rem;height:136rem;position:relative;display:block; }#e59wsWWWBs5o9TTaKTkvFw5SnGpTdrtp { top:3.5625004768372rem;left:1.0625rem;width:17.8125rem;height:10.3125rem;z-index:15137;overflow:hidden;display:block; }
#pi1WqGNdJa1aFPzhGT02tuSceDkNqZQh { width:18rem;height:1.68823125rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:#174773;line-height:1.5;display:block; }
#J9e7oONOqgHGNOuZh7Oki7EglZRUTDOg { top:14.204833984375rem;left:5.0048828125rem;width:14.124375rem;height:2.47265625rem;z-index:15070;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#EeL7fKcmTExdFGwwvoo0MOkD9vEL5VNG { top:28.369140625rem;left:5.380859375rem;width:13.624125rem;height:2.4353rem;z-index:15073;text-align:center;text-align-last:center;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#mvTTlVnrciBdU0PvvbyAqbGuMcUgxlIV { top:17.808837890625rem;left:1.217041015625rem;width:17.56225rem;height:10.18675rem;z-index:15140;overflow:hidden;display:block; }
#XHSFXJ5LLX4ENhvMIFb3Wx2Z8ctDweKU { top:42.812255859375rem;left:4.998779296875rem;width:14.624rem;height:2.4353rem;z-index:15076;text-align:center;text-align-last:center;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#qTsO6OzsPhPCoyJvObgTcJl8WUG3IDcT { top:31.935791015625rem;left:1.21826171875rem;width:17.5rem;height:10.125rem;z-index:15143;overflow:hidden;display:block; }
#sdbyK17vAiOhexbx5aQfPsG6fohqGS7X { top:56.9375rem;left:7.061767578125rem;width:11.5rem;height:1.6235375rem;z-index:15076;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#TT0EB4ABhp32ehTswDEpzTkB5hS7meRH { top:46.311279296875rem;left:1.217041015625rem;width:17.5rem;height:10.125rem;z-index:15143;overflow:hidden;display:block; }
#JT8xUhxAEZMW32VyFA1mJXKzg2tE99Zv { top:59.764404296875rem;left:1.31103515625rem;width:17.1875rem;height:10rem;z-index:15149;overflow:hidden;display:block; }
#eJPv9U9v5lMB5sAUXcM5S1I9mAsVP1P7 { top:70.12451171875rem;left:5.3125rem;width:13.6875rem;height:1.875rem;z-index:15077;text-align:center;text-align-last:center;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.5;display:block; }
#xJvCM7XQVywiKnsnifrTkWCI9C2x4mOw { top:14.123779296875rem;left:0.99951171875rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#Xy65CIFP3TXkx5Ga3gwR01v4swTTdMRn { display:block; }
#DxSeKUde7QUDcg8NTHghuwTUmdyeTIQ8 { top:28.251708984375rem;left:1.20947265625rem;width:3.75rem;height:1.43676875rem;z-index:15001;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#yTETUU9tAurprfCWkCeWP7Cl1ikbwGak { display:block; }
#mw0tvS6ClAR8E7TP9VxrxQQMOyBGJGSS { top:42.375244140625rem;left:1.27197265625rem;width:3.75rem;height:1.43676875rem;z-index:15002;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#CTJg7XfbxIAH8w8KekUAEXQtgXIJBqzy { display:block; }
#A2Fb2xiIE8CTuCdT52utwtQyHWLDO4Q6 { top:56.6884765625rem;left:1.273193359375rem;width:3.75rem;height:1.43676875rem;z-index:15003;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#ZINK0FHkfg9m52eEw0CKJkiQ4EvQW20F { display:block; }
#be8FPtyNMfA2sKWeKcCAXgleEeitOylH { top:70.014404296875rem;left:1.2705078125rem;width:3.75rem;height:1.43676875rem;z-index:15004;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#By5PMRBmdATS10vBZbTKHTczGC43vVva { display:block; }
#cxUE7huesWTiV2LowTOPS8cwruHZdfvZ { top:83.43798828125rem;left:1.2705078125rem;width:3.75rem;height:1.43676875rem;z-index:15006;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#V90Omrc6nikVX2LzG2BbxA6cRPwA8hwC { display:block; }
#ZAGb7m2mom8tABZlpcgJaS7TUrzAMWzL { top:83.498779296875rem;left:5.1884765625rem;width:13.5rem;height:2.62206875rem;z-index:15079;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#uq46PmtqekeZ7K4TvsPIMkBDhQNApWXA { top:73.0634765625rem;left:1.25rem;width:17.375rem;height:10.0625rem;z-index:15146;overflow:hidden;display:block; }
#uUFZ4nublJXyVXQVKa3lbivaVH6OsHEn { top:97.309326171875rem;left:1.248779296875rem;width:3.75rem;height:1.43676875rem;z-index:15009;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#lm6BfiXlM4Ou5669IG0Fbhh2PhpCPDUg { display:block; }
#eTi4EHnh68Io45mZ9VFSBVq55qgEOl8O { top:87.0615234375rem;left:1.390869140625rem;width:17.1875rem;height:10rem;z-index:15149;overflow:hidden;display:block; }
#MhcHmyVSeIACby31tlC1T5w51CRk1iI0 { top:97.49755859375rem;left:5.0673828125rem;width:13.49975rem;height:1.92448125rem;z-index:15082;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#TZUHBE9npRXvmwygzQlyfT9Hl8z4GHqN { top:111.37426757812rem;left:1.25rem;width:3.75rem;height:1.4362rem;z-index:15012;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#viE9eKdfqPFttRpD5y46uIyW9dhGCvTS { display:block; }
#rDlGRin4tJGQIRFoDNB7pcP6zXQ4r0GK { top:101.1875rem;left:1.40625rem;width:17.1875rem;height:9.9375rem;z-index:15152;overflow:hidden;display:block; }
#a2ld52w9989RWy7XA2BPdJen8HCi4oSK { top:111.5625rem;left:5.3151044845581rem;width:13.4986875rem;height:1.92448125rem;z-index:15085;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#nqTgq6o7vcwPFQ8hL9bdTVh4t5ghETK8 { top:125.81119823456rem;left:5.2526044845581rem;width:13.5rem;height:2.62206875rem;z-index:15082;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#bPaxVhww8lWo0uD8yHOGaTea3TZEVKgU { top:125.4990234375rem;left:1.06201171875rem;width:3.75rem;height:1.4362rem;z-index:15009;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#Ao9AoZmixRoHVgwTangiaEKK1oM4R9Hm { display:block; }
#Vvm79IcTOowvtzFv5REwA3FgrKxBR4gO { top:115.12500572204rem;left:1.3125rem;width:17.375rem;height:10.0625rem;z-index:15149;overflow:hidden;display:block; }
#Pvihn4exFf9Xz8SCcmDNmKUNCOzmpSFr { width:17rem;height:2.80029375rem;top:130.62866210938rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#yffuO53eB7ynBPAr3b95W0xw4IuOkSqW { width:3.75rem;height:3.75rem;top:129.31494140625rem;left:16.25rem;font-size:2.625rem;z-index:15013;color:rgba(246,0,0,0.83);display:block; }
#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL { background-color:#e1f2ff;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; }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL > .row .container { background-color: transparent; background-image: none; }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL > .row .container > .video-iframe-container { display: none; }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL > .row > .video-iframe-container { display: none; }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL > .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); }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL > .row .container { border-width: 0; border-radius: 0; }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2DKgQptweadBTcUG7FBzZpd5lmtyuoL > .row .container { width:20rem;height:40.625rem;position:relative;display:block; }#dBPpWzPX7vu3ZCUyf8i8KRnRMTMkU5L6 { top:3.49853515625rem;left:1.3427734375rem;width:17.5625rem;height:10.0625rem;z-index:15137;overflow:hidden;display:block; }
#sSTyTThkOcITVZ3WL5EWCzZt2hIl65wl { width:18rem;height:1.68823125rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:#174773;line-height:1.5;display:block; }
#nbih6rWZOrOeHUSITAy80s7pOnb6iN7H { top:13.89192199707rem;left:4.69140625rem;width:14.4375rem;height:5.767825rem;z-index:15070;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#KSkRlUiXKKeGIbJgk6Ovknm9T9kF56x2 { top:20.80859375rem;left:1.2161458730698rem;width:17.5rem;height:10.125rem;z-index:15140;overflow:hidden;display:block; }
#myC3EkPTmQtU9O2Le3whIK8Hi6iZF7nB { top:13.873687744141rem;left:1.0611979961395rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#BT3PqUCiH9I4QhBDs5neo3x8sq8N0mvZ { display:block; }
#zoTVHW91PaTzuJPLI5b4SPA4vyFkc63s { top:31.31379699707rem;left:1.2708333730698rem;width:3.75rem;height:1.43676875rem;z-index:15001;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#HwnKUgb7hFCZ4yUukcLIykRGSGT2rp1s { display:block; }
#Hx6evRwPrxmF9wCi1gDyo418cplOyWBS { top:31.51611328125rem;left:5.0009765625rem;width:14.6228125rem;height:2.677rem;z-index:15077;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#m3fxhfi9yTem5Fa16Pvag6VDADc2mheL { width:16.5rem;height:2.80029375rem;top:35.50439453125rem;left:1.24853515625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15014;display:block; }
#CHXJq8PyJU4c03nmX4t28bf3piPPtFk8 { width:3.8125rem;height:3.8125rem;top:34.439697265625rem;left:16.553955078125rem;font-size:2.625rem;z-index:15012;color:rgba(246,0,0,0.83);display:block; }
#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK { background-color:#e1f2ff;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; }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK > .row .container { background-color: transparent; background-image: none; }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK > .row .container > .video-iframe-container { display: none; }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK > .row > .video-iframe-container { display: none; }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK > .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); }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK > .row .container { border-width: 0; border-radius: 0; }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrwwekM96g5bpKb7apaW2yWfTMZv2wMK > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; }#PeWhPvo67r0Tr6WhSqd7uBSN2Vc100yX { top:3.49853515625rem;left:1.3427734375rem;width:17.25rem;height:10rem;z-index:15137;overflow:hidden;display:block; }
#vMDCRtw1yN6S2wPa8wHkKAI9x3tMeWAH { width:18rem;height:1.68823125rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:#174773;line-height:1.5;display:block; }
#tRoTfsP61RslgqDa2TWGq3k5guBF2AKN { top:17.68310546875rem;left:1.2158203125rem;width:17.375rem;height:10.0625rem;z-index:15140;overflow:hidden;display:block; }
#Fgqf42A5Lo3VbFt8qqND7cWadVK3ZRZr { top:13.873687744141rem;left:1.0611979961395rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#mOTcdH4PzHN62kRWkFqQd4XCeeJ693o3 { display:block; }
#zKDZcrMf81xeuMOfzkrvC9r8DAxSdFWu { top:28.0634765625rem;left:0.95751953125rem;width:3.75rem;height:1.375rem;z-index:15001;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#kXf6wOOPX7QiTqDJcwTLSKDqDqso1sk4 { display:block; }
#y2ozEx7Wobo4ccxxVGyaCNqUnbg63hy5 { width:3.8125rem;height:3.8125rem;top:64.8125rem;left:16.25rem;font-size:2.625rem;z-index:15011;color:rgba(246,0,0,0.83);display:block; }
#Us3ID5TeDnCBeFcG8Z65MPBSxmpamwVF { top:28.39111328125rem;left:4.6875rem;width:14.625rem;height:5.35400625rem;z-index:15077;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#gRTqSCKPAUCK3NZq8vov32wrzdNTVqeu { top:13.935791015625rem;left:4.9384765625rem;width:14.25rem;height:2.677rem;z-index:15078;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#Xlt4TFIZxJEoxXbzkPxD20itHT8R9xBv { top:45.1845703125rem;left:4.60791015625rem;width:14.5625rem;height:4.0588375rem;z-index:15080;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#Gm2K60aQ7JVgLnyLSAlgdU5oR5CfdWcQ { top:44.9345703125rem;left:0.967041015625rem;width:3.75rem;height:1.3125rem;z-index:15004;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#k18P7Wiwll1WyLdACyGUtzIgA5pOg5TE { display:block; }
#GUvVPQC9Vomotry63wgPTH20NaEM4Jts { top:34.4365234375rem;left:1.31103515625rem;width:17.3125rem;height:10.125rem;z-index:15143;overflow:hidden;display:block; }
#hEKNLPtNimTFABzRu9tTDVQLUMukcJ5a { top:61.0625rem;left:5.294677734375rem;width:13.49975rem;height:2.62206875rem;z-index:15085;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#w9KJW9rnKUIhmAuuizW0ukPT8GiAxldR { top:50.498779296875rem;left:1.639404296875rem;width:17.4375rem;height:10.125rem;z-index:15152;overflow:hidden;display:block; }
#x5gVyNPI8xXKymAXwioGeBUk8Q6vdckI { top:61.125rem;left:1.2802734375rem;width:3.75rem;height:1.43555rem;z-index:15012;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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; }
#DNKTTmaeEpAUQsCHhKtgOLTicoA6ieeM { display:block; }
#XHnPQ0V0nqyFdzEcQHHUD1Epo457xihu { width:16.0625rem;height:4.2004375rem;top:66.4375rem;left:1.531005859375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15012;display:block; }
#HblP7IetHac8QRF7blA0W7m6qaq8voWp { display:block; }#HblP7IetHac8QRF7blA0W7m6qaq8voWp > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; }#ltcnS34oTsM7ODKPkonMpf0vvAWyCANu { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#EkR8fdax0hJbGGMdTKTrOAmnexJWq0pR { display:block; }
#Tt1K79EtbvKP4qyMb2XqA3WRl3TVbvV0 { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#GSw2ZDJg9TOgPcEx7b9JdrQtL9lLdL4M { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#ac4LO03dWZbSZOi6T202KXpJW7LfxZTC { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#Ik6zu53flJQgNtx8INyAoqH2vcr78P5P { width:20rem;height:2.39868125rem;top:2.3111982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#ffffff;display:block; }
#GgrDFmpIdQ8NqT6ptGnciSkGV1NO5r2T { width:18.75rem;height:2.99805rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#hTf7TlaO33dQzK10LypruSx6nW5i3O9R { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#JcLsOGDVsyzvbkUHfOEFynwrHfQXaAUy { display:block; }
#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 { background-color:#e1f2ff;background-image:none;display:block; }#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 > .row .container { background-color: transparent; background-image: none; }#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 > .row .container > .video-iframe-container { display: none; }#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 > .row > .video-iframe-container { display: none; }#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 > .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); }#WtzRGF15cirHmmblAbsz9GvBSk9BE8H6 > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; }#ZQl1LviBT7ysQFELBbTmc594hQxIs0kv { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#uVtfdG32zeo60xo2KGh1hvrt0ySRafZW { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#TEUuOOx9ETkAAqdJX5Mt7NVTCEDgUgaM { width:20rem;height:2.99805rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#vGp64QxI3TvpcDuFUNGQHxqTA6SpryDX { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#lmvUAozWMcQDN39pgK0TXpOV2kTcDQhm { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#TS7mDKTdPQTiEHW6tfdGkqaJFMPRI6pG { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#mx4MhPgpb4HRTZH2eT0wb6kU81dRFo4k { top:45.708320617676rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD { display:block; }#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD { background-color: transparent; background-image: none; }#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD > .row .container > .video-iframe-container { display: none; }#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD > .row > .video-iframe-container { display: none; }#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD > .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); }#zdOhDgAVHJxKqNpMA2ER7L1qmD15IUTD > .row .container { width:20rem;height:24.0625rem;background-color:#e1f2ff;background-image:none;position:relative;display:block; }#cORdxxh4bxa4uflWbR9aEJzd218wVMn8 { width:15.061875rem;height:2.598875rem;top:5.0625rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#W4RanTJJ6UTtPWQLEkRfZqFgNpQn2wkP { width:18rem;height:2.80029375rem;top:9.3125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#Ebqec6TOv9BaQm5wZ9cU6R2DRA1t24f8 { width:15.8125rem;height:4.2004375rem;top:13.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#ed2mxOwwcKSBX2FUUfOOa9knqKEtB3DT { width:16.0625rem;height:2.80029375rem;top:18rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#ULPCq6ANcwQg7yf0mzRoHPbZWuzgJqFU { width:2.4360375rem;height:2.4360375rem;top:9.3125rem;left:17.625rem;font-size:1.6875rem;z-index:15009;display:block; }
#bgzEpC3Xf0GodaawPVV61VX6mszLnDIu { width:2.43706875rem;height:2.43706875rem;top:13.875rem;left:17.5625rem;font-size:1.6875rem;z-index:15010;display:block; }
#lMhuywmTFq9TZ1oQoOsT2AeutUQ8CZtn { width:2.43706875rem;height:2.43706875rem;top:18.0625rem;left:17.5rem;font-size:1.6875rem;z-index:15011;display:block; }
#z2hwf1JGWqVUvzdtf4d45HtLhJn7kr2l { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#d1KkBZiKHCfXD7kbz4Nbx2N2N3CBMuyA { width:6.8115rem;height:6.8115rem;top:1.561279296875rem;left:12.138671875rem;font-size:4.75rem;z-index:15012;color:rgba(246,0,0,0.83);display:block; }
#HQrTIh7SeTWC7zhDyACNy9O1bRxDFePM { display:block; }#HQrTIh7SeTWC7zhDyACNy9O1bRxDFePM > .row .container { width:20rem;height:10rem;position:relative;display:block; }#auWG2vTlMpiJLFTfCTX9SurxzOkBNcHb { width:18.562rem;height:1.499025rem;top:5.115234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#nZDaH0ae2sJXBkTPMNZqS62aFXE46h9I { width:20rem;height:0.125rem;top:9.8125rem;left:0rem;display:block; }
#BFgHBbEKyEyCDQmMvtVteXUWramaHLGr { width:5.24956875rem;height:2.68555rem;top:2.4296875rem;left:7.373046875rem;z-index:15013;display:block; }
