.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:225,214,249;--color-primary-1:164,131,237;--color-primary-2:104,48,225;--color-primary-3:62,29,135;--color-primary-4:4,0,32;--color-secondary-0:253,219,229;--color-secondary-1:250,134,169;--color-secondary-2:244,12,83;--color-secondary-3:122,6,42;--color-secondary-4:37,2,12;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"exo";--paragraphs-font-family:"exo"; }@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:#001534;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); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/ec5bd581-f59b-40d9-9cb1-cd353c81d8db/to.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.adaptive-delivery-prevent-bg, #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.lazyload, #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.lazyloading { background-image: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { background-color: transparent; background-image: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .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); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { border-width: 0; border-radius: 0; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#bNR70lNrFKMxtnutbrdKt0uAavJIbLFs { color:rgba(var(--color-tertiary-0),1);display:block;width:61.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:9.5244140625rem;left:6.71875rem;height:11.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OuAEQTxv81WoW3E78n91UXfVtwgJ67pM { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3625001907349rem;left:10.9375rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F4CdZDQDka08i7QkVUn4NPTOvS37O9yf { box-sizing:content-box;height:20.3125rem;width:29.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/b0e18e41-3630-4ec4-94da-21d8dfd54e0d/20251022FDRStudioBackstage18.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.875rem;left:22.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#F4CdZDQDka08i7QkVUn4NPTOvS37O9yf.adaptive-delivery-prevent-bg, #F4CdZDQDka08i7QkVUn4NPTOvS37O9yf.lazyload, #F4CdZDQDka08i7QkVUn4NPTOvS37O9yf.lazyloading { background-image: none; }
#PbOPKP19T8z7wOFSPUZbKdGyzeGNkkrs { background-color:#2f5cff;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: 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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:43.0625rem;left:28.75rem;display:block; }
#Lmzwkr3KrFXnGTtKsnSn7DldEqqhng7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T33uTwXQ0WFfmNLUMSXHmy0n5D0nBOIr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:16.875rem;top:1.3125rem;left:29.0625rem;overflow:hidden;display:block; }
#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001534;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; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { background-color: transparent; background-image: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container > .video-iframe-container { display: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row > .video-iframe-container { display: none; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .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); }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { border-width: 0; border-radius: 0; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#ikFFBFUr7oLAyqrgxWiDOTvwUTKPeTni { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.6435546875rem;left:10.125rem;height:12.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pFV5MvB49lRmGbTWrI8Kzk6Q5HWs03VB { box-sizing:content-box;height:25.375rem;width:9.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.1125001907349rem;left:0rem;display:block; }
#biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b493425-5f24-487d-a22e-e10241cb7624/marcinb2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.625rem;left:39.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4.adaptive-delivery-prevent-bg, #biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4.lazyload, #biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4.lazyloading { background-image: none; }
#FPCohwl8KspnJKTy3lwOnEAZOTCkq1K1 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:18.12451171875rem;left:10rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zbPIbGxizBnsCt9Mgtap0RlJUwgklIkQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.956250190735rem;left:37.06875038147rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpq914oGdKok8PgF8hXZwl5440tWb8Jp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.250000953674rem;left:39.250001907349rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1e37e96f-8d7b-43d8-a903-a032b977d0a4/IMG_4696.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.625rem;left:56.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ.adaptive-delivery-prevent-bg, #aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ.lazyload, #aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ.lazyloading { background-image: none; }
#DKBln9K8Mr0ql7pbqKRswhJEv9Lgrff8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.956250190735rem;left:54.06875038147rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xgqv0Ilwf7uDs6elH2XHBtSnrrkmkFcq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.250000953674rem;left:56.312501907349rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d3221fd1-e098-4e94-93d9-d9007ad4d639/kubastoemark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.875002861023rem;left:39.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT.adaptive-delivery-prevent-bg, #tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT.lazyload, #tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT.lazyloading { background-image: none; }
#XNG49scbKr0TnueQIlxO821VyrFKe7sp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:31.5625rem;left:37.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yS2noHZCv1qhIOAD6IbxuoQeD3WJdF9N { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.675000190735rem;left:37.16250038147rem;display:block; }
#sIlt1ciaeDm5Q5E6w4rlAWCldgI4UMb3 { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.675000190735rem;left:54.10000038147rem;display:block; }
#bmtb8npH8xFUSfQ6br9LoheIfSZamMvP { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.3125rem;left:37.125rem;display:block; }
#C5pd6iWllUgi0VMfvtRgvJiM77I27gtR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:34.5625rem;left:39.250001907349rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b7660735-e37f-403b-8386-77a84e259e3d/Gosc_4_new.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.875rem;left:56.312501907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc.adaptive-delivery-prevent-bg, #ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc.lazyload, #ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc.lazyloading { background-image: none; }
#hQyCEp1rhQPztleeqiiNKglDpeRr3yUM { box-sizing:content-box;height:2.25rem;width:13.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.28125rem;left:54.10000038147rem;display:block; }
#C1fhmnMRWTLyxW36kFs8IzXZZxIHTOxQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:31.5625rem;left:54.693359375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#adz2RZRSDrKgS297fCsaLfsb8tsbSMXy { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.5rem;left:56.312501907349rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SqFhV69TXM7oQbhJ8drhgDXlzh63I16T { color:rgba(var(--color-tertiary-0),0.3);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:31.5625rem;left:2.8623046875rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001534;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; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { background-color: transparent; background-image: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container > .video-iframe-container { display: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row > .video-iframe-container { display: none; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .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); }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { border-width: 0; border-radius: 0; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#iHBA9F3G3RLdpamP2nzMtTk9e7iLwRaK { color:rgba(var(--color-tertiary-0),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.875rem;left:35.8125rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dKiHBJaI8fPsageS30oaw1ETomlMx7lh { box-sizing:content-box;height:25.375rem;width:56.6875rem;position:absolute;display:block;z-index:15001;background-color:#2f5cff;background-image:none;top:0.050003051757812rem;left:18.062501907349rem;display:block; }
#CCcq2EA2t137rzJcQQoecZzH6NaJTF0O { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.3624992370606rem;left:35.875001907349rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r { box-sizing:content-box;height:21.9375rem;width:25.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4178a775-cfd7-4293-8350-fc8a8f4a7694/20251022FDRStudioBackstage5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.7687501907349rem;left:8.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r.adaptive-delivery-prevent-bg, #WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r.lazyload, #WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r.lazyloading { background-image: none; }
#wN0nvnqIHTvc8VqMLWgqhb5mBiIsHwBq { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.984375rem;left:35.8125rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hfgCyP6oKBEtByRT8ewyCeIMIWiWpxIS { background-color:rgba(var(--color-tertiary-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: none;box-sizing:border-box;color:#2f5cff;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.0625rem;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:15004;text-align:center;text-align-last:center;top:23.706245422363rem;left:35.812501907349rem;display:block; }
#EXUORI21iiAmtunvsaXSlsLTM75a3kri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kse4LdBbQJEr6TkEqqBptFSldpdVQGLm { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:19.6875rem;left:35.8125rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/ec5bd581-f59b-40d9-9cb1-cd353c81d8db/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01.adaptive-delivery-prevent-bg, #h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01.lazyload, #h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01.lazyloading { background-image: none; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container { background-color: transparent; background-image: none; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container > .video-iframe-container { display: none; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row > .video-iframe-container { display: none; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .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); }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container { border-width: 0; border-radius: 0; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#qRAxtOZXJ2hJS7B5VnKViFfdG22TnpEE { box-sizing:content-box;height:22.4375rem;width:17.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.375rem;left:17.0625rem;display:block; }
#Qvk0dE3A7R36hIWntIXZSoT7n8SWblzZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:12.625rem;left:17.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZHIhTPwTGH8JoNPB86pIdNKPVaCuAQLk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.4375rem;left:17.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OimdUru4xb1kMGP05AS9Iyaahwk9nELv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.25rem;left:17.875rem;height:6.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G61JIyuo2JTKTy0vbzGQyXdmLVQdLoXQ { 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:15012;opacity:1;top:22.1875rem;left:15rem; }
#G61JIyuo2JTKTy0vbzGQyXdmLVQdLoXQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#CkdwQs4uLz6SGc8i6fHkF2o2NihR59i0 { 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:15013;opacity:1;top:24.25rem;left:15rem; }
#CkdwQs4uLz6SGc8i6fHkF2o2NihR59i0 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#OV2pHu2yIKWs1GQTow7hgXZXJViIFJB9 { box-sizing:content-box;height:5.5rem;width:2.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:21.3125rem;left:14.75rem;display:block; }
#ukUPDZf5rIuEiJ8V8IxL91QXHHtOnxlb { box-sizing:content-box;height:22.4375rem;width:17.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.4375rem;left:40.5625rem;display:block; }
#ZpLrffgkFd1pGp7ISUxHMBb2Wl0oaNtV { box-sizing:content-box;height:5.5rem;width:2.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:21.375rem;left:38.1875rem;display:block; }
#HBhufbDPN6T2XuLoV6IryvOIbXxGkATa { 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:15014;opacity:1;top:22.125rem;left:38.4375rem; }
#HBhufbDPN6T2XuLoV6IryvOIbXxGkATa > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#HpQfTEf58J6KFWpWr702gDHPILqA4DVE { 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:15015;opacity:1;top:24.3125rem;left:38.4375rem; }
#HpQfTEf58J6KFWpWr702gDHPILqA4DVE > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#LZo5VVaRWJXRI6lZOuqly4NMQJtehLVq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.6875rem;left:40.6875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kKCxhKSXTJb4BWQf4Ale1kEdyGqtoy82 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.5625rem;left:40.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J13C4EZrk8Ao5vsM6ypFeJZSOffkFJeB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:18.4375rem;left:41.375rem;height:6.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oPc5O0K0BWHlQRytC5qZqcOcf9oiRKh4 { box-sizing:content-box;height:8.875rem;width:8.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/c9c27f28-8679-415a-a5d3-9d04516d00a6/jp_face.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.8125rem;left:21.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#oPc5O0K0BWHlQRytC5qZqcOcf9oiRKh4.adaptive-delivery-prevent-bg, #oPc5O0K0BWHlQRytC5qZqcOcf9oiRKh4.lazyload, #oPc5O0K0BWHlQRytC5qZqcOcf9oiRKh4.lazyloading { background-image: none; }
#NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U { box-sizing:content-box;height:8.875rem;width:8.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/73710a11-7e72-497e-aea7-fe0ac91f6dde/marcinb1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.875rem;left:44.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U.adaptive-delivery-prevent-bg, #NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U.lazyload, #NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U.lazyloading { background-image: none; }
#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b219004-02da-41e7-9343-6bddca0750a9/full_zdjecie.jpg");background-position: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; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.adaptive-delivery-prevent-bg, #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.lazyload, #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.lazyloading { background-image: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { background-color: transparent; background-image: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container > .video-iframe-container { display: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row > .video-iframe-container { display: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .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); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { border-width: 0; border-radius: 0; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#BwvK6GXMqCGoCkGdl0mVkRJQlgbypIbZ { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:10.6875rem;left:12.5rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uPAOFRQBX9F3yOGDKAo07ae8ucuzH1LX { color:rgba(var(--color-tertiary-0),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:15.5rem;left:18.0625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITsdGKmgs1xy7ySFCcXRGR7TUeTsrwbs { box-sizing:content-box;height:16.5rem;width:51.0625rem;position:absolute;display:block;z-index:15004;background-color:#2f5cff;background-image:none;top:8.65625rem;left:11.96875rem;display:block; }
#nJVeVb2TKUTO0dnkfvVzae3rWk7Ix0K3 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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-0),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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.6875rem;left:27.75rem;display:block; }
#m8diP9bzU4LRZHF6TwRRN3qMQBJZsPqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/ec5bd581-f59b-40d9-9cb1-cd353c81d8db/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ.adaptive-delivery-prevent-bg, #NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ.lazyload, #NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ.lazyloading { background-image: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { background-color: transparent; background-image: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container > .video-iframe-container { display: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row > .video-iframe-container { display: none; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .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); }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { border-width: 0; border-radius: 0; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#vda9KOeZ3aP2RgvnigMHOc8qF50H1wEw { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.799993515014rem;left:10.125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bi3EkrILLDoU5uItyLltePFg2EL3hLVZ { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:6.8125rem;left:10.125rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SNf1akcwHWAhFT983Xen5OdAe5HtXMUT { box-sizing:content-box;height:15rem;width:9.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.3125rem;left:0rem;display:block; }
#KIzFo1NTEtuq6JH1ZMfaLITkbgZtIwHl { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.6875rem;left:7.375rem;display:block; }
#XsVzVyXnxOIoNxhnXmNtsen9eUpH9m0A { color:rgba(var(--color-tertiary-0),0.12);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:15.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:23.737504959106rem;left:3.4375rem;height:17.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U0Gn1nLgd2aLTQ8APfJTZZ28qD3vTiqJ { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:30.130859375rem;left:14.59375rem;height:5.3613375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bkv6yQybwEMJTu8Ra4q9sOfmWTtIPGDD { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:36.375rem;left:10.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aGI0BuIuHX4v81f4PxdTObod5J7snHu4 { color:rgba(var(--color-tertiary-0),0.12);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:15.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:24.3125rem;left:25.0625rem;height:17.0498125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yS5uLQFh1CJG57if0vqAwWebeKZiu1BM { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.6875rem;left:30.8125rem;display:block; }
#iPIriyz56BTtNL2xhgvSvMKxo5vnMZfw { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:30.1875rem;left:38.125rem;height:5.3613375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IqO01GdWITnP1q1O6aDrcPJVRITBO7Th { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:36.375rem;left:34.5rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UHShpLpHRdXh9Mi1PKK5O2Jtyva3n5Nx { color:rgba(var(--color-tertiary-0),0.12);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:15.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:24.28750038147rem;left:49.625001907349rem;height:17.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JlnVNeRkWpl7cU5pervBZIcM32E8pb2b { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.6875rem;left:54.562501907349rem;display:block; }
#gy2bg1pMvZCs2y60h4NgShg4r9QVMLhV { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:30.130859375rem;left:61.9375rem;height:5.3613375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yGu0euIKuG9z4gIfBAArTMbh6Ig2fmVE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:36.375rem;left:58.5rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pLVAxmZVzA9QO4d0TvcwXFcFR3LzcPNf { color:rgba(var(--color-tertiary-0),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5.1749944686889rem;left:10.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qiOTMES5PuEaDCTMA7Dz3GbkkAL9ZC0k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31.5625rem;left:9.0625rem; }
#ts9nBM4ITzvnxsVJkg4XFFJ7QXZl1QJR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:31.65625rem;left:32.78125rem; }
#BVJMInEMw0ikODaS7TxDkeWmemAvz2vX { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:31.40625rem;left:56.28125rem; }
#MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti { position:relative;display:block; }#MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti { background-color: transparent; background-image: none; }#MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti > .row .container > .video-iframe-container { display: none; }#MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti > .row > .video-iframe-container { display: none; }#MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti > .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); }#MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti { border-width: 0; border-radius: 0; }#MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#001534;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RRQwIqSrEdeGCR7i18nvx4TbNy1Uq3rP { box-sizing:content-box;height:16.6875rem;width:22.75rem;position:absolute;display:block;z-index:15004;background-color:#001534;background-image:url("https://images.assets-landingi.com/uc/d4f5924d-15d2-4529-af08-b67966c9ed82/20251022FDRStudioBackstage241.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.03125rem;left:1.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#RRQwIqSrEdeGCR7i18nvx4TbNy1Uq3rP.adaptive-delivery-prevent-bg, #RRQwIqSrEdeGCR7i18nvx4TbNy1Uq3rP.lazyload, #RRQwIqSrEdeGCR7i18nvx4TbNy1Uq3rP.lazyloading { background-image: none; }
#obObdnBOU3FikonyA9tG6kxviK3a4TV1 { box-sizing:content-box;height:16.6875rem;width:22.75rem;position:absolute;display:block;z-index:15005;background-color:#001534;background-image:url("https://images.assets-landingi.com/uc/addfbacf-309c-473c-b93d-6958b28c6a60/20251022FDRStudioBackstage61.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.03125rem;left:51.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#obObdnBOU3FikonyA9tG6kxviK3a4TV1.adaptive-delivery-prevent-bg, #obObdnBOU3FikonyA9tG6kxviK3a4TV1.lazyload, #obObdnBOU3FikonyA9tG6kxviK3a4TV1.lazyloading { background-image: none; }
#AVE4GX7daSU6FggbLN65HR2Un3DQOvdy { box-sizing:content-box;height:16.6875rem;width:22.75rem;position:absolute;display:block;z-index:15003;background-color:#001534;background-image:url("https://images.assets-landingi.com/uc/1eb830fd-3a83-4804-a887-eb7b30b7e855/20251022FDRStudioBackstage81.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.03125rem;left:26.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#AVE4GX7daSU6FggbLN65HR2Un3DQOvdy.adaptive-delivery-prevent-bg, #AVE4GX7daSU6FggbLN65HR2Un3DQOvdy.lazyload, #AVE4GX7daSU6FggbLN65HR2Un3DQOvdy.lazyloading { background-image: none; }
#GqS6hv71bVmuEUAQtwUmATnffSoXRrpf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001534;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; }#GqS6hv71bVmuEUAQtwUmATnffSoXRrpf > .row .container { background-color: transparent; background-image: none; }#GqS6hv71bVmuEUAQtwUmATnffSoXRrpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqS6hv71bVmuEUAQtwUmATnffSoXRrpf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqS6hv71bVmuEUAQtwUmATnffSoXRrpf > .row .container > .video-iframe-container { display: none; }#GqS6hv71bVmuEUAQtwUmATnffSoXRrpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqS6hv71bVmuEUAQtwUmATnffSoXRrpf > .row > .video-iframe-container { display: none; }#GqS6hv71bVmuEUAQtwUmATnffSoXRrpf > .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); }#GqS6hv71bVmuEUAQtwUmATnffSoXRrpf > .row .container { border-width: 0; border-radius: 0; }#GqS6hv71bVmuEUAQtwUmATnffSoXRrpf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GqS6hv71bVmuEUAQtwUmATnffSoXRrpf > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#aWglhJ0DA9K6DrwFww84nrDcTeul0kSP { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:2.9375rem;left:12.5rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QmmIc6ItZGrwAwvRL0kcco0Gk9s6BQ3r { color:rgba(var(--color-tertiary-0),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:9.75rem;left:18.0625rem;height:4.1997rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tSxF2hMplKOowg7Ed51BI4GvOpub3prM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001534;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; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { background-color: transparent; background-image: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container > .video-iframe-container { display: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row > .video-iframe-container { display: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .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); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { border-width: 0; border-radius: 0; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#qCMATHcTkqoLBtPQ0focLvTF0aN8H3wm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#JK14QipFQ6dm31NCQhWr2XGZce112GL5 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.28125rem;left:66rem; }
#JK14QipFQ6dm31NCQhWr2XGZce112GL5 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#W4tariOUOV0QbImuqOxCHH8nZI9Q9TsU { 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:15016;opacity:1;top:1.1875rem;left:68.1875rem; }
#W4tariOUOV0QbImuqOxCHH8nZI9Q9TsU > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#CphHE1Tnmw3kbKVTDCIm5HxVExKJreoW { 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:15015;opacity:1;top:1.1875rem;left:70.5625rem; }
#CphHE1Tnmw3kbKVTDCIm5HxVExKJreoW > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#FsarKDPkmqDEo7FbAMJDBexTBIZnkdwF { color:rgba(var(--color-tertiary-2),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.6875rem;left:62.75rem;height:0.8125rem;display:block; }
#ZTUXsWUEAe2S6H3JWuHdchGQR9FNWJOw { color:rgba(var(--color-tertiary-2),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1.6875rem;left:59.125rem;height:0.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 { display:block; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNR70lNrFKMxtnutbrdKt0uAavJIbLFs { top:9.5rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuAEQTxv81WoW3E78n91UXfVtwgJ67pM { top:5.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4CdZDQDka08i7QkVUn4NPTOvS37O9yf { top:23.875rem;left:9.3125rem;width:29.1875rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbOPKP19T8z7wOFSPUZbKdGyzeGNkkrs { width:17.5rem;height:3.4375rem;top:43.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmzwkr3KrFXnGTtKsnSn7DldEqqhng7T { display:block; }
 }@media only screen and (max-width: 763px) { #T33uTwXQ0WFfmNLUMSXHmy0n5D0nBOIr { top:1.3125rem;left:15.4375rem;width:16.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 { display:block; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikFFBFUr7oLAyqrgxWiDOTvwUTKPeTni { top:4.625rem;left:0rem;width:21.25rem;height:12.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFV5MvB49lRmGbTWrI8Kzk6Q5HWs03VB { top:2.0625rem;left:0rem;width:9.0625rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4 { top:4.625rem;left:25.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPCohwl8KspnJKTy3lwOnEAZOTCkq1K1 { top:18.0625rem;left:0rem;width:21.3125rem;height:10.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbPIbGxizBnsCt9Mgtap0RlJUwgklIkQ { top:13.9375rem;left:23.443359375rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpq914oGdKok8PgF8hXZwl5440tWb8Jp { top:17.25rem;left:25.625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ { top:4.625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKBln9K8Mr0ql7pbqKRswhJEv9Lgrff8 { top:13.9375rem;left:35.1875rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgqv0Ilwf7uDs6elH2XHBtSnrrkmkFcq { top:17.25rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT { top:21.875rem;left:25.625001907349rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNG49scbKr0TnueQIlxO821VyrFKe7sp { top:31.5625rem;left:23.4375rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS2noHZCv1qhIOAD6IbxuoQeD3WJdF9N { top:13.625rem;left:23.53750038147rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIlt1ciaeDm5Q5E6w4rlAWCldgI4UMb3 { top:13.625rem;left:35.25rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmtb8npH8xFUSfQ6br9LoheIfSZamMvP { top:31.3125rem;left:23.5rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5pd6iWllUgi0VMfvtRgvJiM77I27gtR { top:34.5625rem;left:25.625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc { top:21.875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQyCEp1rhQPztleeqiiNKglDpeRr3yUM { top:31.25rem;left:34rem;width:13.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1fhmnMRWTLyxW36kFs8IzXZZxIHTOxQ { top:31.5625rem;left:35.1875rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adz2RZRSDrKgS297fCsaLfsb8tsbSMXy { top:34.5rem;left:34.0625rem;width:13.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqFhV69TXM7oQbhJ8drhgDXlzh63I16T { top:31.5625rem;left:0rem;width:29.5rem;height:11.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 { display:block; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHBA9F3G3RLdpamP2nzMtTk9e7iLwRaK { top:3.875rem;left:10.0625rem;width:37.6875rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKiHBJaI8fPsageS30oaw1ETomlMx7lh { top:0rem;left:0rem;width:47.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCcq2EA2t137rzJcQQoecZzH6NaJTF0O { top:2.3125rem;left:22.25rem;width:20.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r { top:1.75rem;left:0rem;width:25.8125rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN0nvnqIHTvc8VqMLWgqhb5mBiIsHwBq { top:12.9375rem;left:10.8125rem;width:36.9375rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfgCyP6oKBEtByRT8ewyCeIMIWiWpxIS { width:17.5rem;height:3.4375rem;top:23.6875rem;left:22.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXUORI21iiAmtunvsaXSlsLTM75a3kri { display:block; }
 }@media only screen and (max-width: 763px) { #Kse4LdBbQJEr6TkEqqBptFSldpdVQGLm { top:19.6875rem;left:10.8125rem;width:36.9375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 { display:block; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRAxtOZXJ2hJS7B5VnKViFfdG22TnpEE { top:4.375rem;left:3.4375rem;width:17.3125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvk0dE3A7R36hIWntIXZSoT7n8SWblzZ { top:12.625rem;left:3.4375rem;width:17.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHIhTPwTGH8JoNPB86pIdNKPVaCuAQLk { top:14.4375rem;left:3.4375rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OimdUru4xb1kMGP05AS9Iyaahwk9nELv { top:18.25rem;left:4.25rem;width:15.5625rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G61JIyuo2JTKTy0vbzGQyXdmLVQdLoXQ { top:22.1875rem;left:1.375rem;width:1.8125rem;height:1.8125rem;display:block; }
#G61JIyuo2JTKTy0vbzGQyXdmLVQdLoXQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #CkdwQs4uLz6SGc8i6fHkF2o2NihR59i0 { top:24.25rem;left:1.375rem;width:1.8125rem;height:1.8125rem;display:block; }
#CkdwQs4uLz6SGc8i6fHkF2o2NihR59i0 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #OV2pHu2yIKWs1GQTow7hgXZXJViIFJB9 { top:21.3125rem;left:1.125rem;width:2.375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukUPDZf5rIuEiJ8V8IxL91QXHHtOnxlb { top:4.4375rem;left:26.9375rem;width:17.3125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpLrffgkFd1pGp7ISUxHMBb2Wl0oaNtV { top:21.375rem;left:24.5625rem;width:2.375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBhufbDPN6T2XuLoV6IryvOIbXxGkATa { top:22.125rem;left:24.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
#HBhufbDPN6T2XuLoV6IryvOIbXxGkATa > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #HpQfTEf58J6KFWpWr702gDHPILqA4DVE { top:24.3125rem;left:24.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
#HpQfTEf58J6KFWpWr702gDHPILqA4DVE > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #LZo5VVaRWJXRI6lZOuqly4NMQJtehLVq { top:12.6875rem;left:27.0625rem;width:17.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKCxhKSXTJb4BWQf4Ale1kEdyGqtoy82 { top:14.5625rem;left:27.125rem;width:17.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J13C4EZrk8Ao5vsM6ypFeJZSOffkFJeB { top:18.4375rem;left:27.75rem;width:15.6875rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPc5O0K0BWHlQRytC5qZqcOcf9oiRKh4 { top:3.8125rem;left:7.4375rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U { top:3.875rem;left:30.9375rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU { display:block; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwvK6GXMqCGoCkGdl0mVkRJQlgbypIbZ { top:10.6875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPAOFRQBX9F3yOGDKAo07ae8ucuzH1LX { top:15.5rem;left:4.4375rem;width:38.875rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITsdGKmgs1xy7ySFCcXRGR7TUeTsrwbs { top:8.625rem;left:0rem;width:47.75rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJVeVb2TKUTO0dnkfvVzae3rWk7Ix0K3 { width:19.5rem;height:3.4375rem;top:19.6875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8diP9bzU4LRZHF6TwRRN3qMQBJZsPqF { display:block; }
 }@media only screen and (max-width: 763px) { #NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ { display:block; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vda9KOeZ3aP2RgvnigMHOc8qF50H1wEw { top:15.75rem;left:0rem;width:28.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi3EkrILLDoU5uItyLltePFg2EL3hLVZ { top:6.8125rem;left:0rem;width:47.75rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNf1akcwHWAhFT983Xen5OdAe5HtXMUT { top:4.3125rem;left:0rem;width:9.0625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIzFo1NTEtuq6JH1ZMfaLITkbgZtIwHl { top:29.6875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsVzVyXnxOIoNxhnXmNtsen9eUpH9m0A { top:23.6875rem;left:0rem;width:6.4375rem;height:17rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0Gn1nLgd2aLTQ8APfJTZZ28qD3vTiqJ { top:30.125rem;left:0.96875rem;width:9rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkv6yQybwEMJTu8Ra4q9sOfmWTtIPGDD { top:36.375rem;left:0rem;width:13.0625rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGI0BuIuHX4v81f4PxdTObod5J7snHu4 { top:24.3125rem;left:11.4375rem;width:10.4375rem;height:17rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS5uLQFh1CJG57if0vqAwWebeKZiu1BM { top:29.6875rem;left:17.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPIriyz56BTtNL2xhgvSvMKxo5vnMZfw { top:30.1875rem;left:24.5rem;width:10.8125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqO01GdWITnP1q1O6aDrcPJVRITBO7Th { top:36.375rem;left:20.875rem;width:12.4375rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHShpLpHRdXh9Mi1PKK5O2Jtyva3n5Nx { top:24.25rem;left:36.000001907349rem;width:10.4375rem;height:17rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlnVNeRkWpl7cU5pervBZIcM32E8pb2b { top:29.6875rem;left:40.937501907349rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy2bg1pMvZCs2y60h4NgShg4r9QVMLhV { top:30.125rem;left:36.9375rem;width:10.8125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGu0euIKuG9z4gIfBAArTMbh6Ig2fmVE { top:36.375rem;left:35.5rem;width:12.25rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLVAxmZVzA9QO4d0TvcwXFcFR3LzcPNf { top:5.125rem;left:0rem;width:41.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiOTMES5PuEaDCTMA7Dz3GbkkAL9ZC0k { top:31.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts9nBM4ITzvnxsVJkg4XFFJ7QXZl1QJR { top:31.625rem;left:19.15625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVJMInEMw0ikODaS7TxDkeWmemAvz2vX { top:31.375rem;left:42.65625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti { display:block; }#MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRQwIqSrEdeGCR7i18nvx4TbNy1Uq3rP { top:1rem;left:0rem;width:22.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obObdnBOU3FikonyA9tG6kxviK3a4TV1 { top:1rem;left:24.875rem;width:22.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVE4GX7daSU6FggbLN65HR2Un3DQOvdy { top:1rem;left:9rem;width:22.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqS6hv71bVmuEUAQtwUmATnffSoXRrpf { display:block; }#GqS6hv71bVmuEUAQtwUmATnffSoXRrpf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWglhJ0DA9K6DrwFww84nrDcTeul0kSP { top:2.9375rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmmIc6ItZGrwAwvRL0kcco0Gk9s6BQ3r { top:9.75rem;left:4.4375rem;width:38.875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSxF2hMplKOowg7Ed51BI4GvOpub3prM { display:block; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCMATHcTkqoLBtPQ0focLvTF0aN8H3wm { top:1.0625rem;left:0rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK14QipFQ6dm31NCQhWr2XGZce112GL5 { top:1.25rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#JK14QipFQ6dm31NCQhWr2XGZce112GL5 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #W4tariOUOV0QbImuqOxCHH8nZI9Q9TsU { top:1.1875rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#W4tariOUOV0QbImuqOxCHH8nZI9Q9TsU > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #CphHE1Tnmw3kbKVTDCIm5HxVExKJreoW { top:1.1875rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#CphHE1Tnmw3kbKVTDCIm5HxVExKJreoW > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #FsarKDPkmqDEo7FbAMJDBexTBIZnkdwF { top:1.6875rem;left:45.25rem;width:2.5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUXsWUEAe2S6H3JWuHdchGQR9FNWJOw { top:1.6875rem;left:44.0625rem;width:3.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 { display:block; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNR70lNrFKMxtnutbrdKt0uAavJIbLFs { width:20rem;height:6.1875rem;top:9.18115234375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuAEQTxv81WoW3E78n91UXfVtwgJ67pM { width:20rem;height:3.65625rem;top:4.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4CdZDQDka08i7QkVUn4NPTOvS37O9yf { width:20rem;height:20.3125rem;top:16.58125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbOPKP19T8z7wOFSPUZbKdGyzeGNkkrs { width:14.0625rem;height:3.4375rem;top:36.21875rem;left:2.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmzwkr3KrFXnGTtKsnSn7DldEqqhng7T { display:block; }
 }@media only screen and (max-width: 763px) { #T33uTwXQ0WFfmNLUMSXHmy0n5D0nBOIr { width:9.0625rem;height:1.9375rem;top:1.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 { display:block; }#wotTIbxG2GJEavHRXVbVQJGrUTz0k5c8 > .row .container { width:20rem;height:99.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikFFBFUr7oLAyqrgxWiDOTvwUTKPeTni { width:20rem;height:4.3994125rem;top:1.24951171875rem;left:0rem;font-size:2rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #pFV5MvB49lRmGbTWrI8Kzk6Q5HWs03VB { width:9.0625rem;height:25.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #biyNbRSP5HCVF9TC0zi5i8TVFWL5T0N4 { width:12.5rem;height:12.5rem;top:19.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPCohwl8KspnJKTy3lwOnEAZOTCkq1K1 { width:20rem;height:11.15625rem;top:6.8875026702881rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbPIbGxizBnsCt9Mgtap0RlJUwgklIkQ { width:12.5625rem;height:1.6875rem;top:29.1875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpq914oGdKok8PgF8hXZwl5440tWb8Jp { width:12.5rem;height:2.5996125rem;top:32.75rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUHCQH9eKSOxmZTXqw6upBnoOh605VdZ { width:12.5rem;height:12.5rem;top:38rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKBln9K8Mr0ql7pbqKRswhJEv9Lgrff8 { width:12.5625rem;height:1.6875rem;top:47.375rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgqv0Ilwf7uDs6elH2XHBtSnrrkmkFcq { width:12.5rem;height:2.5996125rem;top:50.875rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZvHtCMvT7KFDGiiB9cBJ7gNOWLI8vLT { width:12.5rem;height:12.5rem;top:54.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNG49scbKr0TnueQIlxO821VyrFKe7sp { width:12.5625rem;height:1.6875rem;top:64.625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS2noHZCv1qhIOAD6IbxuoQeD3WJdF9N { width:12.5rem;height:2.25rem;top:28.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIlt1ciaeDm5Q5E6w4rlAWCldgI4UMb3 { width:12.5rem;height:2.25rem;top:47.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmtb8npH8xFUSfQ6br9LoheIfSZamMvP { width:12.5rem;height:2.25rem;top:64.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5pd6iWllUgi0VMfvtRgvJiM77I27gtR { width:12.5rem;height:2.5996125rem;top:67.75rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNsz0B7uTlnN9NxUqWo9Visp98oEcEc { width:12.5rem;height:12.5rem;top:71.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQyCEp1rhQPztleeqiiNKglDpeRr3yUM { width:13.75rem;height:2.25rem;top:81.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1fhmnMRWTLyxW36kFs8IzXZZxIHTOxQ { width:12.5625rem;height:1.6875rem;top:81.46875rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adz2RZRSDrKgS297fCsaLfsb8tsbSMXy { width:13.6875rem;height:2.5996125rem;top:85.0625rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqFhV69TXM7oQbhJ8drhgDXlzh63I16T { width:20rem;height:7.1484375rem;top:90.037109375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 { display:block; }#PGFc3rKtTtLsGg7GTVxk2aGQrym0Eph2 > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHBA9F3G3RLdpamP2nzMtTk9e7iLwRaK { width:17.5625rem;height:4.3994125rem;top:23.8125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKiHBJaI8fPsageS30oaw1ETomlMx7lh { width:20rem;height:51.25rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCcq2EA2t137rzJcQQoecZzH6NaJTF0O { width:17.75rem;height:1.6875rem;top:21.87499332428rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnELJslVdVIRZRvRXs7PXcwk5T0ETx4r { width:17.875rem;height:19.625rem;top:1.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN0nvnqIHTvc8VqMLWgqhb5mBiIsHwBq { width:17.375rem;height:12.65625rem;top:29.60595703125rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfgCyP6oKBEtByRT8ewyCeIMIWiWpxIS { width:17.5rem;height:3.4375rem;top:50.09326171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXUORI21iiAmtunvsaXSlsLTM75a3kri { display:block; }
 }@media only screen and (max-width: 763px) { #Kse4LdBbQJEr6TkEqqBptFSldpdVQGLm { width:17.875rem;height:5.625rem;top:43.26220703125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 { display:block; }#h5ZDVTlzLDfxNIkgiM5JigfxPJCbBp01 > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRAxtOZXJ2hJS7B5VnKViFfdG22TnpEE { width:17.3125rem;height:22.4375rem;top:3.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvk0dE3A7R36hIWntIXZSoT7n8SWblzZ { width:17.1875rem;height:1.875rem;top:12.0625rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHIhTPwTGH8JoNPB86pIdNKPVaCuAQLk { width:17.1875rem;height:2.5996125rem;top:13.875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OimdUru4xb1kMGP05AS9Iyaahwk9nELv { width:15.6875rem;height:6.5625rem;top:17.6875rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G61JIyuo2JTKTy0vbzGQyXdmLVQdLoXQ { display:flex;width:1.8125rem;height:1.8125rem;top:4.125rem;left:3.3125rem; }
#G61JIyuo2JTKTy0vbzGQyXdmLVQdLoXQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #CkdwQs4uLz6SGc8i6fHkF2o2NihR59i0 { display:flex;width:1.8125rem;height:1.8125rem;top:6.1875rem;left:3.3125rem; }
#CkdwQs4uLz6SGc8i6fHkF2o2NihR59i0 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #OV2pHu2yIKWs1GQTow7hgXZXJViIFJB9 { width:2.375rem;height:5.5rem;top:3.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukUPDZf5rIuEiJ8V8IxL91QXHHtOnxlb { width:17.3125rem;height:22.4375rem;top:29.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpLrffgkFd1pGp7ISUxHMBb2Wl0oaNtV { width:2.375rem;height:5.5rem;top:29.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBhufbDPN6T2XuLoV6IryvOIbXxGkATa { display:flex;width:1.8125rem;height:1.8125rem;top:30rem;left:3.3125rem; }
#HBhufbDPN6T2XuLoV6IryvOIbXxGkATa > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #HpQfTEf58J6KFWpWr702gDHPILqA4DVE { display:flex;width:1.8125rem;height:1.8125rem;top:32.1875rem;left:3.3125rem; }
#HpQfTEf58J6KFWpWr702gDHPILqA4DVE > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #LZo5VVaRWJXRI6lZOuqly4NMQJtehLVq { width:17.0625rem;height:1.875rem;top:38.0625rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKCxhKSXTJb4BWQf4Ale1kEdyGqtoy82 { width:17.125rem;height:2.5996125rem;top:39.9375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J13C4EZrk8Ao5vsM6ypFeJZSOffkFJeB { width:15.6875rem;height:6.5625rem;top:43.8125rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPc5O0K0BWHlQRytC5qZqcOcf9oiRKh4 { width:8.875rem;height:8.875rem;top:3.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfoBtW4EGaD7yiZTCRkMVGRhUXXRAq6U { width:8.875rem;height:8.875rem;top:29.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/36a7589a-2320-46d3-8a36-2783248e4152/20251022FDRStudioBackstage10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.adaptive-delivery-prevent-bg, #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.lazyload, #MXxoDWREJyqKZRxIkJFzFXpimONb0AkU.lazyloading { background-image: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { background-color: transparent; background-image: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,0,32,0.5); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container > .video-iframe-container { display: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,0,32,0.5); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row > .video-iframe-container { display: none; }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .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); }#MXxoDWREJyqKZRxIkJFzFXpimONb0AkU > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwvK6GXMqCGoCkGdl0mVkRJQlgbypIbZ { width:20rem;height:4.3994125rem;top:3.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPAOFRQBX9F3yOGDKAo07ae8ucuzH1LX { width:16rem;height:7.03125rem;top:9.125rem;left:2rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ITsdGKmgs1xy7ySFCcXRGR7TUeTsrwbs { width:15.9375rem;height:1.9375rem;top:0rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJVeVb2TKUTO0dnkfvVzae3rWk7Ix0K3 { width:14.9625rem;height:2.8375rem;top:19.625rem;left:2.5187501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8diP9bzU4LRZHF6TwRRN3qMQBJZsPqF { display:block; }
 }@media only screen and (max-width: 763px) { #NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ { display:block; }#NXnEh18KsdkeU6ZRlo4b0Ls54XC62TZQ > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vda9KOeZ3aP2RgvnigMHOc8qF50H1wEw { width:20rem;height:3.375rem;top:10.89990234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi3EkrILLDoU5uItyLltePFg2EL3hLVZ { width:20rem;height:6.599125rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNf1akcwHWAhFT983Xen5OdAe5HtXMUT { width:9.0625rem;height:15rem;top:1.8119812011719E-5rem;left:5.46875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #KIzFo1NTEtuq6JH1ZMfaLITkbgZtIwHl { width:6.25rem;height:6.25rem;top:21.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsVzVyXnxOIoNxhnXmNtsen9eUpH9m0A { width:6.4375rem;height:16.3623125rem;top:16.875rem;left:0rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0Gn1nLgd2aLTQ8APfJTZZ28qD3vTiqJ { width:8.5rem;height:4.53661875rem;top:22.8125rem;left:10.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkv6yQybwEMJTu8Ra4q9sOfmWTtIPGDD { width:11.25rem;height:3.9375rem;top:29.375rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGI0BuIuHX4v81f4PxdTObod5J7snHu4 { width:10.4375rem;height:16.3623125rem;top:33.25rem;left:0rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS5uLQFh1CJG57if0vqAwWebeKZiu1BM { width:6.25rem;height:6.25rem;top:38.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPIriyz56BTtNL2xhgvSvMKxo5vnMZfw { width:9.5rem;height:4.53661875rem;top:39.1875rem;left:10.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqO01GdWITnP1q1O6aDrcPJVRITBO7Th { width:11.4375rem;height:3.9375rem;top:45.7373046875rem;left:7.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHShpLpHRdXh9Mi1PKK5O2Jtyva3n5Nx { width:10.4375rem;height:16.3623125rem;top:49.625rem;left:0rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlnVNeRkWpl7cU5pervBZIcM32E8pb2b { width:6.25rem;height:6.25rem;top:54.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy2bg1pMvZCs2y60h4NgShg4r9QVMLhV { width:9.5rem;height:4.53661875rem;top:55.75rem;left:10.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGu0euIKuG9z4gIfBAArTMbh6Ig2fmVE { width:11.4375rem;height:3.9375rem;top:61.625rem;left:7.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLVAxmZVzA9QO4d0TvcwXFcFR3LzcPNf { width:20rem;height:1.5rem;top:1.4374752044677rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiOTMES5PuEaDCTMA7Dz3GbkkAL9ZC0k { display:flex;width:2.5rem;height:2.5rem;top:23.8125rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #ts9nBM4ITzvnxsVJkg4XFFJ7QXZl1QJR { display:flex;width:2.3125rem;height:2.3125rem;top:40.3125rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #BVJMInEMw0ikODaS7TxDkeWmemAvz2vX { display:flex;width:2.8125rem;height:2.8125rem;top:56.625rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti { display:none; }#MP6AfiuRRiosRPg0eLcWB1QP0DDsT5ti > .row .container { width:20rem;height:55.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RRQwIqSrEdeGCR7i18nvx4TbNy1Uq3rP { width:20rem;height:16.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obObdnBOU3FikonyA9tG6kxviK3a4TV1 { width:20rem;height:16.6875rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVE4GX7daSU6FggbLN65HR2Un3DQOvdy { width:20rem;height:16.6875rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqS6hv71bVmuEUAQtwUmATnffSoXRrpf { display:block; }#GqS6hv71bVmuEUAQtwUmATnffSoXRrpf > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWglhJ0DA9K6DrwFww84nrDcTeul0kSP { width:20rem;height:4.26171875rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmmIc6ItZGrwAwvRL0kcco0Gk9s6BQ3r { width:20rem;height:4.21875rem;top:6.898925rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tSxF2hMplKOowg7Ed51BI4GvOpub3prM { display:block; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCMATHcTkqoLBtPQ0focLvTF0aN8H3wm { width:5.9375rem;height:1.375rem;top:1.34375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK14QipFQ6dm31NCQhWr2XGZce112GL5 { display:flex;width:1.625rem;height:1.625rem;top:1.1875rem;left:13.375rem; }
#JK14QipFQ6dm31NCQhWr2XGZce112GL5 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #W4tariOUOV0QbImuqOxCHH8nZI9Q9TsU { display:flex;width:1.8125rem;height:1.8125rem;top:1.09375rem;left:15.4375rem; }
#W4tariOUOV0QbImuqOxCHH8nZI9Q9TsU > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #CphHE1Tnmw3kbKVTDCIm5HxVExKJreoW { display:flex;width:1.8125rem;height:1.8125rem;top:1.09375rem;left:17.625rem; }
#CphHE1Tnmw3kbKVTDCIm5HxVExKJreoW > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #FsarKDPkmqDEo7FbAMJDBexTBIZnkdwF { width:2.5rem;height:0.8125rem;top:4.546875rem;left:17.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUXsWUEAe2S6H3JWuHdchGQR9FNWJOw { width:3.6875rem;height:0.8125rem;top:3.734375rem;left:16.3125rem;font-size:0.625rem;display:block; }
 }