.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:217,217,217;--color-primary-1:128,128,128;--color-primary-2:0,0,0;--color-primary-3:0,0,0;--color-primary-4:0,0,0;--color-secondary-0:251,217,217;--color-secondary-1:242,128,128;--color-secondary-2:229,0,0;--color-secondary-3:115,0,0;--color-secondary-4:34,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:245,245,245;--color-tertiary-3:8,9,9;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),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); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c.adaptive-delivery-prevent-bg, #dLlEdfBrLznxqgqqm9iQQusG412qoK3c.lazyload, #dLlEdfBrLznxqgqqm9iQQusG412qoK3c.lazyloading { background-image: none; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { background-color: transparent; background-image: none; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.77); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container > .video-iframe-container { display: none; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.77); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row > .video-iframe-container { display: none; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .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); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { border-width: 0; border-radius: 0; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c::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; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#yANO1w3lVWRkZdUppxhToUNGATlwasds { color:rgba(var(--color-tertiary-2),1);display:block;width:63.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.162109375rem;left:5.65625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { background-color:rgba(var(--color-tertiary-1),1);background-image:none;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;position:relative;z-index:auto;display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { background-color: transparent; background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .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); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { border-width: 0; border-radius: 0; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:75rem;height:47.0625rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:20.9375rem;left:8.75rem;display:none; }
#k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:22.3125rem;left:7.75rem;height:2.923825rem;display:block; }
#wxl04edgNXnTPNRSgDxHkLsyummPAT6y { color:rgba(var(--color-tertiary-3),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:25.75rem;left:7.6875rem;height:2.923825rem;display:block; }
#suInKuXs2pqemMVi2sTXpuRh35MNrGya { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:29.4375rem;left:7.75rem;height:1.4619125rem;display:block; }
#g82lgnACUpqLgShyiBLTkewuV1V1SRgz { color:rgba(var(--color-tertiary-3),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:18rem;left:4.8125rem;height:3.1484375rem;text-align:left;text-align-last:left;display:block; }
#rwpSNE8mg8qg81XAxLMhQ2qrpcDzs7NC { background-color:rgba(var(--color-secondary-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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.25rem;height:4.125rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:38.4375rem;left:4.8125rem;display:block; }
#eda0JXT0BmXQ3CcE5mznPhfRMfrk9HpS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c0XwobnsfGMMKopUq2aDsqnb9bSJr2QM { position:absolute;display:block;z-index:15069;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:18.875rem;width:33.75rem;top:18.568359375rem;left:38.898813790138rem;overflow:hidden;display:block; }
#UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { color:rgba(var(--color-primary-2),1);display:block;width:65.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.8125rem;left:5.5rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lydX43y6XBbNJIIc3xg2iPsFsyQpLalZ { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:32.4375rem;left:4.8125rem;height:1.94921875rem;display:block; }
#tDTIJEh3R7oJRJtcxHGbrsic3fADqA4N { color:#35ae00;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:34.9375rem;left:4.8125rem;height:2.1933625rem;display:block; }
#di3BXW0QRfP5SzhmTwnLQwafTrdFfNwF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:22.3125rem;left:4.875rem; }
#Okb50Tma3yvEk6zGrOxAOD5wGg99fwlK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:25.6875rem;left:4.875rem; }
#x8MRSrXGBZF8gzDNOFcT9910w46xAEQW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:29.25rem;left:4.8125rem; }
#O9fTCVFs4amVbZHeAO423xlKDGyJ0knx { color:rgba(var(--color-primary-2),1);display:block;width:65.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:10.7744140625rem;left:6.6875rem;height:5.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UtJGExw6pP7KwqQX9s3Mn0RN0PByhNJU { color:rgba(var(--color-tertiary-3),1);display:block;width:54.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:6.4375rem;left:10.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG > .row .container { background-color: transparent; background-image: none; }#Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG > .row .container > .video-iframe-container { display: none; }#Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG > .row > .video-iframe-container { display: none; }#Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG > .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); }#Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG > .row .container { border-width: 0; border-radius: 0; }#Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#QrRTNA9XoRaJkX3cl9kfzk4mVsskFiX0 { color:rgba(var(--color-primary-2),1);display:block;width:65.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:14.0625rem;left:3.90625rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yezLFayBAUIovKQMMLsQK4GTL1XpAFzg { color:rgba(var(--color-tertiary-3),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lQqWRXL7uqPhHhCWhT73AMPEtLBsGaS4 { color:rgba(var(--color-tertiary-3),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:11.1875rem;left:13rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#ekpB5uB0tQUi5Q7bUTVwzwLm2GTFH1Iw { color:rgba(var(--color-tertiary-3),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:17.75rem;left:11.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#tHo3yEdQJmI7mTNVkIwo3LIIz6P5Q6S6 { color:rgba(var(--color-primary-2),1);display:block;width:65.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.6494140625rem;left:4.96875rem;height:5.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cZJ3isDICJn2bDcxTJfCkqmTPmlO5nuL { color:rgba(var(--color-tertiary-3),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:23.75rem;left:12.5625rem;height:11.375rem;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; }
#P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz { 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; }#P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz > .row .container { background-color: transparent; background-image: none; }#P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz > .row .container > .video-iframe-container { display: none; }#P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz > .row > .video-iframe-container { display: none; }#P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz > .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); }#P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz > .row .container { border-width: 0; border-radius: 0; }#P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;position:relative;display:block; }#UhuNvbrb4kgxdth94id6lf8p9Cybalpt { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.875rem;left:6.34375rem;height:10.722625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#TtXSBye9STtah7GTlpGfmgBBLSuHo95L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:36.6875rem;left:10.9375rem; }
#W23byFFc4ENnaNKLA2bI1RySTCpF5WdI { color:rgba(var(--color-tertiary-3),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:36.9375rem;left:13.6875rem;height:1.4619125rem;display:block; }
#Dp8GXVVbWMIuSC17wzneHHMURDQXPXB1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:33.25rem;left:10.875rem; }
#AnLqQWqXJqsowyl2WEzz567FuxznEF6M { color:rgba(var(--color-tertiary-3),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:33.5rem;left:13.625rem;height:1.4619125rem;display:block; }
#Ik3de3JGmB0Zu1teglOSaVwMcvm5SrSF { color:rgba(var(--color-tertiary-3),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:30.25rem;left:13.6875rem;height:1.4619125rem;display:block; }
#ZI9iE86UIXTIi4LpBaWGbqFccbp3CvsP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:30.125rem;left:10.875rem; }
#SnS5ARUL5z0lrBNoPOgTrh3H23ZSLSPV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:26.5rem;left:10.8125rem; }
#TdczRrv7QzNZlLA1Wp3FbbecsgCeNynf { color:rgba(var(--color-tertiary-3),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:26.75rem;left:13.5625rem;height:1.4619125rem;display:block; }
#LVfcNfdgZWXWZ9F4ZUeZpHdWiH6yJzyo { color:rgba(var(--color-secondary-2),1);display:block;width:60.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:7.4375rem;height:6.662125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kwkET54RZ3UW8XVc9oXd3ukpXfoo0of7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:39.75rem;left:10.875rem; }
#BNvmqRopWFZTlLulZJvcaS0fFsyzcuI5 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:40rem;left:13.625rem;height:1.4619125rem;display:block; }
#DbMXhi0Q3NzwQT9Q4NbWn0S2I8ht9Khl { background-color:rgba(var(--color-secondary-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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.25rem;height:4.125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:44.5rem;left:20.1875rem;display:block; }
#J9MWBHu6Sy0RTZWCPadXqB4WCI9y4A5r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container { background-color: transparent; background-image: none; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container > .video-iframe-container { display: none; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row > .video-iframe-container { display: none; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .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); }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container { border-width: 0; border-radius: 0; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#XbbcqhD3n5n9FLqOAahsVUrAzaSNI7ME { color:rgba(var(--color-primary-2),1);display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.875rem;left:11.46875rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { background-color: transparent; background-image: none; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container > .video-iframe-container { display: none; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row > .video-iframe-container { display: none; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .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); }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { border-width: 0; border-radius: 0; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#hvTckWTLbFBdTpfQTSsqSJ3DG5XGeWl0 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-primary-2),0.26) ;height:26.5rem;width:17.6875rem;top:2.1875rem;left:47.3125rem;overflow:hidden;display:block; }
#vLgHWuPyhiwPVCtVLWbZgiAMQ7ch6haA { color:rgba(var(--color-tertiary-3),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:3.90625rem;left:3.9375rem;height:22.0390625rem;text-align:left;text-align-last:left;display:block; }
#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { background-color: transparent; background-image: none; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container > .video-iframe-container { display: none; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row > .video-iframe-container { display: none; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .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); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { border-width: 0; border-radius: 0; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:block; }#v0WK2auONqwd9zqENfn2H99SRCgp8W3t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:12.4375rem;left:32.5625rem; }
#cTtiuzMAcaJSdTyxWye2q4BGcfc6gKmR { color:rgba(var(--color-tertiary-3),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:12.6875rem;left:35.3125rem;height:4.3857375rem;display:block; }
#vv1WkqORSZZkVNSboroFSCzA0mTOymkt { color:rgba(var(--color-primary-2),1);display:block;width:58.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:8.25rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#gJWhsHSZvkH2BZGaT56fVsDfTydGxJTy { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:4.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:43.4375rem;left:24.375rem;display:block; }
#U8r3xOFLKWHLG81P4Q5KzBPO6GJEBxA2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zzip1H8L7FaVVg36A67yw6Q2GGdPESZv { color:#35ae00;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:39.5rem;left:25.8125rem;height:2.35546875rem;text-align:center;text-align-last:center;display:block; }
#DcuPMqZ5vXiWbaupLk84ot2I8Qhdmh5w { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:36.9375rem;left:25.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#X2BTgODIRL3FpLbfk4KtPZFUCdIz5Xav { color:rgba(var(--color-tertiary-3),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:19.25rem;left:35.3125rem;height:4.3857375rem;display:block; }
#m8rGMz8WV9yxBg9sJI2SEHhVZLSMRKkO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:19rem;left:32.5625rem; }
#PaPvhbiT1UVM9zHRATUHe3MRh3CRg4N5 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:31.625rem;left:35.25rem;height:2.923825rem;display:block; }
#RBkWZWG77cpXmeBmsmCkVWIsKBvd9U5K { color:rgba(var(--color-tertiary-3),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:25.0625rem;left:35.25rem;height:4.38574375rem;display:block; }
#mrPxIJd3UbF6nyUa5w5PoMfdiDXe7AJd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:24.8125rem;left:32.5rem; }
#BhlGwexSm4mv8VbNv4003aOFUvxiGpZE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:31.375rem;left:32.5rem; }
#XbF2BxuUf32ek5ACuQ9Wi6MULDc9QWJa { color:rgba(var(--color-tertiary-3),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:6.75rem;left:12.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#smRc4PA2s4DRaCL7Ln0iFpHScSAdnwM8 { position:absolute;display:block;z-index:15084;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.5625rem;width:24.3125rem;top:15.9482421875rem;left:3.75rem;overflow:hidden;display:block; }
#P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD > .row .container { background-color: transparent; background-image: none; }#P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD > .row .container > .video-iframe-container { display: none; }#P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD > .row > .video-iframe-container { display: none; }#P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD > .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); }#P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD > .row .container { border-width: 0; border-radius: 0; }#P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#zDpUGPN5LF6X7Pq8pC6JMrKWBc9E2vZE { color:rgba(var(--color-tertiary-3),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:12.5625rem;left:4.625rem;height:6.296875rem;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:left;text-align-last:left;display:block; }
#uiM1vEve6wrUseLiCltNJfeZiX0BmVuT { position:absolute;display:block;z-index:15009;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:15rem;width:15rem;top:5.75rem;left:52.8125rem;overflow:hidden;display:block; }
#s4HURN5qliiV6tET5pA4Fxz7Lreh5w60 { color:rgba(var(--color-primary-2),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.625rem;left:4.625rem;height:2.03125rem;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; }
#Pat374FTx41X3el8dmZcocXtIuovHtZZ { color:rgba(var(--color-secondary-2),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.75rem;left:4.625rem;height:;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; }
#aLrMHxBRVH5ret0KlLxZmdqHTb504wOr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#aLrMHxBRVH5ret0KlLxZmdqHTb504wOr > .row .container { background-color: transparent; background-image: none; }#aLrMHxBRVH5ret0KlLxZmdqHTb504wOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLrMHxBRVH5ret0KlLxZmdqHTb504wOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLrMHxBRVH5ret0KlLxZmdqHTb504wOr > .row .container > .video-iframe-container { display: none; }#aLrMHxBRVH5ret0KlLxZmdqHTb504wOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLrMHxBRVH5ret0KlLxZmdqHTb504wOr > .row > .video-iframe-container { display: none; }#aLrMHxBRVH5ret0KlLxZmdqHTb504wOr > .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); }#aLrMHxBRVH5ret0KlLxZmdqHTb504wOr > .row .container { border-width: 0; border-radius: 0; }#aLrMHxBRVH5ret0KlLxZmdqHTb504wOr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aLrMHxBRVH5ret0KlLxZmdqHTb504wOr > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#IMBiiHH8hAuV53h9109o9D491XlHZ4Hy { color:rgba(var(--color-primary-2),1);display:block;width:72.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.52734375rem;left:1.15625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI > .row .container { background-color: transparent; background-image: none; }#SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI > .row .container > .video-iframe-container { display: none; }#SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI > .row > .video-iframe-container { display: none; }#SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI > .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); }#SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI > .row .container { border-width: 0; border-radius: 0; }#SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#XzV2oz826OoVgWFuwlWQ4wHJLMlBHiXb { color:rgba(var(--color-tertiary-3),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:6.3125rem;left:1.8125rem;height:9.4453125rem;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:left;text-align-last:left;display:block; }
#RbZ9JWqM6AWexADse5SfEnt1TIqJIpwA { color:rgba(var(--color-tertiary-3),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:2.783203125rem;left:1.8125rem;height:1.92480625rem;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:left;text-align-last:left;display:block; }
#PDpQF4TLT5eWdqz88Vcgxi5xGkDCrXBB { color:rgba(var(--color-tertiary-3),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:2.783203125rem;left:40.3125rem;height:1.92480625rem;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:left;text-align-last:left;display:block; }
#VTdJJF4xJJQ9BRy5W3I8EnvdJOCOLdIH { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.3125rem;left:39.40625rem;height:9.4453125rem;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:left;text-align-last:left;display:block; }
#BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX > .row .container { background-color: transparent; background-image: none; }#BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX > .row .container > .video-iframe-container { display: none; }#BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX > .row > .video-iframe-container { display: none; }#BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX > .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); }#BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX > .row .container { border-width: 0; border-radius: 0; }#BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#zJZl32tvoSXG48AMZuqXAUz12PnR3qNs { color:rgba(var(--color-secondary-2),1);display:block;width:58.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:8.25rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#SFgIS7RzNh7CBTdLUqgCowUHnqDTVlSE { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:11.625rem;left:7.625rem;height:1.4619125rem;display:block; }
#JKtN8UABbUthKDime5ONQEWQzq2oqFDC { color:rgba(var(--color-tertiary-3),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:14.4375rem;left:7.5625rem;height:1.4619125rem;display:block; }
#ufw5kPzvdRACbwntbwUDoSNhSe7BINqD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:11.3125rem;left:4.75rem; }
#elED1INwmFRqbyEo3iq9G0nRAEuTaTMr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:14.1875rem;left:4.75rem; }
#fFfA3FoMWK3qwCyyqC62saS5A1Ms14xs { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:17.25rem;left:7.625rem;height:1.4619125rem;display:block; }
#UHk3UdtHhRTlDMOClFdAzNmPiP7sCTHh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:17.0625rem;left:4.6875rem; }
#qp80SevSRbUZhnRMyysnG5CQzOAaROWW { position:absolute;display:block;z-index:15079;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:18.875rem;width:33.75rem;top:7.5625rem;left:38.75rem;overflow:hidden;display:block; }
#aCtD9sq0u8PFIBbS5cyhtQyEW1O6QqfH { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:21.4375rem;left:4.6875rem;height:1.94921875rem;display:block; }
#Hvg90rLV3CexfuKbg9UgscVcmCJkWiy4 { color:#35ae00;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:23.9375rem;left:4.6875rem;height:2.1933625rem;display:block; }
#ya35uvRI0JywGRy7fwLckuJr7xnycu55 { background-color:rgba(var(--color-secondary-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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.25rem;height:4.125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:28.4375rem;left:21.375rem;display:block; }
#poPwTg68v6Eg3la5StDFuSuV8DhhUgW4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dLlEdfBrLznxqgqqm9iQQusG412qoK3c { display:block; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yANO1w3lVWRkZdUppxhToUNGATlwasds { width:47.75rem;height:2rem;top:1.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { top:20.9375rem;left:0rem;width:17.4375rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { top:22.3125rem;left:0rem;width:21.875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxl04edgNXnTPNRSgDxHkLsyummPAT6y { top:25.75rem;left:0rem;width:27.6875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suInKuXs2pqemMVi2sTXpuRh35MNrGya { top:29.4375rem;left:0rem;width:21.875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g82lgnACUpqLgShyiBLTkewuV1V1SRgz { top:18rem;left:0rem;width:42.1875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwpSNE8mg8qg81XAxLMhQ2qrpcDzs7NC { width:32.25rem;height:4.125rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eda0JXT0BmXQ3CcE5mznPhfRMfrk9HpS { display:block; }
 }@media only screen and (max-width: 763px) { #c0XwobnsfGMMKopUq2aDsqnb9bSJr2QM { top:18.5625rem;left:11.0625rem;width:33.75rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { width:47.75rem;height:2.5rem;top:2.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lydX43y6XBbNJIIc3xg2iPsFsyQpLalZ { top:32.4375rem;left:0rem;width:21.875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDTIJEh3R7oJRJtcxHGbrsic3fADqA4N { top:34.9375rem;left:0rem;width:21.875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #di3BXW0QRfP5SzhmTwnLQwafTrdFfNwF { top:22.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okb50Tma3yvEk6zGrOxAOD5wGg99fwlK { top:25.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8MRSrXGBZF8gzDNOFcT9910w46xAEQW { top:29.25rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9fTCVFs4amVbZHeAO423xlKDGyJ0knx { width:47.75rem;height:5.0625rem;top:10.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtJGExw6pP7KwqQX9s3Mn0RN0PByhNJU { top:6.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG { display:block; }#Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrRTNA9XoRaJkX3cl9kfzk4mVsskFiX0 { width:47.75rem;height:2.5rem;top:14.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yezLFayBAUIovKQMMLsQK4GTL1XpAFzg { top:8.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQqWRXL7uqPhHhCWhT73AMPEtLBsGaS4 { top:11.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekpB5uB0tQUi5Q7bUTVwzwLm2GTFH1Iw { top:17.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHo3yEdQJmI7mTNVkIwo3LIIz6P5Q6S6 { width:47.75rem;height:5.0625rem;top:1.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZJ3isDICJn2bDcxTJfCkqmTPmlO5nuL { top:23.75rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz { display:block; }#P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhuNvbrb4kgxdth94id6lf8p9Cybalpt { top:12.875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXSBye9STtah7GTlpGfmgBBLSuHo95L { top:36.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W23byFFc4ENnaNKLA2bI1RySTCpF5WdI { top:36.9375rem;left:0.0625rem;width:34.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp8GXVVbWMIuSC17wzneHHMURDQXPXB1 { top:33.25rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnLqQWqXJqsowyl2WEzz567FuxznEF6M { top:33.5rem;left:0rem;width:46.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik3de3JGmB0Zu1teglOSaVwMcvm5SrSF { top:30.25rem;left:0.0625rem;width:45.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI9iE86UIXTIi4LpBaWGbqFccbp3CvsP { top:30.125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnS5ARUL5z0lrBNoPOgTrh3H23ZSLSPV { top:26.5rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdczRrv7QzNZlLA1Wp3FbbecsgCeNynf { top:26.75rem;left:0rem;width:46.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVfcNfdgZWXWZ9F4ZUeZpHdWiH6yJzyo { top:3.4375rem;left:0rem;width:47.75rem;height:6.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwkET54RZ3UW8XVc9oXd3ukpXfoo0of7 { top:39.75rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNvmqRopWFZTlLulZJvcaS0fFsyzcuI5 { top:40rem;left:0rem;width:34.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbMXhi0Q3NzwQT9Q4NbWn0S2I8ht9Khl { width:32.25rem;height:4.125rem;top:44.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9MWBHu6Sy0RTZWCPadXqB4WCI9y4A5r { display:block; }
 }@media only screen and (max-width: 763px) { #IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu { display:block; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbbcqhD3n5n9FLqOAahsVUrAzaSNI7ME { top:1.875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K { display:block; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvTckWTLbFBdTpfQTSsqSJ3DG5XGeWl0 { top:2.1875rem;left:26.875rem;width:17.6875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLgHWuPyhiwPVCtVLWbZgiAMQ7ch6haA { top:3.875rem;left:0rem;width:29.875rem;height:23.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l { display:block; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0WK2auONqwd9zqENfn2H99SRCgp8W3t { top:12.4375rem;left:18.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTtiuzMAcaJSdTyxWye2q4BGcfc6gKmR { top:12.6875rem;left:14.875rem;width:32.875rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv1WkqORSZZkVNSboroFSCzA0mTOymkt { top:2.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJWhsHSZvkH2BZGaT56fVsDfTydGxJTy { width:24.8125rem;height:4.125rem;top:43.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8r3xOFLKWHLG81P4Q5KzBPO6GJEBxA2 { display:block; }
 }@media only screen and (max-width: 763px) { #Zzip1H8L7FaVVg36A67yw6Q2GGdPESZv { top:39.5rem;left:12.1875rem;width:21.875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcuPMqZ5vXiWbaupLk84ot2I8Qhdmh5w { top:36.9375rem;left:12.1875rem;width:21.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2BTgODIRL3FpLbfk4KtPZFUCdIz5Xav { top:19.25rem;left:13.625rem;width:34.125rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8rGMz8WV9yxBg9sJI2SEHhVZLSMRKkO { top:19rem;left:18.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaPvhbiT1UVM9zHRATUHe3MRh3CRg4N5 { top:31.625rem;left:14.625rem;width:33.125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBkWZWG77cpXmeBmsmCkVWIsKBvd9U5K { top:25.0625rem;left:14.25rem;width:33.5rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrPxIJd3UbF6nyUa5w5PoMfdiDXe7AJd { top:24.8125rem;left:18.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhlGwexSm4mv8VbNv4003aOFUvxiGpZE { top:31.375rem;left:18.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbF2BxuUf32ek5ACuQ9Wi6MULDc9QWJa { top:6.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smRc4PA2s4DRaCL7Ln0iFpHScSAdnwM8 { top:15.9375rem;left:0rem;width:24.3125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD { display:block; }#P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDpUGPN5LF6X7Pq8pC6JMrKWBc9E2vZE { top:12.5625rem;left:0rem;width:39.6875rem;height:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiM1vEve6wrUseLiCltNJfeZiX0BmVuT { top:5.75rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4HURN5qliiV6tET5pA4Fxz7Lreh5w60 { top:9.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pat374FTx41X3el8dmZcocXtIuovHtZZ { top:5.75rem;left:0rem;width:41.625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLrMHxBRVH5ret0KlLxZmdqHTb504wOr { display:block; }#aLrMHxBRVH5ret0KlLxZmdqHTb504wOr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMBiiHH8hAuV53h9109o9D491XlHZ4Hy { top:1.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI { display:block; }#SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzV2oz826OoVgWFuwlWQ4wHJLMlBHiXb { top:6.3125rem;left:0rem;width:30.5625rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbZ9JWqM6AWexADse5SfEnt1TIqJIpwA { top:2.75rem;left:0rem;width:30.5625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDpQF4TLT5eWdqz88Vcgxi5xGkDCrXBB { top:2.75rem;left:17.1875rem;width:30.5625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdJJF4xJJQ9BRy5W3I8EnvdJOCOLdIH { top:6.3125rem;left:13.875rem;width:33.875rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX { display:block; }#BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJZl32tvoSXG48AMZuqXAUz12PnR3qNs { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFgIS7RzNh7CBTdLUqgCowUHnqDTVlSE { top:11.625rem;left:0rem;width:21.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKtN8UABbUthKDime5ONQEWQzq2oqFDC { top:14.4375rem;left:0rem;width:27.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufw5kPzvdRACbwntbwUDoSNhSe7BINqD { top:11.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elED1INwmFRqbyEo3iq9G0nRAEuTaTMr { top:14.1875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFfA3FoMWK3qwCyyqC62saS5A1Ms14xs { top:17.25rem;left:0rem;width:21.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHk3UdtHhRTlDMOClFdAzNmPiP7sCTHh { top:17.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp80SevSRbUZhnRMyysnG5CQzOAaROWW { top:7.5625rem;left:14rem;width:33.75rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCtD9sq0u8PFIBbS5cyhtQyEW1O6QqfH { top:21.4375rem;left:0rem;width:21.875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvg90rLV3CexfuKbg9UgscVcmCJkWiy4 { top:23.9375rem;left:0rem;width:21.875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya35uvRI0JywGRy7fwLckuJr7xnycu55 { width:32.25rem;height:4.125rem;top:28.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #poPwTg68v6Eg3la5StDFuSuV8DhhUgW4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #dLlEdfBrLznxqgqqm9iQQusG412qoK3c { display:block; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yANO1w3lVWRkZdUppxhToUNGATlwasds { width:18.6875rem;height:4.048825rem;top:0.703125rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { background-color:#fbfbfb;background-image:none;position:relative;z-index:auto;display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { background-color: transparent; background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .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); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { width:19.375rem;height:0;top:44.875rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { width:19.375rem;height:0;top:45.8125rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { width:19.375rem;height:0;top:49.8125rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { width:19.375rem;height:0;top:45.375rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { top:19.390625rem;left:1.28125rem;width:17.4375rem;height:0;z-index:15049;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { width:17.25rem;height:4.4619125rem;top:37.5625rem;left:2.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wxl04edgNXnTPNRSgDxHkLsyummPAT6y { width:17.25rem;height:4.142575rem;top:42.9375rem;left:2.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #suInKuXs2pqemMVi2sTXpuRh35MNrGya { width:15.6875rem;height:2.76171875rem;top:47.875rem;left:2.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g82lgnACUpqLgShyiBLTkewuV1V1SRgz { width:20rem;height:5.94921875rem;top:30.078125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwpSNE8mg8qg81XAxLMhQ2qrpcDzs7NC { width:19rem;height:4.125rem;top:58rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eda0JXT0BmXQ3CcE5mznPhfRMfrk9HpS { display:block; }
 }@media only screen and (max-width: 763px) { #c0XwobnsfGMMKopUq2aDsqnb9bSJr2QM { width:15.5625rem;height:8.625rem;top:19.75rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { width:20rem;height:3.44921875rem;top:1.4375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lydX43y6XBbNJIIc3xg2iPsFsyQpLalZ { width:20rem;height:1.7871125rem;top:52.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDTIJEh3R7oJRJtcxHGbrsic3fADqA4N { width:20rem;height:2.1933625rem;top:54.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #di3BXW0QRfP5SzhmTwnLQwafTrdFfNwF { display:flex;width:1.8125rem;height:1.8125rem;top:38.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Okb50Tma3yvEk6zGrOxAOD5wGg99fwlK { display:flex;width:1.8125rem;height:1.8125rem;top:42.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x8MRSrXGBZF8gzDNOFcT9910w46xAEQW { display:flex;width:1.8125rem;height:1.8125rem;top:47.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O9fTCVFs4amVbZHeAO423xlKDGyJ0knx { width:20rem;height:6.597625rem;top:12.3359375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UtJGExw6pP7KwqQX9s3Mn0RN0PByhNJU { width:20rem;height:5.5234375rem;top:5.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG { display:block; }#Lu5X5EpbQW4UgU6o7bFSZPRTk0245nLG > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrRTNA9XoRaJkX3cl9kfzk4mVsskFiX0 { width:14.9375rem;height:3.75rem;top:15.27734375rem;left:1.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yezLFayBAUIovKQMMLsQK4GTL1XpAFzg { width:20rem;height:2.923825rem;top:8.55859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQqWRXL7uqPhHhCWhT73AMPEtLBsGaS4 { width:20rem;height:1.57421875rem;top:12.68359375rem;left:0rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ekpB5uB0tQUi5Q7bUTVwzwLm2GTFH1Iw { width:20rem;height:7.30956875rem;top:20.9501953125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHo3yEdQJmI7mTNVkIwo3LIIz6P5Q6S6 { width:18.75rem;height:5.84765625rem;top:1.25rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cZJ3isDICJn2bDcxTJfCkqmTPmlO5nuL { width:19.3125rem;height:21.9287375rem;top:29.8876953125rem;left:0.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz { display:block; }#P3TPMyBfzB5cVJB9hJsgHC3V17DttTkz > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhuNvbrb4kgxdth94id6lf8p9Cybalpt { width:20rem;height:12.1465rem;top:9.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TtXSBye9STtah7GTlpGfmgBBLSuHo95L { display:flex;width:1.8125rem;height:1.8125rem;top:37.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W23byFFc4ENnaNKLA2bI1RySTCpF5WdI { width:17.3125rem;height:2.76171875rem;top:37.5rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp8GXVVbWMIuSC17wzneHHMURDQXPXB1 { display:flex;width:1.8125rem;height:1.8125rem;top:32.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AnLqQWqXJqsowyl2WEzz567FuxznEF6M { width:17.25rem;height:4.142575rem;top:32.5625rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik3de3JGmB0Zu1teglOSaVwMcvm5SrSF { width:17.3125rem;height:4.142575rem;top:27.75rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI9iE86UIXTIi4LpBaWGbqFccbp3CvsP { display:flex;width:1.8125rem;height:1.8125rem;top:27.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SnS5ARUL5z0lrBNoPOgTrh3H23ZSLSPV { display:flex;width:1.8125rem;height:1.8125rem;top:22.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TdczRrv7QzNZlLA1Wp3FbbecsgCeNynf { width:17.1875rem;height:4.142575rem;top:22.875rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVfcNfdgZWXWZ9F4ZUeZpHdWiH6yJzyo { width:20rem;height:5.361325rem;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwkET54RZ3UW8XVc9oXd3ukpXfoo0of7 { display:flex;width:1.8125rem;height:1.8125rem;top:41.76171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BNvmqRopWFZTlLulZJvcaS0fFsyzcuI5 { width:17.375rem;height:2.76171875rem;top:41.287109375rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbMXhi0Q3NzwQT9Q4NbWn0S2I8ht9Khl { width:19rem;height:4.125rem;top:45.298828125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9MWBHu6Sy0RTZWCPadXqB4WCI9y4A5r { display:block; }
 }@media only screen and (max-width: 763px) { #IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu { display:block; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbbcqhD3n5n9FLqOAahsVUrAzaSNI7ME { width:20rem;height:1.8681625rem;top:1.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K { display:block; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvTckWTLbFBdTpfQTSsqSJ3DG5XGeWl0 { width:8.125rem;height:12.1875rem;top:0rem;left:5.3291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLgHWuPyhiwPVCtVLWbZgiAMQ7ch6haA { width:20rem;height:28.25879375rem;top:12.9375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l { display:block; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0WK2auONqwd9zqENfn2H99SRCgp8W3t { display:flex;width:1.8125rem;height:1.8125rem;top:21.6875rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #cTtiuzMAcaJSdTyxWye2q4BGcfc6gKmR { width:19.625rem;height:5.5234375rem;top:24.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv1WkqORSZZkVNSboroFSCzA0mTOymkt { width:20rem;height:2.2744125rem;top:1rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJWhsHSZvkH2BZGaT56fVsDfTydGxJTy { width:19rem;height:4.125rem;top:69.5rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8r3xOFLKWHLG81P4Q5KzBPO6GJEBxA2 { display:block; }
 }@media only screen and (max-width: 763px) { #Zzip1H8L7FaVVg36A67yw6Q2GGdPESZv { width:20rem;height:2.11230625rem;top:65.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcuPMqZ5vXiWbaupLk84ot2I8Qhdmh5w { width:20rem;height:1.625rem;top:63.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2BTgODIRL3FpLbfk4KtPZFUCdIz5Xav { width:20rem;height:6.90429375rem;top:34.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8rGMz8WV9yxBg9sJI2SEHhVZLSMRKkO { display:flex;width:1.8125rem;height:1.8125rem;top:31.375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #PaPvhbiT1UVM9zHRATUHe3MRh3CRg4N5 { width:20rem;height:5.5234375rem;top:56.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBkWZWG77cpXmeBmsmCkVWIsKBvd9U5K { width:20rem;height:6.9043125rem;top:45.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrPxIJd3UbF6nyUa5w5PoMfdiDXe7AJd { display:flex;width:1.8125rem;height:1.8125rem;top:42.5625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #BhlGwexSm4mv8VbNv4003aOFUvxiGpZE { display:flex;width:1.8125rem;height:1.8125rem;top:53.75rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #XbF2BxuUf32ek5ACuQ9Wi6MULDc9QWJa { width:20rem;height:7.3095625rem;top:12.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smRc4PA2s4DRaCL7Ln0iFpHScSAdnwM8 { width:13rem;height:7.125rem;top:4.0234375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD { display:block; }#P4kSDCTZ6g0Qxx5MfNNGKFfHKKVzp4VD > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDpUGPN5LF6X7Pq8pC6JMrKWBc9E2vZE { width:20rem;height:8.92383125rem;top:18.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiM1vEve6wrUseLiCltNJfeZiX0BmVuT { width:5.9375rem;height:5.9375rem;top:4.6875rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4HURN5qliiV6tET5pA4Fxz7Lreh5w60 { width:20rem;height:3.25rem;top:12.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Pat374FTx41X3el8dmZcocXtIuovHtZZ { width:20rem;height:2.4375rem;top:0.912109375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLrMHxBRVH5ret0KlLxZmdqHTb504wOr { display:block; }#aLrMHxBRVH5ret0KlLxZmdqHTb504wOr > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMBiiHH8hAuV53h9109o9D491XlHZ4Hy { width:20rem;height:7.3125rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI { display:block; }#SZ09FOMZsHMI5BTJbcdiBSL0Idu0ZMtI > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzV2oz826OoVgWFuwlWQ4wHJLMlBHiXb { width:20rem;height:15.7421875rem;top:4.42480625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbZ9JWqM6AWexADse5SfEnt1TIqJIpwA { width:20rem;height:1.92480625rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDpQF4TLT5eWdqz88Vcgxi5xGkDCrXBB { width:20rem;height:1.92480625rem;top:21.41699375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdJJF4xJJQ9BRy5W3I8EnvdJOCOLdIH { width:20rem;height:15.7421875rem;top:24.5918rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX { display:block; }#BlZzZTNpk9gIu1NhNSrB8Nh5nkCmozNX > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJZl32tvoSXG48AMZuqXAUz12PnR3qNs { width:20rem;height:4.7109375rem;top:1.5625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFgIS7RzNh7CBTdLUqgCowUHnqDTVlSE { width:20rem;height:1.57421875rem;top:20rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JKtN8UABbUthKDime5ONQEWQzq2oqFDC { width:20rem;height:2.923825rem;top:25.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufw5kPzvdRACbwntbwUDoSNhSe7BINqD { display:flex;width:1.8125rem;height:1.8125rem;top:16.9375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #elED1INwmFRqbyEo3iq9G0nRAEuTaTMr { display:flex;width:1.8125rem;height:1.8125rem;top:22.8125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #fFfA3FoMWK3qwCyyqC62saS5A1Ms14xs { width:20rem;height:2.923825rem;top:33.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHk3UdtHhRTlDMOClFdAzNmPiP7sCTHh { display:flex;width:1.8125rem;height:1.8125rem;top:30.0625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #qp80SevSRbUZhnRMyysnG5CQzOAaROWW { width:14.375rem;height:8rem;top:6.9609375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCtD9sq0u8PFIBbS5cyhtQyEW1O6QqfH { width:20rem;height:1.7871125rem;top:37.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hvg90rLV3CexfuKbg9UgscVcmCJkWiy4 { width:20rem;height:2.1933625rem;top:40.375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ya35uvRI0JywGRy7fwLckuJr7xnycu55 { width:19rem;height:4.125rem;top:44.220703125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poPwTg68v6Eg3la5StDFuSuV8DhhUgW4 { display:block; }
 }