.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:222,247,234;--color-primary-1:144,229,187;--color-primary-2:33,202,118;--color-primary-3:17,101,59;--color-primary-4:5,30,18;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:114,114,114;--color-tertiary-2:35,35,35;--color-tertiary-3:21,24,36;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Titillium Web"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/DSebTeb6/sekcja4_bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .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); }#uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA > .row .container { background-color: transparent; background-image: none; }#uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA > .row .container > .video-iframe-container { display: none; }#uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA > .row > .video-iframe-container { display: none; }#uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA > .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); }#uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA > .row .container { border-width: 0; border-radius: 0; }#uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#rUO6pu4IbASxXfO3uXrslioThTevvifw { position:absolute;display:block;z-index:15023;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.125rem;width:16.1875rem;top:0.8125rem;left:0.0625rem;overflow:hidden;display:block; }
#q1Mf9VIvbS7hMINTeFUxtq34i2irBcE0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.874375rem;height:3.37456875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.6875rem;left:44.75rem;display:none; }
#D88KnXku2ck90V48N5vmGWhDkbpvs5WN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZS2SQ6KsXQ4zAJvr9GtCa9vfIarshTtx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1.5625rem;left:59.1875rem;height:2.68120625rem;font-style:normal;display:block; }
#S38iFfogVSZ2z7CuLRoIZEJ3rZChTeBH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:0.625rem;left:59.375rem;height:1.462675rem;font-style:normal;display:block; }
#DtuW7RCqdxLp3AW0rZmOqsbLEOhfaOO2 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:2rem;left:29.75rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#trFItnoRXl5WIUAZ3l1CyEI24nrpkvzl { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:2rem;left:20.125rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rpluCebKKWli9TbGkrCtwWPwbWnoRgJr { position:absolute;display:block;z-index:15067;height:2.8125rem;width:15.625rem;top:0rem;left:42.186790466309rem;display:block; }
#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi { background-color:transparent;background-image: -webkit-linear-gradient(185deg, #e8ebed, #e8ebed);background-image: -moz-linear-gradient(185deg, #e8ebed, #e8ebed);background-image: -ms-linear-gradient(185deg, #e8ebed, #e8ebed);background-image: -o-linear-gradient(185deg, #e8ebed, #e8ebed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ebed', endColorstr='#e8ebed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ebed', endColorstr='#e8ebed' );";background-image: linear-gradient(185deg, #e8ebed, #e8ebed);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row .container { background-color: transparent; background-image: none; }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row .container > .video-iframe-container { display: none; }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row > .video-iframe-container { display: none; }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .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); }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row .container { border-width: 0; border-radius: 0; }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row .container { width:75rem;height:57rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#O2y4lpqM2QAlhkmwbBwrQW7D1AGDd2Oy { display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:16.624290466309rem;left:0rem;height:7.875rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#zT5dH8HkQuC61oyO4xmQLmvV5igsO2Nm { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.5rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:38.624134063721rem;left:0rem;display:none; }
#TMUBC0lE1K3Osf2t9L9Tiw39Tae672EP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dz866aJrkpM7wiCBPrRE7LabopWDTEJU { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4370625rem;width:42.5rem;top:9.625rem;left:32.5rem;display:block; }
#VMRAwteRFd947kU9wyvFl4yCoUq8QXML { position:absolute;display:block;z-index:15010;height:29.8730625rem;width:41.811rem;top:9.9375rem;left:32.8125rem;display:block; }
#UZ4rAS5bK6pTvGWzDxqmN2QLzXICAkAd { display:block;width:30.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:11.622869491577rem;left:0rem;height:4.875rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#CoBxeMPJbiEukGWZT4iNtwSvP9UzaZTM { display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:24.936790466309rem;left:0rem;height:1.96875rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#B3K7Sbc4dDnvKhSOFDDi163c4LyBZJc5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:22.749290466309rem;left:23.561790466309rem; }
#pEUDwR2RGNduEgzFOLVHWz5HvEu7ZT9f { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:22.749290466309rem;left:24.811790466309rem; }
#wOh08bJWa3UIg0KIFoT5AKsg6ZdxnGQr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:22.749290466309rem;left:26.061790466309rem; }
#fAtI1sI5I9oZ0eOunsGAbRTyqwvVMRnR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:22.749290466309rem;left:22.311790466309rem; }
#fxfppEaoT82T1MB6EbGpw3VUsq4gWKr3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:22.749290466309rem;left:21.061790466309rem; }
#TeGVFiCNnqpI0DWzF6O5TREIH107qgS8 { position:absolute;display:block;z-index:15043;background-color:#272727;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.0625rem;top:46.499290466309rem;left:16.686790466309rem;display:block; }
#beCzrT7m9S8xwtXKttxe5ckyM53nHXtG { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:48.75rem;left:7.5617904663088rem;height:1.04971875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pqT13bJ8EuM7EtWe7QgOXfyfey9p26VF { color:rgba(var(--color-tertiary-1),1);display:block;width:9.8123125rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:45.749290466309rem;left:7.4367904663088rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#a6LxUIU0cTwaBUnSEUnTkPFTDrhRZPhG { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:3.125rem;width:3.125rem;top:46.499290466309rem;left:3.5617904663086rem;display:block; }
#bhmNy2Dto8eEVWgOPBVUZ8a583bnZzrr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81206875rem;width:1.81206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:47.124290466309rem;left:4.1867904663086rem; }
#vMzErePxXIIpq9nZfD2g7uUEpKvLmUgD { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.124290466309rem;left:0rem;height:7.9375rem;display:block; }#vMzErePxXIIpq9nZfD2g7uUEpKvLmUgD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vMzErePxXIIpq9nZfD2g7uUEpKvLmUgD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
#ztZ6Ge0c2PnfSLKTTWb2G5XBGcZ5s12m { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:46.436080932618rem;left:17.624290466309rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Eabu2ANQMruZRm44QenMBi1MdfOCgIUO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:48.374290466309rem;left:18.874290466309rem; }
#OSmIxWrW2QAbUSwsW20syHlh8LHtG0Sk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:48.374290466309rem;left:20.124290466309rem; }
#diOhzNkx0DTaaX3S2iTKboprMpslTImb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:48.374290466309rem;left:21.374290466309rem; }
#zR5rWD22eOalnFTugZaJa2WwRTrPT42E { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:48.374290466309rem;left:22.624290466309rem; }
#JNMEek3MuUAphz6mEPZtlKcI7iEBJ81f { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:48.374290466309rem;left:17.624290466309rem; }
#KLsEzhULiGLJ0ZL86ImsdEc3NWRcoC0t { position:absolute;display:block;z-index:15066;height:4.5rem;width:27.5625rem;top:38.75rem;left:0rem;display:block; }
#v10OBBImoZ8bGomxX6CinDSxD5grO9Mk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v10OBBImoZ8bGomxX6CinDSxD5grO9Mk > .row .container { background-color: transparent; background-image: none; }#v10OBBImoZ8bGomxX6CinDSxD5grO9Mk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v10OBBImoZ8bGomxX6CinDSxD5grO9Mk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v10OBBImoZ8bGomxX6CinDSxD5grO9Mk > .row .container > .video-iframe-container { display: none; }#v10OBBImoZ8bGomxX6CinDSxD5grO9Mk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v10OBBImoZ8bGomxX6CinDSxD5grO9Mk > .row > .video-iframe-container { display: none; }#v10OBBImoZ8bGomxX6CinDSxD5grO9Mk > .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); }#v10OBBImoZ8bGomxX6CinDSxD5grO9Mk > .row .container { border-width: 0; border-radius: 0; }#v10OBBImoZ8bGomxX6CinDSxD5grO9Mk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v10OBBImoZ8bGomxX6CinDSxD5grO9Mk > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#qV4OZPtr5Ia2X92agpVKq6QzZATFiFol { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:34rem;left:50.4375rem;height:5.98579375rem;display:block; }#qV4OZPtr5Ia2X92agpVKq6QzZATFiFol li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qV4OZPtr5Ia2X92agpVKq6QzZATFiFol li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
#kLiPRcprGOCqTuWnGpNSNEwyVTbGV7L4 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:33.875rem;left:0rem;height:5.98579375rem;display:block; }#kLiPRcprGOCqTuWnGpNSNEwyVTbGV7L4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kLiPRcprGOCqTuWnGpNSNEwyVTbGV7L4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
#znsuxdLDtgET9hWmR2uunENmO5OmnLmT { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9995625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:33.875rem;left:24rem;height:6.230825rem;display:block; }#znsuxdLDtgET9hWmR2uunENmO5OmnLmT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#znsuxdLDtgET9hWmR2uunENmO5OmnLmT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
#Fd7PSMLJtbwyMbVu4s5QtetdHoJwnAvW { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.6870625rem;width:75rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#GsJbH5iKRRJtk9JptBt6PoKZC33Ltb3V { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:35.25rem;left:50.4375rem;height:5.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#w4P0FRl4rDZtTkBWDzTho5RZKEFsqo6e { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:35.25rem;left:50.4375rem;height:5.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xlVr4e2G6mHcF0v18pgesJzyxeCrErWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xlVr4e2G6mHcF0v18pgesJzyxeCrErWv > .row .container { background-color: transparent; background-image: none; }#xlVr4e2G6mHcF0v18pgesJzyxeCrErWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlVr4e2G6mHcF0v18pgesJzyxeCrErWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlVr4e2G6mHcF0v18pgesJzyxeCrErWv > .row .container > .video-iframe-container { display: none; }#xlVr4e2G6mHcF0v18pgesJzyxeCrErWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlVr4e2G6mHcF0v18pgesJzyxeCrErWv > .row > .video-iframe-container { display: none; }#xlVr4e2G6mHcF0v18pgesJzyxeCrErWv > .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); }#xlVr4e2G6mHcF0v18pgesJzyxeCrErWv > .row .container { border-width: 0; border-radius: 0; }#xlVr4e2G6mHcF0v18pgesJzyxeCrErWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlVr4e2G6mHcF0v18pgesJzyxeCrErWv > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#fObB4VmIsg6icCxBg2yxh58KFB4MKHUy { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:1.75rem;left:32.8125rem;display:block; }
#N2XaUDUggWI3Jc2TCPJK53eaGqS8lku6 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:1.75rem;left:43.75rem;display:block; }
#ZVHRMJQtSMR3Wh4Ii4OXyngy8yXTuWcS { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:1.75rem;left:54.6875rem;display:block; }
#Tza1riMahSXxHQ9RIbCuG0sxlcUBQfLN { position:absolute;display:block;z-index:15030;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.68706875rem;width:7.1875rem;top:3.875rem;left:33.9375rem;overflow:hidden;display:block; }
#kt3dNWVVZ7XMDAxdE9B6CTiWxJa07dKs { position:absolute;display:block;z-index:15031;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.68706875rem;width:3.68706875rem;top:3.875rem;left:46.625rem;overflow:hidden;display:block; }
#UelJAkV5KXkmt52hy9J7MLrRL6PN1RSJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:3.6875rem;left:57.375rem;overflow:hidden;display:block; }
#GWZccWoSxQh1FSOomV35hMJWtTsu80aT { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:1.875rem;left:10.9375rem;display:block; }
#DEQs3ILGJ3FT0VGelN82r1rzvSJrxbH7 { position:absolute;display:block;z-index:15033;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.37413125rem;width:8.75rem;top:4.6875rem;left:11.25rem;overflow:hidden;display:block; }
#kJh2hOBS76TFHNsHb6prFQPdafUThyWX { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:11.375rem;left:54.6875rem;display:block; }
#hSUQ7RKCTiMKdhaHWauEnMewzZyk7csb { position:absolute;display:block;z-index:15034;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.56185rem;width:7.1245625rem;top:14.0625rem;left:55.8125rem;overflow:hidden;display:block; }
#agF5yWwkHhwDHLpA88JUidiaSOyQZw6M { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:1.875rem;left:0rem;display:block; }
#G2A4hQPOryQvLZxlhRhWtGhTzOEh3DQ6 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4987rem;width:6.4985rem;top:3.625rem;left:1.4375rem;overflow:hidden;display:block; }
#iwMbPi7exC8aUrDNcxkbT5hia6Af5bt0 { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:11.375rem;left:43.875rem;display:block; }
#TClX41a3iACTG27Di6TAtPUiUQKtPhTm { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:11.375rem;left:32.9375rem;display:block; }
#nFgIX4lGcViSFO0D8PJqTCgxB95bo8v9 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56055rem;width:4.4987rem;top:13.0625rem;left:35.375rem;overflow:hidden;display:block; }
#xR51xywDxKDCkN0aOFJfh31DTGbfu5qm { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.2487rem;width:5.81055rem;top:13.8125rem;left:45.6875rem;overflow:hidden;display:block; }
#dQu9Tn7QJITwpGH3StnKAbfikOQ494DT { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:11.375rem;left:22rem;display:block; }
#TKnsHdeEToCR3ohtKmGTR7truVWzNzMu { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.24805rem;width:5.99935rem;top:13.25rem;left:23.6875rem;overflow:hidden;display:block; }
#u0huHoUQ15gs6JVTWvxaJ9uI5J1ekzw1 { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:1.75rem;left:21.875rem;display:block; }
#F8RCcTF177KgHTDyIO1tD3RBqz7Al59K { position:absolute;display:block;z-index:15044;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.49935rem;width:5.87456875rem;top:4.1875rem;left:23.625rem;overflow:hidden;display:block; }
#aPzKZtwFLNaCyXGuz9fSX5NVuFpEyIWP { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:11.375rem;left:0rem;display:block; }
#hsWkpWQsJkCb0NhGvuKsrS4I79hTnCJs { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:4.49978125rem;top:13.3125rem;left:2.4375rem;overflow:hidden;display:block; }
#Fv8g2uxiPOo6BT4tPahblAabWtdeE18q { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:11.375rem;left:11.0625rem;display:block; }
#LFZEBTsZtQ6SwtWZSJqichCI8huMQq8E { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.18728125rem;width:7.6248125rem;top:13.25rem;left:11.9375rem;overflow:hidden;display:block; }
#tPCIwhwnO1n6hbrxbbnA0SnOZL0ynfVU { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:11.375rem;left:65.5625rem;display:block; }
#vSpgrSnORHOxJFnlbfNzUtzRPVfsKSP0 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.24913125rem;width:5.06185rem;top:13.247613906861rem;left:67.749568939206rem;overflow:hidden;display:block; }
#Agx90xGtWaiD96V0PCSN9603JR3wviKL { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.999125rem;width:9.436875rem;top:1.75rem;left:65.5625rem;display:block; }
#GxuSFzV7w4cPMgxkOCvr6cVE21crfnOp { position:absolute;display:block;z-index:15036;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.5rem;width:6.624375rem;top:4.4976139068604rem;left:66.968318939206rem;overflow:hidden;display:block; }
#nwsUm8MCK0r2a43qCiHxIh0pviEZZCs2 { position:absolute;display:block;z-index:15067;height:4.5rem;width:27.5625rem;top:19.886363983154rem;left:23.71875rem;display:block; }
#GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu > .row .container { background-color: transparent; background-image: none; }#GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu > .row .container > .video-iframe-container { display: none; }#GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu > .row > .video-iframe-container { display: none; }#GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu > .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); }#GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu > .row .container { border-width: 0; border-radius: 0; }#GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#tF2NGrTJugc0sCqSU5gmuwSTJExi5TRH { position:absolute;display:block;z-index:15000;height:14.124375rem;width:75rem;top:2.34375rem;left:0rem;display:block; }
#VHOoyqP8hk5FbmQN70yoXC1hroVcT30i { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:35.25rem;left:50.4375rem;height:5.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TRDHH14pzRw7IuhMLp50l02CT5n2MRnD { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:35.25rem;left:50.4375rem;height:5.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/6Sk3oddf/sekcja8_bg2.jpg");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; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.adaptive-delivery-prevent-bg, #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.lazyload, #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.lazyloading { background-image: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { background-color: transparent; background-image: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #121212; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container > .video-iframe-container { display: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #121212; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row > .video-iframe-container { display: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .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); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { border-width: 0; border-radius: 0; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#MU9CnnBrwkKJ2yTSZNC77ZrWHqzFyHEc { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3rem;left:17.1875rem;height:2.9247125rem;display:block; }
#Cb8s6puPQ1CxMIHp1Dpedp1Z8P0ZiETa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5rem;left:17.1875rem;height:5.849425rem;display:block; }
#x5oag0ZbTe9PxV67ile133seTOyX52Li { position:absolute;display:block;z-index:15005;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:10.625rem;width:8.936625rem;top:3rem;left:1.125rem;overflow:hidden;display:block; }
#QXgKiCbWWZ2pEA7oTNyRTrF25qXT7Cdq { position:absolute;display:block;z-index:15010;height:11.1875rem;width:40.625rem;top:2.1875rem;left:33.25rem;display:block; }
#MUtUPUe3Fl8RDsKo3DG8XVsVT4TSUA5f { position:absolute;display:block;z-index:15010;height:16.31225rem;width:31.25rem;top:1.15478515625rem;left:43.75rem;display:none; }
#OK33wHzWQs3lIKlr2LT2WzUwgAsHueLD { position:absolute;display:block;z-index:15010;height:16.31225rem;width:31.25rem;top:1.15478515625rem;left:43.75rem;display:none; }
#blID89aSos99arGHHveEQ0EL4T9ytUwn { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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:10rem;width:0.0618489375rem;top:3.375rem;left:13.8125rem;display:block; }
#BMHH0dK9GToKwv5RTdA6crfDP6OFSM4D { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5rem;left:17.1875rem;height:5.8507rem;display:none; }
#hGLG3URfUTmRy7m1TVHexb5gZG2eTT8D { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3rem;left:17.1875rem;height:2.92535rem;display:none; }
#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { background-color: transparent; background-image: none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container > .video-iframe-container { display: none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row > .video-iframe-container { display: none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .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); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { border-width: 0; border-radius: 0; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#iJZhsgz93oA6f2t2hzsb7sMEAi7OzMCJ { color:#7b818a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.224609375rem;left:0rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#SrEW194iD7b4vvT50MKPk7GKDMhQi0it { position:relative;display:none; }#SrEW194iD7b4vvT50MKPk7GKDMhQi0it { border-width: 0; border-radius: 0; }#SrEW194iD7b4vvT50MKPk7GKDMhQi0it > .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; }#SrEW194iD7b4vvT50MKPk7GKDMhQi0it > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZGcQ6T0W5IpT6BT8oXAcXBqulCEVMGND { background-color:#5d92ff;background-image:none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#mpxXE4tWTKsxxEUP50HThbO2ii0Z29Mt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZputWFrmEqD5Fao0NlT5eXHBk53k1J9 { background-color:#5d92ff;background-image:none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ic4O4I5v2TC4zsWVFAqlbk8aOxSdzQU6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA { display:block; }#uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUO6pu4IbASxXfO3uXrslioThTevvifw { width:16.1875rem;height:3.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1Mf9VIvbS7hMINTeFUxtq34i2irBcE0 { width:12.8125rem;height:3.3125rem;top:0.6875rem;left:31.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D88KnXku2ck90V48N5vmGWhDkbpvs5WN { display:block; }
 }@media only screen and (max-width: 763px) { #ZS2SQ6KsXQ4zAJvr9GtCa9vfIarshTtx { width:15.75rem;height:2.625rem;top:1.5625rem;left:32rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S38iFfogVSZ2z7CuLRoIZEJ3rZChTeBH { width:13.5rem;height:1.4375rem;top:0.625rem;left:34.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtuW7RCqdxLp3AW0rZmOqsbLEOhfaOO2 { width:9.6875rem;height:0.9375rem;top:2rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trFItnoRXl5WIUAZ3l1CyEI24nrpkvzl { width:9.6875rem;height:0.9375rem;top:2rem;left:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpluCebKKWli9TbGkrCtwWPwbWnoRgJr { width:15.625rem;height:2.8125rem;top:0rem;left:28.561790466309rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4mQXaO7cx7HvwTmyEKNa753TNIThaFi { display:block; }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2y4lpqM2QAlhkmwbBwrQW7D1AGDd2Oy { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT5dH8HkQuC61oyO4xmQLmvV5igsO2Nm { width:27.5rem;height:4.4375rem;top:38.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMUBC0lE1K3Osf2t9L9Tiw39Tae672EP { display:block; }
 }@media only screen and (max-width: 763px) { #Dz866aJrkpM7wiCBPrRE7LabopWDTEJU { width:42.5rem;height:42.375rem;top:9.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMRAwteRFd947kU9wyvFl4yCoUq8QXML { width:41.75rem;height:29.8125rem;top:9.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ4rAS5bK6pTvGWzDxqmN2QLzXICAkAd { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoBxeMPJbiEukGWZT4iNtwSvP9UzaZTM { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3K7Sbc4dDnvKhSOFDDi163c4LyBZJc5 { width:1.25rem;height:1.25rem;top:22.6875rem;left:9.9367904663088rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEUDwR2RGNduEgzFOLVHWz5HvEu7ZT9f { width:1.25rem;height:1.25rem;top:22.6875rem;left:11.186790466309rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOh08bJWa3UIg0KIFoT5AKsg6ZdxnGQr { width:1.25rem;height:1.25rem;top:22.6875rem;left:12.436790466309rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAtI1sI5I9oZ0eOunsGAbRTyqwvVMRnR { width:1.25rem;height:1.25rem;top:22.6875rem;left:8.6867904663088rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxfppEaoT82T1MB6EbGpw3VUsq4gWKr3 { width:1.25rem;height:1.25rem;top:22.6875rem;left:7.4367904663088rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeGVFiCNnqpI0DWzF6O5TREIH107qgS8 { width:0.0625rem;height:3.125rem;top:46.4375rem;left:3.0617904663086rem;display:block; }
 }@media only screen and (max-width: 763px) { #beCzrT7m9S8xwtXKttxe5ckyM53nHXtG { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqT13bJ8EuM7EtWe7QgOXfyfey9p26VF { width:9.75rem;height:3.3125rem;top:45.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6LxUIU0cTwaBUnSEUnTkPFTDrhRZPhG { width:3.125rem;height:3.125rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhmNy2Dto8eEVWgOPBVUZ8a583bnZzrr { width:1.75rem;height:1.75rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMzErePxXIIpq9nZfD2g7uUEpKvLmUgD { width:27.5rem;height:7.875rem;top:29.0625rem;left:0rem;font-size:1.25rem;display:block; }#vMzErePxXIIpq9nZfD2g7uUEpKvLmUgD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
 }@media only screen and (max-width: 763px) { #ztZ6Ge0c2PnfSLKTTWb2G5XBGcZ5s12m { width:6.375rem;height:2.1875rem;top:46.375rem;left:3.9992904663086rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eabu2ANQMruZRm44QenMBi1MdfOCgIUO { width:1.25rem;height:1.25rem;top:48.3125rem;left:5.2492904663086rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSmIxWrW2QAbUSwsW20syHlh8LHtG0Sk { width:1.25rem;height:1.25rem;top:48.3125rem;left:6.4992904663088rem;display:block; }
 }@media only screen and (max-width: 763px) { #diOhzNkx0DTaaX3S2iTKboprMpslTImb { width:1.25rem;height:1.25rem;top:48.3125rem;left:7.7492904663088rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR5rWD22eOalnFTugZaJa2WwRTrPT42E { width:1.25rem;height:1.25rem;top:48.3125rem;left:8.9992904663088rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNMEek3MuUAphz6mEPZtlKcI7iEBJ81f { width:1.25rem;height:1.25rem;top:48.3125rem;left:3.9992904663086rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLsEzhULiGLJ0ZL86ImsdEc3NWRcoC0t { width:27.5625rem;height:4.5rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v10OBBImoZ8bGomxX6CinDSxD5grO9Mk { display:block; }#v10OBBImoZ8bGomxX6CinDSxD5grO9Mk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qV4OZPtr5Ia2X92agpVKq6QzZATFiFol { width:24.4375rem;height:;top:34rem;left:23.3125rem;font-size:1.0625rem;display:block; }#qV4OZPtr5Ia2X92agpVKq6QzZATFiFol li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
 }@media only screen and (max-width: 763px) { #kLiPRcprGOCqTuWnGpNSNEwyVTbGV7L4 { width:23.125rem;height:5.9375rem;top:33.875rem;left:0rem;font-size:1.0625rem;display:block; }#kLiPRcprGOCqTuWnGpNSNEwyVTbGV7L4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
 }@media only screen and (max-width: 763px) { #znsuxdLDtgET9hWmR2uunENmO5OmnLmT { width:23.9375rem;height:;top:33.875rem;left:10.375rem;font-size:1.0625rem;display:block; }#znsuxdLDtgET9hWmR2uunENmO5OmnLmT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
 }@media only screen and (max-width: 763px) { #Fd7PSMLJtbwyMbVu4s5QtetdHoJwnAvW { width:47.75rem;height:18.263937291667rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsJbH5iKRRJtk9JptBt6PoKZC33Ltb3V { width:20rem;height:1.625rem;top:2.6875rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4P0FRl4rDZtTkBWDzTho5RZKEFsqo6e { width:20rem;height:2.1875rem;top:6.0625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlVr4e2G6mHcF0v18pgesJzyxeCrErWv { display:block; }#xlVr4e2G6mHcF0v18pgesJzyxeCrErWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fObB4VmIsg6icCxBg2yxh58KFB4MKHUy { width:9.375rem;height:7.9375rem;top:1.75rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2XaUDUggWI3Jc2TCPJK53eaGqS8lku6 { width:9.375rem;height:7.9375rem;top:1.75rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVHRMJQtSMR3Wh4Ii4OXyngy8yXTuWcS { width:9.375rem;height:7.9375rem;top:1.75rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tza1riMahSXxHQ9RIbCuG0sxlcUBQfLN { width:7.1875rem;height:3.68706875rem;top:3.875rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt3dNWVVZ7XMDAxdE9B6CTiWxJa07dKs { width:3.625rem;height:3.625rem;top:3.875rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #UelJAkV5KXkmt52hy9J7MLrRL6PN1RSJ { width:4.0625rem;height:4.0625rem;top:3.6875rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWZccWoSxQh1FSOomV35hMJWtTsu80aT { width:9.375rem;height:7.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEQs3ILGJ3FT0VGelN82r1rzvSJrxbH7 { width:8.75rem;height:2.37305rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJh2hOBS76TFHNsHb6prFQPdafUThyWX { width:9.375rem;height:7.9375rem;top:11.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSUQ7RKCTiMKdhaHWauEnMewzZyk7csb { width:7.0625rem;height:2.5399123499684rem;top:14.0625rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agF5yWwkHhwDHLpA88JUidiaSOyQZw6M { width:9.375rem;height:7.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2A4hQPOryQvLZxlhRhWtGhTzOEh3DQ6 { width:6.4375rem;height:4.4564716857736rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwMbPi7exC8aUrDNcxkbT5hia6Af5bt0 { width:9.375rem;height:7.9375rem;top:11.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TClX41a3iACTG27Di6TAtPUiUQKtPhTm { width:9.375rem;height:7.9375rem;top:11.375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFgIX4lGcViSFO0D8PJqTCgxB95bo8v9 { width:4.4375rem;height:4.498508596928rem;top:13.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR51xywDxKDCkN0aOFJfh31DTGbfu5qm { width:5.75rem;height:3.2148462710071rem;top:13.8125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQu9Tn7QJITwpGH3StnKAbfikOQ494DT { width:9.375rem;height:7.9375rem;top:11.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKnsHdeEToCR3ohtKmGTR7truVWzNzMu { width:5.9375rem;height:4.2042549401185rem;top:13.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0huHoUQ15gs6JVTWvxaJ9uI5J1ekzw1 { width:9.375rem;height:7.9375rem;top:1.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8RCcTF177KgHTDyIO1tD3RBqz7Al59K { width:5.8125rem;height:3.4623770255476rem;top:4.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPzKZtwFLNaCyXGuz9fSX5NVuFpEyIWP { width:9.375rem;height:7.9375rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsWkpWQsJkCb0NhGvuKsrS4I79hTnCJs { width:4.4375rem;height:4.0682426312046rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv8g2uxiPOo6BT4tPahblAabWtdeE18q { width:9.375rem;height:7.9375rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFZEBTsZtQ6SwtWZSJqichCI8huMQq8E { width:7.5625rem;height:4.1519889833356rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPCIwhwnO1n6hbrxbbnA0SnOZL0ynfVU { width:9.375rem;height:7.9375rem;top:11.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSpgrSnORHOxJFnlbfNzUtzRPVfsKSP0 { width:5rem;height:4.1972117407667rem;top:13.1875rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agx90xGtWaiD96V0PCSN9603JR3wviKL { width:9.375rem;height:7.9375rem;top:1.75rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxuSFzV7w4cPMgxkOCvr6cVE21crfnOp { width:6.5625rem;height:2.4766487404472rem;top:4.4375rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwsUm8MCK0r2a43qCiHxIh0pviEZZCs2 { width:27.5625rem;height:4.5rem;top:19.875rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu { display:block; }#GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF2NGrTJugc0sCqSU5gmuwSTJExi5TRH { width:47.75rem;height:14.0625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHOoyqP8hk5FbmQN70yoXC1hroVcT30i { width:20rem;height:1.875rem;top:2.9375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRDHH14pzRw7IuhMLp50l02CT5n2MRnD { width:20rem;height:2.4375rem;top:1.0625rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 { display:block; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MU9CnnBrwkKJ2yTSZNC77ZrWHqzFyHEc { width:9.5625rem;height:2.875rem;top:3rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb8s6puPQ1CxMIHp1Dpedp1Z8P0ZiETa { width:14.4375rem;height:5.8125rem;top:7.5rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5oag0ZbTe9PxV67ile133seTOyX52Li { width:8.875rem;height:10.551732337432rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXgKiCbWWZ2pEA7oTNyRTrF25qXT7Cdq { width:40.625rem;height:11.1875rem;top:2.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUtUPUe3Fl8RDsKo3DG8XVsVT4TSUA5f { width:31.25rem;height:16.25rem;top:1.125rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OK33wHzWQs3lIKlr2LT2WzUwgAsHueLD { width:31.25rem;height:16.25rem;top:1.125rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #blID89aSos99arGHHveEQ0EL4T9ytUwn { width:0;height:10rem;top:3.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMHH0dK9GToKwv5RTdA6crfDP6OFSM4D { width:20rem;height:2.375rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGLG3URfUTmRy7m1TVHexb5gZG2eTT8D { width:9.5625rem;height:2.5625rem;top:11.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB { display:block; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJZhsgz93oA6f2t2hzsb7sMEAi7OzMCJ { width:47.75rem;height:1.25rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrEW194iD7b4vvT50MKPk7GKDMhQi0it { display:none; }#SrEW194iD7b4vvT50MKPk7GKDMhQi0it > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZGcQ6T0W5IpT6BT8oXAcXBqulCEVMGND { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #mpxXE4tWTKsxxEUP50HThbO2ii0Z29Mt { display:block; }
 }@media only screen and (max-width: 763px) { #PZputWFrmEqD5Fao0NlT5eXHBk53k1J9 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ic4O4I5v2TC4zsWVFAqlbk8aOxSdzQU6 { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA { position:relative;z-index:auto;display:block; }#uSW0VJDoQFGLq3hfyORuA2HOaq6u51hA > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUO6pu4IbASxXfO3uXrslioThTevvifw { width:12.561875rem;height:2.24935rem;top:0.59353303909302rem;left:3.7185330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1Mf9VIvbS7hMINTeFUxtq34i2irBcE0 { width:12.8125rem;height:3.3125rem;top:10rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D88KnXku2ck90V48N5vmGWhDkbpvs5WN { display:block; }
 }@media only screen and (max-width: 763px) { #ZS2SQ6KsXQ4zAJvr9GtCa9vfIarshTtx { width:15.7498125rem;height:0;top:14.5625rem;left:2.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #S38iFfogVSZ2z7CuLRoIZEJ3rZChTeBH { width:13.499375rem;height:0;top:18.41124375rem;left:3.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtuW7RCqdxLp3AW0rZmOqsbLEOhfaOO2 { width:9.6875rem;height:0;top:7.8125rem;left:5.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #trFItnoRXl5WIUAZ3l1CyEI24nrpkvzl { width:9.6875rem;height:0;top:5.625rem;left:5.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #rpluCebKKWli9TbGkrCtwWPwbWnoRgJr { width:15.625rem;height:2.8125rem;top:4.0923279663086rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4mQXaO7cx7HvwTmyEKNa753TNIThaFi { background-color:transparent;background-image: -webkit-linear-gradient(top, #e8ebed, #e8ebed);background-image: -moz-linear-gradient(top, #e8ebed, #e8ebed);background-image: -ms-linear-gradient(top, #e8ebed, #e8ebed);background-image: -o-linear-gradient(top, #e8ebed, #e8ebed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ebed', endColorstr='#e8ebed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ebed', endColorstr='#e8ebed' );";background-image: linear-gradient(to bottom, #e8ebed, #e8ebed);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row .container { background-color: transparent; background-image: none; }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row .container > .video-iframe-container { display: none; }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row > .video-iframe-container { display: none; }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .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); }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row .container { border-width: 0; border-radius: 0; }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4mQXaO7cx7HvwTmyEKNa753TNIThaFi > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2y4lpqM2QAlhkmwbBwrQW7D1AGDd2Oy { width:20rem;height:5.0625rem;top:6.0625rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zT5dH8HkQuC61oyO4xmQLmvV5igsO2Nm { width:20rem;height:3.75rem;top:44.5625rem;left:0rem;font-size:1.125rem;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;font-family:"raleway black";display:block; }
 }@media only screen and (max-width: 763px) { #TMUBC0lE1K3Osf2t9L9Tiw39Tae672EP { display:block; }
 }@media only screen and (max-width: 763px) { #Dz866aJrkpM7wiCBPrRE7LabopWDTEJU { width:20rem;height:25.0625rem;top:21.5rem;left:-0.046164810657501rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMRAwteRFd947kU9wyvFl4yCoUq8QXML { width:20rem;height:20.5625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ4rAS5bK6pTvGWzDxqmN2QLzXICAkAd { width:20rem;height:3.25rem;top:2.5000002384186rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CoBxeMPJbiEukGWZT4iNtwSvP9UzaZTM { width:20rem;height:1.2934rem;top:11.4375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B3K7Sbc4dDnvKhSOFDDi163c4LyBZJc5 { display:flex;width:1.25rem;height:1.25rem;top:13.375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #pEUDwR2RGNduEgzFOLVHWz5HvEu7ZT9f { display:flex;width:1.25rem;height:1.25rem;top:13.375rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #wOh08bJWa3UIg0KIFoT5AKsg6ZdxnGQr { display:flex;width:1.25rem;height:1.25rem;top:13.375rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #fAtI1sI5I9oZ0eOunsGAbRTyqwvVMRnR { display:flex;width:1.25rem;height:1.25rem;top:13.375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #fxfppEaoT82T1MB6EbGpw3VUsq4gWKr3 { display:flex;width:1.25rem;height:1.25rem;top:13.375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #TeGVFiCNnqpI0DWzF6O5TREIH107qgS8 { width:0.0618489375rem;height:3.125rem;top:49.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beCzrT7m9S8xwtXKttxe5ckyM53nHXtG { width:9.749375rem;height:0.96235625rem;top:52rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14998;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pqT13bJ8EuM7EtWe7QgOXfyfey9p26VF { width:9.749375rem;height:3.375rem;top:49.25rem;left:3.875rem;text-align:left;text-align-last:left;font-size:2.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a6LxUIU0cTwaBUnSEUnTkPFTDrhRZPhG { width:3.125rem;height:3.125rem;top:49.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhmNy2Dto8eEVWgOPBVUZ8a583bnZzrr { display:flex;width:1.75rem;height:1.75rem;top:50.3125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #vMzErePxXIIpq9nZfD2g7uUEpKvLmUgD { width:20rem;height:5.125rem;top:38.4375rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }#vMzErePxXIIpq9nZfD2g7uUEpKvLmUgD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
 }@media only screen and (max-width: 763px) { #ztZ6Ge0c2PnfSLKTTWb2G5XBGcZ5s12m { width:6.3748125rem;height:2.25rem;top:49.8125rem;left:13.4375rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Eabu2ANQMruZRm44QenMBi1MdfOCgIUO { display:flex;width:1.25rem;height:1.25rem;top:51.6875rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #OSmIxWrW2QAbUSwsW20syHlh8LHtG0Sk { display:flex;width:1.25rem;height:1.25rem;top:51.6875rem;left:15.8125rem; }
 }@media only screen and (max-width: 763px) { #diOhzNkx0DTaaX3S2iTKboprMpslTImb { display:flex;width:1.25rem;height:1.25rem;top:51.6875rem;left:17.0625rem; }
 }@media only screen and (max-width: 763px) { #zR5rWD22eOalnFTugZaJa2WwRTrPT42E { display:flex;width:1.25rem;height:1.25rem;top:51.6875rem;left:18.3125rem; }
 }@media only screen and (max-width: 763px) { #JNMEek3MuUAphz6mEPZtlKcI7iEBJ81f { display:flex;width:1.25rem;height:1.25rem;top:51.6875rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #KLsEzhULiGLJ0ZL86ImsdEc3NWRcoC0t { width:20rem;height:4.5rem;top:38.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v10OBBImoZ8bGomxX6CinDSxD5grO9Mk { display:block; }#v10OBBImoZ8bGomxX6CinDSxD5grO9Mk > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qV4OZPtr5Ia2X92agpVKq6QzZATFiFol { width:20rem;height:4.449575rem;top:17.0625rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }#qV4OZPtr5Ia2X92agpVKq6QzZATFiFol li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
 }@media only screen and (max-width: 763px) { #kLiPRcprGOCqTuWnGpNSNEwyVTbGV7L4 { width:20rem;height:4.449575rem;top:21.6875rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }#kLiPRcprGOCqTuWnGpNSNEwyVTbGV7L4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
 }@media only screen and (max-width: 763px) { #znsuxdLDtgET9hWmR2uunENmO5OmnLmT { width:20rem;height:4.449575rem;top:26.3125rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }#znsuxdLDtgET9hWmR2uunENmO5OmnLmT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
 }@media only screen and (max-width: 763px) { #Fd7PSMLJtbwyMbVu4s5QtetdHoJwnAvW { width:20rem;height:7.648625rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsJbH5iKRRJtk9JptBt6PoKZC33Ltb3V { width:20rem;height:2.47504375rem;top:4.9375rem;left:0rem;font-size:2.0625rem;line-height:1.2;z-index:15001;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4P0FRl4rDZtTkBWDzTho5RZKEFsqo6e { width:20rem;height:1.875rem;top:3.375rem;left:0rem;font-size:1.5625rem;line-height:1.2;z-index:15002;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xlVr4e2G6mHcF0v18pgesJzyxeCrErWv { display:block; }#xlVr4e2G6mHcF0v18pgesJzyxeCrErWv > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fObB4VmIsg6icCxBg2yxh58KFB4MKHUy { width:9.4375rem;height:8rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2XaUDUggWI3Jc2TCPJK53eaGqS8lku6 { width:9.4375rem;height:8rem;top:1.375rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVHRMJQtSMR3Wh4Ii4OXyngy8yXTuWcS { width:9.4375rem;height:8rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tza1riMahSXxHQ9RIbCuG0sxlcUBQfLN { width:5.18663125rem;height:2.62478125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt3dNWVVZ7XMDAxdE9B6CTiWxJa07dKs { width:2.87435rem;height:2.87435rem;top:3.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UelJAkV5KXkmt52hy9J7MLrRL6PN1RSJ { width:3.56228125rem;height:3.56228125rem;top:2.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWZccWoSxQh1FSOomV35hMJWtTsu80aT { width:9.4375rem;height:8rem;top:10.5625rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEQs3ILGJ3FT0VGelN82r1rzvSJrxbH7 { width:8.75rem;height:2.37426875rem;top:12.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJh2hOBS76TFHNsHb6prFQPdafUThyWX { width:9.4375rem;height:8rem;top:19.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSUQ7RKCTiMKdhaHWauEnMewzZyk7csb { width:7.1245625rem;height:2.56185rem;top:12.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agF5yWwkHhwDHLpA88JUidiaSOyQZw6M { width:9.4375rem;height:8rem;top:19.6875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2A4hQPOryQvLZxlhRhWtGhTzOEh3DQ6 { width:4.375rem;height:2.99913125rem;top:3rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwMbPi7exC8aUrDNcxkbT5hia6Af5bt0 { width:9.4375rem;height:8rem;top:37.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TClX41a3iACTG27Di6TAtPUiUQKtPhTm { width:9.4375rem;height:8rem;top:28.8125rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFgIX4lGcViSFO0D8PJqTCgxB95bo8v9 { width:3.3125rem;height:3.375rem;top:7.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR51xywDxKDCkN0aOFJfh31DTGbfu5qm { width:3.99956875rem;height:2.1875rem;top:16.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQu9Tn7QJITwpGH3StnKAbfikOQ494DT { width:9.4375rem;height:8rem;top:28.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKnsHdeEToCR3ohtKmGTR7truVWzNzMu { width:4.56163125rem;height:3.18685rem;top:7.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0huHoUQ15gs6JVTWvxaJ9uI5J1ekzw1 { width:9.4375rem;height:8rem;top:37.9375rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8RCcTF177KgHTDyIO1tD3RBqz7Al59K { width:3.93663125rem;height:2.31228125rem;top:16.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPzKZtwFLNaCyXGuz9fSX5NVuFpEyIWP { width:9.375rem;height:7.9375rem;top:47.5rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsWkpWQsJkCb0NhGvuKsrS4I79hTnCJs { width:3.31163125rem;height:2.99913125rem;top:7.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv8g2uxiPOo6BT4tPahblAabWtdeE18q { width:9.375rem;height:7.9375rem;top:57rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFZEBTsZtQ6SwtWZSJqichCI8huMQq8E { width:4.87413125rem;height:2.56185rem;top:16.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPCIwhwnO1n6hbrxbbnA0SnOZL0ynfVU { width:9.375rem;height:7.9375rem;top:57rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSpgrSnORHOxJFnlbfNzUtzRPVfsKSP0 { width:3.75rem;height:3.125rem;top:7.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agx90xGtWaiD96V0PCSN9603JR3wviKL { width:9.375rem;height:7.9373125rem;top:45.635852813721rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxuSFzV7w4cPMgxkOCvr6cVE21crfnOp { width:3.93663125rem;height:1.43663125rem;top:16.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwsUm8MCK0r2a43qCiHxIh0pviEZZCs2 { width:20rem;height:4.5rem;top:19.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu { display:block; }#GwtPdkHVkipNfk6Ghm0z6zfXLeH2X1Uu > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF2NGrTJugc0sCqSU5gmuwSTJExi5TRH { width:20rem;height:14.0625rem;top:7.9991321563719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHOoyqP8hk5FbmQN70yoXC1hroVcT30i { width:20rem;height:1.875rem;top:2.9991321563721rem;left:0rem;font-size:1.5625rem;line-height:1.2;z-index:15004;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRDHH14pzRw7IuhMLp50l02CT5n2MRnD { width:20rem;height:2.47504375rem;top:4.6241321563721rem;left:0rem;font-size:2.0625rem;line-height:1.2;z-index:15003;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 { background-color:#121212;background-image:none;display:block; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { background-color: transparent; background-image: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container > .video-iframe-container { display: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row > .video-iframe-container { display: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .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); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MU9CnnBrwkKJ2yTSZNC77ZrWHqzFyHEc { width:9.6235rem;height:0;top:7.6833782196044rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cb8s6puPQ1CxMIHp1Dpedp1Z8P0ZiETa { width:20rem;height:0;top:4.3728313446045rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5oag0ZbTe9PxV67ile133seTOyX52Li { width:1.25rem;height:1.5rem;top:2.371826171875rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXgKiCbWWZ2pEA7oTNyRTrF25qXT7Cdq { width:20rem;height:16.25rem;top:25.366212109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUtUPUe3Fl8RDsKo3DG8XVsVT4TSUA5f { width:20rem;height:16.25rem;top:25.865478515625rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #OK33wHzWQs3lIKlr2LT2WzUwgAsHueLD { width:19.9989375rem;height:16.2489375rem;top:5.5625rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #blID89aSos99arGHHveEQ0EL4T9ytUwn { width:0;height:10rem;top:44.236135375976rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMHH0dK9GToKwv5RTdA6crfDP6OFSM4D { width:20rem;height:2.4375rem;top:2.25rem;left:0rem;font-size:0.9375rem;z-index:15008;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGLG3URfUTmRy7m1TVHexb5gZG2eTT8D { width:18.499375rem;height:0;top:2.375rem;left:0.75rem;font-size:1rem;z-index:15009;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB { display:block; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJZhsgz93oA6f2t2hzsb7sMEAi7OzMCJ { width:20rem;height:2.6rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SrEW194iD7b4vvT50MKPk7GKDMhQi0it { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#SrEW194iD7b4vvT50MKPk7GKDMhQi0it { background-color: transparent; background-image: none; }#SrEW194iD7b4vvT50MKPk7GKDMhQi0it::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrEW194iD7b4vvT50MKPk7GKDMhQi0it > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrEW194iD7b4vvT50MKPk7GKDMhQi0it > .row .container > .video-iframe-container { display: none; }#SrEW194iD7b4vvT50MKPk7GKDMhQi0it > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrEW194iD7b4vvT50MKPk7GKDMhQi0it > .row > .video-iframe-container { display: none; }#SrEW194iD7b4vvT50MKPk7GKDMhQi0it > .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); }#SrEW194iD7b4vvT50MKPk7GKDMhQi0it > .row .container { width:20rem;height:3.75rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGcQ6T0W5IpT6BT8oXAcXBqulCEVMGND { top:0rem;left:0rem;width:10rem;height:3.4375rem;z-index:15001;background-color:#21ca76;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mpxXE4tWTKsxxEUP50HThbO2ii0Z29Mt { display:block; }
 }@media only screen and (max-width: 763px) { #PZputWFrmEqD5Fao0NlT5eXHBk53k1J9 { top:0rem;left:10rem;width:10rem;height:3.4375rem;z-index:15002;background-color:#ff8300;background-image:none;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ic4O4I5v2TC4zsWVFAqlbk8aOxSdzQU6 { display:block; }
 }