.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:199,233,61;--color-primary-1:255,244,18;--color-primary-2:248,250,0;--color-primary-3:128,119,0;--color-primary-4:116,108,1;--color-secondary-0:204,222,255;--color-secondary-1:102,155,255;--color-secondary-2:0,89,255;--color-secondary-3:27,87,199;--color-secondary-4:0,18,51;--color-tertiary-0:255,255,255;--color-tertiary-1:235,239,245;--color-tertiary-2:141,143,147;--color-tertiary-3:85,86,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(74deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(74deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(74deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(74deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(74deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;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; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container { background-color: transparent; background-image: none; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container > .video-iframe-container { display: none; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row > .video-iframe-container { display: none; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .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); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container { border-width: 0; border-radius: 0; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#tmulG11fT9tMg9KJas34Z0d3vISVEn3O { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:15.875rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#IMtAMb4ulKlLNQCahA1CgIxlSree8sD3 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.90625rem;left:49.125rem;display:block; }
#rQh4rhoKeA3GZFJASSl7CH9JMWFyUIOf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T34u5oUzfnbwuryZgTGkNGRmzCLRCHhH { background-color:transparent;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.90625rem;left:30.375rem;display:block; }
#PQsv2gtFz1x1b5gOEwcZtQa0GiZAOmrc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NGBaQ5cQPSRhgcJD1USgKN1Fqg37FMwM { background-color:transparent;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.90625rem;left:37.9375rem;display:block; }
#mfSSnIDkZVDPIsMOQufeEZ27DQl9tqU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd0e3f17-2bb6-47a1-9e38-96dacf92259b/photooutput12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.adaptive-delivery-prevent-bg, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyload, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyloading { background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.88); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.88); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { border-width: 0; border-radius: 0; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::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; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:60rem;height:51.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:22.625rem;left:5.59375rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { color:rgba(var(--color-primary-2),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:33.625rem;left:10.6875rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { background-color:rgba(var(--color-primary-1),1);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:#000814;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:15rem;height:3.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:40.125rem;left:22rem;display:block; }
#i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnzGo8Jz4r501IOwc4SuVibfkhKsbqhC { color:rgba(var(--color-primary-2),1);display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:6.75rem;left:8.65625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8Liyc4CkTIFzV9iNZhUBsc2ClUmkUxb { color:rgba(var(--color-primary-2),1);display:block;width:45.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:16.1875rem;left:6.875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fKqIsTVIFHDWJ4R1QvzMbEW40kddu0i1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.21142578125rem;left:27.9375rem; }
#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { position:relative;display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { background-color: transparent; background-image: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container > .video-iframe-container { display: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row > .video-iframe-container { display: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .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); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { border-width: 0; border-radius: 0; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .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; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .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:57.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rTUkao1MK7Srnad3ysohprNQIsEaiReC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRcCiZ0opnILDUhhuwgPBCDWTZKtEBWl { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.63671875rem;left:29.25rem;height:32.90625rem;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; }
#BeZuCGFMdrct3sOEM5BzSpH8b8feFyWC { color:rgba(var(--color-tertiary-4),1);display:block;width:55.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:2.2;letter-spacing:0;top:44.24951171875rem;left:1.5625rem;height:9.7363125rem;text-align:left;text-align-last:left;display:block; }#BeZuCGFMdrct3sOEM5BzSpH8b8feFyWC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BeZuCGFMdrct3sOEM5BzSpH8b8feFyWC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
#WANaAlecWmbSDx9EA4z8sCcV4yNlHc4n { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:41.62451171875rem;left:1.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B9fJ0tnvpJNZ2LuVxSVMwbEv0DmdevBN { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5625rem;width:25.875rem;top:6.80859375rem;left:1.5625rem;overflow:hidden;display:block; }
#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx { position:relative;display:block; }#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx { background-color: transparent; background-image: none; }#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx > .row .container > .video-iframe-container { display: none; }#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx > .row > .video-iframe-container { display: none; }#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx > .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); }#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx { border-width: 0; border-radius: 0; }#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx > .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; }#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx > .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:3.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aIGVoZmZQA5wUqvP6N2TAOs51TJfHxf1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.244140625rem;left:0rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { position:relative;display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { background-color: transparent; background-image: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container > .video-iframe-container { display: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row > .video-iframe-container { display: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .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); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { border-width: 0; border-radius: 0; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .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; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .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:22.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:5.3125rem;display:block; }
#TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.35546875rem;left:16.25rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:20.1875rem;display:block; }
#gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.35546875rem;left:31.25rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:35.5rem;display:block; }
#t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:50.375rem;display:block; }
#CXv47XLhDC1JnJTCBfq6TTdhG60c8uGX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.35546875rem;left:1.25rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyhauo09sZE2JsFCyvG0euznPrALrSIq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.8125rem;left:20.9375rem; }
#g3NTHUqyEvy2Kr9HmHGyd3mLSf11V3Pk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.8125rem;left:6.6875rem; }
#KEiHtCPTUvgIHgzIdOSHABl3JeVTGecp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.8125rem;left:36rem; }
#gcn64270CgtKJTOltZH7MqWAM9aCWFWg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.8125rem;left:51.0625rem; }
#VkBnawPwVVeosr4NdGEXDincs07N8SsV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.62451171875rem;left:46.25rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tz4VFwgWh43Kb3cPed1i1lp5x4gGqhFb { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13rem;left:1.25rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOaqupeGu3tT3HB6wbau0ytrW0vCVrV8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13rem;left:16.25rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIXZw6mzlsEDNuqE8bEMER7aADrNDAT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13rem;left:31.25rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LybS3wed5VlONPzWs3s9LEsi6E5GhLt7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13rem;left:46.25rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4824ea10-dc2a-4580-aeec-860ae2f5a1dc/_DSC3366.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1.adaptive-delivery-prevent-bg, #LlUKfB1Abscsi8Re6CnRFczoTgQpCne1.lazyload, #LlUKfB1Abscsi8Re6CnRFczoTgQpCne1.lazyloading { background-image: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container { background-color: transparent; background-image: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,3,0.86); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container > .video-iframe-container { display: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,3,0.86); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row > .video-iframe-container { display: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .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); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container { border-width: 0; border-radius: 0; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1::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; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#wXIigWMVK9Xsuk7edUouw4uMGml5KmFn { color:rgba(var(--color-tertiary-0),1);display:block;width:59.1875rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:0.625rem;left:0.40625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BRLkJZUJNR1DMTUXXoav0z5qp5kgJifn { color:#f6ff00;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.369140625rem;left:0rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7yUP6IGll9dyOziMpl65Jskzn73IEDP { position:relative;display:block; }#z7yUP6IGll9dyOziMpl65Jskzn73IEDP { background-color: transparent; background-image: none; }#z7yUP6IGll9dyOziMpl65Jskzn73IEDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7yUP6IGll9dyOziMpl65Jskzn73IEDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7yUP6IGll9dyOziMpl65Jskzn73IEDP > .row .container > .video-iframe-container { display: none; }#z7yUP6IGll9dyOziMpl65Jskzn73IEDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7yUP6IGll9dyOziMpl65Jskzn73IEDP > .row > .video-iframe-container { display: none; }#z7yUP6IGll9dyOziMpl65Jskzn73IEDP > .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); }#z7yUP6IGll9dyOziMpl65Jskzn73IEDP { border-width: 0; border-radius: 0; }#z7yUP6IGll9dyOziMpl65Jskzn73IEDP > .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; }#z7yUP6IGll9dyOziMpl65Jskzn73IEDP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gdXzbTglyg8dOcoRxhKK9Rte1lkkibXD { color:rgba(var(--color-tertiary-4),1);display:block;width:57.0625rem;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.82470703125rem;left:1.46875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE { position:relative;display:block; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE { background-color: transparent; background-image: none; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .row .container > .video-iframe-container { display: none; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .row > .video-iframe-container { display: none; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .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); }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE { border-width: 0; border-radius: 0; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .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; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .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:20.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AgaPwSk6KTV5QDxbP4r3rtPMK9Tif2VU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:31.25rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iAKPP5UNR8etMqI5NX0OeketcdIxhtsS { color:#707b8b;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:6.43701171875rem;left:31.625rem;height:10.19825rem;text-align:center;text-align-last:center;display:block; }
#yyu1AIa7yszXvRb2HTXGfo9cHBsZrSGK { color:#707b8b;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:7.287109375rem;left:16.34375rem;height:8.4985625rem;text-align:center;text-align-last:center;display:block; }
#xhMK4U9uVVSd3Te12duQJqFhTqVCgu7z { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.75rem;left:16.125rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZrKUkVgCtTaWcGhEZcXlK06e60ICvqXA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.25rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3z7lyimengo5SXbXud967S9rSziJ8Tg { color:#707b8b;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:7.287109375rem;left:1.53125rem;height:8.4985625rem;text-align:center;text-align-last:center;display:block; }
#l8CwUQAJhosZLgFy8IOfyGwbGi33KX3o { color:#707b8b;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:5.5869140625rem;left:46.28125rem;height:11.8979375rem;text-align:center;text-align-last:center;display:block; }
#WSzw6bQt3oGDqxuhD2cgJXNL3ILTBbAZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0.75rem;left:46.25rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG { border-top:0.9375rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0rem solid #0e9ae5;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container { background-color: transparent; background-image: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container > .video-iframe-container { display: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row > .video-iframe-container { display: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .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); }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container { border-width: 0; border-radius: 0; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;position:relative;display:block; }#ovN9CTunxT6NqqGIcCaJENy27XONyRNa { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.59375rem;left:27.34375rem;height:1.625rem;font-style:normal;display:block; }
#ed5pkDA7HZLOo1ocyhZIMvhMn47NyuNQ { color:rgba(var(--color-primary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.65625rem;left:26.8125rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HvZ7DTFhrggCB80ZgQ9KgH60TJHqTMky { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:17.1875rem;top:0.65625rem;left:4.87060546875rem;overflow:hidden;display:block; }
#vB7a9BsaiDT7Ttb7Or8WE00in0xxiJ1G { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:10.5625rem;left:27.25rem;height:18.6738125rem;display:block; }#vB7a9BsaiDT7Ttb7Or8WE00in0xxiJ1G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vB7a9BsaiDT7Ttb7Or8WE00in0xxiJ1G li:before{  }
#qFyTkttyKMsRLTf6LipgZT5TON9vxVnp { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.21875rem;left:27.34375rem;height:1.625rem;font-style:normal;display:block; }
#Q8dWbiEoEx00pvfoIK9v2pudaAZGVSUv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.818359375rem;left:31.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c { 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; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { background-color: transparent; background-image: none; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container > .video-iframe-container { display: none; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row > .video-iframe-container { display: none; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .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); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { border-width: 0; border-radius: 0; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:60rem;position:relative;display:block; }#DzOgAzXaHNofyfMTPHHtbRfWoiEMwsLe { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:5.8369140625rem;left:0rem;height:16.875rem;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; }
#zpxqzD5PbhJRU2hRh4JcIC6TwnpK8ZrZ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nxJiTDpsnZ51R6fCJ04JwX4lq19u4fxR { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.193359375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rKDtEQh2TGJn9FmMH3GC7ER9yEicnV46 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.671875rem;left:26.75rem;height:6.33691875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ba9o3KEG0DbhGqH86XN8eeHcTfI3Tzah { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.0400390625rem;left:38.3125rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LaDxaRo2VLpZOU2gPzJtNah575v4XczI { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:26.1875rem;top:0.9375rem;left:33.8125rem;overflow:hidden;display:block; }
#SmAktSapu6zni41Pp4Tq8KgnmTRTad52 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:32.8125rem;left:32.125rem;height:20.625rem;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; }
#d8XUX0f16FllIXkMMIM5e93qaVP8UGok { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:20.0625rem;top:13.8369140625rem;left:39.9375rem;overflow:hidden;display:block; }
#UJ3Uu6swOc9d3vx1dTdLTm6QE5Sk7RFx { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:11.25rem;top:7.7119140625rem;left:28.1875rem;overflow:hidden;display:block; }
#B54ie4DPAF0yyUr2mIdO83xU3k9mo4UU { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:28.8125rem;top:25.671875rem;left:2.25rem;overflow:hidden;display:block; }
#Du1tSaTsFRdp3TuisRX34xp06Sgc7uFk { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:22.625rem;top:36.609375rem;left:0.5625rem;overflow:hidden;display:block; }
#ZItg4Cl3Eb1T2IE9EKoVgyobbgMXvsH2 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:26.0625rem;top:45.8125rem;left:4.25rem;overflow:hidden;display:block; }
#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container { background-color: transparent; background-image: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container > .video-iframe-container { display: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row > .video-iframe-container { display: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .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); }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container { border-width: 0; border-radius: 0; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:60rem;position:relative;display:block; }#Q8w0d8oyhaXWdcbmHMXQavJW3vhLuTwc { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.1875rem;left:22.1875rem;height:14.0625rem;font-style:normal;display:block; }
#T0K4J1H0piHwMKeDyvbbozr1xZ2sadGw { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid #ffff00;border-left:0.125rem solid #ffff00;border-right:0.125rem solid #ffff00;border-bottom:0.125rem solid #ffff00;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:9.5625rem;left:45.8125rem;display:none; }
#o0UtQVSKL6wpRRh0vdqdOHrFEegQWVWQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.0625rem;width:12.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.96875rem;left:7.84375rem; }
#D0Wfln1s6PX28MTM6e6U5RhPzXr4VS5g { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:19.25rem;top:1rem;left:0.71875rem;overflow:hidden;display:block; }
#fm6eBAexvKkDVt62LngtepdWP7sKwqVt { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:10.3125rem;top:7.6875rem;left:0rem;overflow:hidden;display:block; }
#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { position:relative;display:block; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { background-color: transparent; background-image: none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container > .video-iframe-container { display: none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row > .video-iframe-container { display: none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .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); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { border-width: 0; border-radius: 0; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .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; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .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:5.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container { background-color: transparent; background-image: none; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container > .video-iframe-container { display: none; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row > .video-iframe-container { display: none; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .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); }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container { border-width: 0; border-radius: 0; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:60rem;position:relative;display:block; }#AkBpcJOzvH2hzTsxieOJdo43VZHQpZkf { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:7.1875rem;left:34rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#TOx9Ty73IEafpVBNGHGEBX3mEVGJyLI9 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:13.06298828125rem;left:34.0625rem;height:27.1953125rem;font-style:normal;display:block; }
#M8SoErezD0NkqU78KZ0u2VhGOaGOvTyW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:28.75rem;top:2.1875rem;left:1.625rem;overflow:hidden;display:block; }
#Zlsvpsew9M4a37eVBR15oqK2nHTTnhTF { position:absolute;display:block;z-index:15000;background-color:#443b3a;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:21.9375rem;width:26rem;top:8.3125rem;left:0rem;display:block; }
#GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx { position:relative;display:block; }#GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx { background-color: transparent; background-image: none; }#GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx > .row .container > .video-iframe-container { display: none; }#GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx > .row > .video-iframe-container { display: none; }#GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx > .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); }#GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx { border-width: 0; border-radius: 0; }#GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx > .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; }#GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx > .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:3rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zKIAD3Tf5oHXElMfT1Lff3M5lNeAsJ38 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/2a4aZUV0/sekcja10_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M.adaptive-delivery-prevent-bg, #NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M.lazyload, #NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M.lazyloading { background-image: none; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container { background-color: transparent; background-image: none; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container > .video-iframe-container { display: none; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row > .video-iframe-container { display: none; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .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); }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container { border-width: 0; border-radius: 0; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:60rem;position:relative;display:block; }#vTRUMvAU64WQTNPgVeidq6vIIuBDp1Fe { position:absolute;display:block;z-index:15023;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:38.25rem;width:18.75rem;top:0.6875rem;left:20.625rem;display:block; }
#ByMtOR8JXh5XaMwa34XrT6yzodf06J9t { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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:0.625rem;width:8.125rem;top:0.6875rem;left:25.9375rem;display:block; }#ByMtOR8JXh5XaMwa34XrT6yzodf06J9t.adaptive-delivery-prevent-bg, #ByMtOR8JXh5XaMwa34XrT6yzodf06J9t.lazyload, #ByMtOR8JXh5XaMwa34XrT6yzodf06J9t.lazyloading { background-image: none; }
#M7ZLlJu6smSvTs5xkm74BhaJqlslS7DP { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.375rem;width:7.25rem;top:11.25rem;left:26.375rem;display:block; }
#PTawi2eDtIixxOIFi4laf82i2wb2pCNZ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.04345703125rem;left:27.28125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D04oyA5cRL9OiAv7w9S6s3TLpRaTXS3T { background-color:rgba(var(--color-primary-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: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:#000814;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:15rem;height:3.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:35.0625rem;left:22.5rem;display:block; }
#RbS5yOQBcA02mVV38ekRu7NFJF7vouBB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iq5u0T2uZuefsBVV9pWmhTVq3eZZK8oD { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:9.9375rem;left:27.21875rem;display:block; }
#PxxS2JiIHTaWCFTHAIiec6evAtRHTc9o { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:40.75rem;left:0rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnzgKlKTASeiaKDJCRHcvTnWkH9lh82B { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.25rem;top:46.75rem;left:26.375rem;overflow:hidden;display:block; }
#txEPOE87wyKtzrzXi1zrOvcWkSg3V28B { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15029;line-height:2;letter-spacing:0;top:8.0625rem;left:21.84375rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu { color:#000814;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:15.775390625rem;left:22.6875rem;height:;display:block; }#rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
#KR81DtpovIrQswQSIQqyXTZoJT1omaUX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:2.79296875rem;left:21.71875rem;height:;text-align:center;text-align-last:center;display:block; }
#tFmRT9Bl5JtZV0096WSfoHg048282UPk { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-4),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:32.6875rem;width:18.75rem;top:1.5625rem;left:0.875rem;display:block; }
#BPcLKeCH7sbsWlWmbMd4bwMoy4zLxX5m { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:3.2744140625rem;left:1rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#tcVfyct8teX8GSTpFSMVaPUOOJDeeQtE { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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:0.625rem;width:8.125rem;top:1.5625rem;left:6.1875rem;display:block; }#tcVfyct8teX8GSTpFSMVaPUOOJDeeQtE.adaptive-delivery-prevent-bg, #tcVfyct8teX8GSTpFSMVaPUOOJDeeQtE.lazyload, #tcVfyct8teX8GSTpFSMVaPUOOJDeeQtE.lazyloading { background-image: none; }
#y0cBM4xPK5oQJuPlfFJTC0NTkElIwEIc { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.375rem;width:7.25rem;top:13.8125rem;left:6.625rem;display:block; }
#PTmIRL1VGmq6PpcaWOT284mFCWePitxC { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:14.625rem;left:7.53125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AnTknUFBFhwQxKZFB6F4S3SRVtkwy6qD { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:17.9375rem;left:2.9375rem;height:4.5869125rem;display:block; }#AnTknUFBFhwQxKZFB6F4S3SRVtkwy6qD li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#AnTknUFBFhwQxKZFB6F4S3SRVtkwy6qD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
#qflTE40AH5bVqS14OPItgaPnO9LZVkFT { background-color:rgba(var(--color-primary-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: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:#000814;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:15rem;height:3.125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:24.5625rem;left:2.75rem;display:block; }
#VDT5arTfkdU2drb0HxGKKHJG26ypQ7Vq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tyfVztVyI20ya18F3AgxkXeil1S1lodI { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-4),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:33.125rem;width:18.75rem;top:1.3125rem;left:40.21875rem;display:block; }
#Ors939XcdV9s8BFatlnDrcTxJ5avu09Q { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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:0.625rem;width:8.125rem;top:1.3125rem;left:45.53125rem;display:block; }#Ors939XcdV9s8BFatlnDrcTxJ5avu09Q.adaptive-delivery-prevent-bg, #Ors939XcdV9s8BFatlnDrcTxJ5avu09Q.lazyload, #Ors939XcdV9s8BFatlnDrcTxJ5avu09Q.lazyloading { background-image: none; }
#wJuXrZ8OtLhXXucBGQhZH8r0LOTMQ69B { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:2.76171875rem;left:41.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#v3vsBTNuHqQLI0lH8SP9sookKwfugbeI { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.375rem;width:7.25rem;top:6.625rem;left:45.96875rem;display:block; }
#MrcgXDHxoN4JSRG3lUFB9N0ycrQAJkKf { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:7.193359375rem;left:46.875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DpfNmLWOxCdXRpCNr3BaTkFcAHUdQ8p4 { background-color:rgba(var(--color-primary-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: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:#000814;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:15rem;height:3.125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:11.5625rem;left:42.09375rem;display:block; }
#TLCxJVZSQvo5ofNkLr3w4BXQFkskAnMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmvJQfS2XikmzaPTWdxrXbs4x6VOeKAn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:16.3125rem;left:41.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FL61BQH6sFN8h40FObcmyD4KxTwI3ySn { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.375rem;width:7.25rem;top:20.3125rem;left:46rem;display:block; }
#Df2dGnn8Gy5qveknv5uRWuktiQqEZnc3 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:20.875rem;left:46.875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dIlPIMO9aScbFwqBeTbTK75eEONbOPJT { background-color:rgba(var(--color-primary-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: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:#000814;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:15rem;height:3.125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:25.125rem;left:42.09375rem;display:block; }
#Vl8Q0uuR6ilTHgfnNIPowqg8h0wFGlqc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQxIiW2QQePRle40T4W7Wc9IuFyUtQnb { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:11.25rem;left:7.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTdT2ZDWxRhHWSU2am7C0LZJrGOfHQxU { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:29.6611328125rem;left:41rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { background-color: transparent; background-image: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container > .video-iframe-container { display: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container { display: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .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); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { border-width: 0; border-radius: 0; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#Whnak8McmIuSahQO2hemdGnlORBFtGlr { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TASd730HAEOTXfOAErrD1VaC59AMi1g9 { position:relative;display:block; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 { background-color: transparent; background-image: none; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .row .container > .video-iframe-container { display: none; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .row > .video-iframe-container { display: none; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .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); }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 { border-width: 0; border-radius: 0; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .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; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .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:32.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wPdluFAuAxEPasJ6MvMa0GhQ7On3Q96A { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.125rem;width:17.5rem;top:0rem;left:1.25rem;overflow:hidden;display:block; }
#RlE4Zob2meSZouTiCTJv7boromIrNWBB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:17.5rem;top:0rem;left:20rem;overflow:hidden;display:block; }
#S3umyzbH7o1Xbu3DWv5ODLHnfUvaWTdR { position:absolute;display:block;z-index:15002;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:31.0625rem;width:17.5rem;top:0rem;left:41.25rem;overflow:hidden;display:block; }
#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 { position:relative;display:block; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 { background-color: transparent; background-image: none; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .row .container > .video-iframe-container { display: none; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .row > .video-iframe-container { display: none; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .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); }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 { border-width: 0; border-radius: 0; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .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; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .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:32.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uLgEBwA4TDz7CisA2O84ILdn4sseAXDf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:17.5rem;top:0rem;left:1.25rem;overflow:hidden;display:block; }
#Hd4eOXmdgO2bocu2oNp3eT9mTM1ZBuSh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:17.5rem;top:0rem;left:21.25rem;overflow:hidden;display:block; }
#mhTSunv40OJrtrTi43ptrJhxiST1rh3h { position:absolute;display:block;z-index:15002;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:30.5625rem;width:17.5625rem;top:0rem;left:41.21875rem;overflow:hidden;display:block; }
#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw { position:relative;display:block; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw { background-color: transparent; background-image: none; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .row .container > .video-iframe-container { display: none; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .row > .video-iframe-container { display: none; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .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); }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw { border-width: 0; border-radius: 0; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .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; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .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:32.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A4P15ARJ6Xm8p1QsfgzeukIDTqqOxmLv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:19.4375rem;top:6.59375rem;left:20.28125rem;overflow:hidden;display:block; }
#Ges59cXiWJNKmKARGBqlhQnu7BvNadw4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:15.9375rem;top:0rem;left:2.03125rem;overflow:hidden;display:block; }
#xTidDfXHnoPGb0P04R0tbMNo4tA5Jr29 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:17.5rem;top:0rem;left:41.25rem;overflow:hidden;display:block; }
#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS { position:relative;display:block; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS { background-color: transparent; background-image: none; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row .container > .video-iframe-container { display: none; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row > .video-iframe-container { display: none; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .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); }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS { border-width: 0; border-radius: 0; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .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; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gtN8p5PedR131oatnaVBZeatyAK4nxmG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:17.25rem;top:0rem;left:0.9375rem;overflow:hidden;display:block; }
#WVN3eI8SDa8RMS7qWQLPrO1FqfzbI5bg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:17.0625rem;top:0rem;left:21rem;overflow:hidden;display:block; }
#FogWhvdZRC8HvxsnzJPEL7wEkVqdCCyl { position:absolute;display:block;z-index:15002;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:29.6875rem;width:19.375rem;top:0rem;left:40.34375rem;overflow:hidden;display:block; }
#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E { position:relative;display:block; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E { background-color: transparent; background-image: none; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row .container > .video-iframe-container { display: none; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row > .video-iframe-container { display: none; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .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); }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E { border-width: 0; border-radius: 0; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .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; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CUxxdQwB3Tkon0ThRTS3bat8End6r886 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:15.0625rem;top:0rem;left:1.59375rem;overflow:hidden;display:block; }
#br62aDqct9JH44k2eskVvvIQA3LJ2WTw { position:absolute;display:block;z-index:15002;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:30.3125rem;width:18.3125rem;top:0rem;left:41rem;overflow:hidden;display:block; }
#sK5WqxCxpcaJtHuDgEVJLS9Jx1N3fe8H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:17.375rem;top:0rem;left:21.15625rem;overflow:hidden;display:block; }
#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/zaV7y4Cf/sekcja12_bg4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb.adaptive-delivery-prevent-bg, #wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb.lazyload, #wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb.lazyloading { background-image: none; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container { background-color: transparent; background-image: none; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container > .video-iframe-container { display: none; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row > .video-iframe-container { display: none; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .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); }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container { border-width: 0; border-radius: 0; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;position:relative;display:block; }#cZi4UQhINyvJ3cuSrt7FwCD1zOrLrb3C { color:#dbe2eb;display:block;width:58rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:5.3125rem;left:1rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I31Oa19CJ1JynDn6cFuEgCy4qK5tFMhT { background-color:rgba(var(--color-primary-1),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: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:#000814;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:15rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11.3125rem;left:22.5rem;display:block; }
#lHk8KzcGIT7KoOCBFWZHgr9z73yzpmry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(245deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(245deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(245deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(245deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(245deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;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;bottom:0rem;left:0rem;right:0rem;display:block; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container { background-color: transparent; background-image: none; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container > .video-iframe-container { display: none; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row > .video-iframe-container { display: none; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .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); }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container { border-width: 0; border-radius: 0; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#Cdb3imVhECIgHE5BqpbaA4FiVNbC1M4e { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.2810707092285rem;height:1.29980625rem;font-style:normal;display:block; }
#A84AnNyUbZDLkBRbIMtGlIS8K314o2xe { color:rgba(var(--color-secondary-2),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2498168945312rem;left:14.749645233154rem;height:1.29980625rem;font-style:normal;display:block; }
#g8Snm4sLSGzihu6qnqfGGJyE0nwJVS8S { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1865234375rem;left:14.74951171875rem;height:1.4624rem;font-style:normal;display:block; }
#O7mJSaTi2ahfHPUIk0V9LuuinnMJMuay { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.3);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:2.625rem;width:0.0625rem;top:1.8125rem;left:0rem;display:block; }
#tCTUl9WHxUAkIRDMletl3N0NOewWuxL8 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.3);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:2.625rem;width:0.0625rem;top:2.28125rem;left:25.8125rem;display:block; }
#zb9gcktZksKcm9p7zw8Dnu0vQFaSK7Ht { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.3);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:2.625rem;width:0.0625rem;top:1.8125rem;left:13.5rem;display:block; }
#Zneo1lFTE8VBLwMDotiXJNWE5S98w6o1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.78125rem;left:26.18701171875rem;height:2.92480625rem;display:block; }
#obB7qyXFT5SZZB4bTMcbMxNhi5ltgHJO { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edff12;border-left:0.0625rem solid #edff12;border-right:0.0625rem solid #edff12;border-bottom:0.0625rem solid #edff12;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.5rem;top:0.5625rem;left:40.312496185302rem;display:block; }
#ZEhvoMITReAc0hsstAPCRpkQ7C83WVbi { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edff12;border-left:0.0625rem solid #edff12;border-right:0.0625rem solid #edff12;border-bottom:0.0625rem solid #edff12;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.5rem;top:0.5625rem;left:45.312496185302rem;display:block; }
#aIRzGoIXxXXDUeGLT8Fc1FguGu1hX6SE { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edff12;border-left:0.0625rem solid #edff12;border-right:0.0625rem solid #edff12;border-bottom:0.0625rem solid #edff12;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.5rem;top:0.5rem;left:50.312496185302rem;display:block; }
#R3CIKfGetQ2KR01mTklLUiCckGn6NZMm { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edff12;border-left:0.0625rem solid #edff12;border-right:0.0625rem solid #edff12;border-bottom:0.0625rem solid #edff12;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.5rem;top:0.5rem;left:55.375rem;display:block; }
#QTPl1STEwhqvQaVCmzXFK0JFOm1z0gDw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.18603515625rem;left:1.28076171875rem;height:1.4624rem;font-style:normal;display:block; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.875rem;left:40.37451171875rem;z-index:15007; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #rOUaTSNp2lciJCoNyh94cmftP5HdG7oL { display:flex;position:relative;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #xd0ZLkuEIIX5fJuHshWBwyvNOymVvEIt { width:auto; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #x1O3064hqgaL6TMZCQILnv00eEGbe5ck {  }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #c6fT3sU8XBvXSXQHMLhoMpyLL1fHa3AA { display:flex;position:relative;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #SqGzF2LhTos48xJMIZiP7aw47NSsLLN4 {  }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #KmVms6K3g8nsfMApxC2mTuXgp5TNmqnv {  }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #uNxBO6zqOZofh6BiAB0ZNmHGmFaI9N53 { display:flex;position:relative;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #eenMUmpgA3vaX0PRqIEGxKaIXU7wleou {  }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #dT21TWPfludgRhmJGHzZVqg4ID93ddoF {  }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #vyllsTC21qM8LSpP57P3uT5JgTiqtXah { display:flex;position:relative;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #Fnurkhf1V5qnBvnwAXurskAw0cH70f91 {  }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #cQs1G1tJqMJ2JLT4WgDuVv2sVdNv7svy {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC { display:block; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmulG11fT9tMg9KJas34Z0d3vISVEn3O { width:15.875rem;height:1.25rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMtAMb4ulKlLNQCahA1CgIxlSree8sD3 { width:10.875rem;height:2.4375rem;top:0.875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQh4rhoKeA3GZFJASSl7CH9JMWFyUIOf { display:block; }
 }@media only screen and (max-width: 763px) { #T34u5oUzfnbwuryZgTGkNGRmzCLRCHhH { width:8.75rem;height:2.4375rem;top:0.875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQsv2gtFz1x1b5gOEwcZtQa0GiZAOmrc { display:block; }
 }@media only screen and (max-width: 763px) { #NGBaQ5cQPSRhgcJD1USgKN1Fqg37FMwM { width:11.25rem;height:2.4375rem;top:0.875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfSSnIDkZVDPIsMOQufeEZ27DQl9tqU5 { display:block; }
 }@media only screen and (max-width: 763px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { width:47.75rem;height:8.25rem;top:22.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { width:37.625rem;height:2rem;top:33.625rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { width:15rem;height:3.1875rem;top:40.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block; }
 }@media only screen and (max-width: 763px) { #fnzGo8Jz4r501IOwc4SuVibfkhKsbqhC { width:41.6875rem;height:3.875rem;top:6.75rem;left:2.53125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8Liyc4CkTIFzV9iNZhUBsc2ClUmkUxb { width:45.25rem;height:4.5rem;top:16.1875rem;left:0.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKqIsTVIFHDWJ4R1QvzMbEW40kddu0i1 { top:11.1875rem;left:21.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTUkao1MK7Srnad3ysohprNQIsEaiReC { width:47.75rem;height:2.75rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRcCiZ0opnILDUhhuwgPBCDWTZKtEBWl { top:6.625rem;left:18.25rem;width:29.5rem;height:32.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeZuCGFMdrct3sOEM5BzSpH8b8feFyWC { width:47.75rem;height:9.6875rem;top:44.1875rem;left:0rem;font-size:1rem;display:block; }#BeZuCGFMdrct3sOEM5BzSpH8b8feFyWC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #WANaAlecWmbSDx9EA4z8sCcV4yNlHc4n { width:35.625rem;height:1.625rem;top:41.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9fJ0tnvpJNZ2LuVxSVMwbEv0DmdevBN { top:6.75rem;left:0rem;width:25.875rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx { display:block; }#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIGVoZmZQA5wUqvP6N2TAOs51TJfHxf1 { width:47.75rem;height:2.75rem;top:0.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { width:2.5rem;height:4.25rem;top:1.25rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { width:12.5rem;height:2.875rem;top:8.3125rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { width:2.5rem;height:4.25rem;top:1.25rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { width:12.5rem;height:2.875rem;top:8.3125rem;left:23.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { width:2.5rem;height:4.25rem;top:1.25rem;left:27.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { width:2.5rem;height:4.25rem;top:1.25rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXv47XLhDC1JnJTCBfq6TTdhG60c8uGX { width:12.5rem;height:2.875rem;top:8.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyhauo09sZE2JsFCyvG0euznPrALrSIq { top:1.8125rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3NTHUqyEvy2Kr9HmHGyd3mLSf11V3Pk { top:1.8125rem;left:5.15625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEiHtCPTUvgIHgzIdOSHABl3JeVTGecp { top:1.8125rem;left:28.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcn64270CgtKJTOltZH7MqWAM9aCWFWg { top:1.8125rem;left:40.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkBnawPwVVeosr4NdGEXDincs07N8SsV { width:12.5rem;height:4.375rem;top:7.5625rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz4VFwgWh43Kb3cPed1i1lp5x4gGqhFb { width:12.5rem;height:5.1875rem;top:13rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOaqupeGu3tT3HB6wbau0ytrW0vCVrV8 { width:12.5rem;height:3.875rem;top:13rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIXZw6mzlsEDNuqE8bEMER7aADrNDAT6 { width:12.5rem;height:5.1875rem;top:13rem;left:23.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LybS3wed5VlONPzWs3s9LEsi6E5GhLt7 { width:12.5rem;height:5.1875rem;top:13rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 { display:block; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXIigWMVK9Xsuk7edUouw4uMGml5KmFn { width:47.75rem;height:3rem;top:0.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRLkJZUJNR1DMTUXXoav0z5qp5kgJifn { width:47.75rem;height:2.75rem;top:5.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7yUP6IGll9dyOziMpl65Jskzn73IEDP { display:block; }#z7yUP6IGll9dyOziMpl65Jskzn73IEDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdXzbTglyg8dOcoRxhKK9Rte1lkkibXD { top:1.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE { display:block; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgaPwSk6KTV5QDxbP4r3rtPMK9Tif2VU { width:12.5rem;height:4.375rem;top:0.75rem;left:23.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAKPP5UNR8etMqI5NX0OeketcdIxhtsS { width:11.75rem;height:10.1875rem;top:6.375rem;left:23.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyu1AIa7yszXvRb2HTXGfo9cHBsZrSGK { width:12.3125rem;height:8.4375rem;top:7.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhMK4U9uVVSd3Te12duQJqFhTqVCgu7z { width:12.5rem;height:4.375rem;top:0.75rem;left:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrKUkVgCtTaWcGhEZcXlK06e60ICvqXA { width:12.5rem;height:4.375rem;top:0.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3z7lyimengo5SXbXud967S9rSziJ8Tg { width:11.9375rem;height:8.4375rem;top:7.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8CwUQAJhosZLgFy8IOfyGwbGi33KX3o { width:12.4375rem;height:11.875rem;top:5.5625rem;left:35.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSzw6bQt3oGDqxuhD2cgJXNL3ILTBbAZ { width:12.5rem;height:2.875rem;top:0.75rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG { display:block; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovN9CTunxT6NqqGIcCaJENy27XONyRNa { top:6.5625rem;left:20.75rem;width:27rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed5pkDA7HZLOo1ocyhZIMvhMn47NyuNQ { top:0.625rem;left:14.625rem;width:33.125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvZ7DTFhrggCB80ZgQ9KgH60TJHqTMky { top:0.625rem;left:0rem;width:17.1875rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB7a9BsaiDT7Ttb7Or8WE00in0xxiJ1G { top:10.5625rem;left:15.5625rem;width:32.1875rem;height:;font-size:0.875rem;display:block; }#vB7a9BsaiDT7Ttb7Or8WE00in0xxiJ1G li:before{  }
 }@media only screen and (max-width: 763px) { #qFyTkttyKMsRLTf6LipgZT5TON9vxVnp { top:8.1875rem;left:20.75rem;width:27rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8dWbiEoEx00pvfoIK9v2pudaAZGVSUv { top:30.8125rem;left:24rem;width:23.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c { display:block; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzOgAzXaHNofyfMTPHHtbRfWoiEMwsLe { top:5.8125rem;left:0rem;width:29.4375rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpxqzD5PbhJRU2hRh4JcIC6TwnpK8ZrZ { top:0.9375rem;left:0rem;width:23.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxJiTDpsnZ51R6fCJ04JwX4lq19u4fxR { top:3.1875rem;left:0rem;width:21.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKDtEQh2TGJn9FmMH3GC7ER9yEicnV46 { top:25.625rem;left:14.5rem;width:33.25rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba9o3KEG0DbhGqH86XN8eeHcTfI3Tzah { top:30rem;left:26.0625rem;width:21.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaDxaRo2VLpZOU2gPzJtNah575v4XczI { top:0.9375rem;left:21.5625rem;width:26.1875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmAktSapu6zni41Pp4Tq8KgnmTRTad52 { top:32.8125rem;left:19.875rem;width:27.875rem;height:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8XUX0f16FllIXkMMIM5e93qaVP8UGok { top:13.8125rem;left:27.6875rem;width:20.0625rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ3Uu6swOc9d3vx1dTdLTm6QE5Sk7RFx { top:7.6875rem;left:22.0625rem;width:11.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B54ie4DPAF0yyUr2mIdO83xU3k9mo4UU { top:25.625rem;left:0rem;width:28.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du1tSaTsFRdp3TuisRX34xp06Sgc7uFk { top:36.5625rem;left:0rem;width:22.625rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZItg4Cl3Eb1T2IE9EKoVgyobbgMXvsH2 { top:45.8125rem;left:0rem;width:26.0625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA { display:block; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8w0d8oyhaXWdcbmHMXQavJW3vhLuTwc { top:2.1875rem;left:9.9375rem;width:37.8125rem;height:14.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0K4J1H0piHwMKeDyvbbozr1xZ2sadGw { top:9.5625rem;left:38.125rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0UtQVSKL6wpRRh0vdqdOHrFEegQWVWQ { top:5.9375rem;left:1.71875rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Wfln1s6PX28MTM6e6U5RhPzXr4VS5g { top:1rem;left:0rem;width:19.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm6eBAexvKkDVt62LngtepdWP7sKwqVt { top:7.6875rem;left:0rem;width:10.3125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { display:block; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { width:47.75rem;height:2.75rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb { display:block; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkBpcJOzvH2hzTsxieOJdo43VZHQpZkf { width:26rem;height:3.375rem;top:7.1875rem;left:21.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOx9Ty73IEafpVBNGHGEBX3mEVGJyLI9 { width:25.9375rem;height:27.1875rem;top:13.0625rem;left:21.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8SoErezD0NkqU78KZ0u2VhGOaGOvTyW { width:28.75rem;height:24.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlsvpsew9M4a37eVBR15oqK2nHTTnhTF { width:26rem;height:21.9375rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx { display:block; }#GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKIAD3Tf5oHXElMfT1Lff3M5lNeAsJ38 { width:47.75rem;height:2rem;top:0.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M { display:block; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTRUMvAU64WQTNPgVeidq6vIIuBDp1Fe { width:18.75rem;height:38.25rem;top:0.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByMtOR8JXh5XaMwa34XrT6yzodf06J9t { width:8.125rem;height:0.625rem;top:0.6875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ZLlJu6smSvTs5xkm74BhaJqlslS7DP { width:7.25rem;height:3.375rem;top:11.25rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTawi2eDtIixxOIFi4laf82i2wb2pCNZ { width:5.4375rem;height:1.75rem;top:12rem;left:21.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D04oyA5cRL9OiAv7w9S6s3TLpRaTXS3T { width:15rem;height:3.125rem;top:35.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbS5yOQBcA02mVV38ekRu7NFJF7vouBB { display:block; }
 }@media only screen and (max-width: 763px) { #iq5u0T2uZuefsBVV9pWmhTVq3eZZK8oD { top:9.9375rem;left:21.09375rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxxS2JiIHTaWCFTHAIiec6evAtRHTc9o { width:47.75rem;height:5.0625rem;top:40.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnzgKlKTASeiaKDJCRHcvTnWkH9lh82B { top:46.75rem;left:20.25rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txEPOE87wyKtzrzXi1zrOvcWkSg3V28B { width:16.3125rem;height:4rem;top:8.0625rem;left:15.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu { width:14.625rem;height:;top:15.75rem;left:16.5625rem;font-size:0.9375rem;display:block; }#rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #KR81DtpovIrQswQSIQqyXTZoJT1omaUX { top:2.75rem;left:15.59375rem;width:16.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFmRT9Bl5JtZV0096WSfoHg048282UPk { width:18.75rem;height:32.6875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPcLKeCH7sbsWlWmbMd4bwMoy4zLxX5m { top:3.25rem;left:0rem;width:18.5rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcVfyct8teX8GSTpFSMVaPUOOJDeeQtE { width:8.125rem;height:0.625rem;top:1.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0cBM4xPK5oQJuPlfFJTC0NTkElIwEIc { width:7.25rem;height:3.375rem;top:13.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmIRL1VGmq6PpcaWOT284mFCWePitxC { width:5.4375rem;height:1.75rem;top:14.625rem;left:1.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnTknUFBFhwQxKZFB6F4S3SRVtkwy6qD { width:14.625rem;height:;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }#AnTknUFBFhwQxKZFB6F4S3SRVtkwy6qD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #qflTE40AH5bVqS14OPItgaPnO9LZVkFT { width:15rem;height:3.125rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDT5arTfkdU2drb0HxGKKHJG26ypQ7Vq { display:block; }
 }@media only screen and (max-width: 763px) { #tyfVztVyI20ya18F3AgxkXeil1S1lodI { width:18.75rem;height:33.125rem;top:1.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ors939XcdV9s8BFatlnDrcTxJ5avu09Q { width:8.125rem;height:0.625rem;top:1.3125rem;left:39.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJuXrZ8OtLhXXucBGQhZH8r0LOTMQ69B { top:2.75rem;left:31.1875rem;width:16.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3vsBTNuHqQLI0lH8SP9sookKwfugbeI { width:7.25rem;height:3.375rem;top:6.625rem;left:39.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrcgXDHxoN4JSRG3lUFB9N0ycrQAJkKf { width:5.4375rem;height:2.0625rem;top:7.1875rem;left:40.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpfNmLWOxCdXRpCNr3BaTkFcAHUdQ8p4 { width:15rem;height:3.125rem;top:11.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLCxJVZSQvo5ofNkLr3w4BXQFkskAnMQ { display:block; }
 }@media only screen and (max-width: 763px) { #lmvJQfS2XikmzaPTWdxrXbs4x6VOeKAn { top:16.3125rem;left:31.1875rem;width:16.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL61BQH6sFN8h40FObcmyD4KxTwI3ySn { width:7.25rem;height:3.375rem;top:20.3125rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df2dGnn8Gy5qveknv5uRWuktiQqEZnc3 { width:5.4375rem;height:2.0625rem;top:20.875rem;left:40.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIlPIMO9aScbFwqBeTbTK75eEONbOPJT { width:15rem;height:3.125rem;top:25.125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl8Q0uuR6ilTHgfnNIPowqg8h0wFGlqc { display:block; }
 }@media only screen and (max-width: 763px) { #DQxIiW2QQePRle40T4W7Wc9IuFyUtQnb { width:6.125rem;height:2.5625rem;top:11.25rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTdT2ZDWxRhHWSU2am7C0LZJrGOfHQxU { top:29.625rem;left:30.5625rem;width:17.1875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:47.75rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASd730HAEOTXfOAErrD1VaC59AMi1g9 { display:block; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPdluFAuAxEPasJ6MvMa0GhQ7On3Q96A { top:0rem;left:0rem;width:17.5rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlE4Zob2meSZouTiCTJv7boromIrNWBB { top:0rem;left:14.25rem;width:17.5rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3umyzbH7o1Xbu3DWv5ODLHnfUvaWTdR { top:0rem;left:30.125rem;width:17.5rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 { display:block; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLgEBwA4TDz7CisA2O84ILdn4sseAXDf { top:0rem;left:0rem;width:17.5rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd4eOXmdgO2bocu2oNp3eT9mTM1ZBuSh { top:0rem;left:14.25rem;width:17.5rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhTSunv40OJrtrTi43ptrJhxiST1rh3h { top:0rem;left:30.0625rem;width:17.5625rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw { display:block; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4P15ARJ6Xm8p1QsfgzeukIDTqqOxmLv { top:6.5625rem;left:12.3125rem;width:19.4375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ges59cXiWJNKmKARGBqlhQnu7BvNadw4 { top:0rem;left:0rem;width:15.9375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTidDfXHnoPGb0P04R0tbMNo4tA5Jr29 { top:0rem;left:30.125rem;width:17.5rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS { display:block; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtN8p5PedR131oatnaVBZeatyAK4nxmG { top:0rem;left:0rem;width:17.25rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVN3eI8SDa8RMS7qWQLPrO1FqfzbI5bg { top:0rem;left:13.75rem;width:17.0625rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FogWhvdZRC8HvxsnzJPEL7wEkVqdCCyl { top:0rem;left:28.3125rem;width:19.375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E { display:block; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUxxdQwB3Tkon0ThRTS3bat8End6r886 { top:0rem;left:0rem;width:15.0625rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #br62aDqct9JH44k2eskVvvIQA3LJ2WTw { top:0rem;left:29.4375rem;width:18.3125rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK5WqxCxpcaJtHuDgEVJLS9Jx1N3fe8H { top:0rem;left:14.0625rem;width:17.375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb { display:block; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZi4UQhINyvJ3cuSrt7FwCD1zOrLrb3C { width:47.75rem;height:2.5625rem;top:5.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I31Oa19CJ1JynDn6cFuEgCy4qK5tFMhT { width:15rem;height:3.1875rem;top:11.3125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHk8KzcGIT7KoOCBFWZHgr9z73yzpmry { display:block; }
 }@media only screen and (max-width: 763px) { #qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei { display:block; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cdb3imVhECIgHE5BqpbaA4FiVNbC1M4e { width:12.5rem;height:1.25rem;top:1.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A84AnNyUbZDLkBRbIMtGlIS8K314o2xe { width:7.75rem;height:1.25rem;top:1.1875rem;left:8.62451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Snm4sLSGzihu6qnqfGGJyE0nwJVS8S { width:10.0625rem;height:1.4375rem;top:3.125rem;left:8.62451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7mJSaTi2ahfHPUIk0V9LuuinnMJMuay { width:0.0625rem;height:2.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCTUl9WHxUAkIRDMletl3N0NOewWuxL8 { width:0.0625rem;height:2.625rem;top:2.25rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb9gcktZksKcm9p7zw8Dnu0vQFaSK7Ht { width:0.0625rem;height:2.625rem;top:1.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zneo1lFTE8VBLwMDotiXJNWE5S98w6o1 { width:14.125rem;height:2.875rem;top:2.75rem;left:20.06201171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obB7qyXFT5SZZB4bTMcbMxNhi5ltgHJO { width:4.5rem;height:5.75rem;top:0.5625rem;left:34.187496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEhvoMITReAc0hsstAPCRpkQ7C83WVbi { width:4.5rem;height:5.75rem;top:0.5625rem;left:39.187496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIRzGoIXxXXDUeGLT8Fc1FguGu1hX6SE { width:4.5rem;height:5.75rem;top:0.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3CIKfGetQ2KR01mTklLUiCckGn6NZMm { width:4.5rem;height:5.75rem;top:0.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTPl1STEwhqvQaVCmzXFK0JFOm1z0gDw { width:12.5rem;height:1.4375rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro { display:flex;width:18rem;height:5.0625rem;top:0.4375rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #rOUaTSNp2lciJCoNyh94cmftP5HdG7oL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #xd0ZLkuEIIX5fJuHshWBwyvNOymVvEIt {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #x1O3064hqgaL6TMZCQILnv00eEGbe5ck {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #c6fT3sU8XBvXSXQHMLhoMpyLL1fHa3AA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #SqGzF2LhTos48xJMIZiP7aw47NSsLLN4 {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #KmVms6K3g8nsfMApxC2mTuXgp5TNmqnv {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #uNxBO6zqOZofh6BiAB0ZNmHGmFaI9N53 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #eenMUmpgA3vaX0PRqIEGxKaIXU7wleou {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #dT21TWPfludgRhmJGHzZVqg4ID93ddoF {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #vyllsTC21qM8LSpP57P3uT5JgTiqtXah { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #Fnurkhf1V5qnBvnwAXurskAw0cH70f91 {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #cQs1G1tJqMJ2JLT4WgDuVv2sVdNv7svy {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC { position:fixed;z-index:199999;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #000000, rgba(132,127,8,0.81));background-image: -moz-linear-gradient(45deg, #000000, rgba(132,127,8,0.81));background-image: -ms-linear-gradient(45deg, #000000, rgba(132,127,8,0.81));background-image: -o-linear-gradient(45deg, #000000, rgba(132,127,8,0.81));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#847f08ce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#847f08ce' );";background-image: linear-gradient(45deg, #000000, rgba(132,127,8,0.81));background-size:auto !important;top:0rem;left:0rem;right:0rem;display:block; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container { background-color: transparent; background-image: none; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container > .video-iframe-container { display: none; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row > .video-iframe-container { display: none; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .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); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmulG11fT9tMg9KJas34Z0d3vISVEn3O { width:10.4375rem;height:0.75rem;top:0.625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMtAMb4ulKlLNQCahA1CgIxlSree8sD3 { width:6.1875rem;height:1.5625rem;top:2.375rem;left:13.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQh4rhoKeA3GZFJASSl7CH9JMWFyUIOf { display:block; }
 }@media only screen and (max-width: 763px) { #T34u5oUzfnbwuryZgTGkNGRmzCLRCHhH { width:6.3125rem;height:2.1875rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQsv2gtFz1x1b5gOEwcZtQa0GiZAOmrc { display:block; }
 }@media only screen and (max-width: 763px) { #NGBaQ5cQPSRhgcJD1USgKN1Fqg37FMwM { width:5.625rem;height:2.3125rem;top:1.9375rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfSSnIDkZVDPIsMOQufeEZ27DQl9tqU5 { display:block; }
 }@media only screen and (max-width: 763px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a8143a9-312b-4dfb-b891-fd8fbe0ca234/photooutput13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.adaptive-delivery-prevent-bg, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyload, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyloading { background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { width:18.3125rem;height:5.5rem;top:14.125rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { width:20rem;height:1.19970625rem;top:22.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { width:15rem;height:3.1875rem;top:25.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block; }
 }@media only screen and (max-width: 763px) { #fnzGo8Jz4r501IOwc4SuVibfkhKsbqhC { width:20rem;height:2rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8Liyc4CkTIFzV9iNZhUBsc2ClUmkUxb { width:20rem;height:2rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKqIsTVIFHDWJ4R1QvzMbEW40kddu0i1 { display:flex;width:2.0625rem;height:2.0625rem;top:7.125rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTUkao1MK7Srnad3ysohprNQIsEaiReC { width:14.125rem;height:1.3496125rem;top:0.69970703125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uRcCiZ0opnILDUhhuwgPBCDWTZKtEBWl { width:20rem;height:30.21291875rem;top:3.29931953125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeZuCGFMdrct3sOEM5BzSpH8b8feFyWC { width:20rem;height:16.535125rem;top:44.064453125rem;left:0rem;text-align:left;text-align-last:left;line-height:2.6;font-size:0.75rem;display:block; }#BeZuCGFMdrct3sOEM5BzSpH8b8feFyWC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #WANaAlecWmbSDx9EA4z8sCcV4yNlHc4n { width:20rem;height:1.94921875rem;top:42.115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9fJ0tnvpJNZ2LuVxSVMwbEv0DmdevBN { width:5.4375rem;height:6.9375rem;top:34.47412109375rem;left:7.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx { display:block; }#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx { border-width: 0; border-radius: 0; }#ImFK62TvZpsyOJrpH3Ww2KdtPwKamScx > .row .container { width:20rem;height:3.8125rem;border-top:0;border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIGVoZmZQA5wUqvP6N2TAOs51TJfHxf1 { width:20rem;height:1.3496125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { width:1.8125rem;height:3.125rem;top:0.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { width:9.3125rem;height:3.41161875rem;top:4.6181640625rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { width:1.8125rem;height:3.125rem;top:15.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { width:8.5rem;height:3.41161875rem;top:19.125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { width:1.8125rem;height:3.125rem;top:0.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { width:1.8125rem;height:3.125rem;top:15.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXv47XLhDC1JnJTCBfq6TTdhG60c8uGX { width:8.6875rem;height:2.2744125rem;top:5.1875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyhauo09sZE2JsFCyvG0euznPrALrSIq { display:flex;width:2.0625rem;height:2.0625rem;top:1.4375rem;left:15.28125rem; }
 }@media only screen and (max-width: 763px) { #g3NTHUqyEvy2Kr9HmHGyd3mLSf11V3Pk { display:flex;width:2.3125rem;height:2.3125rem;top:1.28125rem;left:4.90625rem; }
 }@media only screen and (max-width: 763px) { #KEiHtCPTUvgIHgzIdOSHABl3JeVTGecp { display:flex;width:2.25rem;height:2.25rem;top:15.9375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #gcn64270CgtKJTOltZH7MqWAM9aCWFWg { display:flex;width:2.25rem;height:2.25rem;top:15.9375rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #VkBnawPwVVeosr4NdGEXDincs07N8SsV { width:8.6875rem;height:3.41161875rem;top:19.125rem;left:10.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz4VFwgWh43Kb3cPed1i1lp5x4gGqhFb { width:9.25rem;height:3.8984375rem;top:8.7734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOaqupeGu3tT3HB6wbau0ytrW0vCVrV8 { width:6.8125rem;height:3.8984375rem;top:8.7734375rem;left:11.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIXZw6mzlsEDNuqE8bEMER7aADrNDAT6 { width:9.0625rem;height:3.8984375rem;top:23.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LybS3wed5VlONPzWs3s9LEsi6E5GhLt7 { width:8.375rem;height:4.87305rem;top:22.5625rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c27e1fb1-d820-40b3-92f4-e3a6bcc8bd78/_DSC3540.jpg");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1.adaptive-delivery-prevent-bg, #LlUKfB1Abscsi8Re6CnRFczoTgQpCne1.lazyload, #LlUKfB1Abscsi8Re6CnRFczoTgQpCne1.lazyloading { background-image: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container { background-color: transparent; background-image: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,10,3,0.79); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container > .video-iframe-container { display: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,10,3,0.79); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row > .video-iframe-container { display: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .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); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXIigWMVK9Xsuk7edUouw4uMGml5KmFn { width:18rem;height:1.2749rem;top:1.5rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BRLkJZUJNR1DMTUXXoav0z5qp5kgJifn { width:14.125rem;height:1.3496125rem;top:3.88720703125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z7yUP6IGll9dyOziMpl65Jskzn73IEDP { display:block; }#z7yUP6IGll9dyOziMpl65Jskzn73IEDP > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdXzbTglyg8dOcoRxhKK9Rte1lkkibXD { width:20rem;height:2.923825rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE { display:block; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgaPwSk6KTV5QDxbP4r3rtPMK9Tif2VU { width:7.875rem;height:2.923825rem;top:14.087890625rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAKPP5UNR8etMqI5NX0OeketcdIxhtsS { width:9.5625rem;height:5.625rem;top:17.875rem;left:0.375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyu1AIa7yszXvRb2HTXGfo9cHBsZrSGK { width:9.625rem;height:4.5rem;top:4.6875rem;left:10.375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhMK4U9uVVSd3Te12duQJqFhTqVCgu7z { width:9.625rem;height:2.923825rem;top:0.63671875rem;left:10.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrKUkVgCtTaWcGhEZcXlK06e60ICvqXA { width:10.3125rem;height:2.923825rem;top:0.63720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3z7lyimengo5SXbXud967S9rSziJ8Tg { width:10.0625rem;height:5.625rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8CwUQAJhosZLgFy8IOfyGwbGi33KX3o { width:8.1875rem;height:10.125rem;top:16.75rem;left:11.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSzw6bQt3oGDqxuhD2cgJXNL3ILTBbAZ { width:8.625rem;height:1.94921875rem;top:14.087890625rem;left:10.90625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG { background-color:transparent;background-image:url("https://images.assets-landingi.com/i1VIfLoO/BG_S4_kopia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG.adaptive-delivery-prevent-bg, #AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG.lazyload, #AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG.lazyloading { background-image: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container { background-color: transparent; background-image: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container > .video-iframe-container { display: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row > .video-iframe-container { display: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .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); }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovN9CTunxT6NqqGIcCaJENy27XONyRNa { width:8.4375rem;height:2.2744125rem;top:5.6123046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed5pkDA7HZLOo1ocyhZIMvhMn47NyuNQ { width:20rem;height:2.92480625rem;top:0.86181640625rem;left:0rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #HvZ7DTFhrggCB80ZgQ9KgH60TJHqTMky { width:4.3125rem;height:7.875rem;top:4.60546875rem;left:13.55419921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB7a9BsaiDT7Ttb7Or8WE00in0xxiJ1G { width:19.375rem;height:22.693375rem;top:12.91748046875rem;left:0rem;font-size:0.875rem;display:block; }#vB7a9BsaiDT7Ttb7Or8WE00in0xxiJ1G li:before{  }
 }@media only screen and (max-width: 763px) { #qFyTkttyKMsRLTf6LipgZT5TON9vxVnp { width:20rem;height:1.13720625rem;top:11.28125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8dWbiEoEx00pvfoIK9v2pudaAZGVSUv { width:20rem;height:1.4624rem;top:36.423828125rem;left:0rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c { background-color:#fff412;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { background-color: transparent; background-image: none; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container > .video-iframe-container { display: none; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row > .video-iframe-container { display: none; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .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); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { border-width: 0; border-radius: 0; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzOgAzXaHNofyfMTPHHtbRfWoiEMwsLe { width:19.375rem;height:15rem;top:3.849609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zpxqzD5PbhJRU2hRh4JcIC6TwnpK8ZrZ { width:19.375rem;height:2.5996125rem;top:0.81201171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxJiTDpsnZ51R6fCJ04JwX4lq19u4fxR { width:20rem;height:1.29980625rem;top:2.173828125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKDtEQh2TGJn9FmMH3GC7ER9yEicnV46 { width:20rem;height:3.89941875rem;top:33.68994140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ba9o3KEG0DbhGqH86XN8eeHcTfI3Tzah { width:20rem;height:1.29980625rem;top:36.22752578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LaDxaRo2VLpZOU2gPzJtNah575v4XczI { width:15.0625rem;height:6.8125rem;top:18.162109375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmAktSapu6zni41Pp4Tq8KgnmTRTad52 { width:20rem;height:18rem;top:38.77733203125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d8XUX0f16FllIXkMMIM5e93qaVP8UGok { width:13.125rem;height:5.8125rem;top:25.724609375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ3Uu6swOc9d3vx1dTdLTm6QE5Sk7RFx { width:7.5625rem;height:11.0625rem;top:19.37109375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B54ie4DPAF0yyUr2mIdO83xU3k9mo4UU { width:18.0625rem;height:7.25rem;top:56.77685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du1tSaTsFRdp3TuisRX34xp06Sgc7uFk { width:14.5rem;height:6.8125rem;top:62.44482421875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZItg4Cl3Eb1T2IE9EKoVgyobbgMXvsH2 { width:13.625rem;height:5.375rem;top:67.30859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA { background-color:transparent;background-image:url("https://images.assets-landingi.com/VH3JqojH/mobile_bg_last_section.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA.adaptive-delivery-prevent-bg, #O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA.lazyload, #O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA.lazyloading { background-image: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container { background-color: transparent; background-image: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container > .video-iframe-container { display: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row > .video-iframe-container { display: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .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); }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8w0d8oyhaXWdcbmHMXQavJW3vhLuTwc { width:19.375rem;height:7.875rem;top:1.33154296875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0K4J1H0piHwMKeDyvbbozr1xZ2sadGw { width:3.9375rem;height:3.9375rem;top:9.20654296875rem;left:15.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #o0UtQVSKL6wpRRh0vdqdOHrFEegQWVWQ { display:flex;width:8.1875rem;height:8.1875rem;top:14.33154296875rem;left:10.03759765625rem; }
 }@media only screen and (max-width: 763px) { #D0Wfln1s6PX28MTM6e6U5RhPzXr4VS5g { width:15.1875rem;height:5.1875rem;top:10.51904296875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm6eBAexvKkDVt62LngtepdWP7sKwqVt { width:8.8125rem;height:7.375rem;top:15.20654296875rem;left:1.28759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { display:block; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { width:20rem;height:1.625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb { display:block; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkBpcJOzvH2hzTsxieOJdo43VZHQpZkf { width:20rem;height:1.125rem;top:11.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOx9Ty73IEafpVBNGHGEBX3mEVGJyLI9 { width:20rem;height:20.3984375rem;top:13.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8SoErezD0NkqU78KZ0u2VhGOaGOvTyW { width:10.75rem;height:9.3125rem;top:0.6875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlsvpsew9M4a37eVBR15oqK2nHTTnhTF { width:11.125rem;height:9.375rem;top:1.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx { display:block; }#GSoMCLMc3TGvOXF2ThMhU7XwPz6wGeLx > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKIAD3Tf5oHXElMfT1Lff3M5lNeAsJ38 { width:20rem;height:1.13720625rem;top:0.462890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M { display:block; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container { width:20rem;height:114.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTRUMvAU64WQTNPgVeidq6vIIuBDp1Fe { width:18.75rem;height:34.75rem;top:29.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByMtOR8JXh5XaMwa34XrT6yzodf06J9t { width:8.125rem;height:0.625rem;top:29.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ZLlJu6smSvTs5xkm74BhaJqlslS7DP { width:6.5rem;height:3.375rem;top:39.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTawi2eDtIixxOIFi4laf82i2wb2pCNZ { width:5.3125rem;height:1.4624rem;top:40.5rem;left:7.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D04oyA5cRL9OiAv7w9S6s3TLpRaTXS3T { width:15rem;height:3.125rem;top:60.53125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbS5yOQBcA02mVV38ekRu7NFJF7vouBB { display:block; }
 }@media only screen and (max-width: 763px) { #iq5u0T2uZuefsBVV9pWmhTVq3eZZK8oD { width:5.5625rem;height:0.125rem;top:37.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxxS2JiIHTaWCFTHAIiec6evAtRHTc9o { width:20rem;height:5.6860375rem;top:100.787109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NnzgKlKTASeiaKDJCRHcvTnWkH9lh82B { width:4rem;height:4rem;top:108.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #txEPOE87wyKtzrzXi1zrOvcWkSg3V28B { width:16.3125rem;height:3.25rem;top:36.125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu { width:14.0625rem;height:16.15625rem;top:43.625rem;left:2.96875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #KR81DtpovIrQswQSIQqyXTZoJT1omaUX { width:16.5625rem;height:4.0625rem;top:31.3125rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFmRT9Bl5JtZV0096WSfoHg048282UPk { width:18.75rem;height:28.375rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPcLKeCH7sbsWlWmbMd4bwMoy4zLxX5m { width:18.5rem;height:6.09375rem;top:1.6875rem;left:0.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcVfyct8teX8GSTpFSMVaPUOOJDeeQtE { width:8.125rem;height:0.625rem;top:0rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0cBM4xPK5oQJuPlfFJTC0NTkElIwEIc { width:7.25rem;height:3.375rem;top:12.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmIRL1VGmq6PpcaWOT284mFCWePitxC { width:5.4375rem;height:1.4624rem;top:13.4560546875rem;left:7.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnTknUFBFhwQxKZFB6F4S3SRVtkwy6qD { width:14.625rem;height:4.09911875rem;top:16.375rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#AnTknUFBFhwQxKZFB6F4S3SRVtkwy6qD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #qflTE40AH5bVqS14OPItgaPnO9LZVkFT { width:15rem;height:3.125rem;top:23rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDT5arTfkdU2drb0HxGKKHJG26ypQ7Vq { display:block; }
 }@media only screen and (max-width: 763px) { #tyfVztVyI20ya18F3AgxkXeil1S1lodI { width:18.75rem;height:33.125rem;top:65.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ors939XcdV9s8BFatlnDrcTxJ5avu09Q { width:8.125rem;height:0.625rem;top:65.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJuXrZ8OtLhXXucBGQhZH8r0LOTMQ69B { width:16.5625rem;height:1.4624rem;top:67.3125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3vsBTNuHqQLI0lH8SP9sookKwfugbeI { width:7.25rem;height:3.375rem;top:71.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrcgXDHxoN4JSRG3lUFB9N0ycrQAJkKf { width:5.4375rem;height:1.4624rem;top:72.1435546875rem;left:7.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpfNmLWOxCdXRpCNr3BaTkFcAHUdQ8p4 { width:15rem;height:3.125rem;top:76.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLCxJVZSQvo5ofNkLr3w4BXQFkskAnMQ { display:block; }
 }@media only screen and (max-width: 763px) { #lmvJQfS2XikmzaPTWdxrXbs4x6VOeKAn { width:16.5625rem;height:1.4624rem;top:80.875rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL61BQH6sFN8h40FObcmyD4KxTwI3ySn { width:7.25rem;height:3.375rem;top:84.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df2dGnn8Gy5qveknv5uRWuktiQqEZnc3 { width:5.4375rem;height:1.4624rem;top:85.8310546875rem;left:7.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIlPIMO9aScbFwqBeTbTK75eEONbOPJT { width:15rem;height:3.125rem;top:89.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl8Q0uuR6ilTHgfnNIPowqg8h0wFGlqc { display:block; }
 }@media only screen and (max-width: 763px) { #DQxIiW2QQePRle40T4W7Wc9IuFyUtQnb { width:5.4375rem;height:1.7871125rem;top:9.6875rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTdT2ZDWxRhHWSU2am7C0LZJrGOfHQxU { width:17.1875rem;height:2.92480625rem;top:94.1875rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASd730HAEOTXfOAErrD1VaC59AMi1g9 { display:block; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPdluFAuAxEPasJ6MvMa0GhQ7On3Q96A { width:17.5rem;height:31.125rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlE4Zob2meSZouTiCTJv7boromIrNWBB { width:17.5rem;height:31.0625rem;top:33.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3umyzbH7o1Xbu3DWv5ODLHnfUvaWTdR { width:17.5rem;height:31.0625rem;top:65.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 { display:block; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLgEBwA4TDz7CisA2O84ILdn4sseAXDf { width:17.5rem;height:30.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd4eOXmdgO2bocu2oNp3eT9mTM1ZBuSh { width:17.5rem;height:30.5rem;top:32.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhTSunv40OJrtrTi43ptrJhxiST1rh3h { width:17.5625rem;height:30.5625rem;top:64.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw { display:block; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4P15ARJ6Xm8p1QsfgzeukIDTqqOxmLv { width:19.4375rem;height:18.9375rem;top:32.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ges59cXiWJNKmKARGBqlhQnu7BvNadw4 { width:15.9375rem;height:30.3125rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTidDfXHnoPGb0P04R0tbMNo4tA5Jr29 { width:17.5rem;height:30.9375rem;top:53rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS { display:block; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row .container { width:20rem;height:93.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtN8p5PedR131oatnaVBZeatyAK4nxmG { width:17.25rem;height:29.6875rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVN3eI8SDa8RMS7qWQLPrO1FqfzbI5bg { width:17.0625rem;height:29.6875rem;top:32.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FogWhvdZRC8HvxsnzJPEL7wEkVqdCCyl { width:19.375rem;height:29.6875rem;top:63.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E { display:block; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUxxdQwB3Tkon0ThRTS3bat8End6r886 { width:15.0625rem;height:30.3125rem;top:1.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #br62aDqct9JH44k2eskVvvIQA3LJ2WTw { width:18.3125rem;height:30.3125rem;top:64.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK5WqxCxpcaJtHuDgEVJLS9Jx1N3fe8H { width:17.375rem;height:30.3125rem;top:32.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb { display:block; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZi4UQhINyvJ3cuSrt7FwCD1zOrLrb3C { width:18.75rem;height:3.1494125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I31Oa19CJ1JynDn6cFuEgCy4qK5tFMhT { width:15rem;height:3.1875rem;top:7.34375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHk8KzcGIT7KoOCBFWZHgr9z73yzpmry { display:block; }
 }@media only screen and (max-width: 763px) { #qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cdb3imVhECIgHE5BqpbaA4FiVNbC1M4e { width:9.0625rem;height:1.13720625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A84AnNyUbZDLkBRbIMtGlIS8K314o2xe { width:9.5625rem;height:1.13720625rem;top:0rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Snm4sLSGzihu6qnqfGGJyE0nwJVS8S { width:10.125rem;height:1.13720625rem;top:1.25rem;left:9.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7mJSaTi2ahfHPUIk0V9LuuinnMJMuay { width:0.0625rem;height:2.625rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCTUl9WHxUAkIRDMletl3N0NOewWuxL8 { width:3.4375rem;height:0.0625rem;top:1.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb9gcktZksKcm9p7zw8Dnu0vQFaSK7Ht { width:2.625rem;height:0.0625rem;top:1.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zneo1lFTE8VBLwMDotiXJNWE5S98w6o1 { width:12.5rem;height:1.13720625rem;top:3.556640625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obB7qyXFT5SZZB4bTMcbMxNhi5ltgHJO { width:8.125rem;height:0.0625rem;top:7.4990234375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEhvoMITReAc0hsstAPCRpkQ7C83WVbi { width:0;height:4rem;top:3.6240234375rem;left:0.59375rem;background-color:rgba(0,0,0,0);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;display:block; }
 }@media only screen and (max-width: 763px) { #aIRzGoIXxXXDUeGLT8Fc1FguGu1hX6SE { width:0;height:4rem;top:3.6240234375rem;left:19.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #R3CIKfGetQ2KR01mTklLUiCckGn6NZMm { width:0.375rem;height:4rem;top:3.6240234375rem;left:0.59375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QTPl1STEwhqvQaVCmzXFK0JFOm1z0gDw { width:10.25rem;height:1.29980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-text.counter-number { padding-top:0.2425rem;padding-right:0.215rem;padding-bottom:0.2425rem;padding-left:0.215rem;width:1.290625rem;min-width:1.290625rem;height:1.30375rem;font-size:0.97rem;line-height:20.86px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.151875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.72125rem;height:0.515625rem;font-size:0.36375rem;line-height:8.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro { display:flex;width:10.875rem;height:2.45625rem;top:4.693359375rem;left:5.25439453125rem;padding-top:0.303125rem;padding-right:0.3075rem;padding-bottom:0.303125rem;padding-left:0.3075rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #rOUaTSNp2lciJCoNyh94cmftP5HdG7oL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #xd0ZLkuEIIX5fJuHshWBwyvNOymVvEIt {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #x1O3064hqgaL6TMZCQILnv00eEGbe5ck {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #c6fT3sU8XBvXSXQHMLhoMpyLL1fHa3AA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #SqGzF2LhTos48xJMIZiP7aw47NSsLLN4 {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #KmVms6K3g8nsfMApxC2mTuXgp5TNmqnv {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #uNxBO6zqOZofh6BiAB0ZNmHGmFaI9N53 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #eenMUmpgA3vaX0PRqIEGxKaIXU7wleou {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #dT21TWPfludgRhmJGHzZVqg4ID93ddoF {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #vyllsTC21qM8LSpP57P3uT5JgTiqtXah { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #Fnurkhf1V5qnBvnwAXurskAw0cH70f91 {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #cQs1G1tJqMJ2JLT4WgDuVv2sVdNv7svy {  }
 }