.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,230,230;--color-primary-1:154,173,172;--color-primary-2:52,91,88;--color-primary-3:26,46,44;--color-primary-4:8,14,13;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:228,231,226;--color-tertiary-2:137,139,136;--color-tertiary-3:82,83,82;--color-tertiary-4:0,0,0;--headlines-font-family:"Circular STD";--paragraphs-font-family:"Circular STD"; }@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(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/b1330e85-f976-455d-8277-7355a4ff60f7/Background.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT.adaptive-delivery-prevent-bg, #ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT.lazyload, #ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT.lazyloading { background-image: none; }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT > .row .container { background-color: transparent; background-image: none; }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT > .row .container > .video-iframe-container { display: none; }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT > .row > .video-iframe-container { display: none; }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT > .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); }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT > .row .container { border-width: 0; border-radius: 0; }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT > .row .container { width:60rem;height:43.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#lR9SCH6pZAe2cp2i3n2GyDIyf3dIZOql { color:rgba(var(--color-tertiary-0),1);display:block;width:23.812375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),1);top:7.0625rem;left:33.25rem;height:14.398425rem;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;text-align:right;text-align-last:right;display:block; }
#sHP7nQP9R9F0LKnIrJm9cOhaax59kI08 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.749375rem;position:absolute;font-family:"circular std light";font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),1);top:23.25rem;left:32.3125rem;height:14.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IdSDPugiZ1ZkNfy6iNwaxOQTvFIQT9ux { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.13) ;height:27rem;width:24.6875rem;top:9.375rem;left:2.9375rem;display:block; }
#CMePNqequ0l4rmSr9UM6eRPTC19LNQx1 { color:rgba(var(--color-primary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.8125rem;left:4.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ckxVJeuBcehOkzUVtn89hUlUy5dBzAV0 { color:#333333;display:block;width:22rem;position:absolute;font-family:"circular std light";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:4.3125rem;height:11.69825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kfai7W2NONLZTGCcPwrMbsRCcEkbh1g0 { position:absolute;display:block;z-index:15015;height:7.5625rem;width:17.25rem;top:31.6875rem;left:6.625rem;display:block; }
#WgqSIgp5TMSwGMERB7rSgWq0OEuEHu4T { 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:1.25rem;width:19.75rem;top:2.875rem;left:20rem;overflow:hidden;display:block; }
#pO94m47vT65J4ciLCav86xM8BFvcuEGF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pO94m47vT65J4ciLCav86xM8BFvcuEGF > .row .container { background-color: transparent; background-image: none; }#pO94m47vT65J4ciLCav86xM8BFvcuEGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pO94m47vT65J4ciLCav86xM8BFvcuEGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pO94m47vT65J4ciLCav86xM8BFvcuEGF > .row .container > .video-iframe-container { display: none; }#pO94m47vT65J4ciLCav86xM8BFvcuEGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pO94m47vT65J4ciLCav86xM8BFvcuEGF > .row > .video-iframe-container { display: none; }#pO94m47vT65J4ciLCav86xM8BFvcuEGF > .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); }#pO94m47vT65J4ciLCav86xM8BFvcuEGF > .row .container { border-width: 0; border-radius: 0; }#pO94m47vT65J4ciLCav86xM8BFvcuEGF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pO94m47vT65J4ciLCav86xM8BFvcuEGF > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#zELX0dN7LgXa0GvpLSq1tSRNfwilACCW { color:rgba(var(--color-primary-2),1);display:block;width:21.31125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:4.5963554382324rem;left:19.342449188233rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#f1vLVG92eEmNeqFzT8I3G98Max6mNCH2 { 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:4.62456875rem;width:8.4375rem;top:7.0952720642087rem;left:5.78125rem;overflow:hidden;display:block; }
#e7PyyGOGmUqcaPdRyZqV5Ht4dHTsdyX5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.1870625rem;top:8.001304626465rem;left:24.405387878418rem;overflow:hidden;display:block; }
#lJ92XN50AOK09QwwiBedgNeNwVw3p8dz { 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:5rem;width:9.9370625rem;top:6.907554626465rem;left:45.030387878418rem;overflow:hidden;display:block; }
#s68SDBPvPHOIAvp9Eecmw05HknzHRCUs { position:absolute;display:block;z-index:15014;height:4.43739375rem;width:38.75rem;top:8.4375rem;left:10.625rem;display:block; }
#scMq9mVemnefCAWtLMqhD3NBwwstxqyP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#scMq9mVemnefCAWtLMqhD3NBwwstxqyP > .row .container { background-color: transparent; background-image: none; }#scMq9mVemnefCAWtLMqhD3NBwwstxqyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scMq9mVemnefCAWtLMqhD3NBwwstxqyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scMq9mVemnefCAWtLMqhD3NBwwstxqyP > .row .container > .video-iframe-container { display: none; }#scMq9mVemnefCAWtLMqhD3NBwwstxqyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scMq9mVemnefCAWtLMqhD3NBwwstxqyP > .row > .video-iframe-container { display: none; }#scMq9mVemnefCAWtLMqhD3NBwwstxqyP > .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); }#scMq9mVemnefCAWtLMqhD3NBwwstxqyP > .row .container { border-width: 0; border-radius: 0; }#scMq9mVemnefCAWtLMqhD3NBwwstxqyP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scMq9mVemnefCAWtLMqhD3NBwwstxqyP > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:60rem;position:relative;display:block; }#B9z7ai39ADApkSDtbS8khWHz58Gwx6vX { color:rgba(var(--color-primary-2),1);display:block;width:29.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:15.2490234375rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLqTs6BkBTBXMJVHW5HTt5wwhmhNGcoZ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:"circular std light";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.154296875rem;left:9.935546875rem;height:26.314425rem;font-style:normal;text-align:left;text-align-last:left;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; }
#I0OPNbr5TBIZVIQPtOTUDpHcEcoVVdL4 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:"circular std light";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:18.5625rem;left:12.0625rem;height:14rem;display:block; }
#yi5pWXHfpZSQfTtBtCpHcv9ve7hKsvG0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:18.8125rem;left:10.0625rem; }
#iaTbNLUmfAHsKaDrGwzWxMGE8KiKhnDk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.8125rem;left:10.0625rem; }
#JTmxwbe8aVL757VGf593sNkHgneK1vwI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:22.8125rem;left:10.0625rem; }
#ZCeDmdzrUJxnGF10yifLTg4fcZIv2zoq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:24.8125rem;left:10.0625rem; }
#mXTzk4gegeZ7fMtLtQfI8LIhLHwOsezr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:26.8125rem;left:10.0625rem; }
#uPw30uxUfDh8KuNeJwWCvg0h4BM2xB1C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:28.8125rem;left:10.0625rem; }
#uhg2Mwg1lgcDbybNLGlxPzoxA8a2Wq0B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:30.75rem;left:10.0625rem; }
#TMcsFOLVLf5TUSm1w2ArsHOzg5Zqf0gk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.9375rem;left:0.1875rem;display:none; }
#DXsWgGuCCTumEQTqKAHbFg0esOlTMIUo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.9375rem;left:0.1875rem;display:none; }
#QDwcqhw95kAPKg9W0v7sdCs6kNBmGKtU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.9375rem;left:0.1875rem;display:none; }
#yOBfXyvA4r2TSVqysGFbwMbET5UeVnv6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.9375rem;left:0.1875rem;display:none; }
#OgW7GfTmAQzVQmfLZqWXx8EZyosLdwnm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.9375rem;left:0.1875rem;display:none; }
#rKwGaSPcnOcvaRvDdfkihQwnbCVPeTsy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.9375rem;left:0.1875rem;display:none; }
#xa32cRGlJkd01vwHIarNoD0N28gwr6P9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xa32cRGlJkd01vwHIarNoD0N28gwr6P9 > .row .container { background-color: transparent; background-image: none; }#xa32cRGlJkd01vwHIarNoD0N28gwr6P9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xa32cRGlJkd01vwHIarNoD0N28gwr6P9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xa32cRGlJkd01vwHIarNoD0N28gwr6P9 > .row .container > .video-iframe-container { display: none; }#xa32cRGlJkd01vwHIarNoD0N28gwr6P9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xa32cRGlJkd01vwHIarNoD0N28gwr6P9 > .row > .video-iframe-container { display: none; }#xa32cRGlJkd01vwHIarNoD0N28gwr6P9 > .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); }#xa32cRGlJkd01vwHIarNoD0N28gwr6P9 > .row .container { border-width: 0; border-radius: 0; }#xa32cRGlJkd01vwHIarNoD0N28gwr6P9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xa32cRGlJkd01vwHIarNoD0N28gwr6P9 > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:60rem;position:relative;display:block; }#EIt3pfKT0i15ibcq9xuo47t1Z0HeFZ16 { color:rgba(var(--color-primary-2),1);display:block;width:21.4995625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:10.125rem;left:2.75rem;height:9rem;display:block; }
#GmmfXxQeQIm46gtAVTAhiwJcnayantMR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:"circular std light";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:22.3125rem;left:2.75rem;height:16.25rem;text-align:left;text-align-last:left;display:block; }
#u6PgB23AcGsRpETrs9ccn6IObsiuF8Ap { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.25rem;width:20rem;top:6.3125rem;left:36.5rem;display:block; }
#RdhiK4gQp8xZyB2M506VMTNU1GpyyDXs { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11rem;width:18.75rem;top:18.874572753906rem;left:36.499565124512rem;display:block; }
#pkMyUl9x5vxybVqDhCwPagDg1btaMwSr { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.25rem;width:18.75rem;top:31.3125rem;left:36.5rem;display:block; }
#X4uEh5nX9nBTpeh8TXZthvWpciW3Gbqu { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9995125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.0625rem;left:37.5rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#l3RQrMUGGg9tStQwOlRR3T3puM74qEXM { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.125rem;left:37.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#S5bs1aXTk06JTtHXfmtEF1n2PzhQVUmT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.6875rem;left:37.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#voO2gQT8PK9xTBbzG5vGq7Or7LnWX1uI { color:rgba(var(--color-tertiary-0),1);display:block;width:9.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.8125rem;left:37.5rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#WfT6JJ94GWUIUwWluVvFCNE7w2w7ETt5 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.25rem;width:20rem;top:18.8125rem;left:36.5rem;display:block; }
#qnhQ3VG0dHSB2TarLHzD9nOlnioIKXyh { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.625rem;left:37.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TwN8BJTw0GHxK4B31WUgLx8rDe4Rt7Di { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9995125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5625rem;left:37.5rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#SFAW1GE0Caz03xh1urlaTCDc5PcF6eGs { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.25rem;left:37.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#vposHDt5KPLmTdTE1XhEyzLqxbQD6Dxb { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.3125rem;left:37.5rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#HLrkvWT3dTMB91K7KPDLpiCOyhRIPUI7 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.25rem;width:20rem;top:31.3125rem;left:36.5rem;display:block; }
#lHvNT6CTCOxghIvz2nuNQpBbhOAXT4GN { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.0625rem;left:37.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#wt737KBJueqgQfLZTsHlXMRVOqfAK64p { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9995125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33rem;left:37.5rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#pvlETUqaIC83rZvqW8KrV1INtOE8Ac8N { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.625rem;left:37.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#N9dLxhGmiPTTNZvqsUgU7Foo5PTCWyAS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:38.8125rem;left:37.5rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#dlHACABOKEyLfpFcOkz5o8ZQx3LKTLv3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.1875rem;width:7.1875rem;top:8.25rem;left:48.25rem;overflow:hidden;display:block; }
#FZoac9s2TpyzRQOSptGsIHPakxu7qlHm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.125rem;width:7.125rem;top:20.75rem;left:48.25rem;overflow:hidden;display:block; }
#xv2an2OEiK6Z8BziCI5J48UAGnoiTqmX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.125rem;width:7.125rem;top:33.3125rem;left:48.25rem;overflow:hidden;display:block; }
#aJBmZ3hGm4od55G634MzGNdHTnzyUZLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aJBmZ3hGm4od55G634MzGNdHTnzyUZLV > .row .container { background-color: transparent; background-image: none; }#aJBmZ3hGm4od55G634MzGNdHTnzyUZLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJBmZ3hGm4od55G634MzGNdHTnzyUZLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJBmZ3hGm4od55G634MzGNdHTnzyUZLV > .row .container > .video-iframe-container { display: none; }#aJBmZ3hGm4od55G634MzGNdHTnzyUZLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJBmZ3hGm4od55G634MzGNdHTnzyUZLV > .row > .video-iframe-container { display: none; }#aJBmZ3hGm4od55G634MzGNdHTnzyUZLV > .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); }#aJBmZ3hGm4od55G634MzGNdHTnzyUZLV > .row .container { border-width: 0; border-radius: 0; }#aJBmZ3hGm4od55G634MzGNdHTnzyUZLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJBmZ3hGm4od55G634MzGNdHTnzyUZLV > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:60rem;position:relative;display:block; }#TmdqnczrZCnt8tipU4ukyDxBHTfF4k51 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:17.8125rem;left:7.5625rem;display:block; }
#dn9PGJhkTOEz5TnVGTKnKwqLgIdqbXOs { 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.125rem;width:4.1875rem;top:20.25rem;left:10rem;overflow:hidden;display:block; }
#SpV3A030lqoxoz65AgSIVnMXv3WhPQQ5 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:29.375rem;left:11.5rem;display:block; }
#AZEX5qQfniOwANW3wNN8Wc7fKSToEBnD { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-4),1);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.75rem;width:0;top:25.625rem;left:11.5rem;display:block; }
#IOlBTf3C8nShIgArFo7K7ROT8CfBUFG0 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:29.6875rem;left:44.1875rem;display:block; }
#QCoxoSaw4An4rqgzEUXn7pIacU1D6prH { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-4),1);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.75rem;width:0;top:37.5rem;left:50rem;display:block; }
#kd1WNmoEGRuOLxcJef6yQQN4PQM1QBcN { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:41.25rem;left:15.5rem;display:block; }
#KQ1olmJapzwCapyXTP5N54Av4SQZzKcU { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:39.5rem;left:7.625rem;display:block; }
#QbDcPeQ2ng11cFbKLGGu8TMMTvkTbO4O { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-1),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),1) ;height:4.75rem;width:4.75rem;top:38.3125rem;left:6rem;display:block; }
#TKHT6bd2i8U7i6a6Sg5d4hgMGPU9PmQk { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z1iyPqxKvv1qPvLROMURvmQCTg62PHgu { color:rgba(var(--color-tertiary-4),1);display:block;width:54.75rem;position:absolute;font-family:"circular std light";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8.375rem;left:2.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R5879sC2OxzDRDp6aVwtMa2FB32gl2RU { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-1),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),1) ;height:4.75rem;width:4.75rem;top:15.5rem;left:6rem;display:block; }
#y21or7truAOLUfMMkRKq1OfkJGyIm6zy { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-1),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),1) ;height:4.75rem;width:4.75rem;top:27.6875rem;left:42.625rem;display:block; }
#h5quff0ySfXAcT431tsWmIzyKnQOdZfC { color:rgba(var(--color-primary-2),1);display:block;width:25.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.1;letter-spacing:0;top:32.373481333256rem;left:15.309677124024rem;height:1.375rem;text-align:right;text-align-last:right;display:block; }
#JBfauXe9LAldf5qN16P2rT6pXdvTREFB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:"circular std light";font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:34.0625rem;left:20.8125rem;height:3.50390625rem;text-align:right;text-align-last:right;display:block; }
#TgSkTDCdJkWzgKpV8GiNckhTTn3HAs0x { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.1;letter-spacing:0;top:17.812498092651rem;left:16.875rem;height:1.375rem;display:block; }
#GChCoLZl9GXUglnSnzoe7i0eikdxvBZG { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:"circular std light";font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.1;letter-spacing:0;top:19.375rem;left:16.875rem;height:4.671875rem;display:block; }
#c2yUJ1sBfQ6KOUJ8avqbWSr6DSwBhN78 { color:rgba(var(--color-primary-2),1);display:block;width:18.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.1;letter-spacing:0;top:43.445533335209rem;left:16.875rem;height:1.375rem;display:block; }
#kuSuKBKWHUsXJkKVWb8LOp1gTBCtKbKR { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:"circular std light";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:45.125rem;left:16.875rem;height:5.83984375rem;display:block; }
#Fzkc404tHgC4Kg5rCf0HSRAMVDdSXn7P { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:32.25rem;left:46.75rem; }
#pebV7ZaQM9Q7ukaEfbXPNpI9bnBGcJEB { color:rgba(var(--color-primary-2),1);display:block;width:1.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:16.25rem;left:7.8125rem;height:3.1684rem;display:block; }
#NQwE8nZmAyQAUTNUX3BnCRCnDrJQ4BPD { color:rgba(var(--color-primary-2),1);display:block;width:1.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:28.3125rem;left:44.375rem;height:3.1684rem;display:block; }
#C9uiCJhVsrHe40yl4eqQDEXZQ3RxK23f { color:rgba(var(--color-primary-2),1);display:block;width:1.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:38.9375rem;left:7.75rem;height:3.1684rem;display:block; }
#F4KEuHt98v14exBRtSst2CyTbU94to3u { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:42.1875rem;left:10.375rem; }
#HNtmGazHrLPqpMZPHaJ1BK8BsqTwsd0m { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-1),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),1) ;height:4.75rem;width:4.75rem;top:14.5556640625rem;left:6.2744140625rem;display:none; }
#LJDuP107vQby1eTwVMqoPCwPArxreMCN { color:rgba(var(--color-primary-2),1);display:block;width:1.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:15.3466796875rem;left:8.15625rem;height:3.16796875rem;display:none; }
#ZrTDtMf8uByguSSxgeT01OCatzTvXT7b { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:16.19921875rem;left:7.5869140625rem;display:none; }
#rncJi3PWKtv4N8wHMmsBLIKZsPeFota3 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-1),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),1) ;height:4.75rem;width:4.75rem;top:14.5556640625rem;left:6.2744140625rem;display:none; }
#DG26mslsIUfuEM7gqv8GJhbifHZPtdRd { color:rgba(var(--color-primary-2),1);display:block;width:1.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:15.3466796875rem;left:8.15625rem;height:3.16796875rem;display:none; }
#gUBuPx8bhyPkVnJN11FEe2rylMqTR1BT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:16.19921875rem;left:7.5869140625rem;display:none; }
#eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u > .row .container { background-color: transparent; background-image: none; }#eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u > .row .container > .video-iframe-container { display: none; }#eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u > .row > .video-iframe-container { display: none; }#eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u > .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); }#eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u > .row .container { border-width: 0; border-radius: 0; }#eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#OusiQAMbNJzUD5SKnkTnddhxtorbt8KC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-1),1);border-left:0.1875rem solid rgba(var(--color-tertiary-1),1);border-right:0.1875rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:18.875rem;top:9.8116455078125rem;left:0.3125rem;display:block; }
#SKUtd1RhGbzGn7XfNpockvzLqANrda1G { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:"circular std light";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:11.811431884766rem;left:0.99880599975588rem;height:6.9970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KD78q9IlB0A67x7qKCOfyATPt8rMovhE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:19.686859130859rem;left:1.4990234375rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aLC3xMDMnT8HE2sL25DB1TabbtpqAJfD { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-1),1);border-left:0.1875rem solid rgba(var(--color-tertiary-1),1);border-right:0.1875rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:18.875rem;top:9.8116455078125rem;left:20.312501907349rem;display:block; }
#B6J3bG5WU25NzJMpyGTP602AQM5ogffM { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:"circular std light";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11.811431884766rem;left:20.998807907104rem;height:6.9970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LbHogyPCBpdxUqlN1TiToSefaxanbHHz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.686859130859rem;left:21.499025344849rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S16cHpvspkicAc8pI9bTO1T3zn7ES2rU { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:"circular std light";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:13.187286376953rem;left:40.998807907104rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#smMsJNw7zAXBuQGWOIzgS4LcIO0P4emn { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-1),1);border-left:0.1875rem solid rgba(var(--color-tertiary-1),1);border-right:0.1875rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:18.875rem;top:9.8116455078125rem;left:40.312501907349rem;display:block; }
#xm9hFVpbSTnh1iZ4Gtm67UkG4zg0WNIa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:19.686859130859rem;left:41.499025344849rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqGKdUAZ9nTAcHT5ZtDH9TDx9hNOs0LT { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8732757568359rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCOtqmrqR2aRqU1rvLMpIJTUl9D2OJqa { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:18.875rem;top:8.875rem;left:0.3125rem;display:none; }
#EQZ3bJ47ZteUgfduPGa3nTwyTDtoPrTg { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:18.875rem;top:8.875rem;left:0.3125rem;display:none; }
#WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm > .row .container { background-color: transparent; background-image: none; }#WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm > .row .container > .video-iframe-container { display: none; }#WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm > .row > .video-iframe-container { display: none; }#WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm > .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); }#WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm > .row .container { border-width: 0; border-radius: 0; }#WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#ep6vnTqJARFhGJATTuTPr52c8gNSlKac { color:rgba(var(--color-tertiary-1),1);display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.08203125rem;left:41.75rem;height:2.26171875rem;text-align:right;text-align-last:right;display:block; }
#mtykpt7Miz0FRHT6NDqxL1XBXJ5Vo5Qb { color:rgba(var(--color-tertiary-1),1);display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.08203125rem;left:1.0625rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT { display:block; }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lR9SCH6pZAe2cp2i3n2GyDIyf3dIZOql { width:23.75rem;height:14.375rem;top:7.0625rem;left:24rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHP7nQP9R9F0LKnIrJm9cOhaax59kI08 { width:24.6875rem;height:14.1875rem;top:23.25rem;left:23.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdSDPugiZ1ZkNfy6iNwaxOQTvFIQT9ux { width:24.6875rem;height:26.9375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMePNqequ0l4rmSr9UM6eRPTC19LNQx1 { width:21.875rem;height:4.8125rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckxVJeuBcehOkzUVtn89hUlUy5dBzAV0 { width:22rem;height:11.6875rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfai7W2NONLZTGCcPwrMbsRCcEkbh1g0 { top:31.6875rem;left:0.5rem;width:17.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgqSIgp5TMSwGMERB7rSgWq0OEuEHu4T { top:2.875rem;left:13.875rem;width:19.6875rem;height:1.2460837368271rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO94m47vT65J4ciLCav86xM8BFvcuEGF { display:block; }#pO94m47vT65J4ciLCav86xM8BFvcuEGF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zELX0dN7LgXa0GvpLSq1tSRNfwilACCW { top:4.5625rem;left:0rem;width:21.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1vLVG92eEmNeqFzT8I3G98Max6mNCH2 { top:7.0625rem;left:3.71875rem;width:8.4375rem;height:4.62456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7PyyGOGmUqcaPdRyZqV5Ht4dHTsdyX5 { top:8rem;left:18.217887878418rem;width:11.125rem;height:2.7971627480779rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ92XN50AOK09QwwiBedgNeNwVw3p8dz { top:6.875rem;left:34.717887878418rem;width:9.875rem;height:4.9693035426731rem;display:block; }
 }@media only screen and (max-width: 763px) { #s68SDBPvPHOIAvp9Eecmw05HknzHRCUs { top:8.4375rem;left:0rem;width:38.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scMq9mVemnefCAWtLMqhD3NBwwstxqyP { display:block; }#scMq9mVemnefCAWtLMqhD3NBwwstxqyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9z7ai39ADApkSDtbS8khWHz58Gwx6vX { width:29.5rem;height:9.75rem;top:1.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLqTs6BkBTBXMJVHW5HTt5wwhmhNGcoZ { width:40.1875rem;height:26.3125rem;top:13.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0OPNbr5TBIZVIQPtOTUDpHcEcoVVdL4 { top:18.5625rem;left:0rem;width:37.875rem;height:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi5pWXHfpZSQfTtBtCpHcv9ve7hKsvG0 { top:18.8125rem;left:7rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaTbNLUmfAHsKaDrGwzWxMGE8KiKhnDk { top:20.8125rem;left:7rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmxwbe8aVL757VGf593sNkHgneK1vwI { top:22.8125rem;left:7rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCeDmdzrUJxnGF10yifLTg4fcZIv2zoq { top:24.8125rem;left:7rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXTzk4gegeZ7fMtLtQfI8LIhLHwOsezr { top:26.8125rem;left:7rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPw30uxUfDh8KuNeJwWCvg0h4BM2xB1C { top:28.8125rem;left:7rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhg2Mwg1lgcDbybNLGlxPzoxA8a2Wq0B { top:30.75rem;left:7rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMcsFOLVLf5TUSm1w2ArsHOzg5Zqf0gk { top:16.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXsWgGuCCTumEQTqKAHbFg0esOlTMIUo { top:16.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDwcqhw95kAPKg9W0v7sdCs6kNBmGKtU { top:16.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOBfXyvA4r2TSVqysGFbwMbET5UeVnv6 { top:16.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgW7GfTmAQzVQmfLZqWXx8EZyosLdwnm { top:16.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKwGaSPcnOcvaRvDdfkihQwnbCVPeTsy { top:16.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xa32cRGlJkd01vwHIarNoD0N28gwr6P9 { display:block; }#xa32cRGlJkd01vwHIarNoD0N28gwr6P9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIt3pfKT0i15ibcq9xuo47t1Z0HeFZ16 { top:10.125rem;left:0rem;width:21.4375rem;height:8.9375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmmfXxQeQIm46gtAVTAhiwJcnayantMR { top:22.3125rem;left:0rem;width:27rem;height:16.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6PgB23AcGsRpETrs9ccn6IObsiuF8Ap { top:6.3125rem;left:27.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdhiK4gQp8xZyB2M506VMTNU1GpyyDXs { top:18.8125rem;left:29rem;width:18.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkMyUl9x5vxybVqDhCwPagDg1btaMwSr { top:31.3125rem;left:29rem;width:18.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4uEh5nX9nBTpeh8TXZthvWpciW3Gbqu { top:8.0625rem;left:31.375rem;width:4.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3RQrMUGGg9tStQwOlRR3T3puM74qEXM { top:7.125rem;left:31.375rem;width:11rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5bs1aXTk06JTtHXfmtEF1n2PzhQVUmT { top:12.6875rem;left:31.375rem;width:11rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #voO2gQT8PK9xTBbzG5vGq7Or7LnWX1uI { top:13.8125rem;left:31.375rem;width:9.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfT6JJ94GWUIUwWluVvFCNE7w2w7ETt5 { top:18.8125rem;left:27.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnhQ3VG0dHSB2TarLHzD9nOlnioIKXyh { top:19.625rem;left:31.375rem;width:11rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwN8BJTw0GHxK4B31WUgLx8rDe4Rt7Di { top:20.5625rem;left:31.375rem;width:4.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFAW1GE0Caz03xh1urlaTCDc5PcF6eGs { top:25.25rem;left:31.375rem;width:11rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vposHDt5KPLmTdTE1XhEyzLqxbQD6Dxb { top:26.3125rem;left:31.375rem;width:10.625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLrkvWT3dTMB91K7KPDLpiCOyhRIPUI7 { top:31.3125rem;left:27.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHvNT6CTCOxghIvz2nuNQpBbhOAXT4GN { top:32.0625rem;left:31.375rem;width:11rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt737KBJueqgQfLZTsHlXMRVOqfAK64p { top:33rem;left:31.375rem;width:4.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvlETUqaIC83rZvqW8KrV1INtOE8Ac8N { top:37.625rem;left:31.375rem;width:11rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9dLxhGmiPTTNZvqsUgU7Foo5PTCWyAS { top:38.8125rem;left:31.375rem;width:10.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlHACABOKEyLfpFcOkz5o8ZQx3LKTLv3 { top:8.25rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZoac9s2TpyzRQOSptGsIHPakxu7qlHm { top:20.75rem;left:40.625rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv2an2OEiK6Z8BziCI5J48UAGnoiTqmX { top:33.3125rem;left:40.625rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJBmZ3hGm4od55G634MzGNdHTnzyUZLV { display:block; }#aJBmZ3hGm4od55G634MzGNdHTnzyUZLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmdqnczrZCnt8tipU4ukyDxBHTfF4k51 { top:17.8125rem;left:1.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn9PGJhkTOEz5TnVGTKnKwqLgIdqbXOs { top:20.25rem;left:3.875rem;width:4.125rem;height:4.063004783832rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpV3A030lqoxoz65AgSIVnMXv3WhPQQ5 { top:29.375rem;left:5.375rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #AZEX5qQfniOwANW3wNN8Wc7fKSToEBnD { top:25.625rem;left:5.375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOlBTf3C8nShIgArFo7K7ROT8CfBUFG0 { top:29.6875rem;left:38.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCoxoSaw4An4rqgzEUXn7pIacU1D6prH { top:37.5rem;left:43.875rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd1WNmoEGRuOLxcJef6yQQN4PQM1QBcN { top:41.25rem;left:9.375rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #KQ1olmJapzwCapyXTP5N54Av4SQZzKcU { top:39.5rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbDcPeQ2ng11cFbKLGGu8TMMTvkTbO4O { top:38.3125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKHT6bd2i8U7i6a6Sg5d4hgMGPU9PmQk { width:47.75rem;height:4.8125rem;top:2.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1iyPqxKvv1qPvLROMURvmQCTg62PHgu { width:47.75rem;height:2.9375rem;top:8.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5879sC2OxzDRDp6aVwtMa2FB32gl2RU { top:15.5rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y21or7truAOLUfMMkRKq1OfkJGyIm6zy { top:27.6875rem;left:36.5rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5quff0ySfXAcT431tsWmIzyKnQOdZfC { top:32.3125rem;left:9.1846771240238rem;width:25.375rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBfauXe9LAldf5qN16P2rT6pXdvTREFB { top:34.0625rem;left:14.6875rem;width:19.75rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgSkTDCdJkWzgKpV8GiNckhTTn3HAs0x { top:17.75rem;left:10.75rem;width:17.8125rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GChCoLZl9GXUglnSnzoe7i0eikdxvBZG { top:19.375rem;left:10.75rem;width:25.9375rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2yUJ1sBfQ6KOUJ8avqbWSr6DSwBhN78 { top:43.4375rem;left:10.75rem;width:18rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuSuKBKWHUsXJkKVWb8LOp1gTBCtKbKR { top:45.125rem;left:10.75rem;width:30.3125rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzkc404tHgC4Kg5rCf0HSRAMVDdSXn7P { top:32.25rem;left:40.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pebV7ZaQM9Q7ukaEfbXPNpI9bnBGcJEB { top:16.25rem;left:1.6875rem;width:1rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQwE8nZmAyQAUTNUX3BnCRCnDrJQ4BPD { top:28.3125rem;left:38.25rem;width:1rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9uiCJhVsrHe40yl4eqQDEXZQ3RxK23f { top:38.9375rem;left:1.625rem;width:1rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4KEuHt98v14exBRtSst2CyTbU94to3u { top:42.1875rem;left:4.25rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNtmGazHrLPqpMZPHaJ1BK8BsqTwsd0m { top:14.5rem;left:0.1494140625rem;width:4.75rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJDuP107vQby1eTwVMqoPCwPArxreMCN { top:27rem;left:0rem;width:1.0625rem;height:2.5625rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrTDtMf8uByguSSxgeT01OCatzTvXT7b { top:16.1875rem;left:1.4619140625rem;width:7.8125rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rncJi3PWKtv4N8wHMmsBLIKZsPeFota3 { top:14.5rem;left:0.1494140625rem;width:4.75rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DG26mslsIUfuEM7gqv8GJhbifHZPtdRd { top:43.0625rem;left:0rem;width:1.0625rem;height:2.5625rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gUBuPx8bhyPkVnJN11FEe2rylMqTR1BT { top:16.1875rem;left:1.4619140625rem;width:7.8125rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u { display:block; }#eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OusiQAMbNJzUD5SKnkTnddhxtorbt8KC { width:18.8125rem;height:12.5rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKUtd1RhGbzGn7XfNpockvzLqANrda1G { width:17.9375rem;height:6.9375rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD78q9IlB0A67x7qKCOfyATPt8rMovhE { width:16.875rem;height:1.75rem;top:19.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLC3xMDMnT8HE2sL25DB1TabbtpqAJfD { width:18.8125rem;height:12.5rem;top:9.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6J3bG5WU25NzJMpyGTP602AQM5ogffM { width:17.9375rem;height:6.9375rem;top:11.75rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbHogyPCBpdxUqlN1TiToSefaxanbHHz { width:16.875rem;height:1.75rem;top:19.625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S16cHpvspkicAc8pI9bTO1T3zn7ES2rU { width:17.9375rem;height:4.1875rem;top:13.125rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #smMsJNw7zAXBuQGWOIzgS4LcIO0P4emn { width:18.8125rem;height:12.5rem;top:9.75rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm9hFVpbSTnh1iZ4Gtm67UkG4zg0WNIa { width:16.875rem;height:1.75rem;top:19.625rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqGKdUAZ9nTAcHT5ZtDH9TDx9hNOs0LT { width:47.75rem;height:4.8125rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCOtqmrqR2aRqU1rvLMpIJTUl9D2OJqa { width:18.875rem;height:12.5625rem;top:8.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQZ3bJ47ZteUgfduPGa3nTwyTDtoPrTg { width:18.875rem;height:12.5625rem;top:8.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm { display:block; }#WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ep6vnTqJARFhGJATTuTPr52c8gNSlKac { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtykpt7Miz0FRHT6NDqxL1XBXJ5Vo5Qb { top:2.0625rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT { display:block; }#ovRJL4lUsV6f8PIzoV8Esqm1GOvV7KbT > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lR9SCH6pZAe2cp2i3n2GyDIyf3dIZOql { width:20rem;height:10.79684375rem;top:5.5197486877441rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHP7nQP9R9F0LKnIrJm9cOhaax59kI08 { width:20rem;height:11.375rem;top:18.247613906861rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdSDPugiZ1ZkNfy6iNwaxOQTvFIQT9ux { width:19.75rem;height:37.0625rem;top:32.874351501465rem;left:0.12424045801163rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMePNqequ0l4rmSr9UM6eRPTC19LNQx1 { width:18.811875rem;height:3.8984375rem;top:34.498699188233rem;left:0.59353297948838rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckxVJeuBcehOkzUVtn89hUlUy5dBzAV0 { width:18.4375rem;height:16.8974375rem;top:39.499784469604rem;left:0.78125005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfai7W2NONLZTGCcPwrMbsRCcEkbh1g0 { width:17.1875rem;height:9.5625rem;top:59.311527252198rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgqSIgp5TMSwGMERB7rSgWq0OEuEHu4T { width:19.6875rem;height:1.2460837368271rem;top:1.9346789121627rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO94m47vT65J4ciLCav86xM8BFvcuEGF { display:block; }#pO94m47vT65J4ciLCav86xM8BFvcuEGF > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zELX0dN7LgXa0GvpLSq1tSRNfwilACCW { width:20rem;height:1.21875rem;top:1.4984798431396rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1vLVG92eEmNeqFzT8I3G98Max6mNCH2 { width:13.9985rem;height:7.8125rem;top:2.6193580627441rem;left:3.0002172589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7PyyGOGmUqcaPdRyZqV5Ht4dHTsdyX5 { width:13.9985rem;height:3.62305rem;top:9.9066848754881rem;left:3.0002172589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ92XN50AOK09QwwiBedgNeNwVw3p8dz { width:13.9985rem;height:7.1235rem;top:13.993055343628rem;left:3.0002172589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #s68SDBPvPHOIAvp9Eecmw05HknzHRCUs { width:12.0621875rem;height:13.0620625rem;top:0rem;left:3.9686415791511rem;display:block; }
 }@media only screen and (max-width: 763px) { #scMq9mVemnefCAWtLMqhD3NBwwstxqyP { display:block; }#scMq9mVemnefCAWtLMqhD3NBwwstxqyP > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9z7ai39ADApkSDtbS8khWHz58Gwx6vX { width:20rem;height:5.19921875rem;top:1.4344644546509rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLqTs6BkBTBXMJVHW5HTt5wwhmhNGcoZ { width:20rem;height:24.375rem;top:9.2880859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0OPNbr5TBIZVIQPtOTUDpHcEcoVVdL4 { width:18.0625rem;height:17.5957125rem;top:11.091575622559rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi5pWXHfpZSQfTtBtCpHcv9ve7hKsvG0 { display:flex;width:0.99935rem;height:0.99935rem;top:11.403537631035rem;left:0.53439670801162rem; }
 }@media only screen and (max-width: 763px) { #iaTbNLUmfAHsKaDrGwzWxMGE8KiKhnDk { display:flex;width:1.4375rem;height:1.4375rem;top:9.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTmxwbe8aVL757VGf593sNkHgneK1vwI { display:flex;width:1.4375rem;height:1.4375rem;top:11.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCeDmdzrUJxnGF10yifLTg4fcZIv2zoq { display:flex;width:1.4375rem;height:1.4375rem;top:14.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXTzk4gegeZ7fMtLtQfI8LIhLHwOsezr { display:flex;width:1.4375rem;height:1.4375rem;top:17.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPw30uxUfDh8KuNeJwWCvg0h4BM2xB1C { display:flex;width:1.4375rem;height:1.4375rem;top:19.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhg2Mwg1lgcDbybNLGlxPzoxA8a2Wq0B { display:flex;width:1.4375rem;height:1.4375rem;top:22.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMcsFOLVLf5TUSm1w2ArsHOzg5Zqf0gk { display:flex;width:0.99935rem;height:0.99935rem;top:12.946615099907rem;left:0.53439670801162rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #DXsWgGuCCTumEQTqKAHbFg0esOlTMIUo { display:flex;width:0.99935rem;height:0.99935rem;top:14.570204615593rem;left:0.53439670801162rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #QDwcqhw95kAPKg9W0v7sdCs6kNBmGKtU { display:flex;width:0.99935rem;height:0.99935rem;top:16.126736521721rem;left:0.53439670801162rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #yOBfXyvA4r2TSVqysGFbwMbET5UeVnv6 { display:flex;width:0.99935rem;height:0.99935rem;top:17.762803912163rem;left:0.53439670801162rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #OgW7GfTmAQzVQmfLZqWXx8EZyosLdwnm { display:flex;width:0.99935rem;height:0.99935rem;top:19.390300631523rem;left:0.53439670801162rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #rKwGaSPcnOcvaRvDdfkihQwnbCVPeTsy { display:flex;width:0.99935rem;height:0.99935rem;top:20.976997256279rem;left:0.53439670801162rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #xa32cRGlJkd01vwHIarNoD0N28gwr6P9 { display:block; }#xa32cRGlJkd01vwHIarNoD0N28gwr6P9 > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIt3pfKT0i15ibcq9xuo47t1Z0HeFZ16 { width:12.436rem;height:4.7992625rem;top:1.7491226196289rem;left:3.7814672589302rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GmmfXxQeQIm46gtAVTAhiwJcnayantMR { width:20rem;height:21.125rem;top:8.1955270767213rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6PgB23AcGsRpETrs9ccn6IObsiuF8Ap { width:20rem;height:11.25rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdhiK4gQp8xZyB2M506VMTNU1GpyyDXs { width:18.75rem;height:11.25rem;top:44.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkMyUl9x5vxybVqDhCwPagDg1btaMwSr { width:18.75rem;height:11.25rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4uEh5nX9nBTpeh8TXZthvWpciW3Gbqu { width:4.93706875rem;height:2.5996125rem;top:33.875rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3RQrMUGGg9tStQwOlRR3T3puM74qEXM { width:11.0623125rem;height:1.625rem;top:32.9375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5bs1aXTk06JTtHXfmtEF1n2PzhQVUmT { width:11.0623125rem;height:1.625rem;top:38.5rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #voO2gQT8PK9xTBbzG5vGq7Or7LnWX1uI { width:9.249125rem;height:2.5996125rem;top:39.625rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfT6JJ94GWUIUwWluVvFCNE7w2w7ETt5 { width:20rem;height:11.25rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnhQ3VG0dHSB2TarLHzD9nOlnioIKXyh { width:11.0623125rem;height:1.625rem;top:45.4375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwN8BJTw0GHxK4B31WUgLx8rDe4Rt7Di { width:4.93706875rem;height:2.5996125rem;top:46.375rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFAW1GE0Caz03xh1urlaTCDc5PcF6eGs { width:11.0623125rem;height:1.625rem;top:51.0625rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vposHDt5KPLmTdTE1XhEyzLqxbQD6Dxb { width:10.686875rem;height:2.5996125rem;top:52.0625rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLrkvWT3dTMB91K7KPDLpiCOyhRIPUI7 { width:20rem;height:11.25rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHvNT6CTCOxghIvz2nuNQpBbhOAXT4GN { width:11.0623125rem;height:1.625rem;top:57.875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt737KBJueqgQfLZTsHlXMRVOqfAK64p { width:4.93706875rem;height:2.5996125rem;top:58.8125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvlETUqaIC83rZvqW8KrV1INtOE8Ac8N { width:11.0623125rem;height:1.625rem;top:63.4375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9dLxhGmiPTTNZvqsUgU7Foo5PTCWyAS { width:10.7498125rem;height:2.5996125rem;top:64.5625rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlHACABOKEyLfpFcOkz5o8ZQx3LKTLv3 { width:7.1875rem;height:7.1875rem;top:34.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZoac9s2TpyzRQOSptGsIHPakxu7qlHm { width:7.125rem;height:7.125rem;top:46.5625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv2an2OEiK6Z8BziCI5J48UAGnoiTqmX { width:7.125rem;height:7.125rem;top:59.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJBmZ3hGm4od55G634MzGNdHTnzyUZLV { display:block; }#aJBmZ3hGm4od55G634MzGNdHTnzyUZLV > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmdqnczrZCnt8tipU4ukyDxBHTfF4k51 { width:4.25rem;height:4.25rem;top:13.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn9PGJhkTOEz5TnVGTKnKwqLgIdqbXOs { width:2.8125rem;height:2.8125rem;top:14.28125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpV3A030lqoxoz65AgSIVnMXv3WhPQQ5 { width:19.875rem;height:0;top:29.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZEX5qQfniOwANW3wNN8Wc7fKSToEBnD { width:0;height:3.75rem;top:25.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOlBTf3C8nShIgArFo7K7ROT8CfBUFG0 { width:2.6875rem;height:2.6875rem;top:30.71875rem;left:3.78125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QCoxoSaw4An4rqgzEUXn7pIacU1D6prH { width:0;height:3.75rem;top:37.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kd1WNmoEGRuOLxcJef6yQQN4PQM1QBcN { width:19.875rem;height:0;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQ1olmJapzwCapyXTP5N54Av4SQZzKcU { width:1.3125rem;height:1.3125rem;top:47.0224609375rem;left:4.46875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #QbDcPeQ2ng11cFbKLGGu8TMMTvkTbO4O { width:2rem;height:2rem;top:28.71875rem;left:1.78125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TKHT6bd2i8U7i6a6Sg5d4hgMGPU9PmQk { width:20rem;height:2.5996125rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1iyPqxKvv1qPvLROMURvmQCTg62PHgu { width:20rem;height:3.59863125rem;top:4.4108085632324rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5879sC2OxzDRDp6aVwtMa2FB32gl2RU { width:3.0625rem;height:3.0625rem;top:11.6875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y21or7truAOLUfMMkRKq1OfkJGyIm6zy { width:2.625rem;height:2.625rem;top:28.40625rem;left:1.15625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #h5quff0ySfXAcT431tsWmIzyKnQOdZfC { width:13.25rem;height:4.94824375rem;top:28.712890625rem;left:6.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBfauXe9LAldf5qN16P2rT6pXdvTREFB { width:18.5625rem;height:4.67230625rem;top:35.4462890625rem;left:0.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgSkTDCdJkWzgKpV8GiNckhTTn3HAs0x { width:11.4375rem;height:3.29969375rem;top:13.849609375rem;left:7.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GChCoLZl9GXUglnSnzoe7i0eikdxvBZG { width:19.5625rem;height:5.8403875rem;top:18.93359375rem;left:0.21875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c2yUJ1sBfQ6KOUJ8avqbWSr6DSwBhN78 { width:11.3125rem;height:3.29969375rem;top:44.974609375rem;left:8rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuSuKBKWHUsXJkKVWb8LOp1gTBCtKbKR { width:18.875rem;height:10.5126875rem;top:49.7373046875rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fzkc404tHgC4Kg5rCf0HSRAMVDdSXn7P { display:flex;width:2.8125rem;height:2.8125rem;top:30.78125rem;left:4.125rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #pebV7ZaQM9Q7ukaEfbXPNpI9bnBGcJEB { width:1.0625rem;height:2.5996125rem;top:11.91796875rem;left:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQwE8nZmAyQAUTNUX3BnCRCnDrJQ4BPD { width:1.0625rem;height:2.5996125rem;top:30.76171875rem;left:4.59375rem;font-size:2rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #C9uiCJhVsrHe40yl4eqQDEXZQ3RxK23f { width:1.0625rem;height:2.5996125rem;top:44.484375rem;left:4.59375rem;font-size:2rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #F4KEuHt98v14exBRtSst2CyTbU94to3u { display:flex;width:2.8125rem;height:2.8125rem;top:45.466796875rem;left:4.03125rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #HNtmGazHrLPqpMZPHaJ1BK8BsqTwsd0m { width:3.0625rem;height:3.0625rem;top:28.1875rem;left:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #LJDuP107vQby1eTwVMqoPCwPArxreMCN { width:1.0625rem;height:2.5996125rem;top:28.4375rem;left:2.0625rem;font-size:2rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #ZrTDtMf8uByguSSxgeT01OCatzTvXT7b { width:4.25rem;height:4.25rem;top:29.875rem;left:3rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #rncJi3PWKtv4N8wHMmsBLIKZsPeFota3 { width:3.0625rem;height:3.0625rem;top:42.8125rem;left:1.0625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #DG26mslsIUfuEM7gqv8GJhbifHZPtdRd { width:1.0625rem;height:2.5996125rem;top:43.0625rem;left:2.0625rem;font-size:2rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #gUBuPx8bhyPkVnJN11FEe2rylMqTR1BT { width:4.25rem;height:4.25rem;top:44.5rem;left:3rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u { display:block; }#eMrSmCa2SW9CkGF454xWLLr9P2gtTt8u > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OusiQAMbNJzUD5SKnkTnddhxtorbt8KC { width:18.375rem;height:13.4375rem;top:9.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKUtd1RhGbzGn7XfNpockvzLqANrda1G { width:17.25rem;height:11.19725rem;top:10.125rem;left:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KD78q9IlB0A67x7qKCOfyATPt8rMovhE { width:13.9375rem;height:1.5996125rem;top:21.3212890625rem;left:3.03125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLC3xMDMnT8HE2sL25DB1TabbtpqAJfD { width:6rem;height:3.875rem;top:28.44921875rem;left:5.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #B6J3bG5WU25NzJMpyGTP602AQM5ogffM { width:18rem;height:7.9980625rem;top:27.44921875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbHogyPCBpdxUqlN1TiToSefaxanbHHz { width:16.875rem;height:1.5996125rem;top:36.44921875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S16cHpvspkicAc8pI9bTO1T3zn7ES2rU { width:18rem;height:4.798825rem;top:44.88671875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #smMsJNw7zAXBuQGWOIzgS4LcIO0P4emn { width:4.9375rem;height:3.1875rem;top:44.13671875rem;left:9.181640625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xm9hFVpbSTnh1iZ4Gtm67UkG4zg0WNIa { width:16.875rem;height:1.5996125rem;top:50.82421875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqGKdUAZ9nTAcHT5ZtDH9TDx9hNOs0LT { width:20rem;height:5.19921875rem;top:1.8749904632568rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCOtqmrqR2aRqU1rvLMpIJTUl9D2OJqa { width:18.375rem;height:13.4375rem;top:25.447265625rem;left:0.625rem;z-index:15002;background-color:#e4e7e2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e4e7e2;border-left:0.1875rem solid #e4e7e2;border-right:0.1875rem solid #e4e7e2;border-bottom:0.1875rem solid #e4e7e2;display:block; }
 }@media only screen and (max-width: 763px) { #EQZ3bJ47ZteUgfduPGa3nTwyTDtoPrTg { width:18.375rem;height:13.4375rem;top:41.611328125rem;left:0.625rem;z-index:15003;background-color:#e4e7e2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e4e7e2;border-left:0.1875rem solid #e4e7e2;border-right:0.1875rem solid #e4e7e2;border-bottom:0.1875rem solid #e4e7e2;display:block; }
 }@media only screen and (max-width: 763px) { #WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm { display:block; }#WP4J6tRGIZtmwBGBglNVzn5PvwfITbWm > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ep6vnTqJARFhGJATTuTPr52c8gNSlKac { width:11.3125rem;height:1.9746125rem;top:6.087890625rem;left:8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtykpt7Miz0FRHT6NDqxL1XBXJ5Vo5Qb { width:8.0625rem;height:2.9375rem;top:5.599609375rem;left:0.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }