.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:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;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.53125rem;left:35rem;overflow:hidden;display:block; }
#rSz4nQCOArnPnUbBEqHb0tPFkXdsUQXC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;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:0.84375rem;left:42.727424621582rem;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; }
#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:3.1875rem;width:16.8125rem;top:2.03125rem;left:2.6024322509766rem;overflow:hidden;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:33.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; }#pXZrTJPhAi8Sidu45m1AvqhTkJsP11HW { color:#000000;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.996528625488rem;left:3.7274322509766rem;height:5.36198125rem;display:block; }
#F7MF0G0SqFHHlGtFpbG4ntROHpSAKnRD { position:absolute;display:block;z-index:15010;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:33.6875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hRyVkUQSdUFxz7AF6WLacmV7TdsNxFUe { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:4.0277776718139rem;left:3.7274322509766rem;height:15rem;display:block; }
#D524DbdS8gTVAdei73eqZzOXoaqzECGF { position:absolute;display:block;z-index:15016;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:9.1875rem;width:6.875rem;top:19.996528625488rem;left:27.352432250976rem;overflow:hidden;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:32rem;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:25.0625rem;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.3845481872556rem;left:4.21875rem;height:20.46873125rem;text-align:justify;text-align-last:initial;display:block; }
#MDitT0tcfauWfs0kopVcpiBATKxoy2gt { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;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:13.3125rem;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:#0cbc77;background-image:none;top:3.0625rem;left:12.5625rem;display:block; }
#PrU2fe39GeCXy7J3SBNReFT8NgbeKRcB { color:rgba(var(--color-tertiary-2),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:16.749998748302rem;left:24.0625rem;height:1.13715rem;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; }
#K07vVpqxnpTwmDAIbgiUpb0gR413hZiU { position:absolute;display:block;z-index:15061;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:21.6875rem;width:21.6875rem;top:6.2074661254883rem;left:33.1875rem;overflow:hidden;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:#ececec;background-image:none;font-size:0.875rem;font-family:arial;height:69.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; }#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:2.0685768127441rem;left:4.875rem;height:2.03125rem;display:block; }
#ZJ5BZz3VdOEllL9KFqBOQI2ApZqrM6pQ { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15061;background-color:#0cbc77;background-image:none;top:2.7092018127441rem;left:4.0720481872559rem;display:block; }
#As7S6RNRafy5ch7cwIv9rSnoDRtRFoqo { 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:20rem;width:20rem;top:49.125rem;left:0rem;overflow:hidden;display:block; }
#mHp1T428rLofHAxm1lmuJOkQUAdQwEQa { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:6.4991302490238rem;left:30.499134063721rem;height:37.526rem;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; }
#RGVsAE4qXJ3OXazPGT0rcFwcbOmArige { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:6.5rem;left:3.78125rem;height:39.8003125rem;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; }
#qAmlB87PaFimla0Ip4Kvq1twTaw4BQno { position:absolute;display:block;z-index:15016;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:20.0625rem;width:20.0625rem;top:49.125rem;left:19.999996185302rem;overflow:hidden;display:block; }
#MSvITc8l45x4MupfbeImXgdSadeGfM5Z { position:absolute;display:block;z-index:15015;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:20.0625rem;width:20.0625rem;top:49.125rem;left:39.937496185302rem;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:23.8125rem;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; }
#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; }
#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:19.5rem;width:19.5rem;top:1.8446178436279rem;left:4.875rem;overflow:hidden;display:block; }
#MvIpdcLIz5VRoULKQV7yXX6GR1h19C9V { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;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.5078125rem;left:29.0625rem;height:14.78295625rem;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; }
#CkwHXG7JRlMTBHtIICP7SshRTkfIA9de { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;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:3.1727428436279rem;left:29.9375rem;height:2.03125rem;display:block; }
#lMZ41ISB3DWao3Uqrv4KPtDSQXgSeHo1 { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15061;background-color:#0cbc77;background-image:none;top:3.8220481872559rem;left:29.1875rem;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; }
#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:#ececec;background-image:none;font-size:0.875rem;font-family:arial;height:43.8125rem;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:51.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.2265625rem;left:4.3654479980469rem;height:15.92274375rem;font-style:normal;text-align:justify;text-align-last:initial;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:2.6875rem;left:25.125rem;height:2.11198125rem;display:block; }
#fkbVdecM6ZAhEISTxnShufW8xHDesJ4x { position:absolute;display:block;z-index:15060;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:19.875rem;width:30.0625rem;top:23.811645507812rem;left:0.0625rem;overflow:hidden;display:block; }
#N7a03EHvmlXyaZTQLaaF9bH1yvN6q57E { position:absolute;display:block;z-index:15061;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:19.875rem;width:30.125rem;top:23.853302001953rem;left:29.802951812744rem;overflow:hidden;display:block; }
#GhMN1w8PHKpIccWS5382pKDXUpWNJv5C { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15062;background-color:#0cbc77;background-image:none;top:3.3055572509766rem;left:24.5rem;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:44.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.875rem;width:11.875rem;top:6.3125rem;left:3.6875rem;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:7.8125rem;width:12rem;top:6.34375rem;left:17.875rem;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:7.625rem;width:11.5625rem;top:6.4375rem;left:32.238716125488rem;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:10rem;width:10rem;top:4.2421875rem;left:46.488716125488rem;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:11.625rem;width:11.625rem;top:16.375rem;left:17rem;overflow:hidden;display:block; }
#H5nugtpTcA95IlwLvtMaTQVn7A0BZRDH { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15070;background-color:#0cbc77;background-image:none;top:1.5720520019531rem;left:2.9166679382324rem;display:block; }
#aTUQPl2luBRkLVvvikgJ1rpRm93nuPx0 { 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:11.625rem;width:11.625rem;top:16.375rem;left:30.75rem;overflow:hidden;display:block; }
#CN7foNIG4hKSvKT0FPKl7pv01JZJwO3x { 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:11.625rem;width:11.625rem;top:16.375rem;left:44.9375rem;overflow:hidden;display:block; }
#OVimiHqTIPN3sdGpcZT3KKbI0Dt8DJfN { 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:2.4375rem;width:11.625rem;top:34.404525756836rem;left:17.5rem;overflow:hidden;display:block; }
#TqP4gOdTdEFqS3UVX1eUdVTRvKtUNFk5 { 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:11.625rem;width:11.625rem;top:16.374134063721rem;left:3.8125rem;overflow:hidden;display:block; }
#do7r3BBHirDvVxwfqINMKmDi79igM6hr { 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:11.625rem;width:11.625rem;top:29.810768127441rem;left:3.8125rem;overflow:hidden;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:#6cd3c9;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:9.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; }@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.5rem;left:28.875rem;width:6.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSz4nQCOArnPnUbBEqHb0tPFkXdsUQXC { top:0.8125rem;left:31.25rem;width:16.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgn5fTdKhUAFz2ETzvwSMSmVwsMTaer7 { top:2rem;left:0rem;width:16.8125rem;height:3.1875rem;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) { #pXZrTJPhAi8Sidu45m1AvqhTkJsP11HW { top:19.9375rem;left:0rem;width:16.875rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7MF0G0SqFHHlGtFpbG4ntROHpSAKnRD { top:0rem;left:0rem;width:47.75rem;height:26.809635416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRyVkUQSdUFxz7AF6WLacmV7TdsNxFUe { top:4rem;left:0rem;width:16.375rem;height:15rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D524DbdS8gTVAdei73eqZzOXoaqzECGF { top:19.9375rem;left:21.227432250976rem;width:6.875rem;height:9.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:7.375rem;left:0rem;width:25.0625rem;height:20.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDitT0tcfauWfs0kopVcpiBATKxoy2gt { top:2.4375rem;left:7.1875rem;width:31.375rem;height:2.0625rem;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:3.0625rem;left:6.4375rem;width:0.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrU2fe39GeCXy7J3SBNReFT8NgbeKRcB { top:16.6875rem;left:17.9375rem;width:26.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K07vVpqxnpTwmDAIbgiUpb0gR413hZiU { top:6.1875rem;left:26.0625rem;width:21.6875rem;height:21.6875rem;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) { #uU8HmSuUihHpZGSKCqCwg6NqfdZ5pGmU { top:2.0625rem;left:0rem;width:24.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ5BZz3VdOEllL9KFqBOQI2ApZqrM6pQ { top:2.6875rem;left:0rem;width:0.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #As7S6RNRafy5ch7cwIv9rSnoDRtRFoqo { top:49.125rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHp1T428rLofHAxm1lmuJOkQUAdQwEQa { top:6.4375rem;left:21.8125rem;width:25.9375rem;height:37.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGVsAE4qXJ3OXazPGT0rcFwcbOmArige { top:6.5rem;left:0rem;width:25.0625rem;height:39.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAmlB87PaFimla0Ip4Kvq1twTaw4BQno { top:49.125rem;left:13.874996185302rem;width:20.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSvITc8l45x4MupfbeImXgdSadeGfM5Z { top:49.125rem;left:27.6875rem;width:20.0625rem;height:20.0625rem;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) { #tkHtblORwEtZIHuwlnTZc0KEgNydHaD6 { top:3.75rem;left:0rem;width:21.875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lb0v6THZt2lfcLyNLMcrFFAqUPIQKSRA { top:1.8125rem;left:0rem;width:19.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvIpdcLIz5VRoULKQV7yXX6GR1h19C9V { top:6.5rem;left:22rem;width:25.75rem;height:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkwHXG7JRlMTBHtIICP7SshRTkfIA9de { top:3.125rem;left:22.375rem;width:25.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMZ41ISB3DWao3Uqrv4KPtDSQXgSeHo1 { top:3.8125rem;left:23.0625rem;width:0.25rem;height:1rem;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) { #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) { #uvEQnolbJ9JqXiCfPrgQiebUi57AIzd8 { top:2.6875rem;left:19rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkbVdecM6ZAhEISTxnShufW8xHDesJ4x { top:23.75rem;left:0rem;width:30.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7a03EHvmlXyaZTQLaaF9bH1yvN6q57E { top:23.8125rem;left:17.625rem;width:30.125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhMN1w8PHKpIccWS5382pKDXUpWNJv5C { top:3.25rem;left:18.375rem;width:0.25rem;height:1rem;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:6.3125rem;left:0rem;width:11.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXPuhDOgB62XAmvQUglzafFD4LlwwrET { top:6.3125rem;left:11.75rem;width:12rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKmVE4xfkCdFPaBoWLFUC5dh2ifkv6bJ { top:6.4375rem;left:26.113716125488rem;width:11.5625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM9DrUDktZxvWsmIJBfS0eepJtNTTJ1w { top:4.1875rem;left:37.75rem;width:10rem;height:10rem;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:16.375rem;left:10.875rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5nugtpTcA95IlwLvtMaTQVn7A0BZRDH { top:1.5625rem;left:0rem;width:0.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTUQPl2luBRkLVvvikgJ1rpRm93nuPx0 { top:16.375rem;left:24.625rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN7foNIG4hKSvKT0FPKl7pv01JZJwO3x { top:16.375rem;left:36.125rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVimiHqTIPN3sdGpcZT3KKbI0Dt8DJfN { top:34.375rem;left:11.375rem;width:11.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqP4gOdTdEFqS3UVX1eUdVTRvKtUNFk5 { top:16.3125rem;left:0rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #do7r3BBHirDvVxwfqINMKmDi79igM6hr { top:29.75rem;left:0rem;width:11.625rem;height:11.625rem;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:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Scm5iuz1rWT09FLIVEtGMVt1k9nnCClG { width:5.12239375rem;height:3.06163125rem;top:4.4262151718139rem;left:7.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSz4nQCOArnPnUbBEqHb0tPFkXdsUQXC { width:13.4375rem;height:5.25rem;top:7.9895830154419rem;left:3.2812500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hgn5fTdKhUAFz2ETzvwSMSmVwsMTaer7 { width:12.75rem;height:2.5625rem;top:0.92621541023256rem;left:3.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXZrTJPhAi8Sidu45m1AvqhTkJsP11HW { width:16.125rem;height:2.59895625rem;top:19.463542938233rem;left:1.9375000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7MF0G0SqFHHlGtFpbG4ntROHpSAKnRD { width:20rem;height:11.229166666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRyVkUQSdUFxz7AF6WLacmV7TdsNxFUe { width:19.3125rem;height:6.59895rem;top:12.515625rem;left:0.40625005960464rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D524DbdS8gTVAdei73eqZzOXoaqzECGF { width:4.5625rem;height:6.125rem;top:2.6527786254883rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyKETnt2WdIw4ukqt9vl348WZMH4rWJe { 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 > .row .container { width:20rem;height:55.1875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UC3ymaZsTIohMozL995QrRd5VIgdUIRB { width:20rem;height:1.381075rem;top:6.1328125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urWOFrmwCDgwmsCni5Bm0Tunpx4N70KT { width:15.875rem;height:28.42881875rem;top:5.8203125rem;left:2.0625000596046rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MDitT0tcfauWfs0kopVcpiBATKxoy2gt { width:14.6875rem;height:3.08680625rem;top:2rem;left:2.6562500596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPQwLcF0MXOoBlatgVecbfccHa0Kt0ev { width:20rem;height:1.6875rem;top:3.15625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #PTZZ3ofC7vdGu0DBrcAzIMc4cqOhBFh7 { width:0.25rem;height:1rem;top:2.3559036254883rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrU2fe39GeCXy7J3SBNReFT8NgbeKRcB { width:20rem;height:1.05555625rem;top:34.0520625rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #K07vVpqxnpTwmDAIbgiUpb0gR413hZiU { width:20rem;height:20rem;top:35.106770515442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT { display:block; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row .container { width:20rem;height:165.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uU8HmSuUihHpZGSKCqCwg6NqfdZ5pGmU { width:14.8125rem;height:3.08680625rem;top:1.2248268127441rem;left:2.5937500596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ5BZz3VdOEllL9KFqBOQI2ApZqrM6pQ { width:0.25rem;height:1rem;top:1.5364532470703rem;left:4.4618056416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #As7S6RNRafy5ch7cwIv9rSnoDRtRFoqo { width:20rem;height:20rem;top:105.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHp1T428rLofHAxm1lmuJOkQUAdQwEQa { width:15.625rem;height:47.5000125rem;top:53.723100662231rem;left:2.3437500596046rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #RGVsAE4qXJ3OXazPGT0rcFwcbOmArige { width:15.5625rem;height:49.61106875rem;top:5.036470413208rem;left:2.2187500596046rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qAmlB87PaFimla0Ip4Kvq1twTaw4BQno { width:20rem;height:20rem;top:125.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSvITc8l45x4MupfbeImXgdSadeGfM5Z { width:20rem;height:20rem;top:145.31249809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea { display:block; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row .container { width:20rem;height:52.1875rem;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) { #tkHtblORwEtZIHuwlnTZc0KEgNydHaD6 { width:20rem;height:1.6875rem;top:25.741319417954rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #lb0v6THZt2lfcLyNLMcrFFAqUPIQKSRA { width:20rem;height:20rem;top:32.186631202697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvIpdcLIz5VRoULKQV7yXX6GR1h19C9V { width:16.0625rem;height:20.46873125rem;top:8.1527776718137rem;left:1.9687500596046rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CkwHXG7JRlMTBHtIICP7SshRTkfIA9de { width:12.8125rem;height:3.08680625rem;top:2.3862915039062rem;left:3.2812500596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lMZ41ISB3DWao3Uqrv4KPtDSQXgSeHo1 { width:0.25rem;height:1rem;top:2.7838582992554rem;left:3.5868056416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIpTovbiiIXICyhHUL47O0ncc0rVpued { width:20rem;height:0.124131875rem;top:51.98698425293rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #uTOeXJdlI32knnbfGywPM8s4selT7V37 { display:block; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXeTmBz84GgCllFUrdQCumF5b2pb6IIP { width:15.6875rem;height:37.5260125rem;top:5.2543334960938rem;left:2.1562500596046rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvEQnolbJ9JqXiCfPrgQiebUi57AIzd8 { width:12.5rem;height:1.5434rem;top:2.138671875rem;left:6.7187502980231rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkbVdecM6ZAhEISTxnShufW8xHDesJ4x { width:20rem;height:13.22225rem;top:45.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7a03EHvmlXyaZTQLaaF9bH1yvN6q57E { width:20rem;height:13.1935625rem;top:58.534719467163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhMN1w8PHKpIccWS5382pKDXUpWNJv5C { width:0.25rem;height:1rem;top:2.471378326416rem;left:5.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 { display:block; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row .container { width:20rem;height:271.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LA6a6sRsqCPEPKcsrq6pvKQbtz8VpwXC { width:13.125rem;height:8.6875rem;top:4.6831588745117rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXPuhDOgB62XAmvQUglzafFD4LlwwrET { width:13.125rem;height:8.75rem;top:14.186632156372rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKmVE4xfkCdFPaBoWLFUC5dh2ifkv6bJ { width:13.125rem;height:8.6875rem;top:23.747396469116rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM9DrUDktZxvWsmIJBfS0eepJtNTTJ1w { width:13.25rem;height:13.25rem;top:33.561632156372rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOxgpTNoOMEZ8SNM4seUN83VCi5X8XEe { width:12.5rem;height:1.5434rem;top:1.6907653808594rem;left:6.436848938465rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LySUcFEtuDblGES0emMaWxH0ypHH55kS { width:13.3125rem;height:13.3125rem;top:47.812501907349rem;left:3.4375000596046rem;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) { #aTUQPl2luBRkLVvvikgJ1rpRm93nuPx0 { width:13.375rem;height:13.375rem;top:62.250009536743rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN7foNIG4hKSvKT0FPKl7pv01JZJwO3x { width:13.375rem;height:13.375rem;top:76.75rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVimiHqTIPN3sdGpcZT3KKbI0Dt8DJfN { width:14.25rem;height:2.875rem;top:117.81248903274rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqP4gOdTdEFqS3UVX1eUdVTRvKtUNFk5 { width:11.625rem;height:11.625rem;top:91.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #do7r3BBHirDvVxwfqINMKmDi79igM6hr { width:11.625rem;height:11.625rem;top:104.4375rem;left:4.1875rem;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; } }