.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:251,249,247;--color-primary-1:241,234,229;--color-primary-2:226,213,203;--color-primary-3:113,107,102;--color-primary-4:34,32,30;--color-secondary-0:226,229,227;--color-secondary-1:158,168,162;--color-secondary-2:61,81,69;--color-secondary-3:31,41,35;--color-secondary-4:9,12,10;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--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:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU { position:relative;display:block; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU { background-color: transparent; background-image: none; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container > .video-iframe-container { display: none; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row > .video-iframe-container { display: none; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .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); }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU { border-width: 0; border-radius: 0; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .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; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#oAo3MH2xbsPdIQpzPsR1I43dpIOT8Cai { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:"istok web";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.34375rem;left:20rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aed779a9-5e2c-4927-a5b4-2d6c0d6d5dfb/22.jpg");background-position:bottom 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; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa.adaptive-delivery-prevent-bg, #zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa.lazyload, #zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa.lazyloading { background-image: none; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container { background-color: transparent; background-image: none; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.16); }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container > .video-iframe-container { display: none; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.16); }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row > .video-iframe-container { display: none; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .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); }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container { border-width: 0; border-radius: 0; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa::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; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;position:relative;display:block; }#cdeJPtxGkTTz0zfSBdeiR3pDn8OABuRF { color:rgba(var(--color-secondary-2),1);display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:7.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.3062496185302rem;left:5.59375rem;height:15.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XHZXpuWd8QvBZypdLeoXM9lwhyR1NFQC { color:rgba(var(--color-secondary-2),1);display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:27.1875rem;left:5.59375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#If4Up71B6xviNrJ9S1hqPO5apnOSPItw { color:rgba(var(--color-secondary-2),1);display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:19.375rem;left:5.59375rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGm02hiopflfK2HQULMiwrpcvPoPGkww { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.79);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; }#eGm02hiopflfK2HQULMiwrpcvPoPGkww > .row .container { background-color: transparent; background-image: none; }#eGm02hiopflfK2HQULMiwrpcvPoPGkww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGm02hiopflfK2HQULMiwrpcvPoPGkww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGm02hiopflfK2HQULMiwrpcvPoPGkww > .row .container > .video-iframe-container { display: none; }#eGm02hiopflfK2HQULMiwrpcvPoPGkww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGm02hiopflfK2HQULMiwrpcvPoPGkww > .row > .video-iframe-container { display: none; }#eGm02hiopflfK2HQULMiwrpcvPoPGkww > .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); }#eGm02hiopflfK2HQULMiwrpcvPoPGkww > .row .container { border-width: 0; border-radius: 0; }#eGm02hiopflfK2HQULMiwrpcvPoPGkww > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGm02hiopflfK2HQULMiwrpcvPoPGkww > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#HIBfmJGfnA3HO0OSLQPwqDlTIafdJDOn { color:rgba(var(--color-primary-2),1);display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:2.125rem;left:5.59375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kDglttc5V4cCCxUAFGh2TVGGwhPBt392 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/405012cc-fd22-4adc-9463-52d14ecfabf4/Aktywatorka1.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; }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392.adaptive-delivery-prevent-bg, #kDglttc5V4cCCxUAFGh2TVGGwhPBt392.lazyload, #kDglttc5V4cCCxUAFGh2TVGGwhPBt392.lazyloading { background-image: none; }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392 > .row .container { background-color: transparent; background-image: none; }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.81); }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392 > .row .container > .video-iframe-container { display: none; }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.81); }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392 > .row > .video-iframe-container { display: none; }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392 > .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); }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392 > .row .container { border-width: 0; border-radius: 0; }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392::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; }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392 > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#TllSqi2vD1yZ1T9Lh2mKVUE8mnkoKily { color:rgba(var(--color-primary-2),1);display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.3125rem;left:0.875rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A4S6lrisoXXiaKCiJHZkbgd0Jl54QNpf { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:7.4375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#A4S6lrisoXXiaKCiJHZkbgd0Jl54QNpf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A4S6lrisoXXiaKCiJHZkbgd0Jl54QNpf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9f7aeefd0352ead671285fe286cc262ca22ef9e5.svg); }
#VsqDJDf8PaOiXPlT96PnIEtUPTsyGyXL { color:rgba(var(--color-primary-2),1);display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:30.5625rem;left:2.65625rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/405012cc-fd22-4adc-9463-52d14ecfabf4/Aktywatorka1.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; }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH.adaptive-delivery-prevent-bg, #VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH.lazyload, #VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH.lazyloading { background-image: none; }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH > .row .container { background-color: transparent; background-image: none; }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.89); }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH > .row .container > .video-iframe-container { display: none; }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.89); }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH > .row > .video-iframe-container { display: none; }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH > .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); }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH > .row .container { border-width: 0; border-radius: 0; }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH::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; }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#S9rDPTPvCF2sSs0vAKrZQoJxPIsLA9Im { color:rgba(var(--color-primary-2),1);display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.4375rem;left:0rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mWUCr4q03ZRCcCzgQAXP16a5MGMsMTXl { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:7.4375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#mWUCr4q03ZRCcCzgQAXP16a5MGMsMTXl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mWUCr4q03ZRCcCzgQAXP16a5MGMsMTXl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eb6159680fda1b438fd0551de3bd7d763c021fcb.svg); }
#FCVi4Cn1E4rNqLU4BHLZ0oNs0fDck38O { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.375rem;left:19.1875rem;display:block; }
#ImXN9D7gPhFdZKF3WM9GywJ2v8ALufGI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0.79);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; }#dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD > .row .container { background-color: transparent; background-image: none; }#dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD > .row .container > .video-iframe-container { display: none; }#dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD > .row > .video-iframe-container { display: none; }#dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD > .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); }#dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD > .row .container { border-width: 0; border-radius: 0; }#dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#Q8BCvKw1TFi4KfdLkTJWxOh2aV1aOAbU { color:rgba(var(--color-primary-2),1);display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.4375rem;left:0rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kE6o4FhyovMxmt8CGiiflczhTscD2wNy { color:rgba(var(--color-primary-2),1);display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:7.90625rem;left:2.09375rem;height:23.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KZDPrPkN8pTNNfxK7HkoAtx3ci8mIZ38 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.0625rem;left:17.8125rem;display:block; }
#z2szCsnev8oaTM7ybTKXfHs7ipqPgPPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IF96o8SV8gli9WXd57z51cpBPCbkUOoW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e2d5cb, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #e2d5cb, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #e2d5cb, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #e2d5cb, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d5cb', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d5cb', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #e2d5cb, rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row .container { background-color: transparent; background-image: none; }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row .container > .video-iframe-container { display: none; }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row > .video-iframe-container { display: none; }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .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); }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row .container { border-width: 0; border-radius: 0; }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:60rem;position:relative;display:block; }#u7beeCJnT8IXP6mg7MFfNnfoPaVl80OQ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.517698287964rem;left:0rem;height:45.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kED0zJUqH39FQ417DXUf9Nrl5pPmXDHN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:32.0625rem;width:21.1875rem;top:10.517708778381rem;left:38.8125rem;overflow:hidden;display:block; }
#cnoopT85WcqE6AFieOBEOMQEmo5JBB2b { 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:106.0625rem;width:60rem;display:none; }
#ltzqZ6Tb0sgneGG8t0RCkNPnwawt7EVp { position:absolute;display:block;z-index:15006;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:9.0625rem;width:42rem;top:1.5125102996826rem;left:0rem;overflow:hidden;display:block; }
#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row .container { background-color: transparent; background-image: none; }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row .container > .video-iframe-container { display: none; }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row > .video-iframe-container { display: none; }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .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); }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row .container { border-width: 0; border-radius: 0; }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row .container { font-size:0.875rem;font-family:arial;height:119.375rem;width:60rem;position:relative;display:block; }#foFbzIHlBNvOdHLmIPovZZgmFVQWgiik { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.517698287964rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JkHRPuoJTu4KeZ4k12oBstGAr3tX81kR { color:rgba(var(--color-secondary-2),1);display:block;width:49.75rem;position:absolute;font-family:"istok web";font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.0166664123535rem;left:5.125rem;height:2.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kp7UtMgB9ABqJ39JlLhrc5I2UvBPask9 { position:absolute;display:block;z-index:15007;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:12rem;width:19.6875rem;top:40.366666793823rem;left:11.125rem;overflow:hidden;display:block; }
#mU9dnuKHn9tFqQ6kXXQ8Rqt787bTrD41 { 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:9.9375rem;width:20rem;top:42.491666793823rem;left:32.375rem;overflow:hidden;display:block; }
#ePKQHBILD7O8bb70JdtfCIBKQDJJ1Ks2 { position:absolute;display:block;z-index:15009;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:12.625rem;width:23.3125rem;top:9.4541664123538rem;left:31.625rem;overflow:hidden;display:block; }
#TOtvpTEP4fPIgT5tL9VirwotWSNrDeQ4 { position:absolute;display:block;z-index:15010;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:9.1875rem;width:15.8125rem;top:55.1875rem;left:14.25rem;overflow:hidden;display:block; }
#MO0VsecUxW4uBMUDcySCxlDq8btgoIGR { 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:13.625rem;width:21.0625rem;top:23.830208778381rem;left:33.875rem;overflow:hidden;display:block; }
#BAfNyQ2l08nXOhLBuJkrnMErbHmSDXDW { 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:30.3125rem;width:24.5rem;top:7.0802087783812rem;left:3.3125rem;overflow:hidden;display:block; }
#a24AZ2hINanzqDS2ZDpg1hNDJibqT24H { 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:9.8125rem;width:21.6875rem;top:89rem;left:30.8125rem;overflow:hidden;display:block; }
#uoyE2Tk0lv6x7fsTaqm7uqL88JpF6xxE { 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:6.375rem;width:20.3125rem;top:67.8125rem;left:7.5625rem;overflow:hidden;display:block; }
#qQr9v0gIC9977volsvX8qCPl2zeGmNed { 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:11.5rem;width:23.375rem;top:68.625rem;left:30.8125rem;overflow:hidden;display:block; }
#eZIHDqBF848ZpxIlDOZT1uOQl2GC4LX2 { 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:11.1875rem;width:25.125rem;top:76.8125rem;left:3rem;overflow:hidden;display:block; }
#FDKSVbFVPn8KovRQJOb6KJ1PCo7vhVI6 { position:absolute;display:block;z-index:15017;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:10rem;width:26.375rem;top:55.8125rem;left:31.625rem;overflow:hidden;display:block; }
#DBnQbO9VlmMFAtsgg4lrvBPwOhzLyG6N { position:absolute;display:block;z-index:15018;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:21.125rem;width:19.375rem;top:91rem;left:8.78125rem;overflow:hidden;display:block; }
#GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 { position:relative;display:block; }#GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 { background-color: transparent; background-image: none; }#GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 > .row .container > .video-iframe-container { display: none; }#GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 > .row > .video-iframe-container { display: none; }#GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 > .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); }#GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 { border-width: 0; border-radius: 0; }#GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 > .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; }#GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#UC2wb83xHwOBxISFIs6ePeB67gaLOg5k { color:rgba(var(--color-primary-2),1);display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:1.3125rem;left:5.59375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU { display:block; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAo3MH2xbsPdIQpzPsR1I43dpIOT8Cai { top:1.3125rem;left:13.875rem;width:20rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa { display:block; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdeJPtxGkTTz0zfSBdeiR3pDn8OABuRF { top:2.25rem;left:0rem;width:47.75rem;height:15.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHZXpuWd8QvBZypdLeoXM9lwhyR1NFQC { top:27.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #If4Up71B6xviNrJ9S1hqPO5apnOSPItw { top:19.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGm02hiopflfK2HQULMiwrpcvPoPGkww { display:block; }#eGm02hiopflfK2HQULMiwrpcvPoPGkww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIBfmJGfnA3HO0OSLQPwqDlTIafdJDOn { top:2.125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDglttc5V4cCCxUAFGh2TVGGwhPBt392 { display:block; }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TllSqi2vD1yZ1T9Lh2mKVUE8mnkoKily { top:3.3125rem;left:0rem;width:47.75rem;height:0;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4S6lrisoXXiaKCiJHZkbgd0Jl54QNpf { top:7.4375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }#A4S6lrisoXXiaKCiJHZkbgd0Jl54QNpf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9f7aeefd0352ead671285fe286cc262ca22ef9e5.svg); }
 }@media only screen and (max-width: 763px) { #VsqDJDf8PaOiXPlT96PnIEtUPTsyGyXL { top:30.5625rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH { display:block; }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9rDPTPvCF2sSs0vAKrZQoJxPIsLA9Im { top:3.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUCr4q03ZRCcCzgQAXP16a5MGMsMTXl { top:7.4375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }#mWUCr4q03ZRCcCzgQAXP16a5MGMsMTXl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eb6159680fda1b438fd0551de3bd7d763c021fcb.svg); }
 }@media only screen and (max-width: 763px) { #FCVi4Cn1E4rNqLU4BHLZ0oNs0fDck38O { width:21.625rem;height:3.4375rem;top:31.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImXN9D7gPhFdZKF3WM9GywJ2v8ALufGI { display:block; }
 }@media only screen and (max-width: 763px) { #dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD { display:block; }#dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8BCvKw1TFi4KfdLkTJWxOh2aV1aOAbU { top:3.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE6o4FhyovMxmt8CGiiflczhTscD2wNy { top:7.875rem;left:0rem;width:47.75rem;height:23.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZDPrPkN8pTNNfxK7HkoAtx3ci8mIZ38 { width:21.625rem;height:3.4375rem;top:32.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2szCsnev8oaTM7ybTKXfHs7ipqPgPPT { display:block; }
 }@media only screen and (max-width: 763px) { #IF96o8SV8gli9WXd57z51cpBPCbkUOoW { display:block; }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7beeCJnT8IXP6mg7MFfNnfoPaVl80OQ { width:36.9375rem;height:45.5625rem;top:10.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kED0zJUqH39FQ417DXUf9Nrl5pPmXDHN { top:10.5rem;left:26.5625rem;width:21.1875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnoopT85WcqE6AFieOBEOMQEmo5JBB2b { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltzqZ6Tb0sgneGG8t0RCkNPnwawt7EVp { top:1.5rem;left:0rem;width:42.625rem;height:9.1973586309524rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG { display:block; }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foFbzIHlBNvOdHLmIPovZZgmFVQWgiik { width:36.9375rem;height:;top:10.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkHRPuoJTu4KeZ4k12oBstGAr3tX81kR { top:2rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp7UtMgB9ABqJ39JlLhrc5I2UvBPask9 { top:40.3125rem;left:5rem;width:19.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU9dnuKHn9tFqQ6kXXQ8Rqt787bTrD41 { top:42.4375rem;left:26.25rem;width:20rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePKQHBILD7O8bb70JdtfCIBKQDJJ1Ks2 { top:9.4375rem;left:24.4375rem;width:23.3125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOtvpTEP4fPIgT5tL9VirwotWSNrDeQ4 { top:55.1875rem;left:8.125rem;width:15.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO0VsecUxW4uBMUDcySCxlDq8btgoIGR { top:23.8125rem;left:26.6875rem;width:21.0625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAfNyQ2l08nXOhLBuJkrnMErbHmSDXDW { top:7.0625rem;left:0rem;width:24.5rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a24AZ2hINanzqDS2ZDpg1hNDJibqT24H { top:89rem;left:24.6875rem;width:21.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoyE2Tk0lv6x7fsTaqm7uqL88JpF6xxE { top:67.8125rem;left:1.4375rem;width:20.3125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQr9v0gIC9977volsvX8qCPl2zeGmNed { top:68.625rem;left:24.375rem;width:23.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZIHDqBF848ZpxIlDOZT1uOQl2GC4LX2 { top:76.8125rem;left:0rem;width:25.125rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDKSVbFVPn8KovRQJOb6KJ1PCo7vhVI6 { top:55.8125rem;left:21.375rem;width:26.375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBnQbO9VlmMFAtsgg4lrvBPwOhzLyG6N { top:91rem;left:2.65625rem;width:19.375rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 { display:block; }#GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UC2wb83xHwOBxISFIs6ePeB67gaLOg5k { top:1.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU { display:block; }#h08iguC8dyd2iVrhflzTJJ0T0EQ3GxaU > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAo3MH2xbsPdIQpzPsR1I43dpIOT8Cai { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa { display:block; }#zQzet8BIOo0AhPZIiwHMBgBOKty1aWCa > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdeJPtxGkTTz0zfSBdeiR3pDn8OABuRF { width:20rem;height:7.5625rem;top:2.71875rem;left:0rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHZXpuWd8QvBZypdLeoXM9lwhyR1NFQC { width:20rem;height:1.58125rem;top:19.34375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #If4Up71B6xviNrJ9S1hqPO5apnOSPItw { width:20rem;height:3.7125rem;top:11.362500190735rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGm02hiopflfK2HQULMiwrpcvPoPGkww { display:block; }#eGm02hiopflfK2HQULMiwrpcvPoPGkww > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIBfmJGfnA3HO0OSLQPwqDlTIafdJDOn { width:20rem;height:6.53125rem;top:1.71875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kDglttc5V4cCCxUAFGh2TVGGwhPBt392 { display:block; }#kDglttc5V4cCCxUAFGh2TVGGwhPBt392 > .row .container { width:20rem;height:77.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TllSqi2vD1yZ1T9Lh2mKVUE8mnkoKily { width:20rem;height:11.34375rem;top:1.25rem;left:0rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A4S6lrisoXXiaKCiJHZkbgd0Jl54QNpf { width:20rem;height:38.0625rem;top:14.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#A4S6lrisoXXiaKCiJHZkbgd0Jl54QNpf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9f7aeefd0352ead671285fe286cc262ca22ef9e5.svg); }
 }@media only screen and (max-width: 763px) { #VsqDJDf8PaOiXPlT96PnIEtUPTsyGyXL { width:20rem;height:18.76875rem;top:56.0625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH { display:block; }#VSsQvl5NfQw09DxPLvrLPhxOyRHFkgLH > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9rDPTPvCF2sSs0vAKrZQoJxPIsLA9Im { width:20rem;height:11.34375rem;top:1.25rem;left:0rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mWUCr4q03ZRCcCzgQAXP16a5MGMsMTXl { width:20rem;height:41.125rem;top:14.03125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#mWUCr4q03ZRCcCzgQAXP16a5MGMsMTXl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eb6159680fda1b438fd0551de3bd7d763c021fcb.svg); }
 }@media only screen and (max-width: 763px) { #FCVi4Cn1E4rNqLU4BHLZ0oNs0fDck38O { width:19rem;height:3.4375rem;top:57.28125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImXN9D7gPhFdZKF3WM9GywJ2v8ALufGI { display:block; }
 }@media only screen and (max-width: 763px) { #dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD { display:block; }#dTwT40hvKxITZ3ihEhoTdcr1ZdMyJaCD > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8BCvKw1TFi4KfdLkTJWxOh2aV1aOAbU { width:20rem;height:6.875rem;top:1.25rem;left:0rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kE6o4FhyovMxmt8CGiiflczhTscD2wNy { width:20rem;height:42.625rem;top:9.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KZDPrPkN8pTNNfxK7HkoAtx3ci8mIZ38 { width:19rem;height:3.4375rem;top:53.456249237061rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2szCsnev8oaTM7ybTKXfHs7ipqPgPPT { display:block; }
 }@media only screen and (max-width: 763px) { #IF96o8SV8gli9WXd57z51cpBPCbkUOoW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fdfbf7);background-image: -moz-linear-gradient(180deg, #ffffff, #fdfbf7);background-image: -ms-linear-gradient(180deg, #ffffff, #fdfbf7);background-image: -o-linear-gradient(180deg, #ffffff, #fdfbf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfbf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfbf7' );";background-image: linear-gradient(180deg, #ffffff, #fdfbf7);background-size:auto !important;display:block; }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row .container { background-color: transparent; background-image: none; }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row .container > .video-iframe-container { display: none; }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row > .video-iframe-container { display: none; }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .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); }#IF96o8SV8gli9WXd57z51cpBPCbkUOoW > .row .container { width:20rem;height:99.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7beeCJnT8IXP6mg7MFfNnfoPaVl80OQ { width:20rem;height:69.1875rem;top:27.699998855591rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #kED0zJUqH39FQ417DXUf9Nrl5pPmXDHN { width:12.5625rem;height:19rem;top:7.0124988555906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnoopT85WcqE6AFieOBEOMQEmo5JBB2b { top:1.25rem;left:2.75rem;width:14.4375rem;height:20.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ltzqZ6Tb0sgneGG8t0RCkNPnwawt7EVp { width:20rem;height:4.1875rem;top:2.7625122070312rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fdfbf7);background-image: -moz-linear-gradient(180deg, #ffffff, #fdfbf7);background-image: -ms-linear-gradient(180deg, #ffffff, #fdfbf7);background-image: -o-linear-gradient(180deg, #ffffff, #fdfbf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfbf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfbf7' );";background-image: linear-gradient(180deg, #ffffff, #fdfbf7);background-size:auto !important;display:block; }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row .container { background-color: transparent; background-image: none; }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row .container > .video-iframe-container { display: none; }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row > .video-iframe-container { display: none; }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .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); }#P0Jc59SNTvitJ4hGiUSGFHgP4B3ywnFG > .row .container { width:20rem;height:167.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foFbzIHlBNvOdHLmIPovZZgmFVQWgiik { width:20rem;height:1.6875rem;top:7.4rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #JkHRPuoJTu4KeZ4k12oBstGAr3tX81kR { width:20rem;height:4.9rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kp7UtMgB9ABqJ39JlLhrc5I2UvBPask9 { width:19.6875rem;height:12rem;top:62.6010625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU9dnuKHn9tFqQ6kXXQ8Rqt787bTrD41 { width:20rem;height:9.9375rem;top:75.8510625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePKQHBILD7O8bb70JdtfCIBKQDJJ1Ks2 { width:20rem;height:10.83125rem;top:36.3323125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOtvpTEP4fPIgT5tL9VirwotWSNrDeQ4 { width:15.8125rem;height:9.1875rem;top:87.0385625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO0VsecUxW4uBMUDcySCxlDq8btgoIGR { width:20rem;height:12.9375rem;top:48.4135625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAfNyQ2l08nXOhLBuJkrnMErbHmSDXDW { width:20rem;height:24.7448125rem;top:10.3375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a24AZ2hINanzqDS2ZDpg1hNDJibqT24H { width:20rem;height:9.0489375rem;top:157.4561875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoyE2Tk0lv6x7fsTaqm7uqL88JpF6xxE { width:20rem;height:6.2770625rem;top:106.309375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQr9v0gIC9977volsvX8qCPl2zeGmNed { width:20rem;height:9.8395625rem;top:123.991625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZIHDqBF848ZpxIlDOZT1uOQl2GC4LX2 { width:20rem;height:8.9051875rem;top:113.8364375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDKSVbFVPn8KovRQJOb6KJ1PCo7vhVI6 { width:20rem;height:7.5833125rem;top:97.4760625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBnQbO9VlmMFAtsgg4lrvBPwOhzLyG6N { width:19.375rem;height:21.125rem;top:135.0811875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 { display:block; }#GbFJG8ah0xWsZiscfEMWrMo3rnZFmdW5 > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UC2wb83xHwOBxISFIs6ePeB67gaLOg5k { width:20rem;height:5.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }