.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:225,240,245;--color-primary-1:156,204,222;--color-primary-2:57,153,188;--color-primary-3:29,77,94;--color-primary-4:9,23,28;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:38,38,38;--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(244,244,244,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); }#auEJSqKDEWZElE7PTIiFS9IHt7a8go3q { position:relative;display:block; }#auEJSqKDEWZElE7PTIiFS9IHt7a8go3q { background-color: transparent; background-image: none; }#auEJSqKDEWZElE7PTIiFS9IHt7a8go3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auEJSqKDEWZElE7PTIiFS9IHt7a8go3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auEJSqKDEWZElE7PTIiFS9IHt7a8go3q > .row .container > .video-iframe-container { display: none; }#auEJSqKDEWZElE7PTIiFS9IHt7a8go3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auEJSqKDEWZElE7PTIiFS9IHt7a8go3q > .row > .video-iframe-container { display: none; }#auEJSqKDEWZElE7PTIiFS9IHt7a8go3q > .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); }#auEJSqKDEWZElE7PTIiFS9IHt7a8go3q { border-width: 0; border-radius: 0; }#auEJSqKDEWZElE7PTIiFS9IHt7a8go3q > .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; }#auEJSqKDEWZElE7PTIiFS9IHt7a8go3q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;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; }#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.0625rem;left:33.374351501465rem;overflow:hidden;display:block; }
#i2CcQOMUsABkxTN6mwhBF1SAxaDnZcND { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.4375rem;top:1.3125rem;left:2.8541641235351rem;overflow:hidden;display:block; }
#o5xfibcG3Af6fZtlUIZaX6k9Vk50L5kh { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.875rem;left:41.875rem;height:1.29948125rem;display:block; }
#haUi08tJARzBRrZz1epeofctC0MxIZ1r { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125rem;left:41.8125rem;height:2.5989625rem;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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.4375rem;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; }#aXd66P1NKoTBKxH5c6hk0gTzKrvmETHl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.25rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TsQTT8HyUImC3DzRieZ4NNgbb7yMz73l { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:35.521484375rem;height:13.6484375rem;display:block; }
#h6pevqkyJ0dkZ5NSNa2P4ioKmb9ZaCk4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.3125rem;left:35.521484375rem;height:3.8997375rem;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:21.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; }#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:23.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:5.248046875rem;left:3.75rem;height:14.78580625rem;text-align:justify;text-align-last:initial;display:block; }
#MDitT0tcfauWfs0kopVcpiBATKxoy2gt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:1.7057266235351rem;left:3.8125rem;height:1.54361875rem;display:block; }
#zPQwLcF0MXOoBlatgVecbfccHa0Kt0ev { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-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; }
#yTpQdQ8Nc51mRcFyRuS4O3WQMN5Bt7Nq { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;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:5.30859375rem;left:31.376302719116rem;height:11.37369375rem;text-align:justify;text-align-last:initial;display:block; }
#Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR { position:relative;display:block; }#Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR { background-color: transparent; background-image: none; }#Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR > .row .container > .video-iframe-container { display: none; }#Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR > .row > .video-iframe-container { display: none; }#Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR > .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); }#Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR { border-width: 0; border-radius: 0; }#Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR > .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; }#Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR > .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:33.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; }#kq4y0JJMyt9VwEadQPxZr6X78TTIFfFS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 { position:relative;display:block; }#TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 { background-color: transparent; background-image: none; }#TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 > .row .container > .video-iframe-container { display: none; }#TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 > .row > .video-iframe-container { display: none; }#TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 > .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); }#TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 { border-width: 0; border-radius: 0; }#TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 > .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; }#TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:34.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; }#AVGPoxJWbKLbuJM7XzBdJlHbFVu2Gnzo { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-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; }
#CfoKp3qP1JHofG58PUmeupogkc8nzaKy { color:#040404;display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:5.736328125rem;left:3.75rem;height:4.38671875rem;text-align:justify;text-align-last:initial;display:block; }
#fLMccxwB7mAZ94p7UKKDWsh2qMeDXFxE { color:#000000;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:2.6484375rem;left:3.75rem;height:1.70573125rem;display:block; }
#AqPn48SpnfGQ5LCuCLPpLvFwAFtUlCwq { color:#000000;display:block;width:52.5rem;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:9.9375rem;left:3.75rem;height:21.61003125rem;text-align:justify;text-align-last:initial;display:block; }
#WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA { position:relative;display:block; }#WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA { background-color: transparent; background-image: none; }#WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA > .row .container > .video-iframe-container { display: none; }#WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA > .row > .video-iframe-container { display: none; }#WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA > .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); }#WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA { border-width: 0; border-radius: 0; }#WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA > .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; }#WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA > .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:36.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; }#SOu02K1XXn9qgJxvaRLoT5h4IKeLzydn { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-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; }
#kUJximy81aMSiVd4e8RUigi4PfwvM50D { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;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:5.25rem;left:29.8125rem;height:2.2747375rem;text-align:justify;text-align-last:initial;display:block; }
#FG69mOnvpHRnKP0J1Bi0t7xOBz1SCEqt { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:18.625rem;top:4.2486991882324rem;left:4.9375rem;overflow:hidden;display:block; }
#twvzfmU6N50e1oyFCStwQIwvNfGPShLh { 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:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.16);top:3.5625rem;left:31.59375rem;height:1.4622375rem;display:block; }
#yOOfcLwhX0DX9PcfkV0V7te0H1R1saO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:2.84765625rem;left:29.875rem;height:1.54361875rem;display:block; }
#WIB0UTRKdLPX7IhylUTlxZyPTZFQNB3H { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2rem;top:15.4375rem;left:29.8125rem;overflow:hidden;display:block; }
#rqBUI5z7iCFxR2xmxXNTmReMebob6VGc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:21.625rem;left:29.8125rem;overflow:hidden;display:block; }
#yHbOPyZdruMyT95D3SZNWQK6gHiXXZmi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.25rem;top:26.6875rem;left:29.8125rem;overflow:hidden;display:block; }
#bqTGNNnCukNHzO8SCGm1wiggQEtdaShr { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:15.375rem;left:32.3125rem;height:5.68685rem;display:block; }
#ZX4BRVDDhw7vX3AlBshkKHlqAKuQp4WX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:21.625rem;left:32.3125rem;height:4.549475rem;display:block; }
#Auu3FZONSW7JtH094o2X9HH2kHxx2VWX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:26.6875rem;left:32.3125rem;height:4.54948125rem;display:block; }
#mESwe7lJ1gNzPsR1MXFO1psd4SVcfCsy { 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:1.9375rem;width:1.9375rem;top:9.625rem;left:29.8125rem;overflow:hidden;display:block; }
#LqP9TRPJwVc96OtphvTbJbGUy1LINxTg { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:9.625rem;left:32.3125rem;height:4.54948125rem;display:block; }
#nTlK5NAJfDVuIxbxuwTOFSTZxoNPOVVz { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15063;background-color:#b5b5b5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.8125rem;left:0rem;display:block; }
#VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG { position:relative;display:block; }#VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG { background-color: transparent; background-image: none; }#VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG > .row .container > .video-iframe-container { display: none; }#VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG > .row > .video-iframe-container { display: none; }#VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG > .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); }#VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG { border-width: 0; border-radius: 0; }#VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG > .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; }#VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG > .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:23.125rem;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; }#HlxVo0F2fZMZtQrbnlthq4nwatelv8eJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:1.095703125rem;left:24.810546875rem;height:1.54361875rem;display:block; }
#RvMDOM0leqQmP0M7HPRwSl92mvBfuckk { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-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; }
#admkJBmT5tt02t0C8G0wEa1RQsqsIVVP { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.0625rem;width:25.1875rem;top:5.095703125rem;left:3.625rem;display:block; }
#Zev03IddSMIIGgWzZmJWN8fWevOUSQqT { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.0625rem;width:25.1875rem;top:5.033203125rem;left:31.0625rem;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:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:26.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; }#pXeTmBz84GgCllFUrdQCumF5b2pb6IIP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;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:5.8736972808838rem;left:3.75rem;height:17.1444875rem;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.1875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:1.955078125rem;left:3.75rem;height:1.54361875rem;display:block; }
#nIpTovbiiIXICyhHUL47O0ncc0rVpued { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-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; }
#lcdEEsc5L8oUckoZIr7rr5aDJLXN1xvO { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;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:5.9986991882324rem;left:31.25rem;height:14.695325rem;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:34.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; }#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:9.6875rem;width:6.875rem;top:4.65625rem;left:5.59375rem;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.1875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:0.48828125rem;left:3.875rem;height:1.54385625rem;display:block; }
#UUVoqL2Ae9IJ78Cs3cTVbu4S8sFXnRV7 { 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:6.875rem;width:10.3125rem;top:15.999359130859rem;left:18rem;overflow:hidden;display:block; }
#QZlqgg6qh0bv44ZDrmDNvGFQ7OCsxcya { 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:6.875rem;width:10.3125rem;top:5.9993591308594rem;left:32.625rem;overflow:hidden;display:block; }
#VBH7gA2PqgPKpXbr5cwJWD2dNsKwe87r { 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:6.875rem;width:10.3125rem;top:5.9993591308594rem;left:45.75rem;overflow:hidden;display:block; }
#t1g88oBQOZrpQmw15UHJbAurWwabBbA0 { 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:6.875rem;width:10.3125rem;top:15.999348938465rem;left:3.9375rem;overflow:hidden;display:block; }
#B3UsS2OTETFbXxGWJ7l2XitVH66xf7Hf { 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:7.0625rem;width:14.4375rem;top:5.9993591308594rem;left:16rem;overflow:hidden;display:block; }
#TO6QJi6BpJaPqRp9NFlWDTMoxTzuJkeM { 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:6.875rem;width:10.3125rem;top:16rem;left:32.75rem;overflow:hidden;display:block; }
#DTE5ET57fhrJSM9rEW51OFAU1TSJFVnO { 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:6.875rem;width:10.3125rem;top:16rem;left:45.9375rem;overflow:hidden;display:block; }
#eZnXmwcwVOT439wXraMIK8C6uiiiD8DX { 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:6.875rem;width:10.3125rem;top:24.749348938465rem;left:3.75rem;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:#000000;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; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #auEJSqKDEWZElE7PTIiFS9IHt7a8go3q { display:block; }#auEJSqKDEWZElE7PTIiFS9IHt7a8go3q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Scm5iuz1rWT09FLIVEtGMVt1k9nnCClG { top:1.0625rem;left:27.249351501465rem;width:6.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2CcQOMUsABkxTN6mwhBF1SAxaDnZcND { top:1.3125rem;left:0rem;width:13.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5xfibcG3Af6fZtlUIZaX6k9Vk50L5kh { top:0.875rem;left:29.9375rem;width:17.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haUi08tJARzBRrZz1epeofctC0MxIZ1r { top:2.8125rem;left:29.9375rem;width:17.8125rem;height:2.5625rem;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) { #aXd66P1NKoTBKxH5c6hk0gTzKrvmETHl { top:0rem;left:0rem;width:47.75rem;height:26.461458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsQTT8HyUImC3DzRieZ4NNgbb7yMz73l { top:6rem;left:27rem;width:20.75rem;height:13.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6pevqkyJ0dkZ5NSNa2P4ioKmb9ZaCk4 { top:21.3125rem;left:28.25rem;width:19.5rem;height:3.875rem;font-size:0.75rem;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:5.1875rem;left:0rem;width:23.75rem;height:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDitT0tcfauWfs0kopVcpiBATKxoy2gt { top:1.6875rem;left:0rem;width:18.6875rem;height:1.5rem;font-size:1.1875rem;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) { #yTpQdQ8Nc51mRcFyRuS4O3WQMN5Bt7Nq { top:5.25rem;left:23rem;width:24.75rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR { display:block; }#Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kq4y0JJMyt9VwEadQPxZr6X78TTIFfFS { top:0rem;left:0rem;width:47.75rem;height:26.809635416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 { display:block; }#TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVGPoxJWbKLbuJM7XzBdJlHbFVu2Gnzo { top:21.8125rem;left:25.875rem;width:21.875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfoKp3qP1JHofG58PUmeupogkc8nzaKy { top:5.6875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLMccxwB7mAZ94p7UKKDWsh2qMeDXFxE { top:2.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqPn48SpnfGQ5LCuCLPpLvFwAFtUlCwq { top:9.9375rem;left:0rem;width:47.75rem;height:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA { display:block; }#WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOu02K1XXn9qgJxvaRLoT5h4IKeLzydn { top:3.75rem;left:0rem;width:21.875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUJximy81aMSiVd4e8RUigi4PfwvM50D { top:5.25rem;left:22.9375rem;width:24.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG69mOnvpHRnKP0J1Bi0t7xOBz1SCEqt { top:4.1875rem;left:0rem;width:18.625rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twvzfmU6N50e1oyFCStwQIwvNfGPShLh { top:3.5625rem;left:25.46875rem;width:20.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOOfcLwhX0DX9PcfkV0V7te0H1R1saO1 { top:2.8125rem;left:23.75rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIB0UTRKdLPX7IhylUTlxZyPTZFQNB3H { top:15.4375rem;left:23.6875rem;width:2rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqBUI5z7iCFxR2xmxXNTmReMebob6VGc { top:21.625rem;left:23.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHbOPyZdruMyT95D3SZNWQK6gHiXXZmi { top:26.6875rem;left:23.6875rem;width:2.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTGNNnCukNHzO8SCGm1wiggQEtdaShr { top:15.375rem;left:24.375rem;width:23.375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX4BRVDDhw7vX3AlBshkKHlqAKuQp4WX { top:21.625rem;left:24.375rem;width:23.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auu3FZONSW7JtH094o2X9HH2kHxx2VWX { top:26.6875rem;left:24.375rem;width:23.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mESwe7lJ1gNzPsR1MXFO1psd4SVcfCsy { top:9.625rem;left:23.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqP9TRPJwVc96OtphvTbJbGUy1LINxTg { top:9.625rem;left:24.375rem;width:23.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTlK5NAJfDVuIxbxuwTOFSTZxoNPOVVz { top:34.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG { display:block; }#VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlxVo0F2fZMZtQrbnlthq4nwatelv8eJ { top:1.0625rem;left:18.685546875rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvMDOM0leqQmP0M7HPRwSl92mvBfuckk { top:21.8125rem;left:25.875rem;width:21.875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #admkJBmT5tt02t0C8G0wEa1RQsqsIVVP { top:5.0625rem;left:0rem;width:25.1875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zev03IddSMIIGgWzZmJWN8fWevOUSQqT { top:5rem;left:22.5625rem;width:25.1875rem;height:14.0625rem;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) { #uvEQnolbJ9JqXiCfPrgQiebUi57AIzd8 { top:1.9375rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;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) { #lcdEEsc5L8oUckoZIr7rr5aDJLXN1xvO { 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:4.625rem;left:0rem;width:6.875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOxgpTNoOMEZ8SNM4seUN83VCi5X8XEe { top:0.4375rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUVoqL2Ae9IJ78Cs3cTVbu4S8sFXnRV7 { top:15.9375rem;left:11.875rem;width:10.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZlqgg6qh0bv44ZDrmDNvGFQ7OCsxcya { top:5.9375rem;left:26.5rem;width:10.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBH7gA2PqgPKpXbr5cwJWD2dNsKwe87r { top:5.9375rem;left:37.4375rem;width:10.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1g88oBQOZrpQmw15UHJbAurWwabBbA0 { top:15.9375rem;left:0rem;width:10.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3UsS2OTETFbXxGWJ7l2XitVH66xf7Hf { top:5.9375rem;left:9.875rem;width:14.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO6QJi6BpJaPqRp9NFlWDTMoxTzuJkeM { top:16rem;left:26.625rem;width:10.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTE5ET57fhrJSM9rEW51OFAU1TSJFVnO { top:16rem;left:37.4375rem;width:10.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZnXmwcwVOT439wXraMIK8C6uiiiD8DX { top:24.6875rem;left:0rem;width:10.3125rem;height:6.875rem;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) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #auEJSqKDEWZElE7PTIiFS9IHt7a8go3q { display:block; }#auEJSqKDEWZElE7PTIiFS9IHt7a8go3q > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Scm5iuz1rWT09FLIVEtGMVt1k9nnCClG { width:5.12305rem;height:3.06185rem;top:3.5rem;left:7.5000005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2CcQOMUsABkxTN6mwhBF1SAxaDnZcND { width:11.0625rem;height:2.6875rem;top:0.55794274806976rem;left:4.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5xfibcG3Af6fZtlUIZaX6k9Vk50L5kh { width:17.8125rem;height:1.13736875rem;top:7.3652357345581rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haUi08tJARzBRrZz1epeofctC0MxIZ1r { width:17.8125rem;height:2.2747375rem;top:9.0644544845581rem;left:1.0625rem;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:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXd66P1NKoTBKxH5c6hk0gTzKrvmETHl { width:20rem;height:11rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsQTT8HyUImC3DzRieZ4NNgbb7yMz73l { width:7.1875rem;height:4.875rem;top:1.7291665077209rem;left:11.562500596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h6pevqkyJ0dkZ5NSNa2P4ioKmb9ZaCk4 { width:8.4375rem;height:1.94921875rem;top:7.087890625rem;left:11.562500596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NyKETnt2WdIw4ukqt9vl348WZMH4rWJe { display:block; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UC3ymaZsTIohMozL995QrRd5VIgdUIRB { 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) { #urWOFrmwCDgwmsCni5Bm0Tunpx4N70KT { width:15.0625rem;height:16.8958375rem;top:3.66796875rem;left:2.4671519398689rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MDitT0tcfauWfs0kopVcpiBATKxoy2gt { width:13.75rem;height:1.54361875rem;top:0.76953125rem;left:3.7500001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPQwLcF0MXOoBlatgVecbfccHa0Kt0ev { width:20rem;height:1.6875rem;top:32.643232345581rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #yTpQdQ8Nc51mRcFyRuS4O3WQMN5Bt7Nq { width:15.1875rem;height:13.7278625rem;top:20.5625rem;left:2.5000001192093rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR { display:block; }#Fbw14ZuB3h4l4K80ST2s8MdWRRnXfgOR > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kq4y0JJMyt9VwEadQPxZr6X78TTIFfFS { height:11.229166666667rem;width:20rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 { display:block; }#TnMfONxJGKTrvrPvSSteuqLR7BGD3vc3 > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVGPoxJWbKLbuJM7XzBdJlHbFVu2Gnzo { width:20rem;height:0.123698125rem;top:64.751304626462rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #CfoKp3qP1JHofG58PUmeupogkc8nzaKy { width:15.125rem;height:5.27994375rem;top:6.21484375rem;left:2.46875rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fLMccxwB7mAZ94p7UKKDWsh2qMeDXFxE { width:14.0625rem;height:4.6308625rem;top:0.5rem;left:3.0625001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqPn48SpnfGQ5LCuCLPpLvFwAFtUlCwq { width:15.25rem;height:51.7434625rem;top:11.75rem;left:2.5000001192093rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA { display:block; }#WdwbkGTeOsNLKSBhNx8bFkexs19ZfzfA > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOu02K1XXn9qgJxvaRLoT5h4IKeLzydn { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #kUJximy81aMSiVd4e8RUigi4PfwvM50D { width:15.4375rem;height:3.16796875rem;top:4.25rem;left:2.1875001192093rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #FG69mOnvpHRnKP0J1Bi0t7xOBz1SCEqt { width:15.75rem;height:22.1875rem;top:47.25rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #twvzfmU6N50e1oyFCStwQIwvNfGPShLh { width:15.3125rem;height:1.38139375rem;top:1.25rem;left:3.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOOfcLwhX0DX9PcfkV0V7te0H1R1saO1 { width:12.625rem;height:1.54361875rem;top:1.45703125rem;left:3.7500001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIB0UTRKdLPX7IhylUTlxZyPTZFQNB3H { width:2rem;height:2.6875rem;top:18rem;left:9.2500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqBUI5z7iCFxR2xmxXNTmReMebob6VGc { width:2.0625rem;height:2.0625rem;top:28.1875rem;left:9.3750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHbOPyZdruMyT95D3SZNWQK6gHiXXZmi { width:2.25rem;height:1.4375rem;top:36.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTGNNnCukNHzO8SCGm1wiggQEtdaShr { width:15.1875rem;height:6.82421875rem;top:21.75rem;left:2.5000001192093rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZX4BRVDDhw7vX3AlBshkKHlqAKuQp4WX { width:15.0625rem;height:5.68685rem;top:30.875rem;left:2.5rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Auu3FZONSW7JtH094o2X9HH2kHxx2VWX { width:15.1875rem;height:6.82421875rem;top:38.6875rem;left:2.5rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #mESwe7lJ1gNzPsR1MXFO1psd4SVcfCsy { width:1.9375rem;height:1.9375rem;top:8.5625rem;left:9.3125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqP9TRPJwVc96OtphvTbJbGUy1LINxTg { width:15.125rem;height:5.68685rem;top:11.75rem;left:2.5000001192093rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nTlK5NAJfDVuIxbxuwTOFSTZxoNPOVVz { width:20rem;height:0.0625rem;top:71.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG { display:block; }#VylNP5sIH7wTTGqovK3S3CQzqEaa3DfG > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlxVo0F2fZMZtQrbnlthq4nwatelv8eJ { width:12.5rem;height:1.54361875rem;top:1.20703125rem;left:3.7500001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvMDOM0leqQmP0M7HPRwSl92mvBfuckk { width:20rem;height:0.12429rem;top:1.4240055084229rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #admkJBmT5tt02t0C8G0wEa1RQsqsIVVP { height:11.166rem;width:20rem;top:17.12109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zev03IddSMIIGgWzZmJWN8fWevOUSQqT { height:11.166rem;width:20rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTOeXJdlI32knnbfGywPM8s4selT7V37 { display:block; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXeTmBz84GgCllFUrdQCumF5b2pb6IIP { width:15.0625rem;height:22.74736875rem;top:4.9375rem;left:2.5000001192093rem;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.54361875rem;top:2.138671875rem;left:6.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIpTovbiiIXICyhHUL47O0ncc0rVpued { width:20rem;height:0.12429rem;top:0rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #lcdEEsc5L8oUckoZIr7rr5aDJLXN1xvO { width:15.0625rem;height:19.3352375rem;top:28.252605438233rem;left:2.5000001192093rem;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:84.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LA6a6sRsqCPEPKcsrq6pvKQbtz8VpwXC { width:8.625rem;height:12.1875rem;top:3.75rem;left:5.6861978769303rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOxgpTNoOMEZ8SNM4seUN83VCi5X8XEe { width:12.5rem;height:1.54385625rem;top:1.6912288665771rem;left:5.9996448159218rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUVoqL2Ae9IJ78Cs3cTVbu4S8sFXnRV7 { width:10.3125rem;height:6.875rem;top:50.496734619141rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZlqgg6qh0bv44ZDrmDNvGFQ7OCsxcya { width:10.3125rem;height:6.875rem;top:26.121734619141rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBH7gA2PqgPKpXbr5cwJWD2dNsKwe87r { width:10.3125rem;height:6.875rem;top:34.246734619141rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1g88oBQOZrpQmw15UHJbAurWwabBbA0 { width:10.3125rem;height:6.875rem;top:42.371734619141rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3UsS2OTETFbXxGWJ7l2XitVH66xf7Hf { width:14.4375rem;height:7.0625rem;top:17.809234619141rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO6QJi6BpJaPqRp9NFlWDTMoxTzuJkeM { width:10.3125rem;height:6.875rem;top:58.621734619141rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTE5ET57fhrJSM9rEW51OFAU1TSJFVnO { width:10.3125rem;height:6.875rem;top:66.746734619137rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZnXmwcwVOT439wXraMIK8C6uiiiD8DX { width:10.3125rem;height:6.875rem;top:74.871734619137rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { display:block; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }