.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:243,248,235;--color-primary-1:217,233,188;--color-primary-2:178,210,120;--color-primary-3:89,105,60;--color-primary-4:27,32,18;--color-secondary-0:248,248,248;--color-secondary-1:232,232,232;--color-secondary-2:208,208,208;--color-secondary-3:104,104,104;--color-secondary-4:31,31,31;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,241;--color-tertiary-2:208,208,208;--color-tertiary-3:104,104,104;--color-tertiary-4:21,21,21;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h { 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; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { background-color: transparent; background-image: none; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container > .video-iframe-container { display: none; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row > .video-iframe-container { display: none; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .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); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { border-width: 0; border-radius: 0; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#dLMNT6zTSlLw7O16TO0Nbf4o5AtvPP3P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6rem;top:0.65625rem;left:0rem;overflow:hidden;display:block; }
#X0zJ7tJ8cqB9vzKTonIgndhS4Lsdt8DT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:28.1875rem;top:0.875rem;left:24.25rem;overflow:hidden;display:block; }
#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d18f74e-2ce6-4b40-a8f0-d401990e3427/Screenshot20260105at80257AM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.adaptive-delivery-prevent-bg, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyload, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyloading { background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { background-color: transparent; background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),0.01); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),0.01); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .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); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { border-width: 0; border-radius: 0; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#aCLAommxipSR8FlEJJxJeDWbntA6MDAa { color:rgba(var(--color-primary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.02490234375rem;left:13.53125rem;height:10.2363125rem;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:center;text-align-last:center;display:block; }
#iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc { position:relative;display:block; }#iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc { background-color: transparent; background-image: none; }#iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc > .row .container > .video-iframe-container { display: none; }#iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc > .row > .video-iframe-container { display: none; }#iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc > .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); }#iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc { border-width: 0; border-radius: 0; }#iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Um3qdV4fx7qQZgSLi5mVqT44y9siw4pT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:3.21875rem;left:1.96875rem;height:1.625rem;display:block; }
#cF7xDRsnQZqAByV2S0oam7AUJSgk09h6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.21875rem;left:26.5625rem;height:2.92480625rem;display:block; }
#MuEJDfVTJe4Agntwr8CLZ9cstlhMV26S { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.21875rem;left:51.9375rem;height:2.92480625rem;display:block; }
#kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid { position:relative;display:block; }#kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid { background-color: transparent; background-image: none; }#kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid > .row .container > .video-iframe-container { display: none; }#kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid > .row > .video-iframe-container { display: none; }#kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid > .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); }#kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid { border-width: 0; border-radius: 0; }#kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oGziZVAMZdg3lWU1hSE1tABBLO0ta9FB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:17.375rem;top:0.71875rem;left:1.4375rem;overflow:hidden;display:block; }
#tLwkuU6kLRlIPxnpQT8EWbyeBwqb2tIb { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:17.75rem;top:0.8125rem;left:19.25rem;overflow:hidden;display:block; }
#WxvThM62BZ0VdVSVWT8Cy1JH4PwXMJq4 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:17.25rem;top:0.84375rem;left:38.25rem;overflow:hidden;display:block; }
#MV7xn1eC61K0ktzp8EngqtgXprNVSqLk { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:17.25rem;top:0.84375rem;left:57rem;overflow:hidden;display:block; }
#vJBwtrMHdebwytSJcRIwXf2deez15dfz { position:relative;display:block; }#vJBwtrMHdebwytSJcRIwXf2deez15dfz { background-color: transparent; background-image: none; }#vJBwtrMHdebwytSJcRIwXf2deez15dfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJBwtrMHdebwytSJcRIwXf2deez15dfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJBwtrMHdebwytSJcRIwXf2deez15dfz > .row .container > .video-iframe-container { display: none; }#vJBwtrMHdebwytSJcRIwXf2deez15dfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJBwtrMHdebwytSJcRIwXf2deez15dfz > .row > .video-iframe-container { display: none; }#vJBwtrMHdebwytSJcRIwXf2deez15dfz > .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); }#vJBwtrMHdebwytSJcRIwXf2deez15dfz { border-width: 0; border-radius: 0; }#vJBwtrMHdebwytSJcRIwXf2deez15dfz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vJBwtrMHdebwytSJcRIwXf2deez15dfz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 { position:relative;display:block; }#Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 { background-color: transparent; background-image: none; }#Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 > .row .container > .video-iframe-container { display: none; }#Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 > .row > .video-iframe-container { display: none; }#Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 > .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); }#Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 { border-width: 0; border-radius: 0; }#Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#niAAU2TbiGIlQudLraplnwJNXsMi1Clb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { 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; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { background-color: transparent; background-image: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container > .video-iframe-container { display: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container { display: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .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); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { border-width: 0; border-radius: 0; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#B013II8IKmqbVi3aPBAONFyCPHBJ6WKi { color:rgba(var(--color-primary-4),1);display:block;width:59.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:5.640625rem;left:9.25rem;height:7.21875rem;text-align:center;text-align-last:center;display:block; }
#hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c8d8dc;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; }#hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As > .row .container { background-color: transparent; background-image: none; }#hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As > .row .container > .video-iframe-container { display: none; }#hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As > .row > .video-iframe-container { display: none; }#hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As > .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); }#hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As > .row .container { border-width: 0; border-radius: 0; }#hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#x74iE7ENvPpTVUsJiIfuBs20v94mEXce { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0.80029296875rem;left:2.46875rem;height:5.5244125rem;display:block; }
#oysTqtlTJNtaWEVGeB9A09xZFnXBPJ5y { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.0625rem;left:3rem;height:9.09861875rem;display:block; }
#cLa7PpD4Hgy948NWxtnbsSsAl2NuNZ0G { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.20166015625rem;left:3.1875rem;height:7.79880625rem;display:block; }
#wo8kNem5vU4qJzl9BQVDACzd9u5zVTGE { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:46.375rem;top:0rem;left:28.625rem;overflow:hidden;display:block; }
#S7dNfkcpcXsrhX9qS4VdvQp9y9ZRZE0f { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:26.5rem;left:3.1875rem;height:5.19921875rem;display:block; }
#WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m { position:relative;display:block; }#WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m { background-color: transparent; background-image: none; }#WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m > .row .container > .video-iframe-container { display: none; }#WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m > .row > .video-iframe-container { display: none; }#WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m > .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); }#WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m { border-width: 0; border-radius: 0; }#WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C7STxvZcbf7ADonsqLWW4ktfLAWlh2yD { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.4121125rem;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:center;text-align-last:center;display:block; }
#Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh { position:relative;display:block; }#Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh { background-color: transparent; background-image: none; }#Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh > .row .container > .video-iframe-container { display: none; }#Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh > .row > .video-iframe-container { display: none; }#Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh > .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); }#Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh { border-width: 0; border-radius: 0; }#Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hx07EkNkZfXCJNCdOkBl0tCoMrOegCAH { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.525390625rem;left:42.40625rem;height:7.7173125rem;display:block; }
#cRggedtc1O3Ifv6vJKiHRmxt7RTOQJAk { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.01123046875rem;left:40.90625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#ZhbyarihzFy1S20VrMO5cJ0u0oOVy0mF { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:33.25rem;top:0rem;left:4.3125rem;overflow:hidden;display:block; }
#T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI { position:relative;display:block; }#T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI { background-color: transparent; background-image: none; }#T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI > .row .container > .video-iframe-container { display: none; }#T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI > .row > .video-iframe-container { display: none; }#T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI > .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); }#T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI { border-width: 0; border-radius: 0; }#T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eVCfa5kiL4Bfp5UJdPNkq509zSBCkhH8 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:1.1875rem;height:;text-align:center;text-align-last:center;display:block; }
#m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf > .row .container { background-color: transparent; background-image: none; }#m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf > .row .container > .video-iframe-container { display: none; }#m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf > .row > .video-iframe-container { display: none; }#m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf > .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); }#m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf > .row .container { border-width: 0; border-radius: 0; }#m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#DT3Nr2qR2dBlkxMnpEMIld5NXTpRiO7f { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:4.0625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMBvvZTHWsgcvJeIwECeO5czoTRd3aEZ { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:29.0625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9B10gsOSqcvQ7A9mxb3zB7eFBmmv0oU { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:0.0625rem;left:54.75048828125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xBIaRxMmEPLbZLqsMDm96JfsAeWHD2uD { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.837890625rem;left:54.75048828125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cd2ZmG0nhN1u2bqW60QPevBFdEDN2q4y { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.837890625rem;left:4.0625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJSAF2QkTIBLzTyJaTWcwIhRLaihxabP { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.837890625rem;left:30.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aN6XFcPvkMGT4tWEPvy21kzmJu66uRBD { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:24.0625rem;top:2.19921875rem;left:25.46875rem;overflow:hidden;display:block; }
#TJJOqU49T24RCBZLiLgd51nfB2iDcBpc { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:22.25rem;top:1.94921875rem;left:51.375rem;overflow:hidden;display:block; }
#vEpHCPgxcrCl0EraxJADBR5yOG8Q9ATO { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:23rem;top:2.19921875rem;left:1.0625rem;overflow:hidden;display:block; }
#rpIhy5R0uJVipJLAVilKioZua6StkwIT { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:24rem;top:22.474609375rem;left:25.5rem;overflow:hidden;display:block; }
#U3QcZTBsfKRoulNgtGBUL80d6oee3TOK { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:22.875rem;top:22.474609375rem;left:1.0625rem;overflow:hidden;display:block; }
#U3cnCy4zsyVeDzvGS8DHubcvriTz7ddc { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:23.125rem;top:22.287109375rem;left:50.9375rem;overflow:hidden;display:block; }
#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { background-color: transparent; background-image: none; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container > .video-iframe-container { display: none; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row > .video-iframe-container { display: none; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .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); }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { border-width: 0; border-radius: 0; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#O8ebWp9ZCXRy2kAgMgnq3zTRbOL50pK0 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:9.4248125rem;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; }
#PTDUQ1wZrvw5RTmxKbhpqZuHdiOuoMU5 { box-sizing:content-box;height:0.625rem;width:17.1875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:19.25rem;left:0.0625rem;display:block; }
#AeBxPGERbKodNFqozIJb0gROuKXigZEf { position:absolute;display:block;z-index:15043;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:21.8125rem;width:14.5rem;top:7.0625rem;left:39.0625rem;overflow:hidden;display:block; }
#SzgwLeqHygldXAGSWgIT48TvqhF54moF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:27.4375rem;left:55.125rem;height:1.625rem;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;font-style:normal;display:block; }
#RQt61sprNedyH7xFGvqwma21Zd3MZq5V { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:5.0625rem;left:54.9375rem;height:7.03125rem;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;font-style:normal;display:block; }
#vm80c8TQk56BmLo5evDTpmnTsLhPxe5z { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:14.25rem;left:54.9375rem;height:10.5rem;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;font-style:normal;display:block; }
#ipsSsMRrISAGsCXtso47ETNST4PvbOwa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container { background-color: transparent; background-image: none; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container > .video-iframe-container { display: none; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row > .video-iframe-container { display: none; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .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); }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container { border-width: 0; border-radius: 0; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#msFuGfE6PyP8HWB5NkSFFdf7btuFeBKs { color:rgba(var(--color-tertiary-0),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.505859375rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h { display:block; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dLMNT6zTSlLw7O16TO0Nbf4o5AtvPP3P { width:6rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0zJ7tJ8cqB9vzKTonIgndhS4Lsdt8DT { width:28.1875rem;height:3.3125rem;top:0.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aCLAommxipSR8FlEJJxJeDWbntA6MDAa { width:47.75rem;height:1.29980625rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc { display:block; }#iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc > .row .container { width:47.75rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Um3qdV4fx7qQZgSLi5mVqT44y9siw4pT { width:14.5rem;height:3.25rem;top:3.21875rem;left:0.7080078125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cF7xDRsnQZqAByV2S0oam7AUJSgk09h6 { width:13.6875rem;height:3.8994125rem;top:3.1875rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MuEJDfVTJe4Agntwr8CLZ9cstlhMV26S { width:14.0625rem;height:5.19921875rem;top:1.88916015625rem;left:32.76025390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid { display:block; }#kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oGziZVAMZdg3lWU1hSE1tABBLO0ta9FB { width:11.6875rem;height:11.625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tLwkuU6kLRlIPxnpQT8EWbyeBwqb2tIb { width:12.0625rem;height:11.625rem;top:3.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WxvThM62BZ0VdVSVWT8Cy1JH4PwXMJq4 { width:11.8125rem;height:11.6875rem;top:3.53125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MV7xn1eC61K0ktzp8EngqtgXprNVSqLk { width:11.5625rem;height:11.4375rem;top:3.65625rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJBwtrMHdebwytSJcRIwXf2deez15dfz { display:block; }#vJBwtrMHdebwytSJcRIwXf2deez15dfz > .row .container { width:47.75rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 { display:block; }#Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 > .row .container { width:47.75rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #niAAU2TbiGIlQudLraplnwJNXsMi1Clb { width:47.75rem;height:18.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { display:block; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { width:47.75rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B013II8IKmqbVi3aPBAONFyCPHBJ6WKi { width:47.75rem;height:9.625rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As { display:block; }#hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As > .row .container { width:47.75rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x74iE7ENvPpTVUsJiIfuBs20v94mEXce { width:30.9375rem;height:1.29980625rem;top:4.38720703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oysTqtlTJNtaWEVGeB9A09xZFnXBPJ5y { width:24.875rem;height:10.39843125rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cLa7PpD4Hgy948NWxtnbsSsAl2NuNZ0G { width:24.6875rem;height:7.79880625rem;top:18.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wo8kNem5vU4qJzl9BQVDACzd9u5zVTGE { width:22.625rem;height:12.4375rem;top:4.38720703125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S7dNfkcpcXsrhX9qS4VdvQp9y9ZRZE0f { width:24.6875rem;height:6.499025rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m { display:block; }#WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C7STxvZcbf7ADonsqLWW4ktfLAWlh2yD { width:47.75rem;height:1.29980625rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh { display:block; }#Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh > .row .container { width:47.75rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Hx07EkNkZfXCJNCdOkBl0tCoMrOegCAH { width:18.3125rem;height:13.891125rem;top:4.24169921875rem;left:27.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRggedtc1O3Ifv6vJKiHRmxt7RTOQJAk { width:20rem;height:1.86865rem;top:0.75rem;left:26.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZhbyarihzFy1S20VrMO5cJ0u0oOVy0mF { width:23.9375rem;height:18.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI { display:block; }#T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eVCfa5kiL4Bfp5UJdPNkq509zSBCkhH8 { width:47.75rem;height:1.29980625rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf { display:block; }#m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf > .row .container { width:47.75rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DT3Nr2qR2dBlkxMnpEMIld5NXTpRiO7f { width:16.875rem;height:1.4624rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EMBvvZTHWsgcvJeIwECeO5czoTRd3aEZ { width:16.875rem;height:1.4624rem;top:0rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k9B10gsOSqcvQ7A9mxb3zB7eFBmmv0oU { width:16.875rem;height:1.4624rem;top:0.0625rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBIaRxMmEPLbZLqsMDm96JfsAeWHD2uD { width:15.625rem;height:1.4624rem;top:17.1240234375rem;left:31.8330078125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cd2ZmG0nhN1u2bqW60QPevBFdEDN2q4y { width:15.625rem;height:1.4624rem;top:17.12451171875rem;left:0.1455078125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qJSAF2QkTIBLzTyJaTWcwIhRLaihxabP { width:15.75rem;height:1.4624rem;top:17.1240234375rem;left:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aN6XFcPvkMGT4tWEPvy21kzmJu66uRBD { width:15.5625rem;height:7.0625rem;top:3.5rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJJOqU49T24RCBZLiLgd51nfB2iDcBpc { width:14.5625rem;height:9.375rem;top:3.875rem;left:32.51025390625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vEpHCPgxcrCl0EraxJADBR5yOG8Q9ATO { width:15.3125rem;height:10.125rem;top:3.5rem;left:0.66650390625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rpIhy5R0uJVipJLAVilKioZua6StkwIT { width:15.125rem;height:10.0625rem;top:19.875rem;left:15.91650390625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3QcZTBsfKRoulNgtGBUL80d6oee3TOK { width:14.75rem;height:11.5625rem;top:19.875rem;left:0.5830078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3cnCy4zsyVeDzvGS8DHubcvriTz7ddc { width:15.125rem;height:11.8125rem;top:19.875rem;left:31.8330078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL { display:block; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #O8ebWp9ZCXRy2kAgMgnq3zTRbOL50pK0 { width:18.75rem;height:18.849625rem;top:3.58740234375rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTDUQ1wZrvw5RTmxKbhpqZuHdiOuoMU5 { width:17.1875rem;height:0.625rem;top:23.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AeBxPGERbKodNFqozIJb0gROuKXigZEf { width:6.8125rem;height:10.3125rem;top:4.9375rem;left:20.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SzgwLeqHygldXAGSWgIT48TvqhF54moF { width:18.375rem;height:1.625rem;top:29.03125rem;left:29.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RQt61sprNedyH7xFGvqwma21Zd3MZq5V { width:18.75rem;height:8.4375rem;top:4.21240234375rem;left:29rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vm80c8TQk56BmLo5evDTpmnTsLhPxe5z { width:18.75rem;height:13.5rem;top:14.0625rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ipsSsMRrISAGsCXtso47ETNST4PvbOwa { display:block; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container { width:47.75rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #msFuGfE6PyP8HWB5NkSFFdf7btuFeBKs { width:26.125rem;height:1.29980625rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h { display:block; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLMNT6zTSlLw7O16TO0Nbf4o5AtvPP3P { width:6rem;height:3.75rem;top:7.375rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0zJ7tJ8cqB9vzKTonIgndhS4Lsdt8DT { width:9.8125rem;height:1.25rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCLAommxipSR8FlEJJxJeDWbntA6MDAa { width:20rem;height:2.5996125rem;top:7.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc { display:block; }#iUTLFZvnDZ5PUKQKxoNTo3UyaceCXaXc > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Um3qdV4fx7qQZgSLi5mVqT44y9siw4pT { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF7xDRsnQZqAByV2S0oam7AUJSgk09h6 { width:20rem;height:2.5996125rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuEJDfVTJe4Agntwr8CLZ9cstlhMV26S { width:20rem;height:3.8994125rem;top:9.5996125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid { display:block; }#kRkA4lFqwMeMUZsGwHl6vKg0dmmg8Sid > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGziZVAMZdg3lWU1hSE1tABBLO0ta9FB { width:17.375rem;height:17.3125rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLwkuU6kLRlIPxnpQT8EWbyeBwqb2tIb { width:17.75rem;height:17.125rem;top:19.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxvThM62BZ0VdVSVWT8Cy1JH4PwXMJq4 { width:17.25rem;height:17.0625rem;top:38.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV7xn1eC61K0ktzp8EngqtgXprNVSqLk { width:17.25rem;height:17.0625rem;top:56.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJBwtrMHdebwytSJcRIwXf2deez15dfz { display:block; }#vJBwtrMHdebwytSJcRIwXf2deez15dfz > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 { display:block; }#Hy3K0PI84uvXJFzGFpEfKJsUMCUC49B0 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niAAU2TbiGIlQudLraplnwJNXsMi1Clb { width:20rem;height:7.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { display:block; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B013II8IKmqbVi3aPBAONFyCPHBJ6WKi { width:20rem;height:19.797375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As { display:block; }#hMRaPM3hp1JHr24muN6i0tWVrw7Bq1As > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x74iE7ENvPpTVUsJiIfuBs20v94mEXce { width:20rem;height:10.3984375rem;top:12.322265625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oysTqtlTJNtaWEVGeB9A09xZFnXBPJ5y { width:20rem;height:12.99805625rem;top:30.8037109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLa7PpD4Hgy948NWxtnbsSsAl2NuNZ0G { width:20rem;height:11.6982375rem;top:44.67724609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo8kNem5vU4qJzl9BQVDACzd9u5zVTGE { width:20rem;height:11.072847682119rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7dNfkcpcXsrhX9qS4VdvQp9y9ZRZE0f { width:20rem;height:7.79880625rem;top:22.720703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m { display:block; }#WdScsCWpOUKAinL7Fo0oHcKS5yQXaD7m > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7STxvZcbf7ADonsqLWW4ktfLAWlh2yD { width:20rem;height:1.29980625rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh { display:block; }#Ke8TWwaTtEZone0b52uUPMGGKoZ1tfOh > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx07EkNkZfXCJNCdOkBl0tCoMrOegCAH { width:20rem;height:12.347625rem;top:4rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRggedtc1O3Ifv6vJKiHRmxt7RTOQJAk { width:20rem;height:1.86865rem;top:1rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhbyarihzFy1S20VrMO5cJ0u0oOVy0mF { width:20rem;height:15.48825rem;top:17.72216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI { display:block; }#T6yfH3HzrnleNTif1lfZNeIT1Bx2w3fI > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVCfa5kiL4Bfp5UJdPNkq509zSBCkhH8 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf { display:block; }#m5dPKW5lLTnsWZT9B2bUeFwSTtQhmdFf > .row .container { width:20rem;height:102.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT3Nr2qR2dBlkxMnpEMIld5NXTpRiO7f { width:16.875rem;height:1.4624rem;top:0.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMBvvZTHWsgcvJeIwECeO5czoTRd3aEZ { width:16.875rem;height:1.4624rem;top:17.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9B10gsOSqcvQ7A9mxb3zB7eFBmmv0oU { width:16.875rem;height:1.4624rem;top:29.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBIaRxMmEPLbZLqsMDm96JfsAeWHD2uD { width:16.875rem;height:1.4624rem;top:82.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd2ZmG0nhN1u2bqW60QPevBFdEDN2q4y { width:16.875rem;height:1.4624rem;top:46.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJSAF2QkTIBLzTyJaTWcwIhRLaihxabP { width:16.875rem;height:1.4624rem;top:65.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN6XFcPvkMGT4tWEPvy21kzmJu66uRBD { width:20rem;height:9.0761875rem;top:18.52392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJOqU49T24RCBZLiLgd51nfB2iDcBpc { width:20rem;height:12.8755rem;top:31.14892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEpHCPgxcrCl0EraxJADBR5yOG8Q9ATO { width:20rem;height:13.224125rem;top:2.08642578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpIhy5R0uJVipJLAVilKioZua6StkwIT { width:20rem;height:13.3056875rem;top:66.8369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3QcZTBsfKRoulNgtGBUL80d6oee3TOK { width:20rem;height:15.67775rem;top:47.7119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3cnCy4zsyVeDzvGS8DHubcvriTz7ddc { width:20rem;height:15.619625rem;top:83.8994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL { display:block; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8ebWp9ZCXRy2kAgMgnq3zTRbOL50pK0 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTDUQ1wZrvw5RTmxKbhpqZuHdiOuoMU5 { width:17.1875rem;height:0.625rem;top:7.69921875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeBxPGERbKodNFqozIJb0gROuKXigZEf { width:9.5rem;height:14.3125rem;top:9.57421875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzgwLeqHygldXAGSWgIT48TvqhF54moF { width:6.8125rem;height:1.29980625rem;top:51.26171875rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQt61sprNedyH7xFGvqwma21Zd3MZq5V { width:20rem;height:10.125rem;top:25.13671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vm80c8TQk56BmLo5evDTpmnTsLhPxe5z { width:20rem;height:13.5rem;top:36.51171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipsSsMRrISAGsCXtso47ETNST4PvbOwa { display:block; }#ipsSsMRrISAGsCXtso47ETNST4PvbOwa > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msFuGfE6PyP8HWB5NkSFFdf7btuFeBKs { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }