.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:228,240,220;--color-primary-1:175,211,150;--color-primary-2:121,182,80;--color-primary-3:87,164,36;--color-primary-4:82,112,30;--color-secondary-0:248,236,223;--color-secondary-1:241,217,167;--color-secondary-2:221,161,94;--color-secondary-3:133,97,56;--color-secondary-4:44,32,19;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8f7166;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; }#qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG > .row .container { background-color: transparent; background-image: none; }#qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG > .row .container > .video-iframe-container { display: none; }#qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG > .row > .video-iframe-container { display: none; }#qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG > .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); }#qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG > .row .container { border-width: 0; border-radius: 0; }#qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#yxoDhRP7r4m3ZXVCcHpqcO2Kqzb6ApLX { color:#ffffff;display:block;width:53rem;position:absolute;font-family:"roboto condensed";font-size:3.9375rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:1.1875rem;left:0rem;height:8.660125rem;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; }
#h9xupWAlpPKtWgO28gsDXorbJX3m47ZH { 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:26.125rem;width:36.4375rem;top:1.1875rem;left:37.686195373535rem;overflow:hidden;display:block; }
#hQbkO1ndbftOW4sqOTotHzOOOclvX1OL { color:#ffffff;display:block;width:53rem;position:absolute;font-family:"roboto condensed";font-size:3.5rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:5.03515625rem;left:0rem;height:3.84814375rem;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; }
#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#TDBRKbhJ88PrORPWSduISEluTvCtlUxC { background-color:#ff7043;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.5rem #19171d ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:37.375rem;height:4.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:19.3125rem;left:23.75rem;display:block; }
#mPxavkuqOK2Zk0CgpkCmNztzDgpldobB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QL7f6LUmmAZsng7BGDsDRIvOfd6BOyiU { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5600625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:0.9052734375rem;left:0rem;height:14.4375rem;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; }
#C1v288ifTCVvA5IlgJmGHWums1ui6fJ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:2;letter-spacing:0;top:23.875rem;left:27.75rem;height:1.7504875rem;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; }
#nAC4y25lHvEXkKPa2rVF96STcSVAHTCG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#nAC4y25lHvEXkKPa2rVF96STcSVAHTCG > .row .container { background-color: transparent; background-image: none; }#nAC4y25lHvEXkKPa2rVF96STcSVAHTCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAC4y25lHvEXkKPa2rVF96STcSVAHTCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAC4y25lHvEXkKPa2rVF96STcSVAHTCG > .row .container > .video-iframe-container { display: none; }#nAC4y25lHvEXkKPa2rVF96STcSVAHTCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAC4y25lHvEXkKPa2rVF96STcSVAHTCG > .row > .video-iframe-container { display: none; }#nAC4y25lHvEXkKPa2rVF96STcSVAHTCG > .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); }#nAC4y25lHvEXkKPa2rVF96STcSVAHTCG > .row .container { border-width: 0; border-radius: 0; }#nAC4y25lHvEXkKPa2rVF96STcSVAHTCG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nAC4y25lHvEXkKPa2rVF96STcSVAHTCG > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#yyKsm7X3X93N9vEOUoGLzF5LtITRKtML { color:#8f7166;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:0rem;left:0rem;height:5.000975rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #f9f9f9, #ffffff);background-image: -moz-linear-gradient(top, #f9f9f9, #ffffff);background-image: -ms-linear-gradient(top, #f9f9f9, #ffffff);background-image: -o-linear-gradient(top, #f9f9f9, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #f9f9f9, #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; }#L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 > .row .container { background-color: transparent; background-image: none; }#L1aaZgPf8XE5VmakWKwoqfTlOveor2P5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 > .row .container > .video-iframe-container { display: none; }#L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 > .row > .video-iframe-container { display: none; }#L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 > .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); }#L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 > .row .container { border-width: 0; border-radius: 0; }#L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#tT9ITPXD065iAfDp2MvC10hXnTFpFqiH { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:26.25rem;width:47.75rem;top:1.96875rem;left:14.3125rem;display:block; }
#LdDSpPiP0oflRrdqhMw9FwBVvLLb34ii { position:absolute;display:block;z-index:15026;background-color:#8f7166;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:12.5rem;width:12.0625rem;top:16.562501907349rem;left:13.625rem;display:block; }
#iXGdTVJ44RJ0dZ8C3GnU2U8sQ9IC3i5b { position:absolute;display:block;z-index:15025;background-color:#606c38;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:12.5rem;width:12.5rem;top:14.6875rem;left:12.625rem;display:block; }
#baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T { position:relative;display:block; }#baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T { background-color: transparent; background-image: none; }#baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T > .row .container > .video-iframe-container { display: none; }#baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T > .row > .video-iframe-container { display: none; }#baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T > .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); }#baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T { border-width: 0; border-radius: 0; }#baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T > .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; }#baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T > .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:51.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E2b3m5R0yG86bpHlRCxku2UIhmI1Klhq { position:absolute;display:block;z-index:15000;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:50.3125rem;width:45rem;top:0rem;left:15rem;overflow:hidden;display:block; }
#zhZPikhmniNFuUsnU6enuHdI0IPqevWP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f9f9f9);background-image: -moz-linear-gradient(180deg, #ffffff, #f9f9f9);background-image: -ms-linear-gradient(180deg, #ffffff, #f9f9f9);background-image: -o-linear-gradient(180deg, #ffffff, #f9f9f9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9' );";background-image: linear-gradient(180deg, #ffffff, #f9f9f9);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; }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row .container { background-color: transparent; background-image: none; }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row .container > .video-iframe-container { display: none; }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row > .video-iframe-container { display: none; }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .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); }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row .container { border-width: 0; border-radius: 0; }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#aVKtwVkZD2PGRZlW7eTz1R3O4G4yT2Vp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:2.3;letter-spacing:0;top:6.0654296875rem;left:0rem;height:21.9463125rem;text-align:justify;text-align-last:initial;display:block; }#aVKtwVkZD2PGRZlW7eTz1R3O4G4yT2Vp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aVKtwVkZD2PGRZlW7eTz1R3O4G4yT2Vp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45a5ded3bdc9096dc412445efcf7a1aa.svg); }
#byTXJMQP7imEG7TE4Smvl9ahq5Fd74BD { color:#8f7166;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:2;letter-spacing:0;top:3.814697265625E-6rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA > .row .container { background-color: transparent; background-image: none; }#c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA > .row .container > .video-iframe-container { display: none; }#c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA > .row > .video-iframe-container { display: none; }#c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA > .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); }#c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA > .row .container { border-width: 0; border-radius: 0; }#c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#S80455npr4mXnUl70Mx6hO8ag0RyB6S6 { color:#000000;display:block;width:73.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:2;letter-spacing:0;top:1.4375rem;left:0.8125rem;height:2.499025rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UKOwVfvcxchKMMOl9MdnV8PWL6puJuzJ { background-color:#ff7043;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.5rem #042121 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:36.9375rem;height:4.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:7.8125019073488rem;left:19.03125rem;display:block; }
#pZRRmbOB0TxaOmOiT5nKpnyZHmnm5U91 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(143,113,102,0.47);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; }#t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH > .row .container { background-color: transparent; background-image: none; }#t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH > .row .container > .video-iframe-container { display: none; }#t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH > .row > .video-iframe-container { display: none; }#t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH > .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); }#t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH > .row .container { border-width: 0; border-radius: 0; }#t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#TuObU27tFcnlO4N4GGcTmCArWf3lc2Lk { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d736b34f-cb1f-4424-a853-6a1f9d6fa4bb/Promocja6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.5625rem;width:24.5rem;top:0.68749809265137rem;left:0.25rem;display:block; }#TuObU27tFcnlO4N4GGcTmCArWf3lc2Lk.adaptive-delivery-prevent-bg, #TuObU27tFcnlO4N4GGcTmCArWf3lc2Lk.lazyload, #TuObU27tFcnlO4N4GGcTmCArWf3lc2Lk.lazyloading { background-image: none; }
#VhST7cLfVMnlg7w7Ix6HLfIwg5ZUZUTB { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.625rem;width:24.6875rem;top:28.625rem;left:50.1875rem;display:block; }
#HBhN5muk28n9JbrJDxfbbTxq4DO1LWpd { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:38.312503814698rem;left:58.21875rem;height:1.68823125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RT3lzAVxpbaLX0fztRGTReaXWAML34el { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:ubuntu;font-size:4.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.872398376465rem;left:57.17707824707rem;height:5.525175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#So2FD0DBmOzCDexeBysSINw9n1kfKMBo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:6.28125rem;left:53.6875rem;height:4.125975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E89ZTeSlZ3lCOQvKzaoCZUxuPBSWcEfB { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0b06725a-e572-4c3b-a3de-1b527a9b9373/Promocja15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.5625rem;width:24.4375rem;top:14.625rem;left:0.25rem;display:block; }#E89ZTeSlZ3lCOQvKzaoCZUxuPBSWcEfB.adaptive-delivery-prevent-bg, #E89ZTeSlZ3lCOQvKzaoCZUxuPBSWcEfB.lazyload, #E89ZTeSlZ3lCOQvKzaoCZUxuPBSWcEfB.lazyloading { background-image: none; }
#hr72QETrMZgHnEEIe0FkWxgbop9lpUFv { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c381fb85-f730-434c-ae91-526273ecfb07/Promocja30.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:27.625rem;width:24.4375rem;top:14.625rem;left:25.375rem;display:block; }#hr72QETrMZgHnEEIe0FkWxgbop9lpUFv.adaptive-delivery-prevent-bg, #hr72QETrMZgHnEEIe0FkWxgbop9lpUFv.lazyload, #hr72QETrMZgHnEEIe0FkWxgbop9lpUFv.lazyloading { background-image: none; }
#ARgKvMoTzdEctowc5Ia52UbhiCqB7Va5 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ad242c80-e57c-470d-81c5-cbd597c35f1a/Promocja37.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.5625rem;width:24.25rem;top:28.625rem;left:0.4375rem;display:block; }#ARgKvMoTzdEctowc5Ia52UbhiCqB7Va5.adaptive-delivery-prevent-bg, #ARgKvMoTzdEctowc5Ia52UbhiCqB7Va5.lazyload, #ARgKvMoTzdEctowc5Ia52UbhiCqB7Va5.lazyloading { background-image: none; }
#A3zasE9xZykbLTwEhoXNE5o5x7xQmCdD { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/57b29e70-96f5-4f26-9840-7e082a32852e/IMG_0293.crop_1330x1166_0,1069.preview.JPEG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.5625rem;width:24.4375rem;top:14.65625rem;left:50.3125rem;display:block; }#A3zasE9xZykbLTwEhoXNE5o5x7xQmCdD.adaptive-delivery-prevent-bg, #A3zasE9xZykbLTwEhoXNE5o5x7xQmCdD.lazyload, #A3zasE9xZykbLTwEhoXNE5o5x7xQmCdD.lazyloading { background-image: none; }
#IkagyLd5lKawWORJtapmS2wLyuVovwOz { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;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:0.3125rem;width:7.6875rem;top:3.75rem;left:37.75rem;display:none; }
#cJfM6WisONBsfsUWVi3SHeqypBBZyKFE { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d0ad151b-7c96-465b-8251-40810556378a/Promocja17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.6875076293945rem;left:25.34375rem;display:block; }#cJfM6WisONBsfsUWVi3SHeqypBBZyKFE.adaptive-delivery-prevent-bg, #cJfM6WisONBsfsUWVi3SHeqypBBZyKFE.lazyload, #cJfM6WisONBsfsUWVi3SHeqypBBZyKFE.lazyloading { background-image: none; }
#skd802bxeLrI2CVCImFPQ7HPL2TemRhl { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:31.957035064698rem;left:57.73828125rem;height:1.68823125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row .container { background-color: transparent; background-image: none; }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row .container > .video-iframe-container { display: none; }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row > .video-iframe-container { display: none; }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .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); }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row .container { border-width: 0; border-radius: 0; }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#th2iuUcvMqdTPIMTTcmBmrPxBgkv9wGU { box-sizing:content-box;height:34.625rem;width:61.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.91796875rem;left:6.875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#iVTuITZSKQXVdVSTH86UUQ6wdUth1oy6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.1861977577213rem;left:56.8125rem; }
#MR5BgTIuATfCtNHh3qog81yAuVl3Bpu8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.1849021911619rem;left:36.3125rem; }
#MBd9zOzEVuQq3JMqkN10Fz6oLJIUv1gb { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:2;letter-spacing:0;top:8.0169334411619rem;left:33rem;height:10.004875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZNxkF875OMFdAKzg5gWlf9sdXHBTJTlr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:8.0182290077212rem;left:52.9375rem;height:10.004875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tF3CJpP9AvZgw02EkDODfUl4lBdU6p5u { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:7.9361982345581rem;left:13.625rem;height:8.003875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vaun6dufd61o8dEsssMLMHETBNqiMPfb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.3111982345581rem;left:16.4375rem; }
#WQoU6oNwZ85lF5ggiznWQLHBGs6P5faT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:2.09375rem;left:0rem;height:5.000975rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IHTpFbdEwPTTPJnyDO86O2bvfFsqsmLo { color:rgba(var(--color-tertiary-4),1);display:block;width:55.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:2;letter-spacing:0;top:21.479166030884rem;left:11.187501907349rem;height:8.9399375rem;text-align:left;text-align-last:left;display:block; }#IHTpFbdEwPTTPJnyDO86O2bvfFsqsmLo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IHTpFbdEwPTTPJnyDO86O2bvfFsqsmLo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7561015687c22a67f0a6c13c655a8401.svg); }
#ZwTB0h0Q1bJPlMAoVRuMwiaaocHh4VOB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:2;letter-spacing:0;top:19.229166030884rem;left:11.187501907349rem;height:;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;font-style:normal;display:block; }
#xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE > .row .container { background-color: transparent; background-image: none; }#xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE > .row .container > .video-iframe-container { display: none; }#xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE > .row > .video-iframe-container { display: none; }#xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE > .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); }#xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE > .row .container { border-width: 0; border-radius: 0; }#xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#awDzoeW8zG1TTmcZq6yB8hcyo6KmU6wD { position:absolute;display:block;z-index:15001;background-color:#8f7166;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:29.3125rem;left:0rem;display:block; }
#aned9ghyRA4Ou6gN5mxn0q2UmtA49iZZ { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.375rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d59sedtrKKXbz4FdTX9cV4yC0d6wE4H7 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.888010025024rem;left:11.89582824707rem;height:5.1972625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QVwD2PoZ8UXe1X9UTATuAM68qzSaSHKJ { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:26.3515625rem;left:42.1875rem;height:3.89795rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RtUIANTDgUZLAZd7zMUp84FERKpIndHV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:18.868490219116rem;left:29.625rem;overflow:hidden;display:block; }
#FCgCoGS8qWsr5Zcz4IkBAT5uytZFn0e5 { position:absolute;display:block;z-index:15012;background-color:#8f7166;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:29.3125rem;left:30rem;display:block; }
#goi5aSuKIRuzymhdalgAtz9lBFSdzerv { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:30.375rem;left:30rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DWy3gv1xrPS8u74QnH0OMqKX2ncBdyUe { 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:12.8125rem;width:9.0625rem;top:19.264323969116rem;left:1.8113854647809rem;overflow:hidden;display:block; }
#TIeakez4kN2KwHIkALUI7zmrRd5fJPTv { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#md5tqczf8GE43XVC59IcsEFTwzABem8n { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:8.8359375rem;left:42.1875rem;height:5.19726875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o8iPQFENT36zi4TG9MO2how8kAetOT7Z { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:13rem;top:3.3749961853027rem;left:29.70703125rem;overflow:hidden;display:block; }
#TcC4xPT13WZmqN6cuKSl3MZZot0tT8xe { position:absolute;display:block;z-index:15001;background-color:#8f7166;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:2.25rem;left:0rem;display:block; }
#JsEG0ygdwhrg2mXwVpIllJ2IoirB4z2A { position:absolute;display:block;z-index:15012;background-color:#8f7166;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:2.25rem;left:30.375rem;display:block; }
#VXc0zUAv7ZwslF5BPTewpyrHklzkSoK4 { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B8E7pTEsVL6p8o04F7KmK8EU9SnFonJI { color:#000000;display:block;width:17.122375rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:5.09765625rem;left:12.23828125rem;height:1.75rem;font-style:normal;display:block; }
#I1vevT5Aw2U7zZ3HAD7y1sCWXMCWNUax { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3125rem;left:30.375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rpfKEJWbk73m0P4IrRab5vy0zFVMR1cn { color:#000000;display:block;width:17.121125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:5.09765625rem;left:42.53125rem;height:1.75rem;font-style:normal;display:block; }
#GK5whnoPS7TWPMoT4C9EGfB5q3fTA5Gk { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:21.083322525024rem;left:11.46875rem;height:3.49805rem;font-style:normal;display:block; }
#U7FkISVur8tUvPo9LkCrfIhIKfechaCt { color:#000000;display:block;width:17.122375rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:21.082021713257rem;left:42.53125rem;height:1.75rem;font-style:normal;display:block; }
#biDWci1lTCTWb9hZx0QUvzOTLNGDUCi8 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.8372383117675rem;left:11.89453125rem;height:5.1972625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 > .row .container { background-color: transparent; background-image: none; }#bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 > .row .container > .video-iframe-container { display: none; }#bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 > .row > .video-iframe-container { display: none; }#bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 > .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); }#bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 > .row .container { border-width: 0; border-radius: 0; }#bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#bTgTH6JC0XNLH965Ok4GlX3r4P9t1A8J { color:#8f7166;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:3.2504875rem;text-align:center;text-align-last:center;display:block; }
#aiNrLQqKMVPT5vUyeOL139FgTTRg1Az3 { position:absolute;display:block;z-index:15005;background-color:#313131;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.1875rem;left:15.4375rem;display:block; }
#XSlU5pL8OCrDbdkzRw2pTqDgbM39Xhyg { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.75rem;left:15.625rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbmVpvFOSHxvhc5PDbbppCepkZcO80T4 { position:absolute;display:block;z-index:15008;background-color:#313131;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.1875rem;left:36.0625rem;display:block; }
#DRyettFbK1iNWkwFVuN4oFhw52RLfWEz { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.75rem;left:36.3125rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p33vqQVs9PQI4hqzJbTfHSQ0ZwZBwbTt { position:absolute;display:block;z-index:15011;background-color:#ff7043;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.1875rem;left:56.625rem;display:block; }
#E3aED2lF9raNPR7uONdTH0TpvNkUn9Hy { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.75rem;left:56.875rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zdKUrJU5emb7ohmROC8IyDOcnpMz06eJ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:9.125rem;left:23.75rem;overflow:hidden;display:block; }
#dOTTpQim9b8dntFxLWQpHydz8BIAGQUm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:9.125rem;left:44.875rem;overflow:hidden;display:block; }
#Mv7An6ZnIdbphUtd9u1wrr8M9IafPXLi { color:#000000;display:block;width:17.5625rem;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:15.562520980835rem;left:8.125rem;height:6.4965625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V1a9uIKhONNFsfxBK1DpAS25f8FkeMPy { color:#000000;display:block;width:17.121125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:13.8125rem;left:8.3125rem;height:1.75rem;font-style:normal;display:block; }
#g1aXWfeK5KKeRHTa5uOoUxfCGLfIAtS6 { color:#000000;display:block;width:17.121125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.8125rem;left:29.8125rem;height:1.75rem;font-style:normal;display:block; }
#gqDlbPTK3sTtFarFvx2newsFZgQ13ffu { color:#000000;display:block;width:17.9375rem;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:16.1875rem;left:29.8125rem;height:5.1972625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ONg3QTMlpNKHwOKL0PzPVZ3leHbldbKB { color:#000000;display:block;width:17.121125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:13.8125rem;left:50.9375rem;height:1.75rem;font-style:normal;display:block; }
#u6rib4BF9vboKA3SRPP59AD4ARXG4DlO { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.1875rem;left:50.9375rem;height:5.1972625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VTTpwzHEGKUIknHRvRa2zDO1TTpi8pyd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:9.125rem;left:23.75rem;overflow:hidden;display:none; }
#iwT2QHfG6m7oVy3aom3PveqTx2exg17y { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #f9f9f9, #ffffff);background-image: -moz-linear-gradient(top, #f9f9f9, #ffffff);background-image: -ms-linear-gradient(top, #f9f9f9, #ffffff);background-image: -o-linear-gradient(top, #f9f9f9, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #f9f9f9, #ffffff);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; }#iwT2QHfG6m7oVy3aom3PveqTx2exg17y > .row .container { background-color: transparent; background-image: none; }#iwT2QHfG6m7oVy3aom3PveqTx2exg17y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwT2QHfG6m7oVy3aom3PveqTx2exg17y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwT2QHfG6m7oVy3aom3PveqTx2exg17y > .row .container > .video-iframe-container { display: none; }#iwT2QHfG6m7oVy3aom3PveqTx2exg17y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwT2QHfG6m7oVy3aom3PveqTx2exg17y > .row > .video-iframe-container { display: none; }#iwT2QHfG6m7oVy3aom3PveqTx2exg17y > .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); }#iwT2QHfG6m7oVy3aom3PveqTx2exg17y > .row .container { border-width: 0; border-radius: 0; }#iwT2QHfG6m7oVy3aom3PveqTx2exg17y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwT2QHfG6m7oVy3aom3PveqTx2exg17y > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#SAbwu437UywquOQz8yNwxaEw8Rcqy5dd { display:block;width:49.0625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.51953125rem;left:24.02734375rem;height:12.2519375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:block; }
#s8ugn0LEetsRApnvLTMJAfLyc86vuD2r { display:block;width:33.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.707021713257rem;left:38.71875rem;height:4.5498rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:block; }
#HrXMchLVKsGF3vobW5yDCgJS7nDikXb7 { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:38.078125rem;left:4rem; }
#iGwpFOHtfrgbWHlzbVMutXk3TMpr3BqW { 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:25.186625rem;width:35.186625rem;top:7.655165195465rem;left:3.6013450622559rem;overflow:hidden;display:block; }
#zZ2dW7lX5tX3uf8ImC9OB5K2t4ea0qJT { background-color:#ff7043;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;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:raleway;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:4.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.684896945953rem;left:41.05078125rem;display:block; }
#q7uTTADVwd73nWPPhVzVvV6EyCOFQytD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVHo6HETe88t38VwJKontXsm0GecgfI2 { color:#582a1b;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:17.021484375rem;left:61.951171875rem;height:4.5483375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIaAozVkLaPT857FkSEcACRowMg2nixb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:20.337890625rem;left:39.46875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wViBKNuT5XWx88n0qSh7NLC3JxLcQHwV { display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:37.765625rem;left:6.33984375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#RcJkI5wAMRpONo7NhS3Jp1WUiRFClTSN { position:absolute;display:block;z-index:15034;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:2.25rem;width:28.875rem;top:37.859375rem;left:43.36457824707rem;overflow:hidden;display:block; }
#z1d017034JKE5UTrHlMnmsHiV5ldfxW9 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:18.5625rem;left:38.71875rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fV9mgZAFVVJXFT3Ckt9WFtrEmnWB14Ka { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:25.815093994141rem;left:44.57942199707rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f9f9f9);background-image: -moz-linear-gradient(180deg, #ffffff, #f9f9f9);background-image: -ms-linear-gradient(180deg, #ffffff, #f9f9f9);background-image: -o-linear-gradient(180deg, #ffffff, #f9f9f9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9' );";background-image: linear-gradient(180deg, #ffffff, #f9f9f9);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; }#rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ > .row .container { background-color: transparent; background-image: none; }#rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ > .row .container > .video-iframe-container { display: none; }#rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ > .row > .video-iframe-container { display: none; }#rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ > .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); }#rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ > .row .container { border-width: 0; border-radius: 0; }#rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#BvNgVHk56pNDpWNgkHzO5TGwgNQaCgsf { color:#8f7166;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.7278671264649rem;left:0rem;height:;text-align:center;text-align-last:center;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; }
#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row .container { background-color: transparent; background-image: none; }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row .container > .video-iframe-container { display: none; }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row > .video-iframe-container { display: none; }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .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); }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row .container { border-width: 0; border-radius: 0; }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#AVcgHT808TNtG415zbK7sAUaDdaWN6Ux { color:rgba(var(--color-tertiary-4),1);display:block;width:73.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:2.3;letter-spacing:0;top:3.1744995117188rem;left:1.75rem;height:9.82325rem;text-align:justify;text-align-last:initial;display:block; }#AVcgHT808TNtG415zbK7sAUaDdaWN6Ux li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AVcgHT808TNtG415zbK7sAUaDdaWN6Ux li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ff53cfca3383a0d93b1afe04755648a.svg); }
#r9wKSAEkUtykhIRRwEqO70Obwqxo9fS8 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:2.3;letter-spacing:0;top:0.95703125rem;left:1.68359375rem;height:2.29980625rem;text-align:justify;text-align-last:initial;display:block; }
#wJiC4qiOFtEfc1AnwwXVyC1fTZLgT20p { color:rgba(var(--color-tertiary-4),1);display:block;width:72.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:2.3;letter-spacing:0;top:15.295574188233rem;left:1.68359375rem;height:4.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9f9f9, #ffffff);background-image: -moz-linear-gradient(180deg, #f9f9f9, #ffffff);background-image: -ms-linear-gradient(180deg, #f9f9f9, #ffffff);background-image: -o-linear-gradient(180deg, #f9f9f9, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f9f9f9, #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; }#DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb > .row .container { background-color: transparent; background-image: none; }#DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb > .row .container > .video-iframe-container { display: none; }#DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb > .row > .video-iframe-container { display: none; }#DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb > .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); }#DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb > .row .container { border-width: 0; border-radius: 0; }#DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#ZdhPUFmc6wC51R4sw7BcoFy4Nx7BqDHx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:6.3164038658144rem;left:2.51953125rem; }
#HvHp0zJdKxESyquBnxWxkZ2p1WxDP9kH { color:rgba(var(--color-tertiary-4),1);display:block;width:70rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.8;letter-spacing:0;top:6.3203101158144rem;left:5rem;height:5.40088125rem;display:block; }
#GSIuyotdvJxrC4gp1Pxxwrmua4sy74kF { color:rgba(var(--color-tertiary-4),1);display:block;width:69.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15065;line-height:1.8;letter-spacing:0;top:20.562497615814rem;left:5.08203125rem;height:3.6005875rem;display:block; }
#rRnx66pFHQU9KahsvVTudRiDBs1oBvpK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:20.558591365814rem;left:2.51953125rem; }
#cqhPm5EWR2y2t8rTqMVRwOTTT8byC2lz { color:rgba(var(--color-tertiary-4),1);display:block;width:69.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:1.8;letter-spacing:0;top:14.208329677582rem;left:5.0625rem;height:5.40088125rem;display:block; }
#lcodgKSWVVrnK2RLc5gcTLdz9ze9b1bP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:14.207028865814rem;left:2.51953125rem; }
#kTxqre8P5O8ToHwPDTFDmZ1ASu9PcEyN { color:#8f7166;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6679782867432rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WgUgEQRcBSOayuiurKDtD0EUFsUK5ikp { color:rgba(var(--color-tertiary-4),1);display:block;width:69.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15068;line-height:1.8;letter-spacing:0;top:25.799474239349rem;left:5.08203125rem;height:5.40088125rem;display:block; }
#NovaM0WEmmBX8Dl3qfoAaBFagor3RM1H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:32.324204921722rem;left:2.51953125rem; }
#wEK7dCSlQNG06eu0gMsBXKhLM8SunFoN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:25.798177242279rem;left:2.51953125rem; }
#sfrmPT2bVZXcQKAwg8vPKVdGo41XsMT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.8;letter-spacing:0;top:32.32550573349rem;left:5.08203125rem;height:3.6005875rem;display:block; }
#f7U7lX92EirZVD4tDWOfrtSwsgxIbWVe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:38.625rem;left:2.5rem; }
#qPeur76uTIPqlE6Hgx5HTxPpRBaKMX7p { color:rgba(var(--color-tertiary-4),1);display:block;width:69.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.8;letter-spacing:0;top:38.625rem;left:5.0625rem;height:3.6005875rem;display:block; }
#x5mBRBzfuaMDSHIpOTIbrsx36QhshiMI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:43.25rem;left:2.5rem; }
#tPA9R1G1T0KVaOT79yWbh29HPXUmsW2x { color:rgba(var(--color-tertiary-4),1);display:block;width:69.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.8;letter-spacing:0;top:43.25rem;left:5.0625rem;height:3.6005875rem;display:block; }
#nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un > .row .container { background-color: transparent; background-image: none; }#nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un > .row .container > .video-iframe-container { display: none; }#nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un > .row > .video-iframe-container { display: none; }#nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un > .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); }#nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un > .row .container { border-width: 0; border-radius: 0; }#nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#OBDoAkLoovTTeLZ6IlWoV5vsmTpBwEqS { color:#8f7166;display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.375rem;left:4.39453125rem;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; }
#cQDNr69pN9dWKnLf1w3ngpFNhznocK1E { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.625rem;left:4.39453125rem;height:24rem;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; }
#l4xdNMAf98deFbBaUM0v3ykN2kLgTNTy { 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: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:21.375rem;width:15.125rem;top:7.6875rem;left:44.6865234375rem;overflow:hidden;display:block; }
#PK8p0lJLDBmxc6HOERIaMEUU1PeDxMUd { position:absolute;display:block;z-index:15007;background-color:#8f7166;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:0.125rem;width:12.5rem;top:4.0625114440918rem;left:4.39453125rem;display:block; }
#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8f7166;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; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { border-width: 0; border-radius: 0; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.265625rem;left:43.8125rem;height:1.21875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG { display:block; }#qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxoDhRP7r4m3ZXVCcHpqcO2Kqzb6ApLX { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9xupWAlpPKtWgO28gsDXorbJX3m47ZH { top:1.1875rem;left:10.4375rem;width:36.4375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQbkO1ndbftOW4sqOTotHzOOOclvX1OL { top:5rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDBRKbhJ88PrORPWSduISEluTvCtlUxC { width:37.3125rem;height:4.5rem;top:19.3125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPxavkuqOK2Zk0CgpkCmNztzDgpldobB { display:block; }
 }@media only screen and (max-width: 763px) { #QL7f6LUmmAZsng7BGDsDRIvOfd6BOyiU { top:0.875rem;left:0rem;width:37.5rem;height:16.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1v288ifTCVvA5IlgJmGHWums1ui6fJ3 { top:23.875rem;left:14.125rem;width:32.0625rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAC4y25lHvEXkKPa2rVF96STcSVAHTCG { display:block; }#nAC4y25lHvEXkKPa2rVF96STcSVAHTCG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyKsm7X3X93N9vEOUoGLzF5LtITRKtML { top:0rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 { display:block; }#L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT9ITPXD065iAfDp2MvC10hXnTFpFqiH { width:47.75rem;height:26.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdDSpPiP0oflRrdqhMw9FwBVvLLb34ii { top:16.5625rem;left:0rem;width:12.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXGdTVJ44RJ0dZ8C3GnU2U8sQ9IC3i5b { top:14.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T { display:block; }#baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2b3m5R0yG86bpHlRCxku2UIhmI1Klhq { top:0rem;left:1.375rem;width:45rem;height:50.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhZPikhmniNFuUsnU6enuHdI0IPqevWP { display:block; }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVKtwVkZD2PGRZlW7eTz1R3O4G4yT2Vp { top:6.0625rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#aVKtwVkZD2PGRZlW7eTz1R3O4G4yT2Vp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45a5ded3bdc9096dc412445efcf7a1aa.svg); }
 }@media only screen and (max-width: 763px) { #byTXJMQP7imEG7TE4Smvl9ahq5Fd74BD { top:0rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA { display:block; }#c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S80455npr4mXnUl70Mx6hO8ag0RyB6S6 { top:1.375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKOwVfvcxchKMMOl9MdnV8PWL6puJuzJ { width:36.9375rem;height:4.4375rem;top:7.8125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZRRmbOB0TxaOmOiT5nKpnyZHmnm5U91 { display:block; }
 }@media only screen and (max-width: 763px) { #t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH { display:block; }#t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuObU27tFcnlO4N4GGcTmCArWf3lc2Lk { width:24.5rem;height:13.5625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhST7cLfVMnlg7w7Ix6HLfIwg5ZUZUTB { width:24.6875rem;height:13.625rem;top:28.625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBhN5muk28n9JbrJDxfbbTxq4DO1LWpd { width:8.5625rem;height:1.6875rem;top:38.3125rem;left:35.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT3lzAVxpbaLX0fztRGTReaXWAML34el { width:9.6875rem;height:5.5rem;top:32.8125rem;left:34.36457824707rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #So2FD0DBmOzCDexeBysSINw9n1kfKMBo { width:15.875rem;height:4.125rem;top:6.25rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E89ZTeSlZ3lCOQvKzaoCZUxuPBSWcEfB { top:14.625rem;left:0rem;width:24.4375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr72QETrMZgHnEEIe0FkWxgbop9lpUFv { top:14.625rem;left:8rem;width:24.4375rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARgKvMoTzdEctowc5Ia52UbhiCqB7Va5 { top:28.625rem;left:0rem;width:24.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3zasE9xZykbLTwEhoXNE5o5x7xQmCdD { top:14.625rem;left:23.3125rem;width:24.4375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkagyLd5lKawWORJtapmS2wLyuVovwOz { top:3.75rem;left:24.0625rem;width:7.6875rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJfM6WisONBsfsUWVi3SHeqypBBZyKFE { top:0.6875rem;left:7.8125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skd802bxeLrI2CVCImFPQ7HPL2TemRhl { width:8.5625rem;height:1.6875rem;top:31.9375rem;left:34.92578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z { display:block; }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th2iuUcvMqdTPIMTTcmBmrPxBgkv9wGU { top:0.875rem;left:0rem;width:47.75rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVTuITZSKQXVdVSTH86UUQ6wdUth1oy6 { top:7.125rem;left:43.1875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR5BgTIuATfCtNHh3qog81yAuVl3Bpu8 { top:7.125rem;left:22.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBd9zOzEVuQq3JMqkN10Fz6oLJIUv1gb { top:8rem;left:19.375rem;width:11.125rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNxkF875OMFdAKzg5gWlf9sdXHBTJTlr { top:8rem;left:35.5rem;width:12.25rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF3CJpP9AvZgw02EkDODfUl4lBdU6p5u { top:7.875rem;left:0rem;width:10.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vaun6dufd61o8dEsssMLMHETBNqiMPfb { top:7.25rem;left:2.8125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQoU6oNwZ85lF5ggiznWQLHBGs6P5faT { top:2.0625rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTpFbdEwPTTPJnyDO86O2bvfFsqsmLo { top:21.4375rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#IHTpFbdEwPTTPJnyDO86O2bvfFsqsmLo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7561015687c22a67f0a6c13c655a8401.svg); }
 }@media only screen and (max-width: 763px) { #ZwTB0h0Q1bJPlMAoVRuMwiaaocHh4VOB { top:19.1875rem;left:0rem;width:21.25rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE { display:block; }#xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awDzoeW8zG1TTmcZq6yB8hcyo6KmU6wD { width:3.75rem;height:3.75rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aned9ghyRA4Ou6gN5mxn0q2UmtA49iZZ { width:3.75rem;height:1.75rem;top:30.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d59sedtrKKXbz4FdTX9cV4yC0d6wE4H7 { top:24.875rem;left:5.08203125rem;width:17.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVwD2PoZ8UXe1X9UTATuAM68qzSaSHKJ { top:26.3125rem;left:23.875rem;width:17.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtUIANTDgUZLAZd7zMUp84FERKpIndHV { width:13.375rem;height:13.375rem;top:18.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCgCoGS8qWsr5Zcz4IkBAT5uytZFn0e5 { width:3.75rem;height:3.75rem;top:29.3125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goi5aSuKIRuzymhdalgAtz9lBFSdzerv { width:3.75rem;height:1.75rem;top:30.375rem;left:20.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWy3gv1xrPS8u74QnH0OMqKX2ncBdyUe { width:9.0625rem;height:12.8125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIeakez4kN2KwHIkALUI7zmrRd5fJPTv { width:13.125rem;height:13.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #md5tqczf8GE43XVC59IcsEFTwzABem8n { top:8.8125rem;left:23.875rem;width:17.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8iPQFENT36zi4TG9MO2how8kAetOT7Z { width:13rem;height:13rem;top:3.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcC4xPT13WZmqN6cuKSl3MZZot0tT8xe { width:3.75rem;height:3.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsEG0ygdwhrg2mXwVpIllJ2IoirB4z2A { width:3.75rem;height:3.75rem;top:2.25rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXc0zUAv7ZwslF5BPTewpyrHklzkSoK4 { width:3.75rem;height:1.75rem;top:3.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8E7pTEsVL6p8o04F7KmK8EU9SnFonJI { width:17.0625rem;height:1.75rem;top:5.0625rem;left:5.42578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1vevT5Aw2U7zZ3HAD7y1sCWXMCWNUax { width:3.75rem;height:1.75rem;top:3.3125rem;left:20.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpfKEJWbk73m0P4IrRab5vy0zFVMR1cn { width:17.0625rem;height:1.75rem;top:5.0625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK5whnoPS7TWPMoT4C9EGfB5q3fTA5Gk { width:18.5rem;height:1.75rem;top:21.0625rem;left:4.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7FkISVur8tUvPo9LkCrfIhIKfechaCt { width:17.0625rem;height:1.75rem;top:21.0625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biDWci1lTCTWb9hZx0QUvzOTLNGDUCi8 { top:8.8125rem;left:5.08203125rem;width:17.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 { display:block; }#bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTgTH6JC0XNLH965Ok4GlX3r4P9t1A8J { top:2rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiNrLQqKMVPT5vUyeOL139FgTTRg1Az3 { top:9.1875rem;left:1.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSlU5pL8OCrDbdkzRw2pTqDgbM39Xhyg { top:9.75rem;left:2rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbmVpvFOSHxvhc5PDbbppCepkZcO80T4 { top:9.1875rem;left:22.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRyettFbK1iNWkwFVuN4oFhw52RLfWEz { top:9.75rem;left:22.6875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p33vqQVs9PQI4hqzJbTfHSQ0ZwZBwbTt { top:9.1875rem;left:43rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3aED2lF9raNPR7uONdTH0TpvNkUn9Hy { top:9.75rem;left:43.25rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdKUrJU5emb7ohmROC8IyDOcnpMz06eJ { top:9.125rem;left:10.125rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTTpQim9b8dntFxLWQpHydz8BIAGQUm { top:9.125rem;left:31.25rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv7An6ZnIdbphUtd9u1wrr8M9IafPXLi { top:15.5625rem;left:0rem;width:17.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1a9uIKhONNFsfxBK1DpAS25f8FkeMPy { width:17.0625rem;height:1.75rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1aXWfeK5KKeRHTa5uOoUxfCGLfIAtS6 { width:17.0625rem;height:1.75rem;top:13.8125rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqDlbPTK3sTtFarFvx2newsFZgQ13ffu { top:16.1875rem;left:16.1875rem;width:17.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONg3QTMlpNKHwOKL0PzPVZ3leHbldbKB { width:17.0625rem;height:1.75rem;top:13.8125rem;left:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6rib4BF9vboKA3SRPP59AD4ARXG4DlO { top:16.1875rem;left:29.8125rem;width:17.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTTpwzHEGKUIknHRvRa2zDO1TTpi8pyd { top:9.125rem;left:10.125rem;width:6.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwT2QHfG6m7oVy3aom3PveqTx2exg17y { display:block; }#iwT2QHfG6m7oVy3aom3PveqTx2exg17y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAbwu437UywquOQz8yNwxaEw8Rcqy5dd { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8ugn0LEetsRApnvLTMJAfLyc86vuD2r { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrXMchLVKsGF3vobW5yDCgJS7nDikXb7 { top:38.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGwpFOHtfrgbWHlzbVMutXk3TMpr3BqW { top:7.625rem;left:0rem;width:35.125rem;height:25.142513757003rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ2dW7lX5tX3uf8ImC9OB5K2t4ea0qJT { width:22.625rem;height:4.0625rem;top:27.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7uTTADVwd73nWPPhVzVvV6EyCOFQytD { display:block; }
 }@media only screen and (max-width: 763px) { #MVHo6HETe88t38VwJKontXsm0GecgfI2 { width:9rem;height:4.5rem;top:17rem;left:38.75rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIaAozVkLaPT857FkSEcACRowMg2nixb { width:12.375rem;height:;top:20.3125rem;left:25.84375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wViBKNuT5XWx88n0qSh7NLC3JxLcQHwV { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcJkI5wAMRpONo7NhS3Jp1WUiRFClTSN { top:37.8125rem;left:18.875rem;width:28.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1d017034JKE5UTrHlMnmsHiV5ldfxW9 { width:25.25rem;height:1.8125rem;top:18.5625rem;left:22.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV9mgZAFVVJXFT3Ckt9WFtrEmnWB14Ka { width:17.3125rem;height:;top:25.8125rem;left:30.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ { display:block; }#rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvNgVHk56pNDpWNgkHzO5TGwgNQaCgsf { top:1.6875rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB { display:block; }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVcgHT808TNtG415zbK7sAUaDdaWN6Ux { top:3.125rem;left:0rem;width:47.75rem;height:12.125rem;font-size:0.75rem;display:block; }#AVcgHT808TNtG415zbK7sAUaDdaWN6Ux li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ff53cfca3383a0d93b1afe04755648a.svg); }
 }@media only screen and (max-width: 763px) { #r9wKSAEkUtykhIRRwEqO70Obwqxo9fS8 { top:0.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJiC4qiOFtEfc1AnwwXVyC1fTZLgT20p { top:15.25rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb { display:block; }#DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdhPUFmc6wC51R4sw7BcoFy4Nx7BqDHx { top:6.3125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvHp0zJdKxESyquBnxWxkZ2p1WxDP9kH { top:6.3125rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSIuyotdvJxrC4gp1Pxxwrmua4sy74kF { top:20.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRnx66pFHQU9KahsvVTudRiDBs1oBvpK { top:20.5rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqhPm5EWR2y2t8rTqMVRwOTTT8byC2lz { top:14.1875rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcodgKSWVVrnK2RLc5gcTLdz9ze9b1bP { top:14.1875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTxqre8P5O8ToHwPDTFDmZ1ASu9PcEyN { top:1.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgUgEQRcBSOayuiurKDtD0EUFsUK5ikp { top:25.75rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NovaM0WEmmBX8Dl3qfoAaBFagor3RM1H { top:32.3125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEK7dCSlQNG06eu0gMsBXKhLM8SunFoN { top:25.75rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfrmPT2bVZXcQKAwg8vPKVdGo41XsMT5 { top:32.3125rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7U7lX92EirZVD4tDWOfrtSwsgxIbWVe { top:38.625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPeur76uTIPqlE6Hgx5HTxPpRBaKMX7p { top:38.625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5mBRBzfuaMDSHIpOTIbrsx36QhshiMI { top:43.25rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPA9R1G1T0KVaOT79yWbh29HPXUmsW2x { top:43.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un { display:block; }#nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBDoAkLoovTTeLZ6IlWoV5vsmTpBwEqS { width:31.5rem;height:;top:1.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQDNr69pN9dWKnLf1w3ngpFNhznocK1E { width:36.3125rem;height:28.5rem;top:5.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4xdNMAf98deFbBaUM0v3ykN2kLgTNTy { top:7.6875rem;left:26.3125rem;width:15.125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK8p0lJLDBmxc6HOERIaMEUU1PeDxMUd { top:4.0625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { top:1.25rem;left:30.1875rem;width:17.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG { display:block; }#qVJ1S8C4IoDPvPFJycTxmuROO4kVcpXG > .row .container { width:20rem;height:14.7495rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxoDhRP7r4m3ZXVCcHpqcO2Kqzb6ApLX { width:19.9995rem;height:1.23698125rem;top:1.0810546875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #h9xupWAlpPKtWgO28gsDXorbJX3m47ZH { width:16rem;height:11.375rem;top:3.375rem;left:4rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hQbkO1ndbftOW4sqOTotHzOOOclvX1OL { width:12.375rem;height:2.74805rem;top:2.314453125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { background-color:#f9f9f9;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; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDBRKbhJ88PrORPWSduISEluTvCtlUxC { width:19.8125rem;height:3.5625rem;top:15.5625rem;left:0.125rem;z-index:15011;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPxavkuqOK2Zk0CgpkCmNztzDgpldobB { display:block; }
 }@media only screen and (max-width: 763px) { #QL7f6LUmmAZsng7BGDsDRIvOfd6BOyiU { width:19.9995rem;height:12.744125rem;top:0.93603515625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C1v288ifTCVvA5IlgJmGHWums1ui6fJ3 { width:20rem;height:1.250975rem;top:19.625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAC4y25lHvEXkKPa2rVF96STcSVAHTCG { display:block; }#nAC4y25lHvEXkKPa2rVF96STcSVAHTCG > .row .container { width:20rem;height:3.21826171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyKsm7X3X93N9vEOUoGLzF5LtITRKtML { width:20rem;height:3rem;top:0.21875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 { display:block; }#L1aaZgPf8XE5VmakWKwoqfTlOveor2P5 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT9ITPXD065iAfDp2MvC10hXnTFpFqiH { width:19.0625rem;height:10.75rem;top:0.5625rem;left:0.46875005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdDSpPiP0oflRrdqhMw9FwBVvLLb34ii { width:11.875rem;height:10.625rem;top:2rem;left:0.46875005960464rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #iXGdTVJ44RJ0dZ8C3GnU2U8sQ9IC3i5b { width:6.9375rem;height:6.6875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T { display:block; }#baxHQOCkw2nTcOIPqnu4EIPqFVQgWC7T > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2b3m5R0yG86bpHlRCxku2UIhmI1Klhq { width:19.9375rem;height:22.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhZPikhmniNFuUsnU6enuHdI0IPqevWP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f9f9f9);background-image: -moz-linear-gradient(180deg, #ffffff, #f9f9f9);background-image: -ms-linear-gradient(180deg, #ffffff, #f9f9f9);background-image: -o-linear-gradient(180deg, #ffffff, #f9f9f9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9' );";background-image: linear-gradient(180deg, #ffffff, #f9f9f9);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;display:block; }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row .container { background-color: transparent; background-image: none; }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row .container > .video-iframe-container { display: none; }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row > .video-iframe-container { display: none; }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .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); }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row .container { border-width: 0; border-radius: 0; }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhZPikhmniNFuUsnU6enuHdI0IPqevWP > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVKtwVkZD2PGRZlW7eTz1R3O4G4yT2Vp { width:19.9375rem;height:33.108375rem;top:3.0000009536743rem;left:0rem;font-size:0.75rem;z-index:15009;line-height:1.7;display:block; }#aVKtwVkZD2PGRZlW7eTz1R3O4G4yT2Vp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45a5ded3bdc9096dc412445efcf7a1aa.svg); }
 }@media only screen and (max-width: 763px) { #byTXJMQP7imEG7TE4Smvl9ahq5Fd74BD { width:20rem;height:3rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA { display:block; }#c7p64ri9SRr1Ha6Cl8Dv40Vv1sAuydZA > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S80455npr4mXnUl70Mx6hO8ag0RyB6S6 { width:19.9995rem;height:6.375rem;top:1.24951171875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15014;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UKOwVfvcxchKMMOl9MdnV8PWL6puJuzJ { width:19.5615rem;height:3.75rem;top:8.83740234375rem;left:0.21826171875rem;z-index:15011;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZRRmbOB0TxaOmOiT5nKpnyZHmnm5U91 { display:block; }
 }@media only screen and (max-width: 763px) { #t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH { display:block; }#t6s4I9oubHBOBdyqEcwcxtRxB7TIxhmH > .row .container { width:20rem;height:111.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuObU27tFcnlO4N4GGcTmCArWf3lc2Lk { width:19.75rem;height:13.625rem;top:3.375rem;left:0.24869793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhST7cLfVMnlg7w7Ix6HLfIwg5ZUZUTB { width:19.75rem;height:8rem;top:60.250000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBhN5muk28n9JbrJDxfbbTxq4DO1LWpd { width:8.5625rem;height:1.57470625rem;top:66.187507629394rem;left:5.8424482345581rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RT3lzAVxpbaLX0fztRGTReaXWAML34el { width:9.6875rem;height:4.06055rem;top:62.218752622604rem;left:4.80078125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #So2FD0DBmOzCDexeBysSINw9n1kfKMBo { width:19.75rem;height:1.375rem;top:1rem;left:0.18619793653488rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E89ZTeSlZ3lCOQvKzaoCZUxuPBSWcEfB { width:19.75rem;height:13.5625rem;top:31.750007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr72QETrMZgHnEEIe0FkWxgbop9lpUFv { width:19.75rem;height:27.625rem;top:68.8125038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARgKvMoTzdEctowc5Ia52UbhiCqB7Va5 { width:19.75rem;height:13.5625rem;top:46.000002861023rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3zasE9xZykbLTwEhoXNE5o5x7xQmCdD { width:19.75rem;height:13.5625rem;top:97.1874961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkagyLd5lKawWORJtapmS2wLyuVovwOz { width:2.375rem;height:2.375rem;top:4.1875rem;left:12.03125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #cJfM6WisONBsfsUWVi3SHeqypBBZyKFE { width:19.75rem;height:13.5625rem;top:17.625001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skd802bxeLrI2CVCImFPQ7HPL2TemRhl { width:8.5625rem;height:1.57470625rem;top:61.321615934372rem;left:5.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z { background-color:#f9f9f9;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; }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row .container { background-color: transparent; background-image: none; }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row .container > .video-iframe-container { display: none; }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row > .video-iframe-container { display: none; }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .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); }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row .container { border-width: 0; border-radius: 0; }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nWs4FK2hCM3Tx5psNz90XnGMdmGNoM1z > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th2iuUcvMqdTPIMTTcmBmrPxBgkv9wGU { width:18.3125rem;height:38.625rem;top:1.70654296875rem;left:0.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVTuITZSKQXVdVSTH86UUQ6wdUth1oy6 { display:flex;width:3.375rem;height:3.375rem;top:15.63720703125rem;left:1.20703125rem; }
 }@media only screen and (max-width: 763px) { #MR5BgTIuATfCtNHh3qog81yAuVl3Bpu8 { display:flex;width:3.624025rem;height:3.624025rem;top:10.85009765625rem;left:1.0810546875rem; }
 }@media only screen and (max-width: 763px) { #MBd9zOzEVuQq3JMqkN10Fz6oLJIUv1gb { width:13.4375rem;height:5.09765625rem;top:8.72265625rem;left:5.375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZNxkF875OMFdAKzg5gWlf9sdXHBTJTlr { width:13.0625rem;height:5.09765625rem;top:13.821613311767rem;left:5.5625002980232rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tF3CJpP9AvZgw02EkDODfUl4lBdU6p5u { width:13.0625rem;height:4.5rem;top:4.87109375rem;left:5.6875002980232rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vaun6dufd61o8dEsssMLMHETBNqiMPfb { display:flex;width:3.375rem;height:3.375rem;top:6.70703125rem;left:1.4583333134651rem; }
 }@media only screen and (max-width: 763px) { #WQoU6oNwZ85lF5ggiznWQLHBGs6P5faT { width:17.8125rem;height:3rem;top:2.70703125rem;left:1.0937500596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHTpFbdEwPTTPJnyDO86O2bvfFsqsmLo { width:17.7495rem;height:17.5034375rem;top:22.12353515625rem;left:1.12353515625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;color:#000000;line-height:1.7;display:block; }#IHTpFbdEwPTTPJnyDO86O2bvfFsqsmLo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7561015687c22a67f0a6c13c655a8401.svg); }
 }@media only screen and (max-width: 763px) { #ZwTB0h0Q1bJPlMAoVRuMwiaaocHh4VOB { width:10.6875rem;height:1.74913125rem;top:20.37451171875rem;left:2.3115234375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE { display:block; }#xubJP3TqtuRKTGmeLhIKEkqcP1utqpsE > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awDzoeW8zG1TTmcZq6yB8hcyo6KmU6wD { width:3.75rem;height:3.75rem;top:38.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aned9ghyRA4Ou6gN5mxn0q2UmtA49iZZ { width:3.75rem;height:1.7871125rem;top:39.9375rem;left:5.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d59sedtrKKXbz4FdTX9cV4yC0d6wE4H7 { width:19.4375rem;height:3.59911875rem;top:53.125rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QVwD2PoZ8UXe1X9UTATuAM68qzSaSHKJ { width:20rem;height:3.59911875rem;top:72.75rem;left:0.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RtUIANTDgUZLAZd7zMUp84FERKpIndHV { width:10.6875rem;height:10.6875rem;top:59.312503814698rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCgCoGS8qWsr5Zcz4IkBAT5uytZFn0e5 { width:3.75rem;height:3.75rem;top:57.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goi5aSuKIRuzymhdalgAtz9lBFSdzerv { width:3.75rem;height:1.7871125rem;top:58.5rem;left:4.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DWy3gv1xrPS8u74QnH0OMqKX2ncBdyUe { width:7.5625rem;height:10.5625rem;top:39.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIeakez4kN2KwHIkALUI7zmrRd5fJPTv { width:10.5rem;height:10.5rem;top:1.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #md5tqczf8GE43XVC59IcsEFTwzABem8n { width:20rem;height:3.59911875rem;top:33.25rem;left:0.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #o8iPQFENT36zi4TG9MO2how8kAetOT7Z { width:10.375rem;height:10.375rem;top:19.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcC4xPT13WZmqN6cuKSl3MZZot0tT8xe { width:3.75rem;height:3.75rem;top:1.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsEG0ygdwhrg2mXwVpIllJ2IoirB4z2A { width:3.75rem;height:3.75rem;top:19.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXc0zUAv7ZwslF5BPTewpyrHklzkSoK4 { width:3.75rem;height:1.7871125rem;top:2.5rem;left:4.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8E7pTEsVL6p8o04F7KmK8EU9SnFonJI { width:17.125rem;height:1.4003875rem;top:12.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1vevT5Aw2U7zZ3HAD7y1sCWXMCWNUax { width:3.75rem;height:1.7871125rem;top:20.125rem;left:4.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpfKEJWbk73m0P4IrRab5vy0zFVMR1cn { width:17.0625rem;height:1.4003875rem;top:31.5rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GK5whnoPS7TWPMoT4C9EGfB5q3fTA5Gk { width:18.5rem;height:1.4003875rem;top:51.375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7FkISVur8tUvPo9LkCrfIhIKfechaCt { width:17.0625rem;height:1.4003875rem;top:71rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biDWci1lTCTWb9hZx0QUvzOTLNGDUCi8 { width:19rem;height:3.59911875rem;top:14.3359375rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 { display:block; }#bCmlVQpZWr4lFo7KcrNxOOLNwaSKnBh5 > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTgTH6JC0XNLH965Ok4GlX3r4P9t1A8J { width:20rem;height:3.8994125rem;top:0.55598831176758rem;left:0rem;font-size:1.5rem;color:#8f7166;display:block; }
 }@media only screen and (max-width: 763px) { #aiNrLQqKMVPT5vUyeOL139FgTTRg1Az3 { width:2.9375rem;height:2.9375rem;top:4.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSlU5pL8OCrDbdkzRw2pTqDgbM39Xhyg { width:2.5rem;height:1.62435rem;top:5.625rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbmVpvFOSHxvhc5PDbbppCepkZcO80T4 { width:2.9375rem;height:2.9375rem;top:15.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRyettFbK1iNWkwFVuN4oFhw52RLfWEz { width:2.5rem;height:1.62435rem;top:15.9375rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p33vqQVs9PQI4hqzJbTfHSQ0ZwZBwbTt { width:2.9375rem;height:2.9375rem;top:25.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3aED2lF9raNPR7uONdTH0TpvNkUn9Hy { width:2.5rem;height:1.62435rem;top:26.1875rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdKUrJU5emb7ohmROC8IyDOcnpMz06eJ { width:2.875rem;height:1.4375rem;top:16.125rem;left:5.26953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTTpQim9b8dntFxLWQpHydz8BIAGQUm { width:2.9375rem;height:1.375rem;top:26.46875rem;left:5.26953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv7An6ZnIdbphUtd9u1wrr8M9IafPXLi { width:20rem;height:4.798825rem;top:10.023438453674rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #V1a9uIKhONNFsfxBK1DpAS25f8FkeMPy { width:17.0625rem;height:1.4003875rem;top:8.625rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1aXWfeK5KKeRHTa5uOoUxfCGLfIAtS6 { width:17.0625rem;height:1.4003875rem;top:19.578125953674rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqDlbPTK3sTtFarFvx2newsFZgQ13ffu { width:19.6875rem;height:3.59911875rem;top:21.625000953674rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ONg3QTMlpNKHwOKL0PzPVZ3leHbldbKB { width:17.0625rem;height:1.4003875rem;top:29.437500953674rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6rib4BF9vboKA3SRPP59AD4ARXG4DlO { width:19.875rem;height:3.59911875rem;top:31.493489265442rem;left:0.125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VTTpwzHEGKUIknHRvRa2zDO1TTpi8pyd { width:2.875rem;height:1.4375rem;top:5.6875rem;left:5.26953125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #iwT2QHfG6m7oVy3aom3PveqTx2exg17y { display:block; }#iwT2QHfG6m7oVy3aom3PveqTx2exg17y > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAbwu437UywquOQz8yNwxaEw8Rcqy5dd { width:20rem;height:3.9388rem;top:0.828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8ugn0LEetsRApnvLTMJAfLyc86vuD2r { width:20rem;height:2.5986375rem;top:5.43359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:var(--paragraphs-font-family);color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HrXMchLVKsGF3vobW5yDCgJS7nDikXb7 { width:1.2495125rem;height:1.2495125rem;top:38.3876953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGwpFOHtfrgbWHlzbVMutXk3TMpr3BqW { width:19.9995rem;height:14.3144375rem;top:9.1916236877444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ2dW7lX5tX3uf8ImC9OB5K2t4ea0qJT { width:17.375rem;height:4.1875rem;top:31.75rem;left:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7uTTADVwd73nWPPhVzVvV6EyCOFQytD { display:block; }
 }@media only screen and (max-width: 763px) { #MVHo6HETe88t38VwJKontXsm0GecgfI2 { width:8.375rem;height:3.16845625rem;top:25.5rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:2.4375rem;color:#6f2c0b;display:block; }
 }@media only screen and (max-width: 763px) { #WIaAozVkLaPT857FkSEcACRowMg2nixb { width:15.75rem;height:1.05615rem;top:23.4375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wViBKNuT5XWx88n0qSh7NLC3JxLcQHwV { width:18.8125rem;height:2.67626875rem;top:37.677083969116rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcJkI5wAMRpONo7NhS3Jp1WUiRFClTSN { width:20rem;height:1.55729375rem;top:41.083333969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1d017034JKE5UTrHlMnmsHiV5ldfxW9 { width:11.375rem;height:2.76041875rem;top:24.4375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV9mgZAFVVJXFT3Ckt9WFtrEmnWB14Ka { width:17.375rem;height:1.13671875rem;top:30rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ { display:block; }#rMLvdZfwT4zOVf22AOw4gzrsLIdZgimQ > .row .container { width:20rem;height:5.872559375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvNgVHk56pNDpWNgkHzO5TGwgNQaCgsf { width:19.9995rem;height:3.73535rem;top:2.138671875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB { background-color:#f9f9f9;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; }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row .container { background-color: transparent; background-image: none; }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row .container > .video-iframe-container { display: none; }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row > .video-iframe-container { display: none; }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .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); }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row .container { border-width: 0; border-radius: 0; }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syNdilMEcP5RKXzxQUuSVqGdrNHd2eDB > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVcgHT808TNtG415zbK7sAUaDdaWN6Ux { width:20rem;height:15.917rem;top:3.4466152191162rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#000000;line-height:1.7;display:block; }#AVcgHT808TNtG415zbK7sAUaDdaWN6Ux li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ff53cfca3383a0d93b1afe04755648a.svg); }
 }@media only screen and (max-width: 763px) { #r9wKSAEkUtykhIRRwEqO70Obwqxo9fS8 { width:20rem;height:3.44835rem;top:0rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wJiC4qiOFtEfc1AnwwXVyC1fTZLgT20p { width:19.9995rem;height:3.8232375rem;top:19.3623046875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#000000;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb { display:block; }#DmuG7h7tRtJ8mu4cttcJHVSpZgLcRxpb > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdhPUFmc6wC51R4sw7BcoFy4Nx7BqDHx { display:flex;width:2.4375rem;height:2.4375rem;top:4.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HvHp0zJdKxESyquBnxWxkZ2p1WxDP9kH { width:16.8125rem;height:9.59764375rem;top:4.9375rem;left:3.1875rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GSIuyotdvJxrC4gp1Pxxwrmua4sy74kF { width:17rem;height:5.99853125rem;top:24.5rem;left:3rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #rRnx66pFHQU9KahsvVTudRiDBs1oBvpK { display:flex;width:2.5625rem;height:2.5625rem;top:24.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cqhPm5EWR2y2t8rTqMVRwOTTT8byC2lz { width:17rem;height:8.39795rem;top:15.1875rem;left:3rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lcodgKSWVVrnK2RLc5gcTLdz9ze9b1bP { display:flex;width:2.5625rem;height:2.5625rem;top:15.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kTxqre8P5O8ToHwPDTFDmZ1ASu9PcEyN { width:20rem;height:3.29948125rem;top:0.59244918823242rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WgUgEQRcBSOayuiurKDtD0EUFsUK5ikp { width:16.8125rem;height:8.39795625rem;top:31.0625rem;left:3.125rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NovaM0WEmmBX8Dl3qfoAaBFagor3RM1H { display:flex;width:2.5625rem;height:2.5625rem;top:40.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wEK7dCSlQNG06eu0gMsBXKhLM8SunFoN { display:flex;width:2.5625rem;height:2.5625rem;top:31.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sfrmPT2bVZXcQKAwg8vPKVdGo41XsMT5 { width:16.8125rem;height:5.99853125rem;top:40.1875rem;left:3.125rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #f7U7lX92EirZVD4tDWOfrtSwsgxIbWVe { display:flex;width:2.5625rem;height:2.5625rem;top:47.121086120606rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qPeur76uTIPqlE6Hgx5HTxPpRBaKMX7p { width:16.75rem;height:3.59911875rem;top:47.119791984558rem;left:3.125rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #x5mBRBzfuaMDSHIpOTIbrsx36QhshiMI { display:flex;width:2.5625rem;height:2.5625rem;top:52.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tPA9R1G1T0KVaOT79yWbh29HPXUmsW2x { width:16.9375rem;height:4.798825rem;top:52.125rem;left:3.0625rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un { display:block; }#nWUy1yPiMxl8ptU2gAN62aMgRhQHi5Un > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBDoAkLoovTTeLZ6IlWoV5vsmTpBwEqS { width:20rem;height:1.375rem;top:1.4375076293945rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQDNr69pN9dWKnLf1w3ngpFNhznocK1E { width:20rem;height:29.9926625rem;top:14.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #l4xdNMAf98deFbBaUM0v3ykN2kLgTNTy { width:6.4995rem;height:9.1875rem;top:4.1865234375rem;left:6.74853515625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PK8p0lJLDBmxc6HOERIaMEUU1PeDxMUd { width:12.5rem;height:0.125rem;top:2.76953125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { background-color:#8f7166;background-image:none;display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { width:17.1875rem;height:0.9746125rem;top:1.1875rem;left:1.4062501192093rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }