.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:255,239,217;--color-primary-1:255,202,128;--color-primary-2:255,148,0;--color-primary-3:128,74,0;--color-primary-4:38,22,0;--color-secondary-0:223,230,241;--color-secondary-1:150,171,209;--color-secondary-2:44,86,163;--color-secondary-3:22,43,82;--color-secondary-4:7,13,24;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd341e13-47f3-4c2b-878b-fc40db49d847/AAAOkadkaRepliki.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { border-width: 0; border-radius: 0; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::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; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:25.125rem;left:0rem;height:8.2119375rem;display:block; }
#tSQnSOhkCGMWuHDTOXDlut0FwLq501c1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:24.9375rem;top:22.9375rem;left:0.5625rem;overflow:hidden;display:block; }
#hMGytFQq3RhmhAEGSN1eP8HFHBwSzu5Q { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:19.75rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:34.9375rem;left:0rem;display:block; }
#eIoGVanNnPzSyDgXmLg66ksGm6UI7wpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { background-color: transparent; background-image: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .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); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { border-width: 0; border-radius: 0; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { color:rgba(var(--color-tertiary-0),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:4.55859375rem;left:1rem;height:37.39355625rem;font-style:normal;display:block; }
#duIc2gTvkP5yRH9FcA5tt9o27q8CXLoM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.25rem;width:24.0625rem;top:5.0625rem;left:34.75rem;overflow:hidden;display:block; }
#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { 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; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { background-color: transparent; background-image: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .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); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { border-width: 0; border-radius: 0; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { font-size:0.875rem;font-family:arial;height:89.75rem;width:60rem;position:relative;display:block; }#ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:3.5625rem;left:0rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#ba3iqAlogtylRRgKzunhHiKwSp6d54aI { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:14.96337890625rem;left:0rem;height:25.49559375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T00VwDVtiR7hfukRUVHTWvT0857I0q8m { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:47.71533203125rem;left:32.875rem;height:20.396475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hMkpfT1lTyseccKn8bHr036bMVXUNHKH { position:absolute;display:block;z-index:15004;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:38.875rem;width:28.1875rem;top:47.71533203125rem;left:0rem;overflow:hidden;display:block; }
#e9B0Hgk15sUUL9gJdDDsKgXRNvLRebI8 { 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:36.375rem;width:25.1875rem;top:4.021484375rem;left:33.5rem;overflow:hidden;display:block; }
#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container { background-color: transparent; background-image: none; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container > .video-iframe-container { display: none; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row > .video-iframe-container { display: none; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .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); }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container { border-width: 0; border-radius: 0; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#E915PUkeZmTdQmOvRTzEb3qM3Krqdeo5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:13.0498046875rem;left:5.34375rem;height:;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; }
#Qv53JHXef5rsQP92a8Zg5MwvDhLTmuwp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.125rem;left:8.625rem; }
#FvQB3n64Q3iSG0ebFz3Ed5vgigcb173R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.125rem;left:26.5rem; }
#rkxVhB5aMtTzlbHmvbovvVDymcWgiTVX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.125rem;left:45rem; }
#mqZS8HyEXAIAXqF02hxNV4kEnlGlQQeG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:13.0498046875rem;left:21.9375rem;height:;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; }
#mbIgab02J1mvAq4VASeX1HcLPWLHBK03 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:13.1123046875rem;left:40.96875rem;height:;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; }
#NZt3yAAJC3I9zaImRABJrADA8K8mXpPp { 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; }#NZt3yAAJC3I9zaImRABJrADA8K8mXpPp > .row .container { background-color: transparent; background-image: none; }#NZt3yAAJC3I9zaImRABJrADA8K8mXpPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZt3yAAJC3I9zaImRABJrADA8K8mXpPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZt3yAAJC3I9zaImRABJrADA8K8mXpPp > .row .container > .video-iframe-container { display: none; }#NZt3yAAJC3I9zaImRABJrADA8K8mXpPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZt3yAAJC3I9zaImRABJrADA8K8mXpPp > .row > .video-iframe-container { display: none; }#NZt3yAAJC3I9zaImRABJrADA8K8mXpPp > .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); }#NZt3yAAJC3I9zaImRABJrADA8K8mXpPp > .row .container { border-width: 0; border-radius: 0; }#NZt3yAAJC3I9zaImRABJrADA8K8mXpPp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZt3yAAJC3I9zaImRABJrADA8K8mXpPp > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:block; }#QUk9J5mqJ5ODDTqtGxHHczfb08C59BHL { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:14.7255859375rem;left:0rem;height:2.1933625rem;text-align:left;text-align-last:left;display:block; }
#VTWeyDmN7Gko0v74ut3dp47lWRv0AIab { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:17.775390625rem;left:0rem;height:3.3994125rem;font-style:normal;display:block; }
#Ob7mXWFlJAuGznnLOFGm7OCo8ueuyGTB { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:19.75rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:9.5rem;left:0rem;display:block; }
#eKG2VfDDFAmcF28TMU0Qt1qXNTwri2gu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RAhRAPtkHV26SGOhFNlbsWxvNniXNmfo { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:3.6630859375rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN > .row .container { background-color: transparent; background-image: none; }#kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN > .row .container > .video-iframe-container { display: none; }#kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN > .row > .video-iframe-container { display: none; }#kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN > .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); }#kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN > .row .container { border-width: 0; border-radius: 0; }#kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#ki09tWgzJgTnFSyoNASf3t5GZdVvgGNT { color:rgba(var(--color-tertiary-0),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.9;letter-spacing:0;top:10.00390625rem;left:0rem;height:13.2993375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ki09tWgzJgTnFSyoNASf3t5GZdVvgGNT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ki09tWgzJgTnFSyoNASf3t5GZdVvgGNT li:before{  }
#R8lU1MZy2cWMKXF6myg5uQev2W5HZtQ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:3.9755859375rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#I7CVAK33c6sUbCiKxN024nFG4nLQcBDH { 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:none; }#I7CVAK33c6sUbCiKxN024nFG4nLQcBDH > .row .container { border-width: 0; border-radius: 0; }#I7CVAK33c6sUbCiKxN024nFG4nLQcBDH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7CVAK33c6sUbCiKxN024nFG4nLQcBDH > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:none; }#NWBcARiy60ZZKEx56G7In8BsTJW0bX73 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:3.85107421875rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#BcViXTy87RDSIDQGduGoRgVtRadATT6g { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:9.27587890625rem;left:0rem;height:3.3994125rem;font-style:normal;display:block; }
#WFcDXlxT5maureELwWzLVeLphskr7hoC { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:20.125rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.35107421875rem;left:38.21240234375rem;display:block; }
#rEhf9INsLzVoIM0u7B74TIT4xv2mQG2E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v154T2IEpolWqb5TlQltSq3gE0btpXyD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:6.71435546875rem;left:41.36865234375rem;height:1.69970625rem;font-style:normal;display:block; }
#y154khL0dTwTsRu1Fyd1wbFqvq7l67Wd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:12.67431640625rem;left:41.125rem;height:1.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F { 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; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container { background-color: transparent; background-image: none; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container > .video-iframe-container { display: none; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row > .video-iframe-container { display: none; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .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); }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container { border-width: 0; border-radius: 0; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#rForX26SygfJb8nybyG6OzmazluBfoEt { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:18.5rem;top:4.125rem;left:0rem;display:block; }
#VcbNK1MdKm4QrR1neQsH4WGwu3xuVwZ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:2.8125rem;left:13.875rem; }
#e5qzalLWhiPPqqrXe58z5qrqhgZizGC0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.3125rem;left:1.625rem;height:11.8979375rem;font-style:normal;display:block; }
#mCOfyBSiFCfKXqEaQgfHSq8lf7kLGITL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:19.20947265625rem;left:1.75rem;height:2.3374rem;font-style:normal;display:block; }
#HxCBlEqGcTScOw3Q26hIVJ1SdUJQUoCW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:21.5458984375rem;left:1.75rem;height:1.48730625rem;font-style:normal;display:block; }
#zHxdMSypzxl5Bp2heSBzCQ3MsvmULZMp { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:18.5rem;top:4.125rem;left:20.75rem;display:block; }
#bebrtGIEn3Bsx7GF56CcTJMIolLdPdzr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.8125rem;left:34.625rem; }
#d2mzmeyrp8dRKaWJqf6Kwu3mLTWE2myH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:7.3125rem;left:22.375rem;height:8.4985625rem;font-style:normal;display:block; }
#noawMZLcs9SOIpxfM4qBnfFDbBVCWEny { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:19.20947265625rem;left:22.375rem;height:2.3374rem;font-style:normal;display:block; }
#F6G5e9fBo0A8bfRGyS9Iyq0AQi9xVznT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:21.5458984375rem;left:22.375rem;height:2.9746125rem;font-style:normal;display:block; }
#iJBXRkvUzuZ1nIAVUC811Lw9mTz8pJZx { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:18.5rem;top:4.125rem;left:41.5rem;display:block; }
#HiQCeTsEyR9SEE43WTO66POEvFcwHfKF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2.8125rem;left:55.375rem; }
#RQiNB3xiWAFkHLN3aTk9iBObpsAFgpGh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:7.3125rem;left:43.125rem;height:10.19825rem;font-style:normal;display:block; }
#EAhtT8L4IkiXtXhTT7o35sURImN7Mq8J { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:19.20947265625rem;left:43.25rem;height:2.3374rem;font-style:normal;display:block; }
#gbo1gbsmJm7Dbc3TabmPwh5nPo5GUCDD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:21.5458984375rem;left:43.25rem;height:1.48730625rem;font-style:normal;display:block; }
#mCbkgquwiBb2rHzEGkTPXgVHpDT1tSXU { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:27.037109375rem;left:27.15625rem;overflow:hidden;display:block; }
#IEcUt5OmwuTkKNw9fURTnE6FXg5bifJX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.5625rem;top:26.787109375rem;left:6.09375rem;overflow:hidden;display:block; }
#bFfG4lMp57cmRss4GtoTrq0gJx9MZTcn { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:26.818359375rem;left:49.3125rem;overflow:hidden;display:block; }
#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc { position:relative;display:block; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc { background-color: transparent; background-image: none; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container > .video-iframe-container { display: none; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row > .video-iframe-container { display: none; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc { border-width: 0; border-radius: 0; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container::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; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d4e442e8-3410-48df-b888-38083e3d7907/JBBbackstage.preview.grayscale.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container.adaptive-delivery-prevent-bg, #FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container.lazyload, #FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container.lazyloading { background-image: none; }#SDyrBSQQWUJgbTqdQpZQlf8dnkvw5bwn { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:6.46875rem;left:1.1875rem;height:12rem;text-align:left;text-align-last:left;display:block; }
#OaATBAIyvIak8IvgZrwiFtgR1y7qzUk5 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:35.3125rem;top:0rem;left:0rem;display:block; }
#KUGWbLLmeeqSkqDBC0NCkg50fhW0ksNh { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:19.75rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:21.125rem;left:1.1875rem;display:block; }
#xDFxFbzBbpWHIs9TwBxP3IaHVLtkHfoG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VWGMMT9wCm9TREsec5kvZAfIexxmpU1H { 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; }#VWGMMT9wCm9TREsec5kvZAfIexxmpU1H > .row .container { background-color: transparent; background-image: none; }#VWGMMT9wCm9TREsec5kvZAfIexxmpU1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWGMMT9wCm9TREsec5kvZAfIexxmpU1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWGMMT9wCm9TREsec5kvZAfIexxmpU1H > .row .container > .video-iframe-container { display: none; }#VWGMMT9wCm9TREsec5kvZAfIexxmpU1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWGMMT9wCm9TREsec5kvZAfIexxmpU1H > .row > .video-iframe-container { display: none; }#VWGMMT9wCm9TREsec5kvZAfIexxmpU1H > .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); }#VWGMMT9wCm9TREsec5kvZAfIexxmpU1H > .row .container { border-width: 0; border-radius: 0; }#VWGMMT9wCm9TREsec5kvZAfIexxmpU1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWGMMT9wCm9TREsec5kvZAfIexxmpU1H > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#HlKJzptKp0Tl0J4Sm73kpQxAypHk0qIQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:18.41162109375rem;left:39.0625rem;display:block; }
#xnRyxNK4Jy9N1dWOUI2k4guP5wmz1pme { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrvBu9VTbvuL4uABe7mwTVHb3wCsU8Oo { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:5.6875rem;left:44.53125rem;overflow:hidden;display:block; }
#cJK3RQcudW48rluxsVmVriVtF7tlNFVK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.8369140625rem;left:39.53125rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#QT0RPkDQDy4s8L4GO92wNcOX99TImxuq { display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.2;top:2.25rem;left:40.5625rem;background-color:transparent;background-image:none;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#Zg6lg23w74hTEQQpKXn2B9pbwTgTs4GR { color:#3f2003;display:block;width:31.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:15.4619140625rem;left:3.6875rem;height:3.3994125rem;font-style:normal;display:block; }
#obnFiZ9BGdGpZI7vEfDChUJpMxaVhDU8 { color:#3f2003;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.8369140625rem;left:3.6875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JeFtggJbpBQ8bS5yDk77GkSnaN2bhlg8 { color:#3f2003;display:block;width:32.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:8.5625rem;left:3.6875rem;height:3.3994125rem;font-style:normal;display:block; }
#cFLvqWW7UxutIHXl9nUmh9FXwrUdUzEi { color:#3f2003;display:block;width:21.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7rem;left:3.6875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ie4NvEMnga2EGo4TT3oe8GtxvJVsT6KP { display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.2;top:3.4375rem;left:3.6875rem;background-color:transparent;background-image:none;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#t2aiahiuuqBKuoTBt0LG5E24n15xGa9q { 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; }#t2aiahiuuqBKuoTBt0LG5E24n15xGa9q > .row .container { background-color: transparent; background-image: none; }#t2aiahiuuqBKuoTBt0LG5E24n15xGa9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2aiahiuuqBKuoTBt0LG5E24n15xGa9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2aiahiuuqBKuoTBt0LG5E24n15xGa9q > .row .container > .video-iframe-container { display: none; }#t2aiahiuuqBKuoTBt0LG5E24n15xGa9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2aiahiuuqBKuoTBt0LG5E24n15xGa9q > .row > .video-iframe-container { display: none; }#t2aiahiuuqBKuoTBt0LG5E24n15xGa9q > .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); }#t2aiahiuuqBKuoTBt0LG5E24n15xGa9q > .row .container { border-width: 0; border-radius: 0; }#t2aiahiuuqBKuoTBt0LG5E24n15xGa9q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2aiahiuuqBKuoTBt0LG5E24n15xGa9q > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#GvH5lB4sq7l0uZlb1rudLcMnCWOiIRMv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:1.96875rem;display:block; }
#BHk6lGBdr8IcsuZKduodqEXGRV0IGBJy { 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) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:46.875rem;height:8.1875rem;top:25.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSQnSOhkCGMWuHDTOXDlut0FwLq501c1 { top:22.9375rem;left:0rem;width:24.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMGytFQq3RhmhAEGSN1eP8HFHBwSzu5Q { width:19.75rem;height:3.4375rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIoGVanNnPzSyDgXmLg66ksGm6UI7wpU { display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:30.875rem;height:37.375rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duIc2gTvkP5yRH9FcA5tt9o27q8CXLoM { width:24.0625rem;height:36.25rem;top:5.0625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { width:39.25rem;height:9rem;top:3.5625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba3iqAlogtylRRgKzunhHiKwSp6d54aI { width:31.8125rem;height:25.4375rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T00VwDVtiR7hfukRUVHTWvT0857I0q8m { width:20.6875rem;height:20.375rem;top:47.6875rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMkpfT1lTyseccKn8bHr036bMVXUNHKH { width:28.1875rem;height:38.875rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9B0Hgk15sUUL9gJdDDsKgXRNvLRebI8 { top:4rem;left:22.5625rem;width:25.1875rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL { display:block; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E915PUkeZmTdQmOvRTzEb3qM3Krqdeo5 { width:13.9375rem;height:;top:13rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv53JHXef5rsQP92a8Zg5MwvDhLTmuwp { top:4.125rem;left:2.5rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvQB3n64Q3iSG0ebFz3Ed5vgigcb173R { top:4.125rem;left:20.375rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkxVhB5aMtTzlbHmvbovvVDymcWgiTVX { top:4.125rem;left:38.875rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqZS8HyEXAIAXqF02hxNV4kEnlGlQQeG { width:16.125rem;height:;top:13rem;left:15.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbIgab02J1mvAq4VASeX1HcLPWLHBK03 { width:15.0625rem;height:;top:13.0625rem;left:32.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZt3yAAJC3I9zaImRABJrADA8K8mXpPp { display:block; }#NZt3yAAJC3I9zaImRABJrADA8K8mXpPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUk9J5mqJ5ODDTqtGxHHczfb08C59BHL { width:41.125rem;height:2.1875rem;top:14.6875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTWeyDmN7Gko0v74ut3dp47lWRv0AIab { width:35.5rem;height:3.375rem;top:17.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob7mXWFlJAuGznnLOFGm7OCo8ueuyGTB { width:19.75rem;height:3.4375rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKG2VfDDFAmcF28TMU0Qt1qXNTwri2gu { display:block; }
 }@media only screen and (max-width: 763px) { #RAhRAPtkHV26SGOhFNlbsWxvNniXNmfo { width:41.125rem;height:4.5rem;top:3.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN { display:block; }#kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ki09tWgzJgTnFSyoNASf3t5GZdVvgGNT { width:40.25rem;height:;top:10rem;left:0rem;font-size:1rem;display:block; }#ki09tWgzJgTnFSyoNASf3t5GZdVvgGNT li:before{  }
 }@media only screen and (max-width: 763px) { #R8lU1MZy2cWMKXF6myg5uQev2W5HZtQ2 { width:41.125rem;height:2.1875rem;top:3.9375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7CVAK33c6sUbCiKxN024nFG4nLQcBDH { display:block; }#I7CVAK33c6sUbCiKxN024nFG4nLQcBDH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWBcARiy60ZZKEx56G7In8BsTJW0bX73 { width:41.125rem;height:4.5rem;top:3.8125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcViXTy87RDSIDQGduGoRgVtRadATT6g { width:35.5rem;height:3.375rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFcDXlxT5maureELwWzLVeLphskr7hoC { width:20.125rem;height:3.75rem;top:8.3125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEhf9INsLzVoIM0u7B74TIT4xv2mQG2E { display:block; }
 }@media only screen and (max-width: 763px) { #v154T2IEpolWqb5TlQltSq3gE0btpXyD { width:13.8125rem;height:1.6875rem;top:6.6875rem;left:33.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y154khL0dTwTsRu1Fyd1wbFqvq7l67Wd { width:13.8125rem;height:1.0625rem;top:12.625rem;left:33.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F { display:block; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rForX26SygfJb8nybyG6OzmazluBfoEt { width:18.5rem;height:26.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcbNK1MdKm4QrR1neQsH4WGwu3xuVwZ2 { width:3.3125rem;height:3.3125rem;top:2.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5qzalLWhiPPqqrXe58z5qrqhgZizGC0 { width:14.5625rem;height:11.875rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCOfyBSiFCfKXqEaQgfHSq8lf7kLGITL { width:15.25rem;height:2.3125rem;top:19.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxCBlEqGcTScOw3Q26hIVJ1SdUJQUoCW { width:15.25rem;height:1.4375rem;top:21.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHxdMSypzxl5Bp2heSBzCQ3MsvmULZMp { width:18.5rem;height:26.875rem;top:4.125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bebrtGIEn3Bsx7GF56CcTJMIolLdPdzr { width:3.3125rem;height:3.3125rem;top:2.8125rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2mzmeyrp8dRKaWJqf6Kwu3mLTWE2myH { width:13.5rem;height:8.4375rem;top:7.3125rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noawMZLcs9SOIpxfM4qBnfFDbBVCWEny { width:15.25rem;height:2.3125rem;top:19.1875rem;left:16.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6G5e9fBo0A8bfRGyS9Iyq0AQi9xVznT { width:15.25rem;height:2.9375rem;top:21.5rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJBXRkvUzuZ1nIAVUC811Lw9mTz8pJZx { width:18.5rem;height:26.875rem;top:4.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiQCeTsEyR9SEE43WTO66POEvFcwHfKF { width:3.3125rem;height:3.3125rem;top:2.8125rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQiNB3xiWAFkHLN3aTk9iBObpsAFgpGh { width:15.25rem;height:10.1875rem;top:7.3125rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAhtT8L4IkiXtXhTT7o35sURImN7Mq8J { width:15.25rem;height:2.3125rem;top:19.1875rem;left:32.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbo1gbsmJm7Dbc3TabmPwh5nPo5GUCDD { width:15.25rem;height:1.4375rem;top:21.5rem;left:32.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCbkgquwiBb2rHzEGkTPXgVHpDT1tSXU { top:27rem;left:21.03125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEcUt5OmwuTkKNw9fURTnE6FXg5bifJX { top:26.75rem;left:0rem;width:6.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFfG4lMp57cmRss4GtoTrq0gJx9MZTcn { top:26.8125rem;left:41.625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc { display:block; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDyrBSQQWUJgbTqdQpZQlf8dnkvw5bwn { width:30.25rem;height:12rem;top:6.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaATBAIyvIak8IvgZrwiFtgR1y7qzUk5 { width:35.3125rem;height:28.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUGWbLLmeeqSkqDBC0NCkg50fhW0ksNh { width:19.75rem;height:3.4375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDFxFbzBbpWHIs9TwBxP3IaHVLtkHfoG { display:block; }
 }@media only screen and (max-width: 763px) { #VWGMMT9wCm9TREsec5kvZAfIexxmpU1H { display:block; }#VWGMMT9wCm9TREsec5kvZAfIexxmpU1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlKJzptKp0Tl0J4Sm73kpQxAypHk0qIQ { width:18.25rem;height:3.4375rem;top:18.375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnRyxNK4Jy9N1dWOUI2k4guP5wmz1pme { display:block; }
 }@media only screen and (max-width: 763px) { #rrvBu9VTbvuL4uABe7mwTVHb3wCsU8Oo { top:5.6875rem;left:38.40625rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJK3RQcudW48rluxsVmVriVtF7tlNFVK { top:13.8125rem;left:30.4375rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0RPkDQDy4s8L4GO92wNcOX99TImxuq { background-color:transparent;background-image:none;width:47.875rem;height:2.8125rem;top:2.0625rem;left:-0.0625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg6lg23w74hTEQQpKXn2B9pbwTgTs4GR { top:15.4375rem;left:0rem;width:31.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obnFiZ9BGdGpZI7vEfDChUJpMxaVhDU8 { top:13.8125rem;left:0rem;width:32.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeFtggJbpBQ8bS5yDk77GkSnaN2bhlg8 { top:8.5625rem;left:0rem;width:32.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFLvqWW7UxutIHXl9nUmh9FXwrUdUzEi { top:7rem;left:0rem;width:21.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie4NvEMnga2EGo4TT3oe8GtxvJVsT6KP { background-color:transparent;background-image:none;width:47.875rem;height:2.8125rem;top:2.0625rem;left:-0.0625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2aiahiuuqBKuoTBt0LG5E24n15xGa9q { display:block; }#t2aiahiuuqBKuoTBt0LG5E24n15xGa9q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvH5lB4sq7l0uZlb1rudLcMnCWOiIRMv { width:17.5rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHk6lGBdr8IcsuZKduodqEXGRV0IGBJy { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd341e13-47f3-4c2b-878b-fc40db49d847/AAAOkadkaRepliki.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:20rem;height:5rem;top:12.875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tSQnSOhkCGMWuHDTOXDlut0FwLq501c1 { width:10.875rem;height:0.75rem;top:1.3369140625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMGytFQq3RhmhAEGSN1eP8HFHBwSzu5Q { width:14.125rem;height:3.0625rem;top:18.76611328125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIoGVanNnPzSyDgXmLg66ksGm6UI7wpU { display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:20rem;height:52.69093125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #duIc2gTvkP5yRH9FcA5tt9o27q8CXLoM { width:12.5rem;height:18.8125rem;top:28.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { width:20rem;height:117.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { width:20rem;height:3.5996125rem;top:30.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ba3iqAlogtylRRgKzunhHiKwSp6d54aI { width:20rem;height:28.89500625rem;top:35.22509765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T00VwDVtiR7hfukRUVHTWvT0857I0q8m { width:20rem;height:20.396475rem;top:66.24462890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hMkpfT1lTyseccKn8bHr036bMVXUNHKH { width:20rem;height:27.568375rem;top:88.134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9B0Hgk15sUUL9gJdDDsKgXRNvLRebI8 { width:20rem;height:28.8833125rem;top:1.04296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL { display:block; }#DJf2Sk85UqS2fGQ33w3sWPgGXyfyBhiL > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E915PUkeZmTdQmOvRTzEb3qM3Krqdeo5 { width:20rem;height:3.3994125rem;top:9.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qv53JHXef5rsQP92a8Zg5MwvDhLTmuwp { display:flex;width:7rem;height:7rem;top:1.25rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #FvQB3n64Q3iSG0ebFz3Ed5vgigcb173R { display:flex;width:7rem;height:7rem;top:14.125rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #rkxVhB5aMtTzlbHmvbovvVDymcWgiTVX { display:flex;width:7rem;height:7rem;top:26.9375rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #mqZS8HyEXAIAXqF02hxNV4kEnlGlQQeG { width:16.125rem;height:3.3994125rem;top:21.125rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbIgab02J1mvAq4VASeX1HcLPWLHBK03 { width:15.0625rem;height:3.3994125rem;top:33.9375rem;left:2.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZt3yAAJC3I9zaImRABJrADA8K8mXpPp { display:block; }#NZt3yAAJC3I9zaImRABJrADA8K8mXpPp > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUk9J5mqJ5ODDTqtGxHHczfb08C59BHL { width:20rem;height:3.5996125rem;top:9.70458984375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTWeyDmN7Gko0v74ut3dp47lWRv0AIab { width:20rem;height:6.798825rem;top:14.96191875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ob7mXWFlJAuGznnLOFGm7OCo8ueuyGTB { width:19.75rem;height:3.4375rem;top:4.29980625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKG2VfDDFAmcF28TMU0Qt1qXNTwri2gu { display:block; }
 }@media only screen and (max-width: 763px) { #RAhRAPtkHV26SGOhFNlbsWxvNniXNmfo { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN { display:block; }#kg7EqoZi6rlfOTh5swnbTQh5NFSrl1mN > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ki09tWgzJgTnFSyoNASf3t5GZdVvgGNT { width:20rem;height:24.6987125rem;top:4.29980625rem;left:0rem;font-size:1rem;display:block; }#ki09tWgzJgTnFSyoNASf3t5GZdVvgGNT li:before{  }
 }@media only screen and (max-width: 763px) { #R8lU1MZy2cWMKXF6myg5uQev2W5HZtQ2 { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7CVAK33c6sUbCiKxN024nFG4nLQcBDH { display:none; }#I7CVAK33c6sUbCiKxN024nFG4nLQcBDH > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NWBcARiy60ZZKEx56G7In8BsTJW0bX73 { width:20rem;height:2.36230625rem;top:4.4375rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BcViXTy87RDSIDQGduGoRgVtRadATT6g { width:20rem;height:6.798825rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFcDXlxT5maureELwWzLVeLphskr7hoC { width:20rem;height:3.25rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEhf9INsLzVoIM0u7B74TIT4xv2mQG2E { display:block; }
 }@media only screen and (max-width: 763px) { #v154T2IEpolWqb5TlQltSq3gE0btpXyD { width:13.8125rem;height:1.69970625rem;top:16.1875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y154khL0dTwTsRu1Fyd1wbFqvq7l67Wd { width:13.8125rem;height:1.0625rem;top:21.125rem;left:3.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F { display:block; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rForX26SygfJb8nybyG6OzmazluBfoEt { width:18.1875rem;height:20.625rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcbNK1MdKm4QrR1neQsH4WGwu3xuVwZ2 { display:flex;width:3.3125rem;height:3.3125rem;top:0rem;left:14.6875rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #e5qzalLWhiPPqqrXe58z5qrqhgZizGC0 { width:15.125rem;height:11.8979375rem;top:4.41357421875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCOfyBSiFCfKXqEaQgfHSq8lf7kLGITL { width:15.125rem;height:2.3374rem;top:16.7255859375rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxCBlEqGcTScOw3Q26hIVJ1SdUJQUoCW { width:15.125rem;height:1.48730625rem;top:19rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHxdMSypzxl5Bp2heSBzCQ3MsvmULZMp { width:18.5rem;height:20.625rem;top:25.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bebrtGIEn3Bsx7GF56CcTJMIolLdPdzr { display:flex;width:3.3125rem;height:3.3125rem;top:24.5625rem;left:14.5rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #d2mzmeyrp8dRKaWJqf6Kwu3mLTWE2myH { width:15.25rem;height:8.4985625rem;top:29.0625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noawMZLcs9SOIpxfM4qBnfFDbBVCWEny { width:15.25rem;height:2.3374rem;top:40.625rem;left:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6G5e9fBo0A8bfRGyS9Iyq0AQi9xVznT { width:15.25rem;height:2.9746125rem;top:42.8564453125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJBXRkvUzuZ1nIAVUC811Lw9mTz8pJZx { width:18.5rem;height:20.625rem;top:50.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiQCeTsEyR9SEE43WTO66POEvFcwHfKF { display:flex;width:3.3125rem;height:3.3125rem;top:49.1875rem;left:14.5rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #RQiNB3xiWAFkHLN3aTk9iBObpsAFgpGh { width:15.25rem;height:10.19825rem;top:53.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAhtT8L4IkiXtXhTT7o35sURImN7Mq8J { width:15.25rem;height:2.3374rem;top:66rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbo1gbsmJm7Dbc3TabmPwh5nPo5GUCDD { width:15.25rem;height:1.48730625rem;top:68.25rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCbkgquwiBb2rHzEGkTPXgVHpDT1tSXU { width:3.9375rem;height:3.9375rem;top:39.0869140625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEcUt5OmwuTkKNw9fURTnE6FXg5bifJX { width:4.8125rem;height:4.5625rem;top:16.310546875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFfG4lMp57cmRss4GtoTrq0gJx9MZTcn { width:3.8125rem;height:3.8125rem;top:63.8857421875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d4e442e8-3410-48df-b888-38083e3d7907/JBBbackstage.preview.grayscale.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;display:block; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc.adaptive-delivery-prevent-bg, #FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc.lazyload, #FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc.lazyloading { background-image: none; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container { background-color: transparent; background-image: none; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container > .video-iframe-container { display: none; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row > .video-iframe-container { display: none; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .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); }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container { border-width: 0; border-radius: 0; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc::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; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhwECcIwBaEUVKZGvAXgHRgAQJgCUXsc > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDyrBSQQWUJgbTqdQpZQlf8dnkvw5bwn { width:16.1875rem;height:14.3994375rem;top:6.15625rem;left:1.90625rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OaATBAIyvIak8IvgZrwiFtgR1y7qzUk5 { width:14.125rem;height:28.125rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUGWbLLmeeqSkqDBC0NCkg50fhW0ksNh { width:14.875rem;height:3.4375rem;top:22.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDFxFbzBbpWHIs9TwBxP3IaHVLtkHfoG { display:block; }
 }@media only screen and (max-width: 763px) { #VWGMMT9wCm9TREsec5kvZAfIexxmpU1H { display:block; }#VWGMMT9wCm9TREsec5kvZAfIexxmpU1H > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlKJzptKp0Tl0J4Sm73kpQxAypHk0qIQ { width:15.0625rem;height:2.75rem;top:41.6875rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnRyxNK4Jy9N1dWOUI2k4guP5wmz1pme { display:block; }
 }@media only screen and (max-width: 763px) { #rrvBu9VTbvuL4uABe7mwTVHb3wCsU8Oo { width:7.125rem;height:7.0625rem;top:28.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJK3RQcudW48rluxsVmVriVtF7tlNFVK { width:17.3125rem;height:3.89941875rem;top:36.75rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0RPkDQDy4s8L4GO92wNcOX99TImxuq { left:2.1875rem;background-color:transparent;background-image:none;width:15.625rem;top:24.5625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg6lg23w74hTEQQpKXn2B9pbwTgTs4GR { width:19.75rem;height:5.09911875rem;top:16.849609375rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #obnFiZ9BGdGpZI7vEfDChUJpMxaVhDU8 { width:15.375rem;height:3.3994125rem;top:13.45068359375rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JeFtggJbpBQ8bS5yDk77GkSnaN2bhlg8 { width:20rem;height:5.09911875rem;top:5.7490234375rem;left:-0.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFLvqWW7UxutIHXl9nUmh9FXwrUdUzEi { width:15.375rem;height:1.29980625rem;top:4.44921875rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ie4NvEMnga2EGo4TT3oe8GtxvJVsT6KP { left:2.1875rem;background-color:transparent;background-image:none;width:15.625rem;top:1.52392578125rem;height:2.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2aiahiuuqBKuoTBt0LG5E24n15xGa9q { display:block; }#t2aiahiuuqBKuoTBt0LG5E24n15xGa9q > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvH5lB4sq7l0uZlb1rudLcMnCWOiIRMv { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHk6lGBdr8IcsuZKduodqEXGRV0IGBJy { display:block; }
 }