.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container { display: none; }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .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); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { background-color:#ffffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { background-color: transparent; background-image: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container > .video-iframe-container { display: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container { display: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .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); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { border-width: 0; border-radius: 0; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:60rem;height:9.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Ps9ArAbT49Gax5rtbQz43uDZKWZ9H7w1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.8125rem;top:3.15625rem;left:5.0625rem;overflow:hidden;display:block; }
#N64kxS6kbltxht1r8N6NLsEAE430buMt { z-index:15004;top:3rem;left:42.5625rem;background-color:#ffc947;background-image:none;border-top:0.0625rem solid #ffc947;border-left:0.0625rem solid #ffc947;border-right:0.0625rem solid #ffc947;border-bottom:0.0625rem solid #ffc947;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1a1819;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TeHCSVnmaosaHfbwrTF8lroQZbbeh9uO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xw062XHJK4FZX4PXom5sCNpVUEUrlS4T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:3.3125rem;left:25.75rem; }
#xw062XHJK4FZX4PXom5sCNpVUEUrlS4T > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#cHOksA637niJd7FrVtSJroCu7V9JOv3P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3.3125rem;left:30.875rem; }
#cHOksA637niJd7FrVtSJroCu7V9JOv3P > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a209a17-aa95-4d27-ab13-20635cab36a0/IAverticalmargauxlemap103510.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; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX.adaptive-delivery-prevent-bg, #yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX.lazyload, #yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX.lazyloading { background-image: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container { background-color: transparent; background-image: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container > .video-iframe-container { display: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row > .video-iframe-container { display: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .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); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container { border-width: 0; border-radius: 0; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;position:relative;display:block; }#MkHORPFhOfELs6paFkV1ls4HktuVHAPE { color:#f4f4f4;display:block;width:37.3125rem;position:absolute;font-family:oswald;font-size:4.5rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(0,0,0,0.66);top:5.0625rem;left:11.34375rem;height:14.84914375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTRvO24G6MNrOwt7WgUvRZULL3GxCptZ { position:absolute;display:block;z-index:15003;background-color:#f4f4f4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:29.375rem;top:26.8125rem;left:15.3125rem;display:block; }
#giHTvnz3lAXmw4gnELKl64qOC5h0Fv1b { color:#000000;display:block;width:9.625rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.1875rem;left:16.5rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT .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; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffc947;padding-top:0.469375rem;padding-right:0.418125rem;padding-bottom:0.469375rem;padding-left:0.418125rem;display:block;align-items:center;width:2.5075rem;min-width:2.5075rem;height:2.521875rem;position:relative;font-family:oswald;font-size:1.87625rem;font-weight:700;line-height:40.35px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.293125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.34375rem;height:0.996875rem;position:relative;font-family:oswald;font-size:0.70375rem;font-weight:400;line-height:15.95px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.375rem;height:4.750625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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.75rem;left:26.5625rem;z-index:15009; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #B6veSgoMd0OLCc16cNhgsawgxCctr5xG { display:flex;position:relative;top:0rem;left:0rem; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #hXlpTbX8eSkDvL1AK5p585oJtGEfM0Xi { width:auto; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #FBZNxAUptMPbgRm12ev5UyUqfwysoTsC {  }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #ZgwoAtNTRplQZzsmkLHnSrA4nFPJsS39 { display:flex;position:relative;top:0rem;left:0rem; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #yAU4ZJnb9Tu0p2Cl2JTAvZN1qZCP1J0T {  }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #Unwkt2DPuqZvs2uQcqMRIsb0nXQsyXaF {  }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #VRqdnkdIP9IzJ5tuqx9Hzq2Qal7pnZ9z { display:flex;position:relative;top:0rem;left:0rem; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #Vl0zw68DvKlp950KFAbgThwH2vE7MpVz {  }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #tEXBx9SFVx4g4dJVuAMoywspmhCRD4Od {  }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #CcMP6HdWtU9W8OVdbw7D5XolOEOHL7mP { display:flex;position:relative;top:0rem;left:0rem; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #bxGTDP7C6sIXlx71u7Ga9JN08guglP9I {  }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #FryFnZlV6DCUEKmqGk46Ln2V0KKLKufT {  }
#Dl4sQhS3AM2lLJ9JRsq6Zp9rSwFyW4Vo { z-index:15003;top:36.25rem;left:24.6875rem;background-color:#ffc947;background-image:none;border-top:0.0625rem solid #ffc947;border-left:0.0625rem solid #ffc947;border-right:0.0625rem solid #ffc947;border-bottom:0.0625rem solid #ffc947;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1a1819;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#w07mSyT0qTTF622SAyUQTXa4EAsvMbWQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5KfvZ5daZGRmBvpemT5SzAhHu2iEztx { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:16.5859375rem;left:15.78125rem;height:6.29883125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { background-color: transparent; background-image: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .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); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { border-width: 0; border-radius: 0; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { font-size:0.875rem;font-family:arial;height:98.75rem;width:60rem;position:relative;display:block; }#tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { color:#2d2929;display:block;width:48.75rem;position:absolute;font-family:sk-modernist;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:7rem;left:6.5rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e3PgherNGQ9sIh6KTs4VIGtWRAzZrThU { color:#1a1819;display:block;width:9.6875rem;position:absolute;font-family:sk-modernist;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.94970625rem;font-style:normal;display:block; }
#ssMqJKoEB7SEtt8vMVWCVKfaI7ZJxC0F { color:#ffc947;display:block;width:9.6875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:12rem;height:1.29980625rem;font-style:normal;display:block; }
#TQOdM9NgByiy1diP8IC7I2z5cp1VAnNi { position:absolute;display:block;z-index:15011;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:45.375rem;top:4rem;left:10.75rem;display:block; }
#MdOaP6p1BESTmfKuVbkTHo9u5zKWFzuB { position:absolute;display:block;z-index:15018;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:1.94921875rem;left:7.75rem;overflow:hidden;display:block; }
#hUymbTkTyuZZhq1SpGxUew2T6oK2NSsJ { color:#2d2929;display:block;width:24.1875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.4375rem;left:11rem;height:15.3989125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Gh8Da80oDxrAMUghqfLGP6kpAmhxVsvf { position:absolute;display:block;z-index:15002;background-color:#1a1819;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-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.0625rem;top:4rem;left:3.875rem;display:block; }
#xFLWUsTopN591t5POKesry1egmOW5owN { 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:18.5rem;width:10.625rem;top:12.88671875rem;left:40.40625rem;overflow:hidden;display:block; }
#Z1xTaG347LTZJ0CMkpu4riG7uP9H0cgg { position:absolute;display:block;z-index:15003;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.0625rem;top:16.09375rem;left:3.875rem;display:block; }
#v3EVysc5wbewCazTqUdmPqqU7zTfikEZ { position:absolute;display:block;z-index:15012;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.375rem;top:3.9375rem;left:3.875rem;display:block; }
#LfbdHbqwTFmKtKgAxoXUOxTFtMkTaQIb { position:absolute;display:block;z-index:15019;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:3rem;top:13.275390625rem;left:2.28125rem;overflow:hidden;display:block; }
#vS3mJoyyC4CF2Kx5DqflOaOImVhR4wB7 { z-index:15005;top:29.6669921875rem;left:22.1875rem;background-color:#ffc947;background-image:none;border-top:0.0625rem solid #ffc947;border-left:0.0625rem solid #ffc947;border-right:0.0625rem solid #ffc947;border-bottom:0.0625rem solid #ffc947;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1a1819;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LWNCy1KrMMoy1lKQBnguhq7ge4atW4Xr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hvc1mvXZ77qOyk9VxWQgp1FM0RuffE10 { position:absolute;display:block;z-index:15012;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:34.84375rem;left:3.875rem;display:block; }
#OxyZIek4TZdM37o7eqL8DlmG8KFXcOEV { position:absolute;display:block;z-index:15004;background-color:#1a1819;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-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.0625rem;top:34.84375rem;left:56.125rem;display:block; }
#JLRsWx491DhTLGMBQxoSp58JKtrkpmkG { 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:2.9375rem;width:2.9375rem;top:44.09375rem;left:54.8125rem;overflow:hidden;display:block; }
#uzqNsZfpUwfJ68ew51gGUdBSsF86xolC { position:absolute;display:block;z-index:15024;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:18.5rem;width:10.625rem;top:43.751953125rem;left:11.125rem;overflow:hidden;display:block; }
#xBSTDmNRyrWchQrbFEzt4li6hsfedro9 { z-index:15009;top:60.701171875rem;left:22.1875rem;background-color:#ffc947;background-image:none;border-top:0.0625rem solid #ffc947;border-left:0.0625rem solid #ffc947;border-right:0.0625rem solid #ffc947;border-bottom:0.0625rem solid #ffc947;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1a1819;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lGJ5eeprmXTZQtChkyrzTXcwvyXZoiI3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VLJBVtwKIaX7oC1RwDcd0lSLRzS6kor3 { color:#2d2929;display:block;width:24.1875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:45.302734375rem;left:26rem;height:15.3989125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PDsGFz5gT4I57GBZTG5JJmv0eovrd6gm { color:#2d2929;display:block;width:48.75rem;position:absolute;font-family:sk-modernist;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:37.5625rem;left:5.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4X92BCtsA8CzO9qlh60e3d92ZpmOkzg { position:absolute;display:block;z-index:15004;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.0625rem;top:47.03125rem;left:56.125rem;display:block; }
#alehJRoIhbcOg1qHerhgxgIn73Vwfu0C { position:absolute;display:block;z-index:15013;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:65.78125rem;left:3.9375rem;display:block; }
#tQXdPGUqtt9DmAMGdWNEWaFcQyJfJDFZ { position:absolute;display:block;z-index:15024;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:18.5rem;width:10.625rem;top:74.0625rem;left:40.40625rem;overflow:hidden;display:block; }
#AcdQmuAnreSbPUDMEH6dVy9pOmApRA3w { z-index:15009;top:89.375rem;left:22.1875rem;background-color:#ffc947;background-image:none;border-top:0.0625rem solid #ffc947;border-left:0.0625rem solid #ffc947;border-right:0.0625rem solid #ffc947;border-bottom:0.0625rem solid #ffc947;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1a1819;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V7ulFxiXyhV9ewPannSpgJEGf4QDli7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#psAuQ74gvcV65kpvPI9cmguT5Qiehitn { color:#2d2929;display:block;width:24.1875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:75.9375rem;left:11rem;height:12.59911875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AARgZHX6G5HMVX6xhckmZRROnbbdwleZ { color:#2d2929;display:block;width:48.75rem;position:absolute;font-family:sk-modernist;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:68.5rem;left:6.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OZXDNX0s7bT4JBmItIDrBmPhU7Ckxuxv { position:absolute;display:block;z-index:15003;background-color:#1a1819;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-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.0625rem;top:65.78125rem;left:3.875rem;display:block; }
#wxTfFUPta3A1RZWRMkiyCDFC3L7rC74d { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2.9375rem;top:74.5rem;left:2.3125rem;overflow:hidden;display:block; }
#RECE5nNDvPb4HGqoWlNDlFN6CLxCqFxV { position:absolute;display:block;z-index:15004;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.0625rem;top:76rem;left:3.875rem;display:block; }
#WTuaMZGdgqDWEeA5hFSzf2g6yyTiKLDi { position:absolute;display:block;z-index:15014;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:94.75rem;left:3.875rem;display:block; }
#Q6VTMzbOhHLLdRtTpLFvE0wvIMlWFyam { position:absolute;display:block;z-index:15005;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:0.0625rem;top:94.75rem;left:56.125rem;display:block; }
#vagmmQnB1tF4Iq31Je9gRTD5KGZRb7C9 { position:absolute;display:block;z-index:15003;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:0.0625rem;top:0rem;left:56.125rem;display:block; }
#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc947;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; }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row .container { background-color: transparent; background-image: none; }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row .container > .video-iframe-container { display: none; }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row > .video-iframe-container { display: none; }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .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); }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row .container { border-width: 0; border-radius: 0; }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#Z2zNIDqdQTKpXCF2vDPMhgZnGfAzfCdT { position:absolute;display:block;z-index:15003;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0625rem;top:4.34375rem;left:3.875rem;display:block; }
#OrkNlPA0K79mz80NOVL1P7p53y3GSpHo { color:#2d2929;display:block;width:38.75rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:10.818359375rem;left:5.625rem;height:5.5996125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#EXwsWTs6UOlKcO3Q1sTRCS1H9PAHpyva { color:#1a1819;display:block;width:48.75rem;position:absolute;font-family:sk-modernist;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:7.4375rem;left:5.625rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z2xHwpHgRVpWGh2TM1SS61hAq59Furld { position:absolute;display:block;z-index:15015;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:4.3125rem;left:3.875rem;display:block; }
#tCrSPz6XzLHU70gbcStpHntNBOffk51u { position:absolute;display:block;z-index:15016;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:19.96875rem;left:3.875rem;display:block; }
#CwaxVin0zf9Lv8K2NNyWQgbmqBviuZEb { position:absolute;display:block;z-index:15006;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:0.0625rem;top:19.96875rem;left:56.125rem;display:block; }
#rM66dyGr1o3DvtsCm39ChNaiOq763FdT { position:absolute;display:block;z-index:15014;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:12.4375rem;width:18.625rem;top:6rem;left:41.375rem;overflow:hidden;display:block; }
#CUSfhxOZdsXofwof7HLem5orUSCQexDP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#CUSfhxOZdsXofwof7HLem5orUSCQexDP > .row .container { background-color: transparent; background-image: none; }#CUSfhxOZdsXofwof7HLem5orUSCQexDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUSfhxOZdsXofwof7HLem5orUSCQexDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUSfhxOZdsXofwof7HLem5orUSCQexDP > .row .container > .video-iframe-container { display: none; }#CUSfhxOZdsXofwof7HLem5orUSCQexDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUSfhxOZdsXofwof7HLem5orUSCQexDP > .row > .video-iframe-container { display: none; }#CUSfhxOZdsXofwof7HLem5orUSCQexDP > .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); }#CUSfhxOZdsXofwof7HLem5orUSCQexDP > .row .container { border-width: 0; border-radius: 0; }#CUSfhxOZdsXofwof7HLem5orUSCQexDP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CUSfhxOZdsXofwof7HLem5orUSCQexDP > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;position:relative;display:block; }#tgpoP5l3xlTQCsRq167ofQ5efg86qAfA { color:#ffc947;display:block;width:48.75rem;position:absolute;font-family:sk-modernist;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:7.8125rem;left:6.5rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PJmAtd1W9Q67yHqfATLBa7bbidrOBQo4 { color:#1a1819;display:block;width:11.1875rem;position:absolute;font-family:sk-modernist;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.9375rem;left:11.875rem;height:1.94970625rem;font-style:normal;display:block; }
#VloeSrQSPDrIUT6FtQ6DemwW3fe8zoHT { color:#ffc947;display:block;width:9.6875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:12rem;height:1.29980625rem;font-style:normal;display:block; }
#zQWbx1OTEWF8k53Juv6drDWnT5WHX2Ma { position:absolute;display:block;z-index:15010;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:0.0625rem;top:3.9375rem;left:3.875rem;display:block; }
#s88BpnLmKTGiBfOxx57RbaTFMqTfGPiU { color:#1a1819;display:block;width:26.875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.3125rem;left:9.8125rem;height:2.79980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#P7RAq0PJS8garffe6Jg2h6ilKFcqxckm { position:absolute;display:block;z-index:15001;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:0.0625rem;top:16.4375rem;left:3.875rem;display:block; }
#sAkT29mtpawFzsvSP23oaaCkQIFWZyCi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.712890625rem;left:2.34375rem; }
#dTicruzfvFv0Fo2wllzJsWFb6b8sHt93 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.875rem;left:2.34375rem; }
#LARgyvcqXXR17SWi3ddudRnLM3J16i5U { color:#2d2929;display:block;width:26.875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:23.25rem;left:9.8125rem;height:2.79980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#df7tVT67lIRXHMO536P8TI1Ag7AbqUGu { position:absolute;display:block;z-index:15002;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:0.0625rem;top:25.6875rem;left:3.875rem;display:block; }
#REXKGTPpWAcR2J8xoCbFoyFDbJi1cEe7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:31.6875rem;left:2.34375rem; }
#UOXxhBkdM28BDhDPMHzdU735FqoFySe6 { position:absolute;display:block;z-index:15003;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:0.0625rem;top:34.5rem;left:3.875rem;display:block; }
#F8u66UTU519CgJ3AX2DCFNaBF0Eu9QQl { color:#2d2929;display:block;width:26.875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.85009765625rem;left:9.8125rem;height:2.79980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TyrK5TQ8opiBuLSGETQSMQpuvTwXusRG { z-index:15004;top:14.3125rem;left:41.5rem;background-color:#ffc947;background-image:none;border-top:0.0625rem solid #ffc947;border-left:0.0625rem solid #ffc947;border-right:0.0625rem solid #ffc947;border-bottom:0.0625rem solid #ffc947;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1a1819;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OqrJcbpO00CgeBiwk7CGkKrZ7p5mssIN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r1TC5CIvhnE0sQnNl5kP3SsUUDzPS5ZW { z-index:15005;top:22.875rem;left:41.5rem;background-color:#ffc947;background-image:none;border-top:0.0625rem solid #ffc947;border-left:0.0625rem solid #ffc947;border-right:0.0625rem solid #ffc947;border-bottom:0.0625rem solid #ffc947;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1a1819;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Wngrem2ysGhSws0M7HJJlAwBEyKDB1ra { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLxkFmxxP0grJq1e6srZxiynowKxmup8 { z-index:15006;top:31.6875rem;left:41.5rem;background-color:#ffc947;background-image:none;border-top:0.0625rem solid #ffc947;border-left:0.0625rem solid #ffc947;border-right:0.0625rem solid #ffc947;border-bottom:0.0625rem solid #ffc947;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1a1819;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#su0TALosAgeDNTdMa56PXl8RO5x9HLZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sn73u9zJ89LThGeUZm2uLBMVGvswFUt8 { 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:3rem;width:3.125rem;top:65.9375rem;left:7.875rem;overflow:hidden;display:none; }
#zRl3hF4bsTB7aJeiORQrpzE7Ng0IJGI2 { 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:3.125rem;width:3.125rem;top:65.8125rem;left:46.8125rem;overflow:hidden;display:none; }
#tVbz92ZPcmTAiSN2GArsmfRQfiiPdswT { 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:1.75rem;width:3.125rem;top:3.28125rem;left:34.375rem;overflow:hidden;display:none; }
#mqlWfsclK6totvFPTUQgr9cWNHpng8HV { position:absolute;display:block;z-index:15019;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.125rem;width:3.125rem;top:2.5rem;left:7.8125rem;overflow:hidden;display:block; }
#tQ5gTlHmDUDQ19InOyIrh9qFn22PyyMQ { position:absolute;display:block;z-index:15012;background-color:#1a1819;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:3.9375rem;left:3.90625rem;display:block; }
#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1819;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; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .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); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { border-width: 0; border-radius: 0; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:60rem;position:relative;display:block; }#WQsDNhTDTT1h1gT7V0FC6A716DT1RSde { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.75rem;top:7.875rem;left:11.15625rem;overflow:hidden;display:block; }
#rAy9tqORQb1Jq8SO7WxGDnD098Q3zypB { 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.5625rem;width:10.1875rem;top:11.125rem;left:10.5rem;overflow:hidden;display:block; }
#PamO1f0gVlOTJOA3IT6hrIiUeSStf7kM { position:absolute;display:block;z-index:15001;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:12.4375rem;top:2.875rem;left:9.3125rem;overflow:hidden;display:block; }
#Eet7Sd4L5uuTVbTRbmzOtGiqVlgzTXl4 { color:#ffc947;display:block;width:26.875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:18.3125rem;left:16.5625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXiHkJ8xMbIZ47DqbyAURB7dpZ7DC93d { color:#f4f4f4;display:block;width:2.6875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:3.6435546875rem;left:30.21875rem;height:1.3999rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sTs4N6w72Q9LafDrpu0BPdnGbB8b8rOW { color:#f4f4f4;display:block;width:5.125rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:3.6435546875rem;left:35.1875rem;height:1.3999rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CacH2L9QX2IkOnGWlflPMkKui5xTXI2k { color:#f4f4f4;display:block;width:5.125rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:3.6435546875rem;left:42.5625rem;height:1.3999rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#m50ssLESdTNaB37ItNvvMNm2JoriWxOv { color:#f4f4f4;display:block;width:3.8125rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:3.6435546875rem;left:49.5625rem;height:1.3999rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yE4UTIMmTCFyFGvM30GGBIhhoLJSeaIw { color:#ffc947;display:block;width:5.3125rem;position:absolute;font-family:sk-modernist;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.25rem;left:39.65625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11.8125rem;left:38.1875rem; }
#inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.9375rem;left:35.1875rem; }
#kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.9375rem;left:41.625rem; }
#XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#u2KIeaUCaS2lpmnTwoUxs4Kxch0b6DN9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11.96875rem;left:44.625rem; }
#u2KIeaUCaS2lpmnTwoUxs4Kxch0b6DN9 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.125rem;left:47.78125rem; }
#JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ps9ArAbT49Gax5rtbQz43uDZKWZ9H7w1 { width:12.8125rem;height:2.8125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N64kxS6kbltxht1r8N6NLsEAE430buMt { top:3rem;left:36.4375rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeHCSVnmaosaHfbwrTF8lroQZbbeh9uO { display:block; }
 }@media only screen and (max-width: 763px) { #xw062XHJK4FZX4PXom5sCNpVUEUrlS4T { top:3.3125rem;left:19.625rem;width:2.5625rem;height:2.5625rem;display:block; }
#xw062XHJK4FZX4PXom5sCNpVUEUrlS4T > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #cHOksA637niJd7FrVtSJroCu7V9JOv3P { top:3.3125rem;left:24.75rem;width:2.5625rem;height:2.5625rem;display:block; }
#cHOksA637niJd7FrVtSJroCu7V9JOv3P > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX { display:block; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkHORPFhOfELs6paFkV1ls4HktuVHAPE { width:37.3125rem;height:9.875rem;top:5.0625rem;left:5.21875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTRvO24G6MNrOwt7WgUvRZULL3GxCptZ { width:29.375rem;height:6.625rem;top:26.8125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giHTvnz3lAXmw4gnELKl64qOC5h0Fv1b { width:9.625rem;height:3.875rem;top:28.1875rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT .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; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT .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; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT { display:flex;width:18rem;height:5.0625rem;top:46.75rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #B6veSgoMd0OLCc16cNhgsawgxCctr5xG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #hXlpTbX8eSkDvL1AK5p585oJtGEfM0Xi {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #FBZNxAUptMPbgRm12ev5UyUqfwysoTsC {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #ZgwoAtNTRplQZzsmkLHnSrA4nFPJsS39 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #yAU4ZJnb9Tu0p2Cl2JTAvZN1qZCP1J0T {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #Unwkt2DPuqZvs2uQcqMRIsb0nXQsyXaF {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #VRqdnkdIP9IzJ5tuqx9Hzq2Qal7pnZ9z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #Vl0zw68DvKlp950KFAbgThwH2vE7MpVz {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #tEXBx9SFVx4g4dJVuAMoywspmhCRD4Od {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #CcMP6HdWtU9W8OVdbw7D5XolOEOHL7mP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #bxGTDP7C6sIXlx71u7Ga9JN08guglP9I {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #FryFnZlV6DCUEKmqGk46Ln2V0KKLKufT {  }
 }@media only screen and (max-width: 763px) { #Dl4sQhS3AM2lLJ9JRsq6Zp9rSwFyW4Vo { top:36.25rem;left:18.5625rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w07mSyT0qTTF622SAyUQTXa4EAsvMbWQ { display:block; }
 }@media only screen and (max-width: 763px) { #B5KfvZ5daZGRmBvpemT5SzAhHu2iEztx { width:28.4375rem;height:4.1875rem;top:16.5625rem;left:9.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { width:47.75rem;height:;top:7rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3PgherNGQ9sIh6KTs4VIGtWRAzZrThU { width:9.6875rem;height:1.9375rem;top:3.9375rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssMqJKoEB7SEtt8vMVWCVKfaI7ZJxC0F { width:9.6875rem;height:1.25rem;top:2.5625rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQOdM9NgByiy1diP8IC7I2z5cp1VAnNi { width:45.375rem;height:0.0625rem;top:4rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdOaP6p1BESTmfKuVbkTHo9u5zKWFzuB { top:1.9375rem;left:1.625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUymbTkTyuZZhq1SpGxUew2T6oK2NSsJ { width:24.1875rem;height:15.375rem;top:14.4375rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh8Da80oDxrAMUghqfLGP6kpAmhxVsvf { width:0.0625rem;height:9.375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFLWUsTopN591t5POKesry1egmOW5owN { top:12.875rem;left:34.28125rem;width:10.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1xTaG347LTZJ0CMkpu4riG7uP9H0cgg { width:0.0625rem;height:18.75rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3EVysc5wbewCazTqUdmPqqU7zTfikEZ { width:4.375rem;height:0.0625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfbdHbqwTFmKtKgAxoXUOxTFtMkTaQIb { top:13.25rem;left:0rem;width:3rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS3mJoyyC4CF2Kx5DqflOaOImVhR4wB7 { top:29.625rem;left:16.0625rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWNCy1KrMMoy1lKQBnguhq7ge4atW4Xr { display:block; }
 }@media only screen and (max-width: 763px) { #hvc1mvXZ77qOyk9VxWQgp1FM0RuffE10 { width:47.75rem;height:0.0625rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxyZIek4TZdM37o7eqL8DlmG8KFXcOEV { width:0.0625rem;height:9.375rem;top:34.8125rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLRsWx491DhTLGMBQxoSp58JKtrkpmkG { top:44.0625rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzqNsZfpUwfJ68ew51gGUdBSsF86xolC { top:43.75rem;left:5rem;width:10.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBSTDmNRyrWchQrbFEzt4li6hsfedro9 { top:60.6875rem;left:16.0625rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGJ5eeprmXTZQtChkyrzTXcwvyXZoiI3 { display:block; }
 }@media only screen and (max-width: 763px) { #VLJBVtwKIaX7oC1RwDcd0lSLRzS6kor3 { width:24.1875rem;height:15.375rem;top:45.25rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDsGFz5gT4I57GBZTG5JJmv0eovrd6gm { width:47.75rem;height:;top:37.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4X92BCtsA8CzO9qlh60e3d92ZpmOkzg { width:0.0625rem;height:18.75rem;top:47rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alehJRoIhbcOg1qHerhgxgIn73Vwfu0C { width:47.75rem;height:0.0625rem;top:65.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQXdPGUqtt9DmAMGdWNEWaFcQyJfJDFZ { top:74.0625rem;left:34.28125rem;width:10.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcdQmuAnreSbPUDMEH6dVy9pOmApRA3w { top:89.375rem;left:16.0625rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ulFxiXyhV9ewPannSpgJEGf4QDli7y { display:block; }
 }@media only screen and (max-width: 763px) { #psAuQ74gvcV65kpvPI9cmguT5Qiehitn { width:24.1875rem;height:12.5625rem;top:75.9375rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AARgZHX6G5HMVX6xhckmZRROnbbdwleZ { width:47.75rem;height:;top:68.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZXDNX0s7bT4JBmItIDrBmPhU7Ckxuxv { width:0.0625rem;height:9.375rem;top:65.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxTfFUPta3A1RZWRMkiyCDFC3L7rC74d { top:74.5rem;left:0rem;width:2.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RECE5nNDvPb4HGqoWlNDlFN6CLxCqFxV { width:0.0625rem;height:18.75rem;top:76rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTuaMZGdgqDWEeA5hFSzf2g6yyTiKLDi { width:47.75rem;height:0.0625rem;top:94.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6VTMzbOhHLLdRtTpLFvE0wvIMlWFyam { width:0.0625rem;height:8.375rem;top:94.75rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vagmmQnB1tF4Iq31Je9gRTD5KGZRb7C9 { width:0.0625rem;height:4.0625rem;top:0rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lot31iBkTuvxWddd6zUSmuxoaQXISwAG { display:block; }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2zNIDqdQTKpXCF2vDPMhgZnGfAzfCdT { width:0.0625rem;height:15.625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrkNlPA0K79mz80NOVL1P7p53y3GSpHo { width:38.75rem;height:5.5625rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXwsWTs6UOlKcO3Q1sTRCS1H9PAHpyva { width:47.75rem;height:2.1875rem;top:7.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2xHwpHgRVpWGh2TM1SS61hAq59Furld { width:47.75rem;height:0.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCrSPz6XzLHU70gbcStpHntNBOffk51u { width:47.75rem;height:0.0625rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwaxVin0zf9Lv8K2NNyWQgbmqBviuZEb { width:0.0625rem;height:8.375rem;top:19.9375rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM66dyGr1o3DvtsCm39ChNaiOq763FdT { top:6rem;left:29.125rem;width:18.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUSfhxOZdsXofwof7HLem5orUSCQexDP { display:block; }#CUSfhxOZdsXofwof7HLem5orUSCQexDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgpoP5l3xlTQCsRq167ofQ5efg86qAfA { width:47.75rem;height:;top:7.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJmAtd1W9Q67yHqfATLBa7bbidrOBQo4 { width:11.1875rem;height:3.875rem;top:3.9375rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VloeSrQSPDrIUT6FtQ6DemwW3fe8zoHT { width:9.6875rem;height:1.25rem;top:2.5625rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQWbx1OTEWF8k53Juv6drDWnT5WHX2Ma { width:0.0625rem;height:10.0625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s88BpnLmKTGiBfOxx57RbaTFMqTfGPiU { width:26.875rem;height:2.75rem;top:14.3125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7RAq0PJS8garffe6Jg2h6ilKFcqxckm { width:0.0625rem;height:6.875rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAkT29mtpawFzsvSP23oaaCkQIFWZyCi { top:13.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTicruzfvFv0Fo2wllzJsWFb6b8sHt93 { top:22.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LARgyvcqXXR17SWi3ddudRnLM3J16i5U { width:26.875rem;height:2.75rem;top:23.25rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #df7tVT67lIRXHMO536P8TI1Ag7AbqUGu { width:0.0625rem;height:6.3125rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REXKGTPpWAcR2J8xoCbFoyFDbJi1cEe7 { top:31.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOXxhBkdM28BDhDPMHzdU735FqoFySe6 { width:0.0625rem;height:6.3125rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8u66UTU519CgJ3AX2DCFNaBF0Eu9QQl { width:26.875rem;height:2.75rem;top:31.8125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyrK5TQ8opiBuLSGETQSMQpuvTwXusRG { top:14.3125rem;left:35.375rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqrJcbpO00CgeBiwk7CGkKrZ7p5mssIN { display:block; }
 }@media only screen and (max-width: 763px) { #r1TC5CIvhnE0sQnNl5kP3SsUUDzPS5ZW { top:22.875rem;left:35.375rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wngrem2ysGhSws0M7HJJlAwBEyKDB1ra { display:block; }
 }@media only screen and (max-width: 763px) { #eLxkFmxxP0grJq1e6srZxiynowKxmup8 { top:31.6875rem;left:35.375rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0TALosAgeDNTdMa56PXl8RO5x9HLZw { display:block; }
 }@media only screen and (max-width: 763px) { #sn73u9zJ89LThGeUZm2uLBMVGvswFUt8 { width:3.125rem;height:3rem;top:65.9375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRl3hF4bsTB7aJeiORQrpzE7Ng0IJGI2 { width:3.125rem;height:3.125rem;top:65.8125rem;left:40.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVbz92ZPcmTAiSN2GArsmfRQfiiPdswT { width:3.125rem;height:1.75rem;top:3.25rem;left:28.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqlWfsclK6totvFPTUQgr9cWNHpng8HV { top:2.5rem;left:1.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ5gTlHmDUDQ19InOyIrh9qFn22PyyMQ { width:47.75rem;height:0.0625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQsDNhTDTT1h1gT7V0FC6A716DT1RSde { width:8.75rem;height:2.5rem;top:7.875rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAy9tqORQb1Jq8SO7WxGDnD098Q3zypB { width:10.1875rem;height:3.5625rem;top:11.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PamO1f0gVlOTJOA3IT6hrIiUeSStf7kM { width:12.4375rem;height:2.9375rem;top:2.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eet7Sd4L5uuTVbTRbmzOtGiqVlgzTXl4 { width:26.875rem;height:1.375rem;top:18.3125rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXiHkJ8xMbIZ47DqbyAURB7dpZ7DC93d { width:2.6875rem;height:1.375rem;top:3.625rem;left:24.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTs4N6w72Q9LafDrpu0BPdnGbB8b8rOW { width:5.125rem;height:1.375rem;top:3.625rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CacH2L9QX2IkOnGWlflPMkKui5xTXI2k { width:5.125rem;height:1.375rem;top:3.625rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m50ssLESdTNaB37ItNvvMNm2JoriWxOv { width:3.8125rem;height:1.375rem;top:3.625rem;left:43.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE4UTIMmTCFyFGvM30GGBIhhoLJSeaIw { width:5.3125rem;height:1.75rem;top:8.25rem;left:33.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 { top:11.8125rem;left:32.0625rem;width:1.625rem;height:1.625rem;display:block; }
#inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq { top:11.9375rem;left:29.0625rem;width:1.375rem;height:1.375rem;display:block; }
#kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn { top:11.9375rem;left:35.5rem;width:1.5rem;height:1.5rem;display:block; }
#XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #u2KIeaUCaS2lpmnTwoUxs4Kxch0b6DN9 { top:11.9375rem;left:38.5rem;width:1.5625rem;height:1.5625rem;display:block; }
#u2KIeaUCaS2lpmnTwoUxs4Kxch0b6DN9 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO { top:12.125rem;left:41.65625rem;width:1.25rem;height:1.25rem;display:block; }
#JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ps9ArAbT49Gax5rtbQz43uDZKWZ9H7w1 { width:13.125rem;height:2.625rem;top:2.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N64kxS6kbltxht1r8N6NLsEAE430buMt { top:14.6748046875rem;left:4.6875rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeHCSVnmaosaHfbwrTF8lroQZbbeh9uO { display:block; }
 }@media only screen and (max-width: 763px) { #xw062XHJK4FZX4PXom5sCNpVUEUrlS4T { display:flex;width:2.5625rem;height:2.5625rem;top:6.2373046875rem;left:8.71875rem; }
#xw062XHJK4FZX4PXom5sCNpVUEUrlS4T > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #cHOksA637niJd7FrVtSJroCu7V9JOv3P { display:flex;width:2.5625rem;height:2.5625rem;top:9.9873046875rem;left:8.71875rem; }
#cHOksA637niJd7FrVtSJroCu7V9JOv3P > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a209a17-aa95-4d27-ab13-20635cab36a0/IAverticalmargauxlemap103510.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX.adaptive-delivery-prevent-bg, #yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX.lazyload, #yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX.lazyloading { background-image: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container { background-color: transparent; background-image: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container > .video-iframe-container { display: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row > .video-iframe-container { display: none; }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .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); }#yx0GTbkBq0OyRT2tCQtUco0aHL49NOSX > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkHORPFhOfELs6paFkV1ls4HktuVHAPE { width:20rem;height:5.5rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTRvO24G6MNrOwt7WgUvRZULL3GxCptZ { width:17.25rem;height:8.1875rem;top:28.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giHTvnz3lAXmw4gnELKl64qOC5h0Fv1b { width:18.8125rem;height:1.625rem;top:29.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT .widget-text.counter-number { padding-top:0.358125rem;padding-right:0.31875rem;padding-bottom:0.358125rem;padding-left:0.31875rem;width:1.91375rem;min-width:1.91375rem;height:1.924375rem;font-size:1.431875rem;line-height:30.79px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.551875rem;height:0.760625rem;font-size:0.536875rem;line-height:12.17px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT { display:flex;width:14.1875rem;height:3.625rem;top:32.3125rem;left:2.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #B6veSgoMd0OLCc16cNhgsawgxCctr5xG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #hXlpTbX8eSkDvL1AK5p585oJtGEfM0Xi {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #FBZNxAUptMPbgRm12ev5UyUqfwysoTsC {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #ZgwoAtNTRplQZzsmkLHnSrA4nFPJsS39 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #yAU4ZJnb9Tu0p2Cl2JTAvZN1qZCP1J0T {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #Unwkt2DPuqZvs2uQcqMRIsb0nXQsyXaF {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #VRqdnkdIP9IzJ5tuqx9Hzq2Qal7pnZ9z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #Vl0zw68DvKlp950KFAbgThwH2vE7MpVz {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #tEXBx9SFVx4g4dJVuAMoywspmhCRD4Od {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #CcMP6HdWtU9W8OVdbw7D5XolOEOHL7mP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #bxGTDP7C6sIXlx71u7Ga9JN08guglP9I {  }
 }@media only screen and (max-width: 763px) { #pQGPAbu0Wdu1HTzlu3rw46QzIF6WTWWT #FryFnZlV6DCUEKmqGk46Ln2V0KKLKufT {  }
 }@media only screen and (max-width: 763px) { #Dl4sQhS3AM2lLJ9JRsq6Zp9rSwFyW4Vo { top:39.3125rem;left:4.6875rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w07mSyT0qTTF622SAyUQTXa4EAsvMbWQ { display:block; }
 }@media only screen and (max-width: 763px) { #B5KfvZ5daZGRmBvpemT5SzAhHu2iEztx { width:20rem;height:5.25rem;top:9.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:20rem;height:196.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { width:17.5rem;height:8.75rem;top:8.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3PgherNGQ9sIh6KTs4VIGtWRAzZrThU { width:9.6875rem;height:1.29980625rem;top:4.625rem;left:6.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssMqJKoEB7SEtt8vMVWCVKfaI7ZJxC0F { width:9.6875rem;height:1.29980625rem;top:3.4375rem;left:6.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQOdM9NgByiy1diP8IC7I2z5cp1VAnNi { width:20rem;height:0.0625rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdOaP6p1BESTmfKuVbkTHo9u5zKWFzuB { width:3.3125rem;height:3.3125rem;top:3rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUymbTkTyuZZhq1SpGxUew2T6oK2NSsJ { width:17.5rem;height:19.5986125rem;top:19.51220703125rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh8Da80oDxrAMUghqfLGP6kpAmhxVsvf { width:0.0625rem;height:9.375rem;top:4rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFLWUsTopN591t5POKesry1egmOW5owN { width:13.75rem;height:23.875rem;top:39.79736328125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1xTaG347LTZJ0CMkpu4riG7uP9H0cgg { width:0.0625rem;height:18.75rem;top:16.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3EVysc5wbewCazTqUdmPqqU7zTfikEZ { width:4.375rem;height:0.0625rem;top:3.9375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfbdHbqwTFmKtKgAxoXUOxTFtMkTaQIb { width:3rem;height:2.9375rem;top:14.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vS3mJoyyC4CF2Kx5DqflOaOImVhR4wB7 { top:65.0224609375rem;left:2.1875rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWNCy1KrMMoy1lKQBnguhq7ge4atW4Xr { display:block; }
 }@media only screen and (max-width: 763px) { #hvc1mvXZ77qOyk9VxWQgp1FM0RuffE10 { width:20rem;height:0.0625rem;top:34.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxyZIek4TZdM37o7eqL8DlmG8KFXcOEV { width:0.0625rem;height:9.375rem;top:34.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLRsWx491DhTLGMBQxoSp58JKtrkpmkG { width:2.9375rem;height:2.9375rem;top:170.9648359375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzqNsZfpUwfJ68ew51gGUdBSsF86xolC { width:13.75rem;height:23.9375rem;top:103.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBSTDmNRyrWchQrbFEzt4li6hsfedro9 { top:129.33935546875rem;left:2.1875rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGJ5eeprmXTZQtChkyrzTXcwvyXZoiI3 { display:block; }
 }@media only screen and (max-width: 763px) { #VLJBVtwKIaX7oC1RwDcd0lSLRzS6kor3 { width:17.5rem;height:19.5986125rem;top:83.9375rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDsGFz5gT4I57GBZTG5JJmv0eovrd6gm { width:17.5rem;height:8.75rem;top:73.2099609375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4X92BCtsA8CzO9qlh60e3d92ZpmOkzg { width:0.0625rem;height:18.75rem;top:47rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #alehJRoIhbcOg1qHerhgxgIn73Vwfu0C { width:20rem;height:0.0625rem;top:65.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQXdPGUqtt9DmAMGdWNEWaFcQyJfJDFZ { width:13.75rem;height:23.9375rem;top:163.98779296875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcdQmuAnreSbPUDMEH6dVy9pOmApRA3w { top:189.54443359375rem;left:2.1875rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ulFxiXyhV9ewPannSpgJEGf4QDli7y { display:block; }
 }@media only screen and (max-width: 763px) { #psAuQ74gvcV65kpvPI9cmguT5Qiehitn { width:17.5rem;height:15.3989125rem;top:148.58935546875rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AARgZHX6G5HMVX6xhckmZRROnbbdwleZ { width:17.5rem;height:8.75rem;top:137.40185546875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZXDNX0s7bT4JBmItIDrBmPhU7Ckxuxv { width:0.0625rem;height:9.375rem;top:65.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxTfFUPta3A1RZWRMkiyCDFC3L7rC74d { width:2.9375rem;height:1.625rem;top:187.3398359375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RECE5nNDvPb4HGqoWlNDlFN6CLxCqFxV { width:0.0625rem;height:18.75rem;top:76rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTuaMZGdgqDWEeA5hFSzf2g6yyTiKLDi { width:20rem;height:0.0625rem;top:94.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6VTMzbOhHLLdRtTpLFvE0wvIMlWFyam { width:0.0625rem;height:8.375rem;top:94.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vagmmQnB1tF4Iq31Je9gRTD5KGZRb7C9 { width:0.0625rem;height:4.0625rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lot31iBkTuvxWddd6zUSmuxoaQXISwAG { background-color:#ffc947;background-image:none;display:block; }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row .container { background-color: transparent; background-image: none; }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row .container > .video-iframe-container { display: none; }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row > .video-iframe-container { display: none; }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .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); }#Lot31iBkTuvxWddd6zUSmuxoaQXISwAG > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2zNIDqdQTKpXCF2vDPMhgZnGfAzfCdT { width:0.0625rem;height:15.625rem;top:4.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrkNlPA0K79mz80NOVL1P7p53y3GSpHo { width:17.5rem;height:11.19925rem;top:21.39892578125rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXwsWTs6UOlKcO3Q1sTRCS1H9PAHpyva { width:17.5rem;height:3.5rem;top:2.89892578125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2xHwpHgRVpWGh2TM1SS61hAq59Furld { width:20rem;height:0.0625rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCrSPz6XzLHU70gbcStpHntNBOffk51u { width:20rem;height:0.0625rem;top:19.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwaxVin0zf9Lv8K2NNyWQgbmqBviuZEb { width:0.0625rem;height:8.375rem;top:19.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rM66dyGr1o3DvtsCm39ChNaiOq763FdT { width:17.1875rem;height:11.4375rem;top:7.72314453125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUSfhxOZdsXofwof7HLem5orUSCQexDP { display:block; }#CUSfhxOZdsXofwof7HLem5orUSCQexDP > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgpoP5l3xlTQCsRq167ofQ5efg86qAfA { width:17.5rem;height:7.69925rem;top:6.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJmAtd1W9Q67yHqfATLBa7bbidrOBQo4 { width:9.6875rem;height:1.29980625rem;top:3.25rem;left:7.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VloeSrQSPDrIUT6FtQ6DemwW3fe8zoHT { width:9.6875rem;height:1.29980625rem;top:2.0625rem;left:7.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQWbx1OTEWF8k53Juv6drDWnT5WHX2Ma { width:0.0625rem;height:12.625rem;top:5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s88BpnLmKTGiBfOxx57RbaTFMqTfGPiU { width:17.5rem;height:5.5996125rem;top:20.4375rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7RAq0PJS8garffe6Jg2h6ilKFcqxckm { width:0.0625rem;height:15.6875rem;top:8.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAkT29mtpawFzsvSP23oaaCkQIFWZyCi { display:flex;width:3.125rem;height:3.125rem;top:16.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #dTicruzfvFv0Fo2wllzJsWFb6b8sHt93 { display:flex;width:3.125rem;height:3.125rem;top:34.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LARgyvcqXXR17SWi3ddudRnLM3J16i5U { width:17.5rem;height:4.19970625rem;top:39.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #df7tVT67lIRXHMO536P8TI1Ag7AbqUGu { width:0.0625rem;height:6.3125rem;top:25.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #REXKGTPpWAcR2J8xoCbFoyFDbJi1cEe7 { display:flex;width:3.125rem;height:3.125rem;top:51.13623046875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #UOXxhBkdM28BDhDPMHzdU735FqoFySe6 { width:0.0625rem;height:6.3125rem;top:34.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8u66UTU519CgJ3AX2DCFNaBF0Eu9QQl { width:17.5rem;height:5.5996125rem;top:55.88623046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyrK5TQ8opiBuLSGETQSMQpuvTwXusRG { top:27.96044921875rem;left:4.6875rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqrJcbpO00CgeBiwk7CGkKrZ7p5mssIN { display:block; }
 }@media only screen and (max-width: 763px) { #r1TC5CIvhnE0sQnNl5kP3SsUUDzPS5ZW { top:44.96044921875rem;left:4.6875rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wngrem2ysGhSws0M7HJJlAwBEyKDB1ra { display:block; }
 }@media only screen and (max-width: 763px) { #eLxkFmxxP0grJq1e6srZxiynowKxmup8 { top:63.27294921875rem;left:4.6875rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0TALosAgeDNTdMa56PXl8RO5x9HLZw { display:block; }
 }@media only screen and (max-width: 763px) { #sn73u9zJ89LThGeUZm2uLBMVGvswFUt8 { width:3.125rem;height:3rem;top:3.75rem;left:4.4375rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #zRl3hF4bsTB7aJeiORQrpzE7Ng0IJGI2 { width:3.125rem;height:3.125rem;top:3.625rem;left:19.375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #tVbz92ZPcmTAiSN2GArsmfRQfiiPdswT { width:3.125rem;height:1.75rem;top:-58.90625rem;left:19.375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #mqlWfsclK6totvFPTUQgr9cWNHpng8HV { width:3.125rem;height:3.125rem;top:1.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ5gTlHmDUDQ19InOyIrh9qFn22PyyMQ { width:20rem;height:0.0625rem;top:3.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { background-color:#1a1819;background-image:none;display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .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); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQsDNhTDTT1h1gT7V0FC6A716DT1RSde { width:8.75rem;height:2.5rem;top:25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAy9tqORQb1Jq8SO7WxGDnD098Q3zypB { width:10.1875rem;height:3.5625rem;top:29rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PamO1f0gVlOTJOA3IT6hrIiUeSStf7kM { width:12.4375rem;height:2.9375rem;top:3.5625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eet7Sd4L5uuTVbTRbmzOtGiqVlgzTXl4 { width:20rem;height:1.3999rem;top:42.90966796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXiHkJ8xMbIZ47DqbyAURB7dpZ7DC93d { width:2.6875rem;height:1.3999rem;top:8.5625rem;left:8.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTs4N6w72Q9LafDrpu0BPdnGbB8b8rOW { width:5.125rem;height:1.3999rem;top:12.4375rem;left:7.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CacH2L9QX2IkOnGWlflPMkKui5xTXI2k { width:5.125rem;height:1.3999rem;top:16.25rem;left:7.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m50ssLESdTNaB37ItNvvMNm2JoriWxOv { width:3.8125rem;height:1.3999rem;top:20.5rem;left:8.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE4UTIMmTCFyFGvM30GGBIhhoLJSeaIw { width:5.3125rem;height:1.75rem;top:35.25rem;left:7.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 { display:flex;width:1.625rem;height:1.625rem;top:38.875rem;left:4.25rem; }
#inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq { display:flex;width:1.375rem;height:1.375rem;top:39rem;left:6.9375rem; }
#kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn { display:flex;width:1.5rem;height:1.5rem;top:38.9375rem;left:9.4375rem; }
#XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #u2KIeaUCaS2lpmnTwoUxs4Kxch0b6DN9 { display:flex;width:1.5625rem;height:1.5625rem;top:38.875rem;left:14.1875rem; }
#u2KIeaUCaS2lpmnTwoUxs4Kxch0b6DN9 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO { display:flex;width:1.25rem;height:1.25rem;top:39.0625rem;left:12.1875rem; }
#JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }