.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#140e38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140e38;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { background-color:transparent;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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:13.5625rem;display:block; }
#HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { background-color:transparent;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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:20.0625rem;display:block; }
#WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { background-color:#e6b767;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:44.6884765625rem;display:block; }
#eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.125rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { background-color:transparent;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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:29.9375rem;display:block; }
#QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wZ6VvSRMTy2bDL66yUqFgXbG3xTT2HEX { background-color:transparent;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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:24.8125rem;display:block; }
#IEDLJy1omn6Ubbt7SrpxeBx13s17cvfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NKdrksm8hFbTUGKPaL02tHUrRvvVsN8S { background-color:transparent;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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:36.4375rem;display:block; }
#JyShFMoK9tgM7tQlEEuum09CDisoxLGp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/51e8b6cf-b601-41be-aa23-922097ddc8ef/P1034169.preview.mirror.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:#d8ecff;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:10.2373rem;font-style:normal;display:block; }
#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:#e8f7ff;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:19.25rem;left:1.625rem;height:5.8496125rem;font-style:normal;display:block; }
#v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(339deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(339deg, #e6b767, #5f5135);background-image: -o-linear-gradient(339deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(339deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:0.375rem;top:20.1435546875rem;left:0rem;display:block; }
#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { background-color:#e6b767;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29rem;left:0rem;display:block; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#120e33;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { background-color: transparent; background-image: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .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); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { border-width: 0; border-radius: 0; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.53125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { color:#e6b767;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.34375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { color:#e6b767;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20.3125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:20.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { color:#e6b767;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.3125rem;left:40.562496185302rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:40.562496185302rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { position:absolute;display:block;z-index:15009;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:6.25rem;width:6.25rem;top:1.3125rem;left:46.874996185302rem;overflow:hidden;display:block; }
#NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { position:absolute;display:block;z-index:15010;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.5625rem;width:5.5625rem;top:1.65625rem;left:27.218746185302rem;overflow:hidden;display:block; }
#pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { position:absolute;display:block;z-index:15011;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.6875rem;width:5.6875rem;top:1.59375rem;left:6.875rem;overflow:hidden;display:block; }
#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121837;background-image:url("https://images.assets-landingi.com/2fY1Xcuq/section5_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV.adaptive-delivery-prevent-bg, #WaVdsDZSwuePlMDPif95LVo4TN7IQFoV.lazyload, #WaVdsDZSwuePlMDPif95LVo4TN7IQFoV.lazyloading { background-image: none; }#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV > .row .container { background-color: transparent; background-image: none; }#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV > .row .container > .video-iframe-container { display: none; }#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV > .row > .video-iframe-container { display: none; }#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV > .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); }#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV > .row .container { border-width: 0; border-radius: 0; }#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#gKLptFnD0VML29UtXSt2t9E644w1mZ8f { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.9375rem;width:39rem;top:5.9375rem;left:0.625rem;display:block; }
#gaEq8nO9te7cTWePhRek9NRTSAQteLrN { color:rgba(195,181,153,0.5);display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:28.65625rem;left:0.625rem;height:2.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mdBReaZFCLL1mTTiRhEKeZTomin4UHxM { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.8125rem;left:41.5rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GzMqGcpQwekzoGHlxrB2itdfkxDphMZq { color:#ffffff;display:block;width:18rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:13.75rem;left:41.5rem;height:9.973625rem;font-style:normal;display:block; }
#gNTEuHkoF5HovF3MJNivvBbiogcRGuDH { background-color:#e6b767;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.5rem;left:41.5rem;display:block; }
#tVUmzLn6z4g05AsEJm7UwdELnS3qRh83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zqLqF9tcZTNy1sNOSZUe7nxokDD6hL51 { position:absolute;display:block;z-index:15008;background-color:#e6b767;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.625rem;width:11.25rem;top:5.28125rem;left:25.3125rem;display:block; }
#sNUxdLlNnoxb6IZFvf5glJ4O01VgE6dM { position:absolute;display:block;z-index:15009;background-color:#e6b767;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:11.25rem;width:0.625rem;top:14.53125rem;left:0rem;display:block; }
#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { background-color: transparent; background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .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); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { border-width: 0; border-radius: 0; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:#e8f7ff;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:6.82425rem;font-style:normal;display:block; }
#Q20BxKWiG7kfzlNdNNeHwffTKnL9iJOM { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(339deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(339deg, #e6b767, #5f5135);background-image: -o-linear-gradient(339deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(339deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:15rem;left:0rem;display:block; }
#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { color:#e8f7ff;display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.75rem;left:0rem;height:6.49903125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:17.5625rem;top:8.5rem;left:34.375rem;overflow:hidden;display:block; }
#CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { position:absolute;display:block;z-index:15017;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:9.1875rem;width:16.4375rem;top:17.4375rem;left:43.5625rem;overflow:hidden;display:block; }
#uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #e6b767, #a200ff);background-image: -moz-linear-gradient(339deg, #e6b767, #a200ff);background-image: -ms-linear-gradient(339deg, #e6b767, #a200ff);background-image: -o-linear-gradient(339deg, #e6b767, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #e6b767, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:12rem;left:30.8125rem;display:block; }
#AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #5f5135);background-image: -moz-linear-gradient(180deg, #8200ff, #5f5135);background-image: -ms-linear-gradient(180deg, #8200ff, #5f5135);background-image: -o-linear-gradient(180deg, #8200ff, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#5f5135' );";background-image: linear-gradient(180deg, #8200ff, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:9.9375rem;left:27.6875rem;display:block; }
#pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #5f5135);background-image: -moz-linear-gradient(180deg, #8200ff, #5f5135);background-image: -ms-linear-gradient(180deg, #8200ff, #5f5135);background-image: -o-linear-gradient(180deg, #8200ff, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#5f5135' );";background-image: linear-gradient(180deg, #8200ff, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:21.25rem;left:36.625rem;display:block; }
#RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #e6b767, #a200ff);background-image: -moz-linear-gradient(339deg, #e6b767, #a200ff);background-image: -ms-linear-gradient(339deg, #e6b767, #a200ff);background-image: -o-linear-gradient(339deg, #e6b767, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #e6b767, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:23.3125rem;left:39.75rem;display:block; }
#IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { position:absolute;display:block;z-index:15026;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:3rem;width:3rem;top:21.8125rem;left:37.3125rem;overflow:hidden;display:block; }
#cAhc4ZkqSH12hsDTealB3h55DxwNKumF { position:absolute;display:block;z-index:15027;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.9375rem;width:2.9375rem;top:10.75rem;left:28.3125rem;overflow:hidden;display:block; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6b767;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#000000;padding-top:0.5875rem;padding-right:0.51375rem;padding-bottom:0.5875rem;padding-left:0.51375rem;display:block;align-items:center;width:3.080625rem;min-width:3.080625rem;height:3.15875rem;position:relative;font-family:arial;font-size:2.350625rem;font-weight:700;line-height:50.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3675rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.1075rem;height:1.24875rem;position:relative;font-family:"open sans";font-size:0.88125rem;font-weight:400;line-height:19.98px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:20.4375rem;height:5.95rem;padding-top:0.07375rem;padding-right:0.073125rem;padding-bottom:0.07375rem;padding-left:0.073125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:27.875rem;left:0.0010414123535156rem;z-index:15028; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW { width:auto; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
#xT8UXS7kXAbW328KAK7XsGpJ1CKSkaEX { position:absolute;display:block;z-index:15003;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:9.8125rem;width:17.5625rem;top:26.5rem;left:35rem;overflow:hidden;display:block; }
#RN5Bv7fw7mptLvlOL6TtcZS2V0L8zW2t { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #5f5135);background-image: -moz-linear-gradient(180deg, #8200ff, #5f5135);background-image: -ms-linear-gradient(180deg, #8200ff, #5f5135);background-image: -o-linear-gradient(180deg, #8200ff, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#5f5135' );";background-image: linear-gradient(180deg, #8200ff, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:27.9375rem;left:28.3125rem;display:block; }
#pHMmTXHmXmroctNRH0WaBB1T5fHduMCn { position:absolute;display:block;z-index:15031;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.9375rem;width:2.9375rem;top:28.75rem;left:28.9375rem;overflow:hidden;display:block; }
#F1RSZLCkp5TtiOxWSJVg8BEZFh6ooUeF { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #e6b767, #a200ff);background-image: -moz-linear-gradient(339deg, #e6b767, #a200ff);background-image: -ms-linear-gradient(339deg, #e6b767, #a200ff);background-image: -o-linear-gradient(339deg, #e6b767, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #e6b767, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:30rem;left:31.4375rem;display:block; }
#DWysXu9GkhgL1cok4819ofNBJ9wt4lEg { color:#e8f7ff;display:block;width:8rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.0078125rem;left:31.9375rem;height:0.9746125rem;font-style:normal;display:block; }
#nIAsbUOLw0K3RgwWSJJPaqGsCrcM6u1k { color:#e8f7ff;display:block;width:8rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.38671875rem;left:41rem;height:0.9746125rem;font-style:normal;display:block; }
#KnLMtRdMIlk42VZrSuAcntHM7hsPX68Q { color:#e8f7ff;display:block;width:8rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.0625rem;left:32.625rem;height:0.9746125rem;font-style:normal;display:block; }
#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { background-color: transparent; background-image: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .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); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { border-width: 0; border-radius: 0; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { font-size:0.875rem;font-family:arial;height:99.8125rem;width:60rem;position:relative;display:block; }#lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { color:#e8f7ff;display:block;width:26rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:33.999996185302rem;height:3.4121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(339deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(339deg, #e6b767, #5f5135);background-image: -o-linear-gradient(339deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(339deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.5rem;left:51.749996185302rem;display:block; }
#z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:6.5rem;left:0rem;display:block; }
#W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { position:absolute;display:block;z-index:15020;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:6rem;width:6rem;top:4.6875rem;left:1.875rem;overflow:hidden;display:block; }
#OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(180deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(180deg, #e6b767, #5f5135);background-image: -o-linear-gradient(180deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(180deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:4.375rem;left:1.5625rem;display:block; }
#rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { color:#c3b599;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.4375rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.0625rem;left:1.9375rem;height:5.6860375rem;font-style:normal;display:block; }
#qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:21.392578125rem;left:1.875rem;height:;font-style:normal;display:block; }#qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 li:before{  }
#w7nSeTqzVIULx0seOfLfDE7vTmHtnBJH { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:12.3125rem;left:32.749996185302rem;display:block; }
#zZLgTqNgpM74nnh5CTvvb4vrPODT2qAX { position:absolute;display:block;z-index:15026;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:6rem;width:6rem;top:10.375rem;left:34.9990234375rem;overflow:hidden;display:block; }
#Vq5lDAPdzavdxmuWSqE5NV80WCxOKNb6 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(180deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(180deg, #e6b767, #5f5135);background-image: -o-linear-gradient(180deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(180deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:10.0625rem;left:34.687496185302rem;display:block; }
#T3ndOdl39KPfZD6czSJLk4WLGU97bI4C { color:#c3b599;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.375rem;left:35.062496185302rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lsJdBQywZuIQuAcFR4I9GZwsz07dkkTZ { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.8125rem;left:35.124996185302rem;height:5.6860375rem;font-style:normal;display:block; }
#tk0Wcaf8KzLDXMKv8kBNPOG5nMU54ToI { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:27rem;left:35.1240234375rem;height:3.79345625rem;font-style:normal;display:block; }#tk0Wcaf8KzLDXMKv8kBNPOG5nMU54ToI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tk0Wcaf8KzLDXMKv8kBNPOG5nMU54ToI li:before{  }
#hKzdgUDvH8LixMpRGfJ2Z32EJrtKmvTB { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:36.375rem;left:32.749996185302rem;display:block; }
#tgkM1ATiWlGCGLHChQ2FwpT2GuAWBTH2 { color:#c3b599;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:42.6875rem;left:35.312496185302rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x0EqGXoFauMlol9P0BB5TH9NgosGRxMh { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:44.875rem;left:35.124996185302rem;height:3.41161875rem;font-style:normal;display:block; }
#XMMp8Si13bVX12I7VDuLuX2HzwBlyaox { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:49.125rem;left:35.1240234375rem;height:;font-style:normal;display:block; }#XMMp8Si13bVX12I7VDuLuX2HzwBlyaox li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XMMp8Si13bVX12I7VDuLuX2HzwBlyaox li:before{  }
#uvaKe95avsn2edT93UOxquwo9C4Vze91 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:37.375rem;left:51.749996185302rem;display:block; }
#ULtfl6RcROLQAKokqvVn01xLPzRvg2kB { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:30.5625rem;left:0rem;display:block; }
#l5aV4l8z55QRDpBHQykuEb0S2FxV81za { color:#c3b599;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:36.5625rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B5kpfZItE984qL1i8gbi3kHpwG5HNoIA { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:39.125rem;left:1.9375rem;height:5.6860375rem;font-style:normal;display:block; }
#NEO23P5CDkmXMC3kw5JhQLP2PWcwZopR { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:44.875rem;left:1.875rem;height:;font-style:normal;display:block; }#NEO23P5CDkmXMC3kw5JhQLP2PWcwZopR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NEO23P5CDkmXMC3kw5JhQLP2PWcwZopR li:before{  }
#G15yTO6Qg3GNQmfBQ3U1GusQT9InaTHP { position:absolute;display:block;z-index:15040;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:6rem;width:6rem;top:34.5625rem;left:35.0615234375rem;overflow:hidden;display:block; }
#D4LGZncvO99qGMG6dqUVss5WE3Qya8f2 { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(180deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(180deg, #e6b767, #5f5135);background-image: -o-linear-gradient(180deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(180deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:34.25rem;left:34.749996185302rem;display:block; }
#fPau5pMkATHFIhl02BIOBroE90B0g0Bk { position:absolute;display:block;z-index:15034;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:6rem;width:6rem;top:28.75rem;left:1.875rem;overflow:hidden;display:block; }
#wBgwgfZxQTvGQ1A2V7z6gQOeoaF1p3D9 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(180deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(180deg, #e6b767, #5f5135);background-image: -o-linear-gradient(180deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(180deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:28.4375rem;left:1.5625rem;display:block; }
#q7il24rpwlXwXVexWTAuH6Ttc3tl5btU { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:54.0625rem;left:0rem;display:block; }
#pQN5r87OvblAc1G6v3Ag9wVaptTMbGbz { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:62.625rem;left:1.9375rem;height:5.6860375rem;font-style:normal;display:block; }
#QAS3dsxh0rfZML6FlauC3XIcVOnh0ALQ { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:68.572265625rem;left:1.875rem;height:3.79345625rem;font-style:normal;display:block; }#QAS3dsxh0rfZML6FlauC3XIcVOnh0ALQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QAS3dsxh0rfZML6FlauC3XIcVOnh0ALQ li:before{  }
#Te3tf8JqSNGeT4wy5vucA6FrVTDLiUkT { color:#c3b599;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:60rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#liF9f07yFUcUTkPi87io4tQSxwnXMiLS { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(180deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(180deg, #e6b767, #5f5135);background-image: -o-linear-gradient(180deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(180deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:51.9375rem;left:1.5625rem;display:block; }
#Nf93xq1vi0BwtOifzPIMz4chupv0B0wU { position:absolute;display:block;z-index:15032;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:6rem;width:6rem;top:52.25rem;left:1.875rem;overflow:hidden;display:block; }
#ggCzvJTIMXbaKnti7Zu1NO1OTWTsoEit { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:60.5rem;left:32.75rem;display:block; }
#yuv9HXIM58GB1oDGgTG50tqvLwabr22v { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:73.875rem;left:34.6875rem;height:;font-style:normal;display:block; }#yuv9HXIM58GB1oDGgTG50tqvLwabr22v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yuv9HXIM58GB1oDGgTG50tqvLwabr22v li:before{  }
#TVVEJsUd49eoTq31fzobFxm7feuaMcLG { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:69.0625rem;left:34.6875rem;height:4.548825rem;font-style:normal;display:block; }
#IMumzPrIHVx1Qoh7OTqAcm5aRKs8Ct8K { color:#c3b599;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:66.4375rem;left:34.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKU4s4pRWBR3ZTQTdZOOPyTtFCtXiS41 { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(180deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(180deg, #e6b767, #5f5135);background-image: -o-linear-gradient(180deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(180deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:58.375rem;left:34.3125rem;display:block; }
#JdQwWMfs7RBfsA1JkTkmCfFr3TtshdOE { position:absolute;display:block;z-index:15038;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:6rem;width:6rem;top:58.6875rem;left:34.625rem;overflow:hidden;display:block; }
#hJlPeUcJ0lCGTKKyPPSZgNtdnTOpMB34 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:77.0625rem;left:0rem;display:block; }
#TQOV69wC5QqzMdcKLaIosqtX27N2lbD1 { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:85.625rem;left:1.9375rem;height:5.6860375rem;font-style:normal;display:block; }
#VaTVxK1HvP2T21wTcUozEwB376TR380r { color:#c3b599;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:83rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lh1eAb6TXS9zGmuuqQGA7bf7JSIr5qgR { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:91.93359375rem;left:1.875rem;height:;font-style:normal;display:block; }#Lh1eAb6TXS9zGmuuqQGA7bf7JSIr5qgR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lh1eAb6TXS9zGmuuqQGA7bf7JSIr5qgR li:before{  }
#EdWErVTVc8y7AAQbbceuhKeW8tzrvrCR { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(180deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(180deg, #e6b767, #5f5135);background-image: -o-linear-gradient(180deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(180deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:74.9375rem;left:1.5625rem;display:block; }
#RwTdlWigTPk38Tymn1Jm469gIMEVlgWd { position:absolute;display:block;z-index:15038;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:6rem;width:6rem;top:75.25rem;left:1.875rem;overflow:hidden;display:block; }
#huXiR4sbP3BWqJDn6phfExULxdLtEbaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { background-color: transparent; background-image: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .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); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { border-width: 0; border-radius: 0; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { color:#e8f7ff;display:block;width:25.5rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#ch6dbM7STgIppVVMAyTRz3a4Zkn4KIuJ { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(339deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(339deg, #e6b767, #5f5135);background-image: -o-linear-gradient(339deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(339deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.0625rem;left:0rem;display:block; }
#wDT3SF0xsIBTK6mhNJXI8x7nVNXCXuOE { color:#e8f7ff;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.7431640625rem;left:0rem;height:6.499rem;font-style:normal;display:block; }
#ZELiGFPJ5wbk3TdVFtiVJX9Wdx5dG2d2 { color:#e8f7ff;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.625rem;left:42rem;height:6.499rem;font-style:normal;display:block; }
#miib6LKcZobSfDpavt0D38iPTw2TlJnL { position:absolute;display:block;z-index:15028;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.9375rem;width:2.9375rem;top:3.0859375rem;left:39.0625rem;overflow:hidden;display:block; }
#STlM5GkFbckurIzmNbw6z1diZOT6L82u { background-color:#e6b767;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.2734375rem;left:43.3125rem;display:block; }
#WRTctSbTJ0dTXk1PDAyBrdeJoacDbqNH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { position:relative;display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { background-color: transparent; background-image: none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container > .video-iframe-container { display: none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row > .video-iframe-container { display: none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .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); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { border-width: 0; border-radius: 0; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .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; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:3.8994125rem;font-style:normal;display:block; }
#EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#RRrCLgpKVFADrGrZXRJGgtfGitP9t4Sk { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:24.90625rem;height:3.89941875rem;font-style:normal;display:block; }
#OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(339deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(339deg, #e6b767, #5f5135);background-image: -o-linear-gradient(339deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(339deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:20.1875rem;width:0.1875rem;top:2.5625rem;left:0.90056818181819rem;display:block; }
#yRa2p1za28p9eO11pmh54hyOUDyGLTqH { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(146deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(146deg, #e6b767, #5f5135);background-image: -o-linear-gradient(146deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(146deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:0.03125rem;display:block; }
#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { position:relative;display:block; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { background-color: transparent; background-image: none; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container > .video-iframe-container { display: none; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row > .video-iframe-container { display: none; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .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); }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { border-width: 0; border-radius: 0; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .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; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PinG8fkEzMMJqW43CRyDPVCihOeUS82g { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:3.8994125rem;font-style:normal;display:block; }
#Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:24.90625rem;height:3.89941875rem;font-style:normal;display:block; }
#cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(146deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(146deg, #e6b767, #5f5135);background-image: -o-linear-gradient(146deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(146deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.15625rem;left:0.0625rem;display:block; }
#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { position:relative;display:block; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { background-color: transparent; background-image: none; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container > .video-iframe-container { display: none; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row > .video-iframe-container { display: none; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .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); }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { border-width: 0; border-radius: 0; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .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; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:3.8994125rem;font-style:normal;display:block; }
#WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:24.90625rem;height:3.89941875rem;font-style:normal;display:block; }
#tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(146deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(146deg, #e6b767, #5f5135);background-image: -o-linear-gradient(146deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(146deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.15625rem;left:0.0625rem;display:block; }
#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { position:relative;display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { background-color: transparent; background-image: none; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container > .video-iframe-container { display: none; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row > .video-iframe-container { display: none; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .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); }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { border-width: 0; border-radius: 0; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .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; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.78125rem;height:3.8994125rem;font-style:normal;display:block; }
#kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.53125rem;height:1.625rem;font-style:normal;display:block; }
#OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7999992370606rem;left:24.90625rem;height:3.8994125rem;font-style:normal;display:block; }
#lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(146deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(146deg, #e6b767, #5f5135);background-image: -o-linear-gradient(146deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(146deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.09375rem;left:0.0625rem;display:block; }
#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { position:relative;display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { background-color: transparent; background-image: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .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); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { border-width: 0; border-radius: 0; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .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; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:19.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:block; }#MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { color:#e8f7ff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(339deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(339deg, #e6b767, #5f5135);background-image: -o-linear-gradient(339deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(339deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:10rem;left:25.75rem;display:block; }
#LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { color:#e8f7ff;display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.9375rem;left:8.8125rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { position:relative;display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { background-color: transparent; background-image: none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container > .video-iframe-container { display: none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row > .video-iframe-container { display: none; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .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); }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { border-width: 0; border-radius: 0; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .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; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0e245c, #0a204f);background-image: -moz-linear-gradient(120deg, #0e245c, #0a204f);background-image: -ms-linear-gradient(120deg, #0e245c, #0a204f);background-image: -o-linear-gradient(120deg, #0e245c, #0a204f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );";background-image: linear-gradient(120deg, #0e245c, #0a204f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:24.6875rem;width:20.0625rem;top:2.375rem;left:1.2412109375rem;display:block; }
#S2QHPiOS8suus1uTT67E84axhvrGx1MP { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #27407f, #0b2058);background-image: -moz-linear-gradient(358deg, #27407f, #0b2058);background-image: -ms-linear-gradient(358deg, #27407f, #0b2058);background-image: -o-linear-gradient(358deg, #27407f, #0b2058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );";background-image: linear-gradient(358deg, #27407f, #0b2058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:27.0625rem;width:21.0625rem;top:1.1875rem;left:19.3740234375rem;display:block; }
#xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #0e245c, #0a204f);background-image: -moz-linear-gradient(282deg, #0e245c, #0a204f);background-image: -ms-linear-gradient(282deg, #0e245c, #0a204f);background-image: -o-linear-gradient(282deg, #0e245c, #0a204f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e245c', endColorstr='#0a204f' );";background-image: linear-gradient(282deg, #0e245c, #0a204f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:25rem;width:20.0625rem;top:2.34375rem;left:38.7119140625rem;display:block; }
#Rk74T2aTAiossEim599UTmpZZ8fnXTdb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.4375rem;top:2.8515739440918rem;left:35.0625rem;overflow:hidden;display:block; }
#QtKAuFOlP9VBnKWuH1Ax8qP8hDhH0pw7 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.2562494277954rem;left:37.08749961853rem;height:1.4624rem;display:block; }
#L1h54zmwDDcl2mE91DevJcWILy12nst6 { color:#e8f7ff;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.2624998092651rem;left:19.46249961853rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.1249990463257rem;left:19.624998092651rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JF3n15NFsGUdVppUhZhfOQZLZrxS4GlO { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4375rem;left:19.687498092651rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk { color:#e8f7ff;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.437499046326rem;left:20.999998092651rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk li:before{  }
#WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { color:#e8f7ff;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.6281251907349rem;left:0.80416679382325rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.3749990463256rem;left:0.99166679382325rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XpJUcOJOmgUxo6oRI1xqTmErg4ZyLmbx { color:#e8f7ff;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.546875rem;left:39.062498092651rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.5781240463256rem;left:39.437498092651rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt { color:#e8f7ff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.9990234375rem;left:42.40625rem;height:11.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt li:before{  }
#bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(115deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(115deg, #e6b767, #5f5135);background-image: -o-linear-gradient(115deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(115deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.9677734375rem;left:23.6875rem;display:block; }
#qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#undGpH3gJCZ2H2sW67HOwa357rRT1qLa { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #e6b767;border-left:0.1875rem solid #e6b767;border-right:0.1875rem solid #e6b767;border-bottom:0.1875rem solid #e6b767;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.2802734375rem;left:3.6875rem;display:block; }
#JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZbaS0Cg8JeLhm4rJc7Nl7t5ryT8PPAL2 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #e6b767;border-left:0.1875rem solid #e6b767;border-right:0.1875rem solid #e6b767;border-bottom:0.1875rem solid #e6b767;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.57425rem;height:2.94921875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.2802734375rem;left:43.2421875rem;display:block; }
#tlQIUH9bBIrBRH60VyFmq9ByELfrLMF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgUyxTdOfZQD2h8n7eX11SidoILglWiC { color:#e8f7ff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.0390625rem;left:0.9912109375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#on990OisUWV0TqpWQJ7IIO4RpDZWauul { color:#e8f7ff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:10.9990234375rem;left:2.40625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#on990OisUWV0TqpWQJ7IIO4RpDZWauul li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#on990OisUWV0TqpWQJ7IIO4RpDZWauul li:before{  }
#wyQa6THmWzr3sapDHONxr60NEeWteWle { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #27407f, #0b2058);background-image: -moz-linear-gradient(358deg, #27407f, #0b2058);background-image: -ms-linear-gradient(358deg, #27407f, #0b2058);background-image: -o-linear-gradient(358deg, #27407f, #0b2058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );";background-image: linear-gradient(358deg, #27407f, #0b2058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:27.0625rem;width:21.0625rem;top:1.1875rem;left:19.3740234375rem;display:none; }
#t9gVrZc9MKMyeO8dFQZ5rt2F0THoluiR { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #27407f, #0b2058);background-image: -moz-linear-gradient(358deg, #27407f, #0b2058);background-image: -ms-linear-gradient(358deg, #27407f, #0b2058);background-image: -o-linear-gradient(358deg, #27407f, #0b2058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27407f', endColorstr='#0b2058' );";background-image: linear-gradient(358deg, #27407f, #0b2058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:27.0625rem;width:21.0625rem;top:1.1875rem;left:19.3740234375rem;display:none; }
#rgd5smTZZpcbXHutiJrn4Jfr77VKJOCa { position:absolute;display:block;z-index:15017;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.1875rem;width:5.4375rem;top:4.6875rem;left:14rem;overflow:hidden;display:block; }
#XpGOvBTRvB5rN1KNx3TMg7lcZ1umgGT1 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.125rem;left:16rem;height:1.4624rem;display:block; }
#c26TdtCykpf07RgqQn2JCCup1WmpBmCR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140e38;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c26TdtCykpf07RgqQn2JCCup1WmpBmCR > .row .container { background-color: transparent; background-image: none; }#c26TdtCykpf07RgqQn2JCCup1WmpBmCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c26TdtCykpf07RgqQn2JCCup1WmpBmCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c26TdtCykpf07RgqQn2JCCup1WmpBmCR > .row .container > .video-iframe-container { display: none; }#c26TdtCykpf07RgqQn2JCCup1WmpBmCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c26TdtCykpf07RgqQn2JCCup1WmpBmCR > .row > .video-iframe-container { display: none; }#c26TdtCykpf07RgqQn2JCCup1WmpBmCR > .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); }#c26TdtCykpf07RgqQn2JCCup1WmpBmCR > .row .container { border-width: 0; border-radius: 0; }#c26TdtCykpf07RgqQn2JCCup1WmpBmCR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c26TdtCykpf07RgqQn2JCCup1WmpBmCR > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;position:relative;display:block; }#yOtSFPe4z1TC4ophTklbXHg2c2I7HuPL { color:#e6b767;display:block;width:52.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MzkWgCbgy8D8VSiEtQ5QWxnclEdww9N8 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.6875rem;left:0rem;height:3.67480625rem;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; }
#brrQ5ydIFiFuadDdL5IErC6BX1sXcgS6 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.3466796875rem;left:0.3125rem; }
#ckRdk4UZiGTA1TMEraCIK14mPogXziGB { color:#ededed;display:block;width:23.0625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:21.0341796875rem;left:0.3125rem;height:17.1035rem;font-style:italic;display:block; }
#ZvFm9LfXxP46QnwzwPTIru4dSHxH2Czk { color:#c3b599;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:38.0751953125rem;left:0.3125rem;height:1.48730625rem;font-style:normal;display:block; }
#kDlUl3uHH2Pw6f5aO8JAnZ9AiIHRMflQ { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(230,183,103,0.2));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(230,183,103,0.2));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(230,183,103,0.2));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(230,183,103,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33e6b767' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33e6b767' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(230,183,103,0.2));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:38.75rem;width:33.75rem;top:12.34375rem;left:0rem;display:block; }
#KL7yWHQ5wan7gZqplDa2ZuUyhIoqIuxC { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:10.3623046875rem;left:33.125rem; }
#sk45nd3NgAkd4rXhTwTvxgXhF2qxHWoV { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:12.34375rem;left:26.25rem;height:9.5605625rem;font-style:italic;display:block; }
#z8lOdkeStLUS9uRzP9akaNIObccbSxTt { color:#c3b599;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:21.5625rem;left:26.25rem;height:1.48730625rem;font-style:normal;display:block; }
#FqdcDvbJ6N3LTsGoQCl8HfOmPFFyM2fh { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.67578125rem;left:33.125rem; }
#vM0dwf8RWzw11QrzRfmwOsMEqLqLpOSJ { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:29.61328125rem;left:26.25rem;height:3.82421875rem;font-style:italic;display:block; }
#WF88Q84aH5D1NFklOU0qX0dZ1kTGOekg { color:#c3b599;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:33.375rem;left:26.25rem;height:1.48730625rem;font-style:normal;display:block; }
#fEsx9VHH9pOmPHQB9pJFiLQB8AuQOWHo { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:39.5rem;left:26.25rem;height:5.736325rem;font-style:italic;display:block; }
#fnuaCTV3OFNrSLpfNmrCTXqvtZvSP2NT { color:#c3b599;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:45.875rem;left:26.25rem;height:1.48730625rem;font-style:normal;display:block; }
#kOVaxoq4cwf3WfUybT7M6aJGP9e2hrxb { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:37.375rem;left:33.125rem; }
#Jc6xKZcu7WpdTt6TKvcTFTtleBgAHi2E { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(230,183,103,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(230,183,103,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(230,183,103,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(230,183,103,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ce6b767', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ce6b767', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(230,183,103,0.3), rgba(0,0,0,0));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.5rem;width:16.25rem;top:23.1875rem;left:33.75rem;display:block; }
#Hvbx2tuoca6l3kkUitQ2gE0hUOkPPoxs { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(230,183,103,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(230,183,103,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(230,183,103,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(230,183,103,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ce6b767', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ce6b767', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(230,183,103,0.3), rgba(0,0,0,0));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.5rem;width:16.25rem;top:35.5rem;left:33.75rem;display:block; }
#VTgDPWnUq1apMH9xQFaM2PWmwWhquKTx { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(230,183,103,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(230,183,103,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(230,183,103,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(230,183,103,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4ce6b767' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4ce6b767' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(230,183,103,0.3));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:9.375rem;width:0.5rem;top:0rem;left:56.125rem;display:block; }
#OQvyLB78hfxRPrST4TcrfuAZkM3iIJhq { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(230,183,103,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(230,183,103,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(230,183,103,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(230,183,103,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ce6b767', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ce6b767', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(230,183,103,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:0rem;left:58.5rem;display:block; }
#e824bskPEAUaGAev24AhuH5PUgOBvECg { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf8ac78' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));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:9.375rem;width:0.5rem;top:0rem;left:59.5rem;display:block; }
#o7c300c9LdB7VyEELnxSXNeDXGruxqZw { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(230,183,103,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(230,183,103,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(230,183,103,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(230,183,103,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ce6b767', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ce6b767', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(230,183,103,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:0rem;left:59.5rem;display:block; }
#r75xtnoSoA1TPhTPBVNvMBQWr6bwRST4 { background-color:#e6b767;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:45.2353515625rem;left:5.09375rem;display:block; }
#XHSapvIJeUBCABDceM3i21R5PGcx9Lww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -moz-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -ms-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -o-linear-gradient(8deg, #ffffff, #eeeaf8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );";background-image: linear-gradient(8deg, #ffffff, #eeeaf8);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { background-color: transparent; background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .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); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { border-width: 0; border-radius: 0; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DbipMHZuDKOBTEMTCC41o64vODrThdTZ { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(339deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(339deg, #e6b767, #5f5135);background-image: -o-linear-gradient(339deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(339deg, #e6b767, #5f5135);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:13.1875rem;left:0rem;display:block; }
#uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-form-header {  }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:16.125rem;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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #8200ff;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:16.125rem;box-sizing:border-box;height:2.6875rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #8200ff;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:16.125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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:16.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #e6b767, #5f5135);background-image: -moz-linear-gradient(117deg, #e6b767, #5f5135);background-image: -ms-linear-gradient(117deg, #e6b767, #5f5135);background-image: -o-linear-gradient(117deg, #e6b767, #5f5135);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b767', endColorstr='#5f5135' );";background-image: linear-gradient(117deg, #e6b767, #5f5135);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:16.125rem;height:3.4375rem;font-family:roboto;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(210,169,255,0.78) ; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.875rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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:roboto;line-height:1.3;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:14.875rem;overflow:hidden;font-style:normal;float:none; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container:first-of-type{padding-top:0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-container:last-of-type{padding-bottom:0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.125rem;left:35.6240234375rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.125rem;display:block;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-info-text { display:block;height:auto;font-family:roboto;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; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.125rem;left:35.6240234375rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { position:relative;display:none; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { position:relative;display:none; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UIqZpeXAHAE0TecUdyQymTIss0RL007O { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #WlmK6ziLL3Sni9k4J2iX1132u644phXP { position:relative;display:none; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #OELyJCbslSD5cxoX1tQelgyZcyepXZWi { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU { position:relative;z-index:2; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv { position:relative; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM { position:relative; }
#iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(345deg, #122974, #0a204f);background-image: -moz-linear-gradient(345deg, #122974, #0a204f);background-image: -ms-linear-gradient(345deg, #122974, #0a204f);background-image: -o-linear-gradient(345deg, #122974, #0a204f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#122974', endColorstr='#0a204f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#122974', endColorstr='#0a204f' );";background-image: linear-gradient(345deg, #122974, #0a204f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26rem;width:22rem;top:3rem;left:33.875rem;display:block; }
#NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.2734375rem;left:33.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V { z-index:;position:relative;display:block; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V { background-color: transparent; background-image: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container > .video-iframe-container { display: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row > .video-iframe-container { display: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .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); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V { border-width: 0; border-radius: 0; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .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; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/119d9f06-2112-48da-a49a-55d781263b14/P1035088.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:"open sans";height:40.0625rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container.adaptive-delivery-prevent-bg, #T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container.lazyload, #T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container.lazyloading { background-image: none; }#Xu5hfsXcJOTF5BlXDfrH4wflOAXc8UIh { color:#ffffff;display:block;width:59.125rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.875rem;left:0rem;height:8.7744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container { background-color: transparent; background-image: none; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container > .video-iframe-container { display: none; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row > .video-iframe-container { display: none; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .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); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container { border-width: 0; border-radius: 0; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#IsTgLzm0l5AmsDPB0ypx0WJaJmeptgaD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:9.375rem;top:1.875rem;left:25.3125rem;overflow:hidden;display:block; }
#dxRr1vRtIHXwDPHUgUNRoOA3LRlNL3x9 { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:6.9375rem;left:18.4375rem;height:4.7988375rem;text-align:center;text-align-last:center;display:block; }
#GZTTOy8KAnbesbotPhMiCMaWqo04k3zs { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:15.625rem;left:18.5rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G1QNFTkM99uRBqmPDwu6vIN2Jo1wJyEr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:12.375rem;left:27rem; }
#G1QNFTkM99uRBqmPDwu6vIN2Jo1wJyEr > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#aR8pgwwDTUPgXJZoeI6D8xmbKLkSCgfp { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:12.25rem;left:30.875rem; }
#aR8pgwwDTUPgXJZoeI6D8xmbKLkSCgfp > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:6.5rem;height:2.1875rem;top:1.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:4.75rem;height:2.1875rem;top:1.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:1.25rem;left:38.5634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:0.5625rem;left:0rem;width:9.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:6.5rem;height:2.1875rem;top:1.1875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #wZ6VvSRMTy2bDL66yUqFgXbG3xTT2HEX { width:5.125rem;height:2.1875rem;top:1.1875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEDLJy1omn6Ubbt7SrpxeBx13s17cvfN { display:block; }
 }@media only screen and (max-width: 763px) { #NKdrksm8hFbTUGKPaL02tHUrRvvVsN8S { width:5.1875rem;height:2.1875rem;top:1.1875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyShFMoK9tgM7tQlEEuum09CDisoxLGp { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:7.9375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:19.25rem;left:0rem;width:36.375rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { top:20.125rem;left:0rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.8125rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { top:8.5rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { top:10.3125rem;left:0rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { top:10.3125rem;left:12.3125rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { top:8.5rem;left:12.3125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { top:10.3125rem;left:28.1875rem;width:19.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { top:8.5rem;left:28.1875rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { top:1.3125rem;left:36.562496185302rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { top:1.625rem;left:21.031246185302rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { top:1.5625rem;left:4.8125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaVdsDZSwuePlMDPif95LVo4TN7IQFoV { display:block; }#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKLptFnD0VML29UtXSt2t9E644w1mZ8f { width:39rem;height:21.9375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaEq8nO9te7cTWePhRek9NRTSAQteLrN { width:33.125rem;height:2.125rem;top:28.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdBReaZFCLL1mTTiRhEKeZTomin4UHxM { width:18.5rem;height:6rem;top:5.8125rem;left:29.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzMqGcpQwekzoGHlxrB2itdfkxDphMZq { width:18rem;height:9.9375rem;top:13.75rem;left:29.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNTEuHkoF5HovF3MJNivvBbiogcRGuDH { width:13.5rem;height:3.4375rem;top:24.5rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVUmzLn6z4g05AsEJm7UwdELnS3qRh83 { display:block; }
 }@media only screen and (max-width: 763px) { #zqLqF9tcZTNy1sNOSZUe7nxokDD6hL51 { width:11.25rem;height:0.625rem;top:5.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNUxdLlNnoxb6IZFvf5glJ4O01VgE6dM { width:0.625rem;height:11.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:7.25rem;left:0rem;width:27.875rem;height:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q20BxKWiG7kfzlNdNNeHwffTKnL9iJOM { top:4.875rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { top:15rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:17.75rem;left:0rem;width:27.375rem;height:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { top:8.5rem;left:25.1875rem;width:17.5625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { top:17.4375rem;left:31.3125rem;width:16.4375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { top:12rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { top:9.9375rem;left:19.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { top:21.25rem;left:27.4375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { top:23.3125rem;left:30.5625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { top:21.8125rem;left:28.125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhc4ZkqSH12hsDTealB3h55DxwNKumF { top:10.75rem;left:20.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:18rem;height:5.0625rem;display:flex;top:32rem;left:4.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #xT8UXS7kXAbW328KAK7XsGpJ1CKSkaEX { top:26.5rem;left:25.8125rem;width:17.5625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN5Bv7fw7mptLvlOL6TtcZS2V0L8zW2t { top:27.9375rem;left:19.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHMmTXHmXmroctNRH0WaBB1T5fHduMCn { top:28.75rem;left:20.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1RSZLCkp5TtiOxWSJVg8BEZFh6ooUeF { top:30rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWysXu9GkhgL1cok4819ofNBJ9wt4lEg { top:11rem;left:23.875rem;width:8rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIAsbUOLw0K3RgwWSJJPaqGsCrcM6u1k { top:22.375rem;left:31.8125rem;width:8rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnLMtRdMIlk42VZrSuAcntHM7hsPX68Q { top:29.0625rem;left:23.875rem;width:8rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { top:5.25rem;left:21.75rem;width:26rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { top:9.5rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { top:6.5rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { top:4.6875rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { top:4.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { top:12.4375rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { top:15.0625rem;left:0rem;width:22.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 { top:21.375rem;left:0rem;width:22.5rem;height:;font-size:0.8125rem;display:block; }#qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 li:before{  }
 }@media only screen and (max-width: 763px) { #w7nSeTqzVIULx0seOfLfDE7vTmHtnBJH { top:12.3125rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZLgTqNgpM74nnh5CTvvb4vrPODT2qAX { top:10.375rem;left:25.8115234375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq5lDAPdzavdxmuWSqE5NV80WCxOKNb6 { top:10.0625rem;left:25.499996185302rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ndOdl39KPfZD6czSJLk4WLGU97bI4C { top:18.375rem;left:25.8740234375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsJdBQywZuIQuAcFR4I9GZwsz07dkkTZ { top:20.8125rem;left:25.25rem;width:22.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk0Wcaf8KzLDXMKv8kBNPOG5nMU54ToI { top:27rem;left:25.25rem;width:22.5rem;height:;font-size:0.8125rem;display:block; }#tk0Wcaf8KzLDXMKv8kBNPOG5nMU54ToI li:before{  }
 }@media only screen and (max-width: 763px) { #hKzdgUDvH8LixMpRGfJ2Z32EJrtKmvTB { top:36.375rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgkM1ATiWlGCGLHChQ2FwpT2GuAWBTH2 { top:42.6875rem;left:26.1240234375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0EqGXoFauMlol9P0BB5TH9NgosGRxMh { top:44.875rem;left:25.25rem;width:22.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMMp8Si13bVX12I7VDuLuX2HzwBlyaox { top:49.125rem;left:25.25rem;width:22.5rem;height:;font-size:0.8125rem;display:block; }#XMMp8Si13bVX12I7VDuLuX2HzwBlyaox li:before{  }
 }@media only screen and (max-width: 763px) { #uvaKe95avsn2edT93UOxquwo9C4Vze91 { top:37.375rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtfl6RcROLQAKokqvVn01xLPzRvg2kB { top:30.5625rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5aV4l8z55QRDpBHQykuEb0S2FxV81za { top:36.5625rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5kpfZItE984qL1i8gbi3kHpwG5HNoIA { top:39.125rem;left:0rem;width:22.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEO23P5CDkmXMC3kw5JhQLP2PWcwZopR { top:44.875rem;left:0rem;width:22.5rem;height:;font-size:0.8125rem;display:block; }#NEO23P5CDkmXMC3kw5JhQLP2PWcwZopR li:before{  }
 }@media only screen and (max-width: 763px) { #G15yTO6Qg3GNQmfBQ3U1GusQT9InaTHP { top:34.5625rem;left:25.8740234375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4LGZncvO99qGMG6dqUVss5WE3Qya8f2 { top:34.25rem;left:25.562496185302rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPau5pMkATHFIhl02BIOBroE90B0g0Bk { top:28.75rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBgwgfZxQTvGQ1A2V7z6gQOeoaF1p3D9 { top:28.4375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7il24rpwlXwXVexWTAuH6Ttc3tl5btU { top:54.0625rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQN5r87OvblAc1G6v3Ag9wVaptTMbGbz { top:62.625rem;left:0rem;width:22.5rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAS3dsxh0rfZML6FlauC3XIcVOnh0ALQ { top:68.5625rem;left:0rem;width:22.5rem;height:3.75rem;font-size:0.8125rem;display:block; }#QAS3dsxh0rfZML6FlauC3XIcVOnh0ALQ li:before{  }
 }@media only screen and (max-width: 763px) { #Te3tf8JqSNGeT4wy5vucA6FrVTDLiUkT { top:60rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #liF9f07yFUcUTkPi87io4tQSxwnXMiLS { top:51.9375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf93xq1vi0BwtOifzPIMz4chupv0B0wU { top:52.25rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggCzvJTIMXbaKnti7Zu1NO1OTWTsoEit { top:60.5rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuv9HXIM58GB1oDGgTG50tqvLwabr22v { top:73.875rem;left:25.25rem;width:22.5rem;height:;font-size:0.8125rem;display:block; }#yuv9HXIM58GB1oDGgTG50tqvLwabr22v li:before{  }
 }@media only screen and (max-width: 763px) { #TVVEJsUd49eoTq31fzobFxm7feuaMcLG { top:69.0625rem;left:25.25rem;width:22.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMumzPrIHVx1Qoh7OTqAcm5aRKs8Ct8K { top:66.4375rem;left:25.5rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKU4s4pRWBR3ZTQTdZOOPyTtFCtXiS41 { top:58.375rem;left:25.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdQwWMfs7RBfsA1JkTkmCfFr3TtshdOE { top:58.6875rem;left:25.4375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJlPeUcJ0lCGTKKyPPSZgNtdnTOpMB34 { top:77.0625rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQOV69wC5QqzMdcKLaIosqtX27N2lbD1 { top:85.625rem;left:0rem;width:22.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaTVxK1HvP2T21wTcUozEwB376TR380r { top:83rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh1eAb6TXS9zGmuuqQGA7bf7JSIr5qgR { top:91.875rem;left:0rem;width:22.5rem;height:;font-size:0.8125rem;display:block; }#Lh1eAb6TXS9zGmuuqQGA7bf7JSIr5qgR li:before{  }
 }@media only screen and (max-width: 763px) { #EdWErVTVc8y7AAQbbceuhKeW8tzrvrCR { top:74.9375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTdlWigTPk38Tymn1Jm469gIMEVlgWd { top:75.25rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { top:4rem;left:0rem;width:25.5rem;height:3.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch6dbM7STgIppVVMAyTRz3a4Zkn4KIuJ { top:1.625rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { top:9.0625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDT3SF0xsIBTK6mhNJXI8x7nVNXCXuOE { top:11.6875rem;left:0rem;width:39.0625rem;height:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZELiGFPJ5wbk3TdVFtiVJX9Wdx5dG2d2 { top:1.625rem;left:31.625rem;width:16.125rem;height:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miib6LKcZobSfDpavt0D38iPTw2TlJnL { top:3.0625rem;left:32.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlM5GkFbckurIzmNbw6z1diZOT6L82u { width:13.5rem;height:3.4375rem;top:13.25rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTctSbTJ0dTXk1PDAyBrdeJoacDbqNH { display:block; }
 }@media only screen and (max-width: 763px) { #yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { top:2.125rem;left:0rem;width:8.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRrCLgpKVFADrGrZXRJGgtfGitP9t4Sk { top:1.75rem;left:12.5rem;width:35.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { top:2.5625rem;left:0rem;width:0.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRa2p1za28p9eO11pmh54hyOUDyGLTqH { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { display:block; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PinG8fkEzMMJqW43CRyDPVCihOeUS82g { top:2.125rem;left:0rem;width:8.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { top:1.75rem;left:12.5rem;width:35.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { display:block; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { top:2.125rem;left:0rem;width:8.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { top:1.75rem;left:12.5rem;width:35.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { top:2.125rem;left:0rem;width:8.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { top:2.375rem;left:8.40625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { top:1.75rem;left:12.5rem;width:35.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { top:2.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { top:4.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { top:10rem;left:19.625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { top:12.9375rem;left:2.6875rem;width:43.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { top:2.375rem;left:0rem;width:20.0625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2QHPiOS8suus1uTT67E84axhvrGx1MP { top:1.1875rem;left:0rem;width:21.0625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { top:2.3125rem;left:11.6875rem;width:20.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk74T2aTAiossEim599UTmpZZ8fnXTdb { top:2.8125rem;left:26.3125rem;width:5.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtKAuFOlP9VBnKWuH1Ax8qP8hDhH0pw7 { top:3.25rem;left:28.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1h54zmwDDcl2mE91DevJcWILy12nst6 { top:2.25rem;left:0rem;width:20.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { top:6.0625rem;left:0rem;width:20.5625rem;height:4.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3n15NFsGUdVppUhZhfOQZLZrxS4GlO { top:4.4375rem;left:0rem;width:20.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk { top:11.375rem;left:14.4375rem;width:17.3125rem;height:;font-size:1rem;display:block; }#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk li:before{  }
 }@media only screen and (max-width: 763px) { #WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { top:3.625rem;left:0rem;width:20.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { top:6.3125rem;left:0rem;width:20.5625rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpJUcOJOmgUxo6oRI1xqTmErg4ZyLmbx { top:3.5rem;left:10.8125rem;width:20.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { top:6.5625rem;left:11.1875rem;width:20.5625rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt { top:10.9375rem;left:32.09375rem;width:15.1875rem;height:;font-size:1rem;display:block; }#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt li:before{  }
 }@media only screen and (max-width: 763px) { #bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { width:12.625rem;height:3rem;top:23.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block; }
 }@media only screen and (max-width: 763px) { #undGpH3gJCZ2H2sW67HOwa357rRT1qLa { width:12.625rem;height:3rem;top:24.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block; }
 }@media only screen and (max-width: 763px) { #ZbaS0Cg8JeLhm4rJc7Nl7t5ryT8PPAL2 { width:12.5625rem;height:2.9375rem;top:24.25rem;left:32.9296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQIUH9bBIrBRH60VyFmq9ByELfrLMF5 { display:block; }
 }@media only screen and (max-width: 763px) { #lgUyxTdOfZQD2h8n7eX11SidoILglWiC { top:5rem;left:0rem;width:20.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #on990OisUWV0TqpWQJ7IIO4RpDZWauul { top:10.9375rem;left:0.34375rem;width:15.1875rem;height:;font-size:1rem;display:block; }#on990OisUWV0TqpWQJ7IIO4RpDZWauul li:before{  }
 }@media only screen and (max-width: 763px) { #wyQa6THmWzr3sapDHONxr60NEeWteWle { top:1.1875rem;left:0rem;width:21.0625rem;height:27.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9gVrZc9MKMyeO8dFQZ5rt2F0THoluiR { top:1.1875rem;left:0rem;width:21.0625rem;height:27.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgd5smTZZpcbXHutiJrn4Jfr77VKJOCa { top:4.6875rem;left:10.4375rem;width:5.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpGOvBTRvB5rN1KNx3TMg7lcZ1umgGT1 { top:5.125rem;left:12.5625rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c26TdtCykpf07RgqQn2JCCup1WmpBmCR { display:block; }#c26TdtCykpf07RgqQn2JCCup1WmpBmCR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yOtSFPe4z1TC4ophTklbXHg2c2I7HuPL { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzkWgCbgy8D8VSiEtQ5QWxnclEdww9N8 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brrQ5ydIFiFuadDdL5IErC6BX1sXcgS6 { width:2.75rem;height:2.75rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckRdk4UZiGTA1TMEraCIK14mPogXziGB { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFm9LfXxP46QnwzwPTIru4dSHxH2Czk { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDlUl3uHH2Pw6f5aO8JAnZ9AiIHRMflQ { width:33.75rem;height:38.75rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL7yWHQ5wan7gZqplDa2ZuUyhIoqIuxC { width:2rem;height:2rem;top:10.3125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk45nd3NgAkd4rXhTwTvxgXhF2qxHWoV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8lOdkeStLUS9uRzP9akaNIObccbSxTt { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqdcDvbJ6N3LTsGoQCl8HfOmPFFyM2fh { width:2rem;height:2rem;top:27.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM0dwf8RWzw11QrzRfmwOsMEqLqLpOSJ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF88Q84aH5D1NFklOU0qX0dZ1kTGOekg { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEsx9VHH9pOmPHQB9pJFiLQB8AuQOWHo { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnuaCTV3OFNrSLpfNmrCTXqvtZvSP2NT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOVaxoq4cwf3WfUybT7M6aJGP9e2hrxb { width:2rem;height:2rem;top:37.375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc6xKZcu7WpdTt6TKvcTFTtleBgAHi2E { width:16.25rem;height:0.5rem;top:23.1875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvbx2tuoca6l3kkUitQ2gE0hUOkPPoxs { width:16.25rem;height:0.5rem;top:35.5rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTgDPWnUq1apMH9xQFaM2PWmwWhquKTx { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQvyLB78hfxRPrST4TcrfuAZkM3iIJhq { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e824bskPEAUaGAev24AhuH5PUgOBvECg { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7c300c9LdB7VyEELnxSXNeDXGruxqZw { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r75xtnoSoA1TPhTPBVNvMBQWr6bwRST4 { width:13.5rem;height:3.4375rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHSapvIJeUBCABDceM3i21R5PGcx9Lww { display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { top:8.6875rem;left:0rem;width:30.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbipMHZuDKOBTEMTCC41o64vODrThdTZ { top:13.1875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { top:15rem;left:0rem;width:25.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { top:6.75rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { width:16.125rem;height:auto;top:6.125rem;left:26.4365234375rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { width:16.125rem;height:auto;top:6.125rem;left:26.4365234375rem; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UIqZpeXAHAE0TecUdyQymTIss0RL007O {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #WlmK6ziLL3Sni9k4J2iX1132u644phXP {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #OELyJCbslSD5cxoX1tQelgyZcyepXZWi {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM {  }
 }@media only screen and (max-width: 763px) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { top:3rem;left:24.6875rem;width:22rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { top:4.25rem;left:24.75rem;width:22.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V { display:block; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu5hfsXcJOTF5BlXDfrH4wflOAXc8UIh { width:47.75rem;height:8.75rem;top:31.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS { display:block; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsTgLzm0l5AmsDPB0ypx0WJaJmeptgaD { width:9.375rem;height:3.3125rem;top:1.875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxRr1vRtIHXwDPHUgUNRoOA3LRlNL3x9 { top:6.9375rem;left:12.3125rem;width:23.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZTTOy8KAnbesbotPhMiCMaWqo04k3zs { top:15.625rem;left:12.375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1QNFTkM99uRBqmPDwu6vIN2Jo1wJyEr { top:12.375rem;left:20.875rem;width:1.875rem;height:1.875rem;display:block; }
#G1QNFTkM99uRBqmPDwu6vIN2Jo1wJyEr > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #aR8pgwwDTUPgXJZoeI6D8xmbKLkSCgfp { top:12.25rem;left:24.75rem;width:2.1875rem;height:2.1875rem;display:block; }
#aR8pgwwDTUPgXJZoeI6D8xmbKLkSCgfp > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:relative;z-index:auto;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:5.75rem;height:2.1875rem;top:4.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:4.5rem;height:2.1875rem;top:4.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:7.46875rem;left:10.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:8.0625rem;height:3.0625rem;top:0.625rem;left:5.0312498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:4.75rem;height:2.1875rem;top:4.4375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #wZ6VvSRMTy2bDL66yUqFgXbG3xTT2HEX { width:5.125rem;height:2.1875rem;top:4.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEDLJy1omn6Ubbt7SrpxeBx13s17cvfN { display:block; }
 }@media only screen and (max-width: 763px) { #NKdrksm8hFbTUGKPaL02tHUrRvvVsN8S { width:6.5rem;height:2.1875rem;top:7.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyShFMoK9tgM7tQlEEuum09CDisoxLGp { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4768c0e6-24ea-47c7-8e8f-55b9e2b627a9/P1034676.JPG");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:20rem;height:4.7119125rem;top:4.375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { width:19.625rem;height:8.285125rem;top:12.8125rem;left:0.37499994039536rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { width:6.25rem;height:0.375rem;top:10.8125rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.8125rem;top:22.5625rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { width:19.4375rem;height:1.625rem;top:7.875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { width:19.4375rem;height:1.95rem;top:9.6875rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { width:19.4375rem;height:1.95rem;top:23.3125rem;left:0.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { width:19.4375rem;height:1.625rem;top:21.4375rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { width:19.4375rem;height:3.8994125rem;top:37.75rem;left:0.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { width:19.4375rem;height:1.625rem;top:35.875rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { width:5.4375rem;height:5.4375rem;top:29.543402567506rem;left:7.2812498211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { width:4.9375rem;height:4.9375rem;top:15.293402567506rem;left:7.5312502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { width:4.75rem;height:4.75rem;top:1.75rem;left:7.5937502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaVdsDZSwuePlMDPif95LVo4TN7IQFoV { display:block; }#WaVdsDZSwuePlMDPif95LVo4TN7IQFoV > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKLptFnD0VML29UtXSt2t9E644w1mZ8f { height:10.75rem;width:19.25rem;top:6.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaEq8nO9te7cTWePhRek9NRTSAQteLrN { width:18rem;height:1.48730625rem;top:39.5908203125rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #mdBReaZFCLL1mTTiRhEKeZTomin4UHxM { width:18rem;height:4.79980625rem;top:0.5625rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GzMqGcpQwekzoGHlxrB2itdfkxDphMZq { width:18rem;height:15.297375rem;top:18.5478515625rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gNTEuHkoF5HovF3MJNivvBbiogcRGuDH { width:13.5rem;height:3.4375rem;top:34.9033203125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVUmzLn6z4g05AsEJm7UwdELnS3qRh83 { display:block; }
 }@media only screen and (max-width: 763px) { #zqLqF9tcZTNy1sNOSZUe7nxokDD6hL51 { width:7.5rem;height:0.375rem;top:6.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNUxdLlNnoxb6IZFvf5glJ4O01VgE6dM { width:0.375rem;height:6.25rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.5625rem;height:4.225rem;top:4.3374996185303rem;left:0.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q20BxKWiG7kfzlNdNNeHwffTKnL9iJOM { width:20rem;height:1.4625rem;top:2.0000028610229rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { width:8.25rem;height:0.375rem;top:9.8125009536744rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:20rem;height:8.28516875rem;top:11.974998474121rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { width:20rem;height:11rem;top:29.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { width:20rem;height:11.125rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { width:0.375rem;height:4.375rem;top:58.084373474121rem;left:11.59375rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { width:4.25rem;height:4.25rem;top:36.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { width:4.25rem;height:4.25rem;top:49.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { width:8.25rem;height:0.375rem;top:79.575rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { width:3rem;height:3rem;top:49.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhc4ZkqSH12hsDTealB3h55DxwNKumF { width:2.9375rem;height:2.9375rem;top:36.8125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:18rem;height:5.0625rem;display:flex;top:22.75rem;left:0.92708396911619rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #xT8UXS7kXAbW328KAK7XsGpJ1CKSkaEX { width:20rem;height:11.125rem;top:55.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN5Bv7fw7mptLvlOL6TtcZS2V0L8zW2t { width:4.25rem;height:4.25rem;top:62.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHMmTXHmXmroctNRH0WaBB1T5fHduMCn { width:2.9375rem;height:2.9375rem;top:63.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1RSZLCkp5TtiOxWSJVg8BEZFh6ooUeF { width:8.25rem;height:0.375rem;top:30rem;left:5.875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #DWysXu9GkhgL1cok4819ofNBJ9wt4lEg { width:8rem;height:0.9746125rem;top:40.44921875rem;left:6rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nIAsbUOLw0K3RgwWSJJPaqGsCrcM6u1k { width:8rem;height:0.9746125rem;top:53.3125rem;left:6rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnLMtRdMIlk42VZrSuAcntHM7hsPX68Q { width:8rem;height:0.9746125rem;top:66.51171875rem;left:6rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:20rem;height:165.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { width:20rem;height:2.1125rem;top:2.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { width:8.25rem;height:0.375rem;top:5.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { width:20rem;height:19.9375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { width:6rem;height:6rem;top:8.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { width:6.625rem;height:6.625rem;top:8.3125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { width:14.5625rem;height:3.25rem;top:13rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { width:19.5625rem;height:6.82325rem;top:16.5rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 { width:19.375rem;height:3.79345625rem;top:24.0625rem;left:0.3125rem;font-size:0.8125rem;display:block; }#qVhyLTxE3AT6msOUl9nBZsZRlBcR8ti1 li:before{  }
 }@media only screen and (max-width: 763px) { #w7nSeTqzVIULx0seOfLfDE7vTmHtnBJH { width:20rem;height:19.9375rem;top:56.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZLgTqNgpM74nnh5CTvvb4vrPODT2qAX { width:6rem;height:6rem;top:55.3125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq5lDAPdzavdxmuWSqE5NV80WCxOKNb6 { width:6.625rem;height:6.625rem;top:55rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ndOdl39KPfZD6czSJLk4WLGU97bI4C { width:19.4375rem;height:1.625rem;top:60.718748092651rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsJdBQywZuIQuAcFR4I9GZwsz07dkkTZ { width:19.375rem;height:6.82325rem;top:62.5556640625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk0Wcaf8KzLDXMKv8kBNPOG5nMU54ToI { width:19.25rem;height:3.79345625rem;top:70.74999809265rem;left:0.6875rem;font-size:0.8125rem;display:block; }#tk0Wcaf8KzLDXMKv8kBNPOG5nMU54ToI li:before{  }
 }@media only screen and (max-width: 763px) { #hKzdgUDvH8LixMpRGfJ2Z32EJrtKmvTB { width:20rem;height:19.9375rem;top:80.850000381469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgkM1ATiWlGCGLHChQ2FwpT2GuAWBTH2 { width:19.4375rem;height:1.625rem;top:84.5rem;left:0.125rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #x0EqGXoFauMlol9P0BB5TH9NgosGRxMh { width:19.1875rem;height:4.548825rem;top:86.287109375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMMp8Si13bVX12I7VDuLuX2HzwBlyaox { width:19.25rem;height:4.8496125rem;top:91.349609375rem;left:0.5625rem;font-size:0.8125rem;display:block; }#XMMp8Si13bVX12I7VDuLuX2HzwBlyaox li:before{  }
 }@media only screen and (max-width: 763px) { #uvaKe95avsn2edT93UOxquwo9C4Vze91 { width:8.25rem;height:0.375rem;top:94.9125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtfl6RcROLQAKokqvVn01xLPzRvg2kB { width:20rem;height:19.9375rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5aV4l8z55QRDpBHQykuEb0S2FxV81za { width:11.8125rem;height:1.625rem;top:36.9375rem;left:7.6875rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #B5kpfZItE984qL1i8gbi3kHpwG5HNoIA { width:19.5rem;height:6.82325rem;top:38.9306640625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEO23P5CDkmXMC3kw5JhQLP2PWcwZopR { width:19.375rem;height:4.8496125rem;top:46.6875rem;left:0.5625rem;font-size:0.8125rem;display:block; }#NEO23P5CDkmXMC3kw5JhQLP2PWcwZopR li:before{  }
 }@media only screen and (max-width: 763px) { #G15yTO6Qg3GNQmfBQ3U1GusQT9InaTHP { width:6rem;height:6rem;top:79.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4LGZncvO99qGMG6dqUVss5WE3Qya8f2 { width:6.625rem;height:6.625rem;top:78.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPau5pMkATHFIhl02BIOBroE90B0g0Bk { width:6rem;height:6rem;top:31.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBgwgfZxQTvGQ1A2V7z6gQOeoaF1p3D9 { width:6.625rem;height:6.625rem;top:31.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7il24rpwlXwXVexWTAuH6Ttc3tl5btU { width:20rem;height:19.9375rem;top:102.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQN5r87OvblAc1G6v3Ag9wVaptTMbGbz { width:19.5rem;height:5.2807625rem;top:110.197265625rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAS3dsxh0rfZML6FlauC3XIcVOnh0ALQ { width:20rem;height:3.79345625rem;top:116.037109375rem;left:0rem;font-size:0.8125rem;display:block; }#QAS3dsxh0rfZML6FlauC3XIcVOnh0ALQ li:before{  }
 }@media only screen and (max-width: 763px) { #Te3tf8JqSNGeT4wy5vucA6FrVTDLiUkT { width:19.4375rem;height:1.625rem;top:108.509765625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #liF9f07yFUcUTkPi87io4tQSxwnXMiLS { width:6.625rem;height:6.625rem;top:102.412109375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf93xq1vi0BwtOifzPIMz4chupv0B0wU { width:6rem;height:6rem;top:102.724609375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggCzvJTIMXbaKnti7Zu1NO1OTWTsoEit { width:20rem;height:19.9375rem;top:123.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuv9HXIM58GB1oDGgTG50tqvLwabr22v { width:20rem;height:3.79345625rem;top:136.599609375rem;left:0rem;font-size:0.8125rem;display:block; }#yuv9HXIM58GB1oDGgTG50tqvLwabr22v li:before{  }
 }@media only screen and (max-width: 763px) { #TVVEJsUd49eoTq31fzobFxm7feuaMcLG { width:19.6875rem;height:5.6860375rem;top:130.978515625rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMumzPrIHVx1Qoh7OTqAcm5aRKs8Ct8K { width:19.4375rem;height:1.625rem;top:129.162109375rem;left:0rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TKU4s4pRWBR3ZTQTdZOOPyTtFCtXiS41 { width:6.625rem;height:6.625rem;top:123.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdQwWMfs7RBfsA1JkTkmCfFr3TtshdOE { width:6rem;height:6rem;top:124.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJlPeUcJ0lCGTKKyPPSZgNtdnTOpMB34 { width:20rem;height:19.9375rem;top:144.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQOV69wC5QqzMdcKLaIosqtX27N2lbD1 { width:19.5rem;height:5.6860375rem;top:152.166015625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaTVxK1HvP2T21wTcUozEwB376TR380r { width:19.4375rem;height:1.625rem;top:150.349609375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh1eAb6TXS9zGmuuqQGA7bf7JSIr5qgR { width:20rem;height:3.79345625rem;top:158.599609375rem;left:0rem;font-size:0.8125rem;display:block; }#Lh1eAb6TXS9zGmuuqQGA7bf7JSIr5qgR li:before{  }
 }@media only screen and (max-width: 763px) { #EdWErVTVc8y7AAQbbceuhKeW8tzrvrCR { width:6.625rem;height:6.625rem;top:145.4375rem;left:12.6875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #RwTdlWigTPk38Tymn1Jm469gIMEVlgWd { width:6rem;height:6rem;top:145.75rem;left:13rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { width:20rem;height:2.6rem;top:3.8999938964844rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ch6dbM7STgIppVVMAyTRz3a4Zkn4KIuJ { width:20rem;height:1.4625rem;top:1.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxkB77gVcehZ1xKsvXnWRWUoQbxhmxx0 { width:8.25rem;height:0.375rem;top:7.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDT3SF0xsIBTK6mhNJXI8x7nVNXCXuOE { width:20rem;height:15.1894375rem;top:9.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZELiGFPJ5wbk3TdVFtiVJX9Wdx5dG2d2 { width:16.125rem;height:6.9043125rem;top:25.8134765625rem;left:3.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miib6LKcZobSfDpavt0D38iPTw2TlJnL { width:2.9375rem;height:2.9375rem;top:27.796875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlM5GkFbckurIzmNbw6z1diZOT6L82u { width:13.5rem;height:3.4375rem;top:33.9677890625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTctSbTJ0dTXk1PDAyBrdeJoacDbqNH { display:block; }
 }@media only screen and (max-width: 763px) { #yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { width:8.5625rem;height:3.8994125rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvsCi3SOiaIhuTXO7IPtPTCGNN0wk86n { width:9.75rem;height:1.625rem;top:5.1484375rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRrCLgpKVFADrGrZXRJGgtfGitP9t4Sk { width:19.25rem;height:5.19921875rem;top:7.66796875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWN3yZWEqv7wwuF86DeXT92OFqcREt29 { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRa2p1za28p9eO11pmh54hyOUDyGLTqH { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { display:block; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PinG8fkEzMMJqW43CRyDPVCihOeUS82g { width:8.5625rem;height:3.8994125rem;top:1.2769031524658rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td0k7hhnz0WxsT0quhrM1rA1Tmcd33Cn { width:9.75rem;height:1.625rem;top:5.1748046875rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZEODqUULkcboEsKi3zfXIlLnvi5Z6V { width:18.8125rem;height:5.19921875rem;top:7.5732421875rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN20fX0ElhorwcTKOg8GH4gm9hS4OKcC { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { display:block; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { width:8.5625rem;height:3.8994125rem;top:1.3125rem;left:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXyQu1Ob7ssD4MoXiWWipDdiXmNRHeK2 { width:9.75rem;height:1.625rem;top:5.2109375rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxtOHKHUJSXiU3hSFtwhKlmciLkFm90X { width:18.9375rem;height:5.19921875rem;top:6.8984375rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0SODducJhJ3gygiDgJe7ykLVFl2xqc { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { width:8.5625rem;height:3.8994125rem;top:1.3125rem;left:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSysXrOVlUxZbpTLuBTV9SR1VvsoqG3X { width:9.75rem;height:1.625rem;top:5.2109375rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnyMRDrfVqTbmQE51Kuc4Rzt3cyz0USQ { width:18.9375rem;height:5.19921875rem;top:7.6982421875rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnt2dtV9G0XCE3vS7cBenOn2UTVVd5rP { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { width:8.25rem;height:0.375rem;top:5.1rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { width:20rem;height:10.3984375rem;top:6.162109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s50Vf7VHlp9N58mfognowGD1aZN4bZdJ { display:block; }#s50Vf7VHlp9N58mfognowGD1aZN4bZdJ > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyKv6PhnBUmfxtie6yLDgGeHXTdVkpm3 { width:20rem;height:25.3125rem;top:28.312492370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2QHPiOS8suus1uTT67E84axhvrGx1MP { width:20rem;height:29.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmhrpCvRWzpDvbsvTN5GF8y4Dkq4zEB { width:20rem;height:25.3125rem;top:55.701398849487rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk74T2aTAiossEim599UTmpZZ8fnXTdb { width:5.4375rem;height:5.4375rem;top:0.9375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtKAuFOlP9VBnKWuH1Ax8qP8hDhH0pw7 { width:3.3125rem;height:1.4625rem;top:2.9322814941406rem;left:16.686631500721rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1h54zmwDDcl2mE91DevJcWILy12nst6 { width:20rem;height:1.38125rem;top:2.9887151718139rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JikKRDGLIhnvPM8bOnZKnzWTplgHWe3t { width:20rem;height:3.16875rem;top:6.3749904632569rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3n15NFsGUdVppUhZhfOQZLZrxS4GlO { width:20rem;height:1.38125rem;top:5.1024303436279rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk { width:17.3125rem;height:15.235375rem;top:9.5419921875rem;left:1.34375rem;font-size:1rem;display:block; }#Id6Ne18wZmZFZuA5SEQG3uDWRoqChkSk li:before{  }
 }@media only screen and (max-width: 763px) { #WsGoJoqB7xf1Co8bmMO30zcrGqPTXeeM { width:20rem;height:1.21875rem;top:33.0693359375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBfWrQ7gLaguoXffGsheQVK5vqPTlpi { width:20rem;height:3.25rem;top:36.4814453125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpJUcOJOmgUxo6oRI1xqTmErg4ZyLmbx { width:20rem;height:1.21875rem;top:64.466796875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9scDINKUkidT0E6cDTCXDuIZ0idEuA { width:20rem;height:3.25rem;top:66.732421875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt { width:17.125rem;height:13.6230625rem;top:70.154296875rem;left:1.4375rem;font-size:1rem;display:block; }#i6s0nTRfpFPv0eWsQ8edHMUzdpZ7WnAt li:before{  }
 }@media only screen and (max-width: 763px) { #bTN3phTsm6nxnTJzSrszIxg34m4RQb4S { width:12.625rem;height:3rem;top:26.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkSApkkmHTE3lQVoTJLEEslRSTK9ixCl { display:block; }
 }@media only screen and (max-width: 763px) { #undGpH3gJCZ2H2sW67HOwa357rRT1qLa { width:12.625rem;height:3rem;top:56.904296875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKX7FX8BPNt0AABfcbPmOJirm8Epeqvc { display:block; }
 }@media only screen and (max-width: 763px) { #ZbaS0Cg8JeLhm4rJc7Nl7t5ryT8PPAL2 { width:12.5625rem;height:2.9375rem;top:86.373046875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQIUH9bBIrBRH60VyFmq9ByELfrLMF5 { display:block; }
 }@media only screen and (max-width: 763px) { #lgUyxTdOfZQD2h8n7eX11SidoILglWiC { width:20rem;height:1.3808625rem;top:35.1005859375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #on990OisUWV0TqpWQJ7IIO4RpDZWauul { width:15.1875rem;height:15.235375rem;top:40.52734375rem;left:2.40625rem;font-size:1rem;display:block; }#on990OisUWV0TqpWQJ7IIO4RpDZWauul li:before{  }
 }@media only screen and (max-width: 763px) { #wyQa6THmWzr3sapDHONxr60NEeWteWle { width:20rem;height:29.75rem;top:31.4443359375rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #t9gVrZc9MKMyeO8dFQZ5rt2F0THoluiR { width:20rem;height:29.75rem;top:62.091796875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rgd5smTZZpcbXHutiJrn4Jfr77VKJOCa { width:5.4375rem;height:2.1875rem;top:32.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpGOvBTRvB5rN1KNx3TMg7lcZ1umgGT1 { width:3.3125rem;height:1.4624rem;top:33rem;left:16.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c26TdtCykpf07RgqQn2JCCup1WmpBmCR { display:block; }#c26TdtCykpf07RgqQn2JCCup1WmpBmCR > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yOtSFPe4z1TC4ophTklbXHg2c2I7HuPL { width:20rem;height:1.3808625rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzkWgCbgy8D8VSiEtQ5QWxnclEdww9N8 { width:20rem;height:2.44970625rem;top:2.630859375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brrQ5ydIFiFuadDdL5IErC6BX1sXcgS6 { display:flex;width:2.75rem;height:2.75rem;top:5.080078125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ckRdk4UZiGTA1TMEraCIK14mPogXziGB { width:17.5rem;height:19.125rem;top:7.25rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFm9LfXxP46QnwzwPTIru4dSHxH2Czk { width:17.5rem;height:1.69970625rem;top:26.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kDlUl3uHH2Pw6f5aO8JAnZ9AiIHRMflQ { width:20rem;height:26.25rem;top:5.080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL7yWHQ5wan7gZqplDa2ZuUyhIoqIuxC { display:flex;width:2rem;height:2rem;top:31.330078125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sk45nd3NgAkd4rXhTwTvxgXhF2qxHWoV { width:20rem;height:13.597625rem;top:33.330078125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z8lOdkeStLUS9uRzP9akaNIObccbSxTt { width:20rem;height:1.48730625rem;top:45.2236328125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FqdcDvbJ6N3LTsGoQCl8HfOmPFFyM2fh { display:flex;width:2rem;height:2rem;top:47.2109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vM0dwf8RWzw11QrzRfmwOsMEqLqLpOSJ { width:20rem;height:5.09911875rem;top:49.2109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WF88Q84aH5D1NFklOU0qX0dZ1kTGOekg { width:20rem;height:1.48730625rem;top:54.30859375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fEsx9VHH9pOmPHQB9pJFiLQB8AuQOWHo { width:20rem;height:8.4985625rem;top:58.2958984375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fnuaCTV3OFNrSLpfNmrCTXqvtZvSP2NT { width:20rem;height:1.48730625rem;top:66.7919921875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kOVaxoq4cwf3WfUybT7M6aJGP9e2hrxb { display:flex;width:2rem;height:2rem;top:56.2958984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Jc6xKZcu7WpdTt6TKvcTFTtleBgAHi2E { width:16.25rem;height:0.5rem;top:46.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvbx2tuoca6l3kkUitQ2gE0hUOkPPoxs { width:16.25rem;height:0.5rem;top:55.7958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTgDPWnUq1apMH9xQFaM2PWmwWhquKTx { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQvyLB78hfxRPrST4TcrfuAZkM3iIJhq { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e824bskPEAUaGAev24AhuH5PUgOBvECg { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7c300c9LdB7VyEELnxSXNeDXGruxqZw { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r75xtnoSoA1TPhTPBVNvMBQWr6bwRST4 { width:13.5rem;height:3.4375rem;top:69.5292984375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHSapvIJeUBCABDceM3i21R5PGcx9Lww { display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { width:20rem;height:2.6rem;top:3.9625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbipMHZuDKOBTEMTCC41o64vODrThdTZ { width:8.25rem;height:0.375rem;top:7.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0B0Q3TmVKVbtKuqt7wlGK91VK3U0Lk { width:20rem;height:2.5996125rem;top:9.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1JJuseuMqBgIHcdFsnTaTTfNkpypPV8 { width:20rem;height:1.4625rem;top:1.8750133514404rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-text {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-select {padding-top: 0; padding-bottom: 0;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b  { width:16.125rem;height:auto;top:19.125rem;left:0.8125rem; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b {display:block;}#flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b { width:16.125rem;height:auto;top:19.125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #VU51KZz7fzU18vLzQamJwMtLhSgchdDZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #qg9TngPfnp0kKF3LT3BZMtf1uNN5VrVe { display:none; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #no3VlhvKpUtBG0bNCdPx9173MNOr0GRL {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #JwIdf8w4aEB4AwTdfptkwPVuXOCaTpFg {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #faygUWhVI7ADnWbpOgepJcFc3QVmz3hH { display:none; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UhN53QTEkHxpC9i9BrO8wvZmOOlTklJ5 {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #UIqZpeXAHAE0TecUdyQymTIss0RL007O {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #WlmK6ziLL3Sni9k4J2iX1132u644phXP { display:none; }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #OELyJCbslSD5cxoX1tQelgyZcyepXZWi {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #idyfnhWA5Z7pXvnmqgx0REesJJUvkkuZ {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #L7euLiHZd2TaC9BXTCAzTqBg4BurAAAU {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #AnUQK3OXfqWwcQeWwQy9sZHyMowEBlte {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #iAXMVg3SQmyJvbVBIIMdTpTsI0EiPTEv {  }
 }@media only screen and (max-width: 763px) { #flBzEy7HfLMvTo7Lwob3nIgPWGs6TA3b #t1iKo2Zy9pPZfdCtucdexEvwUVHyrSGM {  }
 }@media only screen and (max-width: 763px) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { width:20rem;height:26.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZeRRon8hEhBAZ27HvtwabMr408EfG6 { width:20rem;height:4.875rem;top:15.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/119d9f06-2112-48da-a49a-55d781263b14/P1035088.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V.adaptive-delivery-prevent-bg, #T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V.lazyload, #T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V.lazyloading { background-image: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container { background-color: transparent; background-image: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container > .video-iframe-container { display: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row > .video-iframe-container { display: none; }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .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); }#T8LE3CKwAApeCtQ1yV9wwXwwqE2E2r8V > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu5hfsXcJOTF5BlXDfrH4wflOAXc8UIh { width:18.75rem;height:6.09375rem;top:24.015625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container { background-color: transparent; background-image: none; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container > .video-iframe-container { display: none; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row > .video-iframe-container { display: none; }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .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); }#UJegQEmsnI5pVFsmTWdo6o6H1mqagGcS > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsTgLzm0l5AmsDPB0ypx0WJaJmeptgaD { width:9.75rem;height:3.4375rem;top:3.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxRr1vRtIHXwDPHUgUNRoOA3LRlNL3x9 { width:20rem;height:4.7988375rem;top:8.130859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZTTOy8KAnbesbotPhMiCMaWqo04k3zs { width:20rem;height:1.3999rem;top:16.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1QNFTkM99uRBqmPDwu6vIN2Jo1wJyEr { width:1.875rem;height:1.875rem;top:13.75rem;left:7.6875rem;display:block; }
#G1QNFTkM99uRBqmPDwu6vIN2Jo1wJyEr > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #aR8pgwwDTUPgXJZoeI6D8xmbKLkSCgfp { width:2.1875rem;height:2.1875rem;top:13.625rem;left:10.1875rem;display:block; }
#aR8pgwwDTUPgXJZoeI6D8xmbKLkSCgfp > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }