.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,251,228;--color-primary-1:147,240,167;--color-primary-2:39,225,78;--color-primary-3:20,113,39;--color-primary-4:6,34,12;--color-secondary-0:225,240,245;--color-secondary-1:156,204,222;--color-secondary-2:57,153,188;--color-secondary-3:29,77,94;--color-secondary-4:9,23,28;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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:rgba(248,248,248,0.88);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 { position:relative;display:block; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 { background-color: transparent; background-image: none; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row .container > .video-iframe-container { display: none; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row > .video-iframe-container { display: none; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .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); }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 { border-width: 0; border-radius: 0; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h { position:relative;display:block; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h { background-color: transparent; background-image: none; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row .container > .video-iframe-container { display: none; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row > .video-iframe-container { display: none; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .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); }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h { border-width: 0; border-radius: 0; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Scm5iuz1rWT09FLIVEtGMVt1k9nnCClG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:6.875rem;top:1.875rem;left:37.625rem;overflow:hidden;display:block; }
#bIDMVT94mF59bdsNvp8RSPBFVT2qeM0I { box-sizing:content-box;height:0.5625rem;width:60rem;position:absolute;display:block;z-index:15008;background-color:#27afe1;background-image:none;top:0rem;left:0rem;display:block; }
#Hgn5fTdKhUAFz2ETzvwSMSmVwsMTaer7 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.5625rem;top:2.9375rem;left:2.728515625rem;overflow:hidden;display:block; }
#rSz4nQCOArnPnUbBEqHb0tPFkXdsUQXC { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:1.828125rem;left:45.478515625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#AdM2pdV7b54Ae4GhZpowOVlxBkxVXmwK { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:34.3125rem;top:0rem;left:25.6875rem;overflow:hidden;display:block; }
#aTbVtO2UTQtFBPMDOygT8MaMAmJL7b3m { color:rgba(var(--color-tertiary-4),1);display:block;width:30.55925rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:5.8125rem;left:1.9375rem;height:3.5058625rem;text-align:left;text-align-last:left;display:block; }
#kd2cEgbRLJ7vqLlG0sl7EITWsShbLC36 { color:#27afe1;display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:9.25rem;left:1.9375rem;height:3.5058625rem;text-align:left;text-align-last:left;display:block; }
#XzFblTfTu1G23yBVLXmzzn6An0XRKdvA { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:12.9375rem;left:1.9375rem;height:3.5058625rem;text-align:left;text-align-last:left;display:block; }
#pXZrTJPhAi8Sidu45m1AvqhTkJsP11HW { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.6875rem;left:1.9375rem;height:6.17448125rem;display:block; }
#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe { position:relative;display:block; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe { background-color: transparent; background-image: none; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container > .video-iframe-container { display: none; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row > .video-iframe-container { display: none; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .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); }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe { border-width: 0; border-radius: 0; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UC3ymaZsTIohMozL995QrRd5VIgdUIRB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.16);top:8.6328125rem;left:4.21875rem;height:1.4622375rem;display:block; }
#urWOFrmwCDgwmsCni5Bm0Tunpx4N70KT { color:rgba(var(--color-tertiary-4),1);display:block;width:53.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:6.30859375rem;left:3.3125rem;height:12.5110375rem;text-align:justify;text-align-last:initial;display:block; }
#MDitT0tcfauWfs0kopVcpiBATKxoy2gt { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:2.4375rem;left:14.4375rem;height:2.03125rem;display:block; }
#zPQwLcF0MXOoBlatgVecbfccHa0Kt0ev { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:21.875rem;top:3.75rem;left:3.6875rem;display:none; }
#PTZZ3ofC7vdGu0DBrcAzIMc4cqOhBFh7 { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15060;background-color:#27afe1;background-image:none;top:2.9375rem;left:13.875rem;display:block; }
#tV9ufTEyUyIX7f5kaEnTyy8WgalkmeTd { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.060546875rem;left:5.0611953735351rem;height:4.875rem;display:block; }
#cB0n7WUH5nJkw4E4FJJo5d6mJIMnz7dc { position:absolute;display:block;z-index:15038;background-color:#d5d5d5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0611979375rem;width:55.499375rem;top:21.5703125rem;left:2.25rem;display:block; }
#PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE { position:relative;display:block; }#PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE { background-color: transparent; background-image: none; }#PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE > .row .container > .video-iframe-container { display: none; }#PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE > .row > .video-iframe-container { display: none; }#PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE > .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); }#PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE { border-width: 0; border-radius: 0; }#PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HIvIxZvH6qKyCSRaqh9GqIsVQWwD1Wat { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.16);top:8.6328125rem;left:4.21875rem;height:1.4622375rem;display:block; }
#PIsgc6dCLaw6wSMaMXaqXdXZ3DeCPAVE { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:1.421875rem;left:16.125rem;height:2.03125rem;display:block; }
#m6SCK2GIXPa40gMqSocyA4rbytLchUXn { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:21.875rem;top:3.75rem;left:3.6875rem;display:none; }
#JS8x4KOcJdiGQ873QdAVba7HqP5KvFXp { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15060;background-color:#27afe1;background-image:none;top:1.9375rem;left:13.875rem;display:block; }
#E10v8KIVmHWDpl4OA5GZTluhQK8TUk6U { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.060546875rem;left:5.0611953735351rem;height:4.875rem;display:block; }
#KMUngZDPBtB4rusFD8lIvCOw42SJTOEr { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:6.0201816558838rem;left:30.968751907349rem;height:29.57161875rem;text-align:justify;text-align-last:initial;display:block; }
#t14ewinq7dFaXVZnRBPf01DER9826FPo { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.75rem;width:21.8125rem;top:11.875rem;left:5.060546875rem;overflow:hidden;display:block; }
#gyHKF2I3IC8s4OuQCnUfUI5eyC3I2bAu { position:absolute;display:block;z-index:15037;background-color:#d5d5d5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0611979375rem;width:55.499375rem;top:41.2578125rem;left:1.1354141235351rem;display:block; }
#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT { position:relative;display:block; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT { background-color: transparent; background-image: none; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row .container > .video-iframe-container { display: none; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row > .video-iframe-container { display: none; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .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); }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT { border-width: 0; border-radius: 0; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kugtyhaa5nX0ZACVLDCNmLCAUEtz5zrI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.16);top:8.6328125rem;left:4.21875rem;height:1.4622375rem;display:block; }
#eFwkEJ0QVN0mKLl4NATzhVvD3AQieDMm { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:7rem;left:4.21875rem;height:37.53320625rem;text-align:justify;text-align-last:initial;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; }
#uU8HmSuUihHpZGSKCqCwg6NqfdZ5pGmU { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:3.1315116882324rem;left:5.25rem;height:2.03125rem;display:block; }
#O3Kv6XsM69gxq34U8haox2whTR1ATBF8 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:21.875rem;top:3.75rem;left:3.6875rem;display:none; }
#u7Ucu3GAeqheu4vI1DOmraxUmbVxbEKe { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.9375rem;width:12rem;top:2.5494794845581rem;left:43.781251907349rem;overflow:hidden;display:block; }
#Cy5Dgo0HDVih2eayoIP4WMx18NOkJFiD { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.1875rem;width:12rem;top:29.40625rem;left:30.03125rem;overflow:hidden;display:block; }
#GTMFHC6vpvy5lZGyIUU5s4rr6DFT6Un2 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.625rem;width:11.875rem;top:2.7369842529297rem;left:30.03125rem;overflow:hidden;display:block; }
#WZi9w0k4u79d49qeUS8FKN8B8hvqJATR { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.9375rem;width:11.9375rem;top:10.65625rem;left:30.03125rem;overflow:hidden;display:block; }
#ahrNICBayynAC1FhKNDwBHXhnkIes3v9 { position:absolute;display:block;z-index:15063;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:12.5rem;top:11.69921875rem;left:43.531251907349rem;overflow:hidden;display:block; }
#STKKEWe4Cx8nGdFkGAXeymNRv8EK03Xn { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.25rem;width:12rem;top:14.8125rem;left:43.781251907349rem;overflow:hidden;display:block; }
#DKa2EWZn1EGTm4DDGGHDozsJ607s3BIB { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:18rem;width:11.9375rem;top:26.125rem;left:43.812501907349rem;overflow:hidden;display:block; }
#ZJ5BZz3VdOEllL9KFqBOQI2ApZqrM6pQ { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15061;background-color:#27afe1;background-image:none;top:3.6471366882324rem;left:4.3229141235351rem;display:block; }
#a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k { position:relative;display:block; }#a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k { background-color: transparent; background-image: none; }#a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k > .row .container > .video-iframe-container { display: none; }#a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k > .row > .video-iframe-container { display: none; }#a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k > .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); }#a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k { border-width: 0; border-radius: 0; }#a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;background-image:none;font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tNFrfsxZL4plbULk7VfMowomdhW3XwnP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.16);top:8.6328125rem;left:4.21875rem;height:1.4622375rem;display:block; }
#GUHaUPQxy3quW4g4hJOwxD1GStNsTOoK { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:4.25rem;left:10.1875rem;height:2.2747375rem;text-align:justify;text-align-last:initial;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; }
#nIBWnQ6n3Q8G4qcba3nDtcqqh1zos4b2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:1.859375rem;left:19.28125rem;height:2.03125rem;display:block; }
#aXBx01d7VGttwvGIOfEhx5PIwgpaSHox { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:21.875rem;top:3.75rem;left:3.6875rem;display:none; }
#hh9treMFtsnZwuQ7RdgwwrteBxl0bI7v { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15061;background-color:#27afe1;background-image:none;top:2.375rem;left:18.25rem;display:block; }
#Rb7uPGLp0e34TPkD2txqi3b59JVMqpqn { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top: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:27.0625rem;width:60rem;top:6.5234375rem;left:0rem;overflow:hidden;display:block; }
#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea { position:relative;display:block; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea { background-color: transparent; background-image: none; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row .container > .video-iframe-container { display: none; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row > .video-iframe-container { display: none; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .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); }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea { border-width: 0; border-radius: 0; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:55.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DOkX6dy2FOnE3M1C8Dx6WDBW72CdRT3h { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.16);top:8.6328125rem;left:4.21875rem;height:1.4622375rem;display:block; }
#MvIpdcLIz5VRoULKQV7yXX6GR1h19C9V { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:7.125rem;left:29.875001907349rem;height:42.0826875rem;text-align:justify;text-align-last:initial;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; }
#JTSGf1KTIhVsqVnCx1kSgAmDEayb0Omp { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:3.4375rem;left:30.1875rem;height:2.03125rem;display:block; }
#tkHtblORwEtZIHuwlnTZc0KEgNydHaD6 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:21.875rem;top:3.75rem;left:3.6875rem;display:none; }
#An3mJpqwTC1X4JWiVBBW0RQWmWIV3aIq { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15061;background-color:#27afe1;background-image:none;top:4.021484375rem;left:29.311197280884rem;display:block; }
#lb0v6THZt2lfcLyNLMcrFFAqUPIQKSRA { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top: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:17rem;width:20.4375rem;top:7.1875rem;left:4.28125rem;overflow:hidden;display:block; }
#tznlKAVB03LuTigvDifxNe8AZPMZai2I { position:absolute;display:block;z-index:15063;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:20.375rem;top:25.625rem;left:4.21875rem;overflow:hidden;display:block; }
#DTwipbvKGsCI2WnqQtZypuGK040nMHyi { position:absolute;display:block;z-index:15036;background-color:#d5d5d5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0611979375rem;width:55.499375rem;top:53.811849594116rem;left:2.25rem;display:block; }
#uTOeXJdlI32knnbfGywPM8s4selT7V37 { position:relative;display:block; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 { background-color: transparent; background-image: none; }#uTOeXJdlI32knnbfGywPM8s4selT7V37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row .container > .video-iframe-container { display: none; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row > .video-iframe-container { display: none; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .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); }#uTOeXJdlI32knnbfGywPM8s4selT7V37 { border-width: 0; border-radius: 0; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pXeTmBz84GgCllFUrdQCumF5b2pb6IIP { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:6.6875rem;left:2.375rem;height:15.91991875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#S8p8xGrlEF8T3x0yAo9uRdvtaNll7Siu { position:absolute;display:block;z-index:15035;background-color:#d5d5d5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0611979375rem;width:55.499375rem;top:26.498699188233rem;left:2.25rem;display:block; }
#uvEQnolbJ9JqXiCfPrgQiebUi57AIzd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:3.1875rem;left:27.625rem;height:2.11198125rem;display:block; }
#nIpTovbiiIXICyhHUL47O0ncc0rVpued { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:21.875rem;top:21.8125rem;left:34.96875rem;display:none; }
#AFzJsqmt3PLyXkmVuUWKaJJwKJ2T4pTb { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15067;background-color:#27afe1;background-image:none;top:3.728515625rem;left:26.979164123535rem;display:block; }
#oRJ8X3dGhrJyPmp9g8PcZkDXx0W0ZZaD { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:6.6875rem;left:30.875rem;height:15.91993125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 { position:relative;display:block; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 { background-color: transparent; background-image: none; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row .container > .video-iframe-container { display: none; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row > .video-iframe-container { display: none; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .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); }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 { border-width: 0; border-radius: 0; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LA6a6sRsqCPEPKcsrq6pvKQbtz8VpwXC { 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:7.625rem;width:9.0625rem;top:7.96875rem;left:5.59375rem;overflow:hidden;display:block; }
#cXPuhDOgB62XAmvQUglzafFD4LlwwrET { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:8.125rem;top:8.125rem;left:19.625003814698rem;overflow:hidden;display:block; }
#XKmVE4xfkCdFPaBoWLFUC5dh2ifkv6bJ { position:absolute;display:block;z-index:15016;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.625rem;width:8.3125rem;top:7.96875rem;left:33.208332061767rem;overflow:hidden;display:block; }
#GM9DrUDktZxvWsmIJBfS0eepJtNTTJ1w { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:8.0625rem;top:8.15625rem;left:46.812503814698rem;overflow:hidden;display:block; }
#leuQZxbQ2dyaime8K5kFQMdDPvhZLyVW { 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:9rem;width:8.8125rem;top:30.979167938233rem;left:46.812503814698rem;overflow:hidden;display:block; }
#eNLEdP5FuUg33QR8AU9VpvRp0J61yZR9 { 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:7.25rem;width:9.6875rem;top:31.854167938233rem;left:19.625003814698rem;overflow:hidden;display:block; }
#T2c0E7O0FThwtwWJgePJu42pi1zSeyVX { 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:4.8125rem;width:11.125rem;top:32.53125rem;left:32.625003814698rem;overflow:hidden;display:block; }
#eGKaqd97i4zUBda8VmbSueZM9V0VnXvW { position:absolute;display:block;z-index:15022;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:13.3125rem;top:48.34375rem;left:3.78125rem;overflow:hidden;display:block; }
#qiEJXrOp09kkRL4xE0g02AVXBFPXuLQZ { position:absolute;display:block;z-index:15023;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.5rem;width:7.25rem;top:41.5625rem;left:20.541667938233rem;overflow:hidden;display:block; }
#aIiFDILRXcasG68RkKlkU1cnlxhqKpvf { 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:15.6875rem;width:6.0625rem;top:41.46875rem;left:47.750003814698rem;overflow:hidden;display:block; }
#hQe97CUa48apgMtDJOJLWNoiTNUiAUe8 { position:absolute;display:block;z-index:15025;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:6.9375rem;top:41.5rem;left:34.854167938233rem;overflow:hidden;display:block; }
#vOxgpTNoOMEZ8SNM4seUN83VCi5X8XEe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:0.98828125rem;left:3.6875rem;height:2.03125rem;display:block; }
#LySUcFEtuDblGES0emMaWxH0ypHH55kS { 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:6.875rem;width:12.3125rem;top:21rem;left:3.96875rem;overflow:hidden;display:block; }
#UKrxJRTzuwlksuDxvO5f8yNyP6Eb8NeJ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:10.375rem;top:21rem;left:18.375003814698rem;overflow:hidden;display:block; }
#VSRTBgMxBBe5NpRJZs97QqDGqSMheeSq { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11.5rem;top:21.625rem;left:45.031253814698rem;overflow:hidden;display:block; }
#XX9bPVTuVOKFs77nnC9xR97SmNKxlEXr { 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:5.75rem;width:11.875rem;top:32.28125rem;left:3.8229179382324rem;overflow:hidden;display:block; }
#VFShMVnFtsNqBlfzQ0sMa1w0X0BWbzSX { 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:5.625rem;width:8.5rem;top:21.625rem;left:33.250003814698rem;overflow:hidden;display:block; }
#H5nugtpTcA95IlwLvtMaTQVn7A0BZRDH { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15070;background-color:#27afe1;background-image:none;top:1.509765625rem;left:2.9166679382324rem;display:block; }
#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { position:relative;display:block; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { background-color: transparent; background-image: none; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container > .video-iframe-container { display: none; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row > .video-iframe-container { display: none; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .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); }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { border-width: 0; border-radius: 0; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { position:relative;display:block; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { background-color: transparent; background-image: none; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container > .video-iframe-container { display: none; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row > .video-iframe-container { display: none; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .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); }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { border-width: 0; border-radius: 0; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ninGiwz4V9FHrCCQsPUs9X386bS6J191 { display:block; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h { display:block; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Scm5iuz1rWT09FLIVEtGMVt1k9nnCClG { top:1.875rem;left:31.5rem;width:6.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIDMVT94mF59bdsNvp8RSPBFVT2qeM0I { top:0rem;left:0rem;width:47.75rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgn5fTdKhUAFz2ETzvwSMSmVwsMTaer7 { top:2.9375rem;left:0rem;width:13.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSz4nQCOArnPnUbBEqHb0tPFkXdsUQXC { top:1.8125rem;left:34.3125rem;width:13.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdM2pdV7b54Ae4GhZpowOVlxBkxVXmwK { top:0rem;left:13.4375rem;width:34.3125rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbVtO2UTQtFBPMDOygT8MaMAmJL7b3m { top:5.8125rem;left:0rem;width:30.5rem;height:3.5rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd2cEgbRLJ7vqLlG0sl7EITWsShbLC36 { top:9.25rem;left:0rem;width:31.6875rem;height:3.5rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzFblTfTu1G23yBVLXmzzn6An0XRKdvA { top:12.9375rem;left:0rem;width:37.6875rem;height:3.5rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXZrTJPhAi8Sidu45m1AvqhTkJsP11HW { top:17.6875rem;left:0rem;width:25.4375rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyKETnt2WdIw4ukqt9vl348WZMH4rWJe { display:block; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UC3ymaZsTIohMozL995QrRd5VIgdUIRB { top:8.625rem;left:0rem;width:20.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urWOFrmwCDgwmsCni5Bm0Tunpx4N70KT { top:6.25rem;left:0rem;width:47.75rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDitT0tcfauWfs0kopVcpiBATKxoy2gt { top:2.4375rem;left:8.3125rem;width:29.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPQwLcF0MXOoBlatgVecbfccHa0Kt0ev { top:3.75rem;left:0rem;width:21.875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTZZ3ofC7vdGu0DBrcAzIMc4cqOhBFh7 { top:2.9375rem;left:7.75rem;width:0.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV9ufTEyUyIX7f5kaEnTyy8WgalkmeTd { top:3rem;left:0rem;width:28.6875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB0n7WUH5nJkw4E4FJJo5d6mJIMnz7dc { top:21.5625rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE { display:block; }#PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIvIxZvH6qKyCSRaqh9GqIsVQWwD1Wat { top:8.625rem;left:0rem;width:20.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIsgc6dCLaw6wSMaMXaqXdXZ3DeCPAVE { top:1.375rem;left:10rem;width:27.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6SCK2GIXPa40gMqSocyA4rbytLchUXn { top:3.75rem;left:0rem;width:21.875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JS8x4KOcJdiGQ873QdAVba7HqP5KvFXp { top:1.9375rem;left:7.75rem;width:0.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E10v8KIVmHWDpl4OA5GZTluhQK8TUk6U { top:3rem;left:0rem;width:28.6875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMUngZDPBtB4rusFD8lIvCOw42SJTOEr { top:6rem;left:22.125rem;width:25.625rem;height:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t14ewinq7dFaXVZnRBPf01DER9826FPo { top:11.875rem;left:0rem;width:21.8125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyHKF2I3IC8s4OuQCnUfUI5eyC3I2bAu { top:41.25rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT { display:block; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kugtyhaa5nX0ZACVLDCNmLCAUEtz5zrI { top:8.625rem;left:0rem;width:20.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFwkEJ0QVN0mKLl4NATzhVvD3AQieDMm { top:7rem;left:0rem;width:24.3125rem;height:38.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU8HmSuUihHpZGSKCqCwg6NqfdZ5pGmU { top:3.125rem;left:0rem;width:24.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3Kv6XsM69gxq34U8haox2whTR1ATBF8 { top:3.75rem;left:0rem;width:21.875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7Ucu3GAeqheu4vI1DOmraxUmbVxbEKe { top:2.5rem;left:35.75rem;width:12rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy5Dgo0HDVih2eayoIP4WMx18NOkJFiD { top:29.375rem;left:23.90625rem;width:12rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTMFHC6vpvy5lZGyIUU5s4rr6DFT6Un2 { top:2.6875rem;left:23.90625rem;width:11.875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZi9w0k4u79d49qeUS8FKN8B8hvqJATR { top:10.625rem;left:23.90625rem;width:11.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahrNICBayynAC1FhKNDwBHXhnkIes3v9 { top:11.6875rem;left:35.25rem;width:12.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKKEWe4Cx8nGdFkGAXeymNRv8EK03Xn { top:14.8125rem;left:35.75rem;width:12rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKa2EWZn1EGTm4DDGGHDozsJ607s3BIB { top:26.125rem;left:35.8125rem;width:11.9375rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ5BZz3VdOEllL9KFqBOQI2ApZqrM6pQ { top:3.625rem;left:0rem;width:0.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k { display:block; }#a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNFrfsxZL4plbULk7VfMowomdhW3XwnP { top:8.625rem;left:0rem;width:20.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUHaUPQxy3quW4g4hJOwxD1GStNsTOoK { top:4.25rem;left:4.0625rem;width:40.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIBWnQ6n3Q8G4qcba3nDtcqqh1zos4b2 { top:1.8125rem;left:13.15625rem;width:24.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXBx01d7VGttwvGIOfEhx5PIwgpaSHox { top:3.75rem;left:0rem;width:21.875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hh9treMFtsnZwuQ7RdgwwrteBxl0bI7v { top:2.375rem;left:12.125rem;width:0.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb7uPGLp0e34TPkD2txqi3b59JVMqpqn { top:6.5rem;left:0rem;width:47.75rem;height:21.537239583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea { display:block; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOkX6dy2FOnE3M1C8Dx6WDBW72CdRT3h { top:8.625rem;left:0rem;width:20.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvIpdcLIz5VRoULKQV7yXX6GR1h19C9V { top:7.125rem;left:21.375rem;width:26.375rem;height:45.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTSGf1KTIhVsqVnCx1kSgAmDEayb0Omp { top:3.4375rem;left:23.625rem;width:24.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkHtblORwEtZIHuwlnTZc0KEgNydHaD6 { top:3.75rem;left:0rem;width:21.875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #An3mJpqwTC1X4JWiVBBW0RQWmWIV3aIq { top:4rem;left:23.186197280884rem;width:0.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb0v6THZt2lfcLyNLMcrFFAqUPIQKSRA { top:7.1875rem;left:0rem;width:20.4375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #tznlKAVB03LuTigvDifxNe8AZPMZai2I { top:25.625rem;left:0rem;width:20.375rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTwipbvKGsCI2WnqQtZypuGK040nMHyi { top:53.75rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #uTOeXJdlI32knnbfGywPM8s4selT7V37 { display:block; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXeTmBz84GgCllFUrdQCumF5b2pb6IIP { width:34.375rem;height:4.6875rem;top:5.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8p8xGrlEF8T3x0yAo9uRdvtaNll7Siu { top:26.4375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #uvEQnolbJ9JqXiCfPrgQiebUi57AIzd8 { top:3.1875rem;left:21.5rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIpTovbiiIXICyhHUL47O0ncc0rVpued { top:21.8125rem;left:25.875rem;width:21.875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFzJsqmt3PLyXkmVuUWKaJJwKJ2T4pTb { top:3.6875rem;left:20.854164123535rem;width:0.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRJ8X3dGhrJyPmp9g8PcZkDXx0W0ZZaD { width:34.375rem;height:4.6875rem;top:5.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 { display:block; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LA6a6sRsqCPEPKcsrq6pvKQbtz8VpwXC { top:7.9375rem;left:0rem;width:9.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXPuhDOgB62XAmvQUglzafFD4LlwwrET { top:8.125rem;left:13.500003814698rem;width:8.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKmVE4xfkCdFPaBoWLFUC5dh2ifkv6bJ { top:7.9375rem;left:27.083332061767rem;width:8.3125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM9DrUDktZxvWsmIJBfS0eepJtNTTJ1w { top:8.125rem;left:39.6875rem;width:8.0625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #leuQZxbQ2dyaime8K5kFQMdDPvhZLyVW { top:30.9375rem;left:38.9375rem;width:8.8125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNLEdP5FuUg33QR8AU9VpvRp0J61yZR9 { top:31.8125rem;left:13.500003814698rem;width:9.6875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2c0E7O0FThwtwWJgePJu42pi1zSeyVX { top:32.5rem;left:26.500003814698rem;width:11.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGKaqd97i4zUBda8VmbSueZM9V0VnXvW { top:48.3125rem;left:0rem;width:13.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEJXrOp09kkRL4xE0g02AVXBFPXuLQZ { top:41.5625rem;left:14.416667938233rem;width:7.25rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIiFDILRXcasG68RkKlkU1cnlxhqKpvf { top:41.4375rem;left:41.625003814698rem;width:6.0625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQe97CUa48apgMtDJOJLWNoiTNUiAUe8 { top:41.5rem;left:28.729167938233rem;width:6.9375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOxgpTNoOMEZ8SNM4seUN83VCi5X8XEe { top:0.9375rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LySUcFEtuDblGES0emMaWxH0ypHH55kS { top:21rem;left:0rem;width:12.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKrxJRTzuwlksuDxvO5f8yNyP6Eb8NeJ { top:21rem;left:12.250003814698rem;width:10.375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSRTBgMxBBe5NpRJZs97QqDGqSMheeSq { top:21.625rem;left:36.25rem;width:11.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX9bPVTuVOKFs77nnC9xR97SmNKxlEXr { top:32.25rem;left:0rem;width:11.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFShMVnFtsNqBlfzQ0sMa1w0X0BWbzSX { top:21.625rem;left:27.125003814698rem;width:8.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5nugtpTcA95IlwLvtMaTQVn7A0BZRDH { top:1.5rem;left:0rem;width:0.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { display:block; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { display:block; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ninGiwz4V9FHrCCQsPUs9X386bS6J191 { display:block; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row .container { width:20rem;height:1.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h { display:block; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row .container { width:20rem;height:18.083984375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Scm5iuz1rWT09FLIVEtGMVt1k9nnCClG { width:5.12305rem;height:3.06185rem;top:4.9283752441406rem;left:7.4381516575813rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIDMVT94mF59bdsNvp8RSPBFVT2qeM0I { width:20rem;height:0.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgn5fTdKhUAFz2ETzvwSMSmVwsMTaer7 { width:13.5625rem;height:2.1875rem;top:9.177734375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSz4nQCOArnPnUbBEqHb0tPFkXdsUQXC { width:13.4375rem;height:0;top:12.615234375rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdM2pdV7b54Ae4GhZpowOVlxBkxVXmwK { width:20rem;height:18.178506375228rem;top:22.94206875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbVtO2UTQtFBPMDOygT8MaMAmJL7b3m { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kd2cEgbRLJ7vqLlG0sl7EITWsShbLC36 { width:20rem;height:0;top:6.0058625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzFblTfTu1G23yBVLXmzzn6An0XRKdvA { width:20rem;height:0;top:10.761725rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pXZrTJPhAi8Sidu45m1AvqhTkJsP11HW { width:20rem;height:0;top:15.5175875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyKETnt2WdIw4ukqt9vl348WZMH4rWJe { display:block; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UC3ymaZsTIohMozL995QrRd5VIgdUIRB { width:20rem;height:1.3808625rem;top:4.04296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urWOFrmwCDgwmsCni5Bm0Tunpx4N70KT { width:16.0625rem;height:46.4635375rem;top:3.5852813720703rem;left:1.7812500596046rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MDitT0tcfauWfs0kopVcpiBATKxoy2gt { width:14.6875rem;height:1.54361875rem;top:0.7890625rem;left:2.4062500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPQwLcF0MXOoBlatgVecbfccHa0Kt0ev { width:20rem;height:1.6875rem;top:49.375rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #PTZZ3ofC7vdGu0DBrcAzIMc4cqOhBFh7 { width:0.25rem;height:1rem;top:1.060546875rem;left:1.8541668057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV9ufTEyUyIX7f5kaEnTyy8WgalkmeTd { width:20rem;height:0;top:52.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cB0n7WUH5nJkw4E4FJJo5d6mJIMnz7dc { width:20rem;height:0;top:58.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE { display:block; }#PTpuJvtGukki1E5XJKTOz7aSeiWgFJDE > .row .container { width:20rem;height:117.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIvIxZvH6qKyCSRaqh9GqIsVQWwD1Wat { width:20rem;height:1.3808625rem;top:4.04296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIsgc6dCLaw6wSMaMXaqXdXZ3DeCPAVE { width:14.6875rem;height:1.54361875rem;top:0.7890625rem;left:2.4062500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6SCK2GIXPa40gMqSocyA4rbytLchUXn { width:20rem;height:1.6875rem;top:49.375rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #JS8x4KOcJdiGQ873QdAVba7HqP5KvFXp { width:0.25rem;height:1rem;top:1.060546875rem;left:1.8541668057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #E10v8KIVmHWDpl4OA5GZTluhQK8TUk6U { width:20rem;height:0;top:52.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMUngZDPBtB4rusFD8lIvCOw42SJTOEr { width:20rem;height:0;top:79.630193409744rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #t14ewinq7dFaXVZnRBPf01DER9826FPo { width:20rem;height:19.942693409742rem;top:58.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyHKF2I3IC8s4OuQCnUfUI5eyC3I2bAu { width:20rem;height:0;top:110.45181840974rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT { display:block; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row .container { width:20rem;height:126.38412475586rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kugtyhaa5nX0ZACVLDCNmLCAUEtz5zrI { width:20rem;height:1.38139375rem;top:4.04296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFwkEJ0QVN0mKLl4NATzhVvD3AQieDMm { width:16.0625rem;height:23.23175625rem;top:5.41796875rem;left:2.0000000596046rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uU8HmSuUihHpZGSKCqCwg6NqfdZ5pGmU { width:14.5rem;height:3.0872375rem;top:0.998046875rem;left:3.9166668057442rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3Kv6XsM69gxq34U8haox2whTR1ATBF8 { width:20rem;height:1.6875rem;top:49.375rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #u7Ucu3GAeqheu4vI1DOmraxUmbVxbEKe { width:11rem;height:7.3125rem;top:64.634117126462rem;left:4.0416668057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy5Dgo0HDVih2eayoIP4WMx18NOkJFiD { width:10.9375rem;height:8.4375rem;top:80.821617126462rem;left:4.0416668057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTMFHC6vpvy5lZGyIUU5s4rr6DFT6Un2 { width:10.9375rem;height:6.125rem;top:31.2109375rem;left:4.1666668057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZi9w0k4u79d49qeUS8FKN8B8hvqJATR { width:8.375rem;height:12.5625rem;top:47.9375rem;left:4.2291668057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahrNICBayynAC1FhKNDwBHXhnkIes3v9 { width:12.5rem;height:2.625rem;top:92.759124755863rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKKEWe4Cx8nGdFkGAXeymNRv8EK03Xn { width:12rem;height:9.25rem;top:96.634124755863rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKa2EWZn1EGTm4DDGGHDozsJ607s3BIB { width:11.9375rem;height:18rem;top:107.13412475586rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ5BZz3VdOEllL9KFqBOQI2ApZqrM6pQ { width:0.25rem;height:1rem;top:90.509124755863rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k { display:block; }#a0gviI3PK9GX3P2D0QSCCo93hrPgTf1k > .row .container { width:20rem;height:67.208333333333rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNFrfsxZL4plbULk7VfMowomdhW3XwnP { width:20rem;height:1.38139375rem;top:4.04296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUHaUPQxy3quW4g4hJOwxD1GStNsTOoK { width:16.0625rem;height:27.4557125rem;top:5.423828125rem;left:1.8229168057442rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nIBWnQ6n3Q8G4qcba3nDtcqqh1zos4b2 { width:14.1875rem;height:3.0872375rem;top:0.935546875rem;left:3.2187500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXBx01d7VGttwvGIOfEhx5PIwgpaSHox { width:20rem;height:1.6875rem;top:54rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #hh9treMFtsnZwuQ7RdgwwrteBxl0bI7v { width:0.25rem;height:1rem;top:1.248046875rem;left:2.4641926884651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb7uPGLp0e34TPkD2txqi3b59JVMqpqn { width:20rem;height:9.0208333333333rem;top:56.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea { display:block; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row .container { width:20rem;height:103.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOkX6dy2FOnE3M1C8Dx6WDBW72CdRT3h { width:20rem;height:1.38139375rem;top:4.04296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MvIpdcLIz5VRoULKQV7yXX6GR1h19C9V { width:16.0625rem;height:27.4557125rem;top:5.423828125rem;left:1.8229168057442rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JTSGf1KTIhVsqVnCx1kSgAmDEayb0Omp { width:14.1875rem;height:3.0872375rem;top:0.935546875rem;left:3.2187500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkHtblORwEtZIHuwlnTZc0KEgNydHaD6 { width:20rem;height:1.6875rem;top:54rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #An3mJpqwTC1X4JWiVBBW0RQWmWIV3aIq { width:0.25rem;height:1rem;top:1.248046875rem;left:2.4641926884651rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb0v6THZt2lfcLyNLMcrFFAqUPIQKSRA { width:20rem;height:16.636085626911rem;top:56.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tznlKAVB03LuTigvDifxNe8AZPMZai2I { width:20rem;height:25.092024539877rem;top:74.823585626913rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTwipbvKGsCI2WnqQtZypuGK040nMHyi { width:20rem;height:0;top:101.16561016679rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTOeXJdlI32knnbfGywPM8s4selT7V37 { display:block; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row .container { width:20rem;height:98.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXeTmBz84GgCllFUrdQCumF5b2pb6IIP { width:15.6875rem;height:29.57161875rem;top:4.880859375rem;left:2.1562500596046rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8p8xGrlEF8T3x0yAo9uRdvtaNll7Siu { width:20rem;height:0.123698125rem;top:64.151695251462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvEQnolbJ9JqXiCfPrgQiebUi57AIzd8 { width:12.5rem;height:1.54361875rem;top:2.138671875rem;left:6.7187502980231rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIpTovbiiIXICyhHUL47O0ncc0rVpued { width:20rem;height:0.12429rem;top:1.4240055084229rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #AFzJsqmt3PLyXkmVuUWKaJJwKJ2T4pTb { width:0.25rem;height:1rem;top:2.41015625rem;left:6.0104168057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRJ8X3dGhrJyPmp9g8PcZkDXx0W0ZZaD { width:20rem;height:0;top:65.464202880863rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 { display:block; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row .container { width:20rem;height:219.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LA6a6sRsqCPEPKcsrq6pvKQbtz8VpwXC { width:11.5625rem;height:9.75rem;top:4.6217651367188rem;left:3.9986980557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXPuhDOgB62XAmvQUglzafFD4LlwwrET { width:13.125rem;height:15rem;top:17.0625rem;left:3.4375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKmVE4xfkCdFPaBoWLFUC5dh2ifkv6bJ { width:12.8125rem;height:14.8125rem;top:33.6875rem;left:3.4375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM9DrUDktZxvWsmIJBfS0eepJtNTTJ1w { width:12.875rem;height:14.75rem;top:50.4375rem;left:3.5625002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #leuQZxbQ2dyaime8K5kFQMdDPvhZLyVW { width:13.25rem;height:13.5rem;top:142.35417175293rem;left:3.0299480557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNLEdP5FuUg33QR8AU9VpvRp0J61yZR9 { width:13.3125rem;height:10.0625rem;top:121.18750572204rem;left:3.3437502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2c0E7O0FThwtwWJgePJu42pi1zSeyVX { width:16rem;height:6.9375rem;top:133.12500762939rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGKaqd97i4zUBda8VmbSueZM9V0VnXvW { width:10.125rem;height:2.375rem;top:157.00000572204rem;left:2.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEJXrOp09kkRL4xE0g02AVXBFPXuLQZ { width:7.6875rem;height:16.3125rem;top:160.91667175293rem;left:6.0618489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIiFDILRXcasG68RkKlkU1cnlxhqKpvf { width:7.5625rem;height:19.25rem;top:197.6875rem;left:6.0618489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQe97CUa48apgMtDJOJLWNoiTNUiAUe8 { width:7.75rem;height:17.3125rem;top:178.66602706909rem;left:6.0305989384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOxgpTNoOMEZ8SNM4seUN83VCi5X8XEe { width:12.5rem;height:1.54361875rem;top:1.6907653808594rem;left:6.436848938465rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LySUcFEtuDblGES0emMaWxH0ypHH55kS { width:14.75rem;height:8.3125rem;top:68.125rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKrxJRTzuwlksuDxvO5f8yNyP6Eb8NeJ { width:15.625rem;height:8.75rem;top:78.3125rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSRTBgMxBBe5NpRJZs97QqDGqSMheeSq { width:15.6875rem;height:7.6875rem;top:100.4375rem;left:2.1861980557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX9bPVTuVOKFs77nnC9xR97SmNKxlEXr { width:16rem;height:7.9375rem;top:110.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFShMVnFtsNqBlfzQ0sMa1w0X0BWbzSX { width:13.6875rem;height:9rem;top:89.625005722044rem;left:3.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5nugtpTcA95IlwLvtMaTQVn7A0BZRDH { width:0.25rem;height:1rem;top:1.9622402191162rem;left:5.8541668057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { display:block; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { display:block; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }