.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:118,142,179;--color-primary-4:19,29,51;--color-secondary-0:244,244,227;--color-secondary-1:223,223,172;--color-secondary-2:202,201,116;--color-secondary-3:225,167,82;--color-secondary-4:40,40,23;--color-tertiary-0:255,255,255;--color-tertiary-1:98,88,91;--color-tertiary-2:72,72,72;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"HAKA";--paragraphs-font-family:"HAKA"; }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); }#QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e0dd;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 > .row .container { background-color: transparent; background-image: none; }#QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 > .row .container > .video-iframe-container { display: none; }#QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 > .row > .video-iframe-container { display: none; }#QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 > .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); }#QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 > .row .container { border-width: 0; border-radius: 0; }#QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#ZqKfCgBH0hHpJtdnc6owGTTTvcI8rLee { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:44.75rem;height:1.125rem;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;text-align:center;text-align-last:center;display:block; }
#h00FilWqad5HkpMlATEoSaMgkKaLJX3F { color:rgba(var(--color-tertiary-2),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8125rem;left:24.6875rem;height:1.125rem;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;text-align:center;text-align-last:center;display:block; }
#emgp1wEv34XOSBz8PHnQXGXsU4o9CWvW { color:rgba(var(--color-tertiary-2),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8125rem;left:34.1875rem;height:1.125rem;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;text-align:center;text-align-last:center;display:block; }
#JefvmRnNniUu7yDs3XE9qhbBW3S8rCed { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8750001192093rem;left:63rem;height:1.1875rem;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;text-align:right;text-align-last:right;display:block; }
#lzkd7TdTW5JginD1STVrGFdZagJSy6Kt { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:1.7500001192093rem;left:63.4375rem;display:block; }
#ldygXxJ7AarwzTlvvTmc5tqTfrKrczpq { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:-57.5rem;display:none; }
#u0T8DwOGPWaqLkm9pKUFVcxWcv3sSzf1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cKJcEfBThi0sEH7e2DdTFlJr1yNmkwzI { background-color:#e2dfdd;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffe045;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.1875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.2500000596046rem;left:62.0625rem;display:block; }
#NFra5OG5W8SiLHXXCeaXawplED4LqCRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ifHuWLK05VvUZTcsgpHzyLb0VR3Ln3Vd { color:rgba(var(--color-tertiary-2),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:39.75rem;height:1.125rem;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;text-align:center;text-align-last:center;display:block; }
#bwuUyTh3F60gGT5VIGH93i9VEp3d5FDl { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.875rem;top:0.87239587306975rem;left:2.3112030029297rem;overflow:hidden;display:block; }
#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn { position:relative;display:block; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn { background-color: transparent; background-image: none; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .row .container > .video-iframe-container { display: none; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .row > .video-iframe-container { display: none; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .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); }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn { border-width: 0; border-radius: 0; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .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; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .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:19.4375rem;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; }#MKruBgp7TSIdGBTxIQ4HVGn98hUiRZmB { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:14.3125rem;left:2.9375rem;height:;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; }
#zNLtdOQF2cNMwQarLXGUEreHTdaLO3J4 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:11.375rem;left:2.9375rem;height:2.25rem;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; }
#xTIMpBwVH86y2gKrqg55ZAUIF5zZsn9e { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:2.9375rem;top:15.561198234558rem;left:72.063812255863rem;display:block; }
#PIL2EJuXHOmCRizDhUiHkrndS8CpN7HT { position:absolute;display:block;z-index:14998;background-color:rgba(56,56,56,0.34);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.25rem;width:7.25rem;top:18.746205329895rem;left:63.079428672788rem;display:none; }
#bRvUh8h1GriS7h2Er8SpL2XiFlmcE6zi { position:absolute;display:block;z-index:15019;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:8.686rem;width:8.686rem;top:16.75rem;left:61.6875rem;overflow:hidden;display:none; }
#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { z-index:auto;position:relative;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/48cf3585-c9ca-4948-b9f6-e7e5ef2e2024/cubiqokueche7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container.lazyloading { background-image: none; }#DGo0Cgr4wTMBwWIDKV1PwRX76GXBJpiT { position:absolute;display:block;z-index:15035;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.4375rem;width:3.125rem;top:31.3125rem;left:54.75rem;overflow:hidden;display:none; }
#FOI6EHPwx1N6qU2zHUB3F97xvf8NzBgs { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.0625rem;top:31.375rem;left:54.875rem;overflow:hidden;display:none; }
#mpU9IymPTopFpZZzl7duHQFBGTSRmUfc { 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:10.125rem;width:8.5rem;top:24.65625rem;left:25.1875rem;overflow:hidden;display:none; }
#MJQSF88uUoF7ytfg5hIkDzci8b02fQxP { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.56185rem;top:31.8125rem;left:44.9375rem;overflow:hidden;display:none; }
#LvHFNta5cvohTCT4wXXwKipTlDSJEmOA { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:33.0625rem;left:48.0625rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ODpr1WFQM8i7lKP9Z79fTQcPhaiaXeFr { box-sizing:content-box;color:#eaca2f;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:31.6875rem;left:47.6875rem;display:none; }
#s08TfutgUhO73FMGKgHDRzuw6qXNOCTD { box-sizing:content-box;color:#eaca2f;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:31.6875rem;left:48.75rem;display:none; }
#woCJoslNho3ZTUgtOLZdyf9VHg0dm4NT { box-sizing:content-box;color:#eaca2f;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:31.6875rem;left:49.8125rem;display:none; }
#TNmQgWkuEsGxStnFP9ffgm7o6hwoTBRS { box-sizing:content-box;color:#eaca2f;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:31.6875rem;left:50.875rem;display:none; }
#a5vL9xGeE8yFS9BEvl9TsmPnNStSmXcL { box-sizing:content-box;color:#eaca2f;font-size:1rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:31.6884765625rem;left:51.9375rem;display:none; }
#qhsxrg2PLSsNz95GFQOpo48qkUbbgR0K { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5625rem;width:2.9375rem;top:-1.0208320617676rem;left:0rem;display:block; }
#b6BsksPF51r1IMllz7ITEr73BTehE7E3 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),0.11);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.3125rem;width:6.3125rem;top:23.3125rem;left:44.020835876465rem;display:block; }
#xoUVgKHJneWdCJiED7HcfQLf4DFFDk1I { position:absolute;display:block;z-index:14997;background-color:#e3e0dd;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:31.5rem;width:22.875rem;top:0rem;left:52.125rem;display:block; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-form-header {  }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:16.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.5625rem;box-sizing:border-box;height:2.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;overflow:hidden;font-family:"helvetica neue thin";vertical-align:top;font-weight:400;font-style:normal; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-text {padding-top: 0; padding-bottom: 0;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.5625rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;overflow:hidden;font-family:"helvetica neue thin";vertical-align:top;font-weight:400;font-style:normal; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-select {padding-top: 0; padding-bottom: 0;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:16.5625rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal;line-height:1.1; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU [class*="-text"]:-moz-placeholder { color:#828282;font-family:"helvetica neue thin";font-size:0.875rem;font-weight:400;font-style:normal; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU [class*="-text"]::-moz-placeholder { color:#828282;font-family:"helvetica neue thin";font-size:0.875rem;font-weight:400;font-style:normal; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU [class*="-text"]:-ms-input-placeholder { color:#828282;font-family:"helvetica neue thin";font-size:0.875rem;font-weight:400;font-style:normal; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU [class*="-text"]::-webkit-input-placeholder { color:#828282;font-family:"helvetica neue thin";font-size:0.875rem;font-weight:400;font-style:normal; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.625rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:15.3125rem;overflow:hidden;font-style:normal;float:none; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-container:first-of-type{padding-top:0;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-container:last-of-type{padding-bottom:0;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.96875rem;left:54.03125rem; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.5625rem;display:block;vertical-align:top; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU {display:block;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.96875rem;left:54.03125rem; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #SMdnm3iqw6JwaW8evPPZ3clw58VSnGnT { position:relative; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #qINmRXeGuSz4ilnBLLDQF5bvf0MJWcXz { position:relative;display:none; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #yd53D0xd1eyyJHk1NF9W9yvND9U2M1rq { position:relative; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #F7no5ueXTeZBnlCz8VNndVXX9AwdZK4D { position:relative; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #AodO52Qs9ffUZz1hyNHcIvseAHR2xhh5 { position:relative;display:none; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #W68Ny9rwLMBVK2Fa0T39y8BkJtLTqpqe { position:relative; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #LmvcQ2UVpa2mFbqs420PuedVkeQENbSy { position:relative; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #cGgwIzKNu3vsDtignGt3dLC5a4wTSDSp { position:relative;display:none; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #B3atk20AsMmOEcpecbezTlf5DtFzxLrk { position:relative; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #AdPfaotAqkriT3kVvkIvzm2TTam1IALk { position:relative; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #grKzftrgDtW23JGDga747EXzHZxAiXx3 { position:relative;display:none; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #UI6PTr9yhugk4iT5cvvMhK8b430inVzz { position:relative; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #RTNqnz5Mo8bC85piimLXC4gcyQSWiQ5z { position:relative; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #slzMR4QtBAHRynVyfdBpsklVV1dkEhkX { position:relative;z-index:2; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #B5OVr5HqWAw8wT2k0TCtn6hr9WnzgEXv { position:relative; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #t1NtlLQglOJspBWbpmIpEQ41VBGDUTV3 { position:relative; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #TT6QRbHe4XJFOX88SkPfAXkqH8UGN0uW { position:relative; }
#qiQAbM0loTkefCkkffVhICBLTkvSssQd { position:absolute;display:block;z-index:15019;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:6.9375rem;width:6.9375rem;top:23rem;left:43.708335876465rem;overflow:hidden;display:block; }
#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { background-color: transparent; background-image: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .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); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { border-width: 0; border-radius: 0; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#VbyaqG4PyxbHFtaNLq11fG5EqEEbrMly { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.9375rem;height:4rem;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;text-align:left;text-align-last:left;display:block; }
#PXqTpcknAdfy1o3muX9EB33snygMaXJi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:16.03125rem;left:46.3125rem;height:13.5rem;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; }
#t9iqlklGkeVGnsUq7c0milkCI15VVvQA { 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:10.125rem;width:20.875rem;top:5.65625rem;left:42.5rem;overflow:hidden;display:none; }
#AlmRb5igLlxfGWlkHMHWTJ6eOOk45pRX { 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:27.3125rem;width:41rem;top:16.030817031861rem;left:2.9372825622559rem;overflow:hidden;display:block; }
#FTA7ceo7gDJ0aIo5TLVFz1xQx9Hgs0I6 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.1875rem solid #e3e0dd;border-left:0;border-right:0.1875rem solid #e3e0dd;border-bottom:0.1875rem solid #e3e0dd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:35.75rem;top:5.25rem;left:0rem;display:block; }
#UKRnO21yexceXbwoVZdT3fD2TfRW1z56 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:32.21875rem;left:50.208335876465rem;height:3rem;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; }
#wnTzBIlXi5DOf08zXxtoO8OLiZpg0z35 { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:32.34375rem;left:46.3125rem;overflow:hidden;display:block; }
#LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e0dd;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; }#LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU > .row .container { background-color: transparent; background-image: none; }#LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU > .row .container > .video-iframe-container { display: none; }#LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU > .row > .video-iframe-container { display: none; }#LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU > .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); }#LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU > .row .container { border-width: 0; border-radius: 0; }#LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#ZJk04UWfXvIzFewKe3PedEXZCaciCczX { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:14.9375rem;height:;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;text-align:center;text-align-last:center;display:block; }
#U0PH7IRu6bdBInTDxbVrrwct8W9ztpU1 { color:#010f22;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11rem;left:24.875rem;height:1.5rem;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;text-align:center;text-align-last:center;display:block; }
#z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e0dd;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; }#z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC > .row .container { background-color: transparent; background-image: none; }#z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC > .row .container > .video-iframe-container { display: none; }#z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC > .row > .video-iframe-container { display: none; }#z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC > .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); }#z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC > .row .container { border-width: 0; border-radius: 0; }#z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#cDFXrv9gpCRKfpcZJxAZncsaXGRTltXU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.5;letter-spacing:0;top:11.1875rem;left:58.0625rem;height:3.0625rem;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; }
#JvA5CwnSI8wyxsqkXGluPx2QyXg3yCSU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.5;letter-spacing:0;top:19.5rem;left:32.9375rem;height:1.5625rem;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; }
#TlWaSUhPDslAVEq3B9iZB9f7XR8hpFcH { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:11.1875rem;left:32.9375rem;height:3.125rem;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; }
#gaHmfESNlaaGIx0kLmtFzS7sTuT3Wh31 { color:#010f22;display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:11.9375rem;left:8rem;height:1.5625rem;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; }
#mACE037ztcTMIQhNJeyWQ1KkWV0FrMSB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:4.1875rem;left:32.9375rem;height:3.0625rem;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; }
#R9MSLSANI6hEvxml9xr1A4y8mVrX3wHl { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:4.1875rem;left:58.0625rem;height:3.0625rem;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; }
#mvLMpOWnOhoRAew2sOxATU1vghUrWez8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:4.9375rem;left:8rem;height:1.5625rem;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; }
#XoFTbvhbe7SMwGDMRxfO3iTQ6gyMA2Oq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:19.5rem;left:8rem;height:1.5625rem;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; }
#zvwlBFSLUs5EibWSI79moUpEyXCwGnLT { position:absolute;display:block;z-index:15076;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:3.125rem;top:4.3112030029297rem;left:3.2487030029297rem;overflow:hidden;display:block; }
#AfzgorkGRAenvBEdg33dg8LGsM4z9ciw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15075;line-height:1.5;letter-spacing:0;top:19.5rem;left:58.0625rem;height:1.5625rem;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; }
#iOqSsqp3Z84bq13vokE2MHcqM6axqRu3 { position:absolute;display:block;z-index:15077;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:3.125rem;top:18.71745300293rem;left:53.43620300293rem;overflow:hidden;display:block; }
#sbFilCqUByquIZXc0XQaSBIQ88irlCdI { position:absolute;display:block;z-index:15078;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:3.125rem;top:11.1875rem;left:53.375rem;overflow:hidden;display:block; }
#RdQshmx5NcX3Epe41clwoQEQyMyU6U9t { position:absolute;display:block;z-index:15079;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:3.125rem;top:4.28125rem;left:53.37370300293rem;overflow:hidden;display:block; }
#K5qlD3cuGsg4FPDL4pWcQfLWxHMz7R1S { position:absolute;display:block;z-index:15080;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:3.125rem;top:18.749996185302rem;left:28.31120300293rem;overflow:hidden;display:block; }
#tW6AvJwAPBwL0ykF7IomX1vgZ3zZrZ6P { position:absolute;display:block;z-index:15081;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:3.125rem;top:11.18620300293rem;left:28.31120300293rem;overflow:hidden;display:block; }
#AR53h2WgFKIfUzW1VxW0vDzfe48lt6pC { position:absolute;display:block;z-index:15082;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:3.125rem;top:4.28125rem;left:28.312282562256rem;overflow:hidden;display:block; }
#JVJnZmJwoxhCMGNBKLifBZJtoLHRvBPr { position:absolute;display:block;z-index:15083;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:3.125rem;top:18.750001907349rem;left:3.3120651245117rem;overflow:hidden;display:block; }
#ZoVdqLJCIJWZJGH7NKm72gMTRNNurVVr { position:absolute;display:block;z-index:15084;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:3.125rem;top:11.1875rem;left:3.3125rem;overflow:hidden;display:block; }
#UpoSriO0eyh4Bw5dMTH8RwiWF2JtR8qd { position:absolute;display:block;z-index:15045;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.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:18.3125rem;left:2.9375rem;display:block; }
#NPahdErPwvhCCQ9UxCz7utWO0G7dA6uG { position:absolute;display:block;z-index:15046;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.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:10.75rem;left:2.9375rem;display:block; }
#tNu8C93sJGAUKmUzQSF1XBGFdM5uiSz4 { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.8125rem;left:2.9375rem;display:block; }
#WutayWIHlVVMXsthx1HPksnxDcVXTpyH { position:absolute;display:block;z-index:15047;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.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:18.25rem;left:27.875rem;display:block; }
#pZNhNWLo4Wcx6V2WMf0WH0azxaTF9PGu { position:absolute;display:block;z-index:15048;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.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:10.75rem;left:27.875rem;display:block; }
#ClQOLzO8HwKmRrDwrMo6LZP0ZQyaKgme { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.8125rem;left:27.8125rem;display:block; }
#DFSE2KbtuL7OmGLrDn1JVR2eAwPJgqDT { position:absolute;display:block;z-index:15048;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.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:18.25rem;left:52.9375rem;display:block; }
#TIeRTCTO6CV7fPMQtq3O2qbKAPEIve0k { position:absolute;display:block;z-index:15049;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.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:10.75rem;left:52.9375rem;display:block; }
#BCg6JeliIAAFysxSv7KkfmLU3pFHXr2s { position:absolute;display:block;z-index:15050;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.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.78125rem;left:52.9375rem;display:block; }
#kHPRBJ6rXLT8xzo5HS7piP4gEzKhFaT6 { position:absolute;display:block;z-index:15079;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:3.125rem;top:4.21875rem;left:53.312068939209rem;overflow:hidden;display:none; }
#VTM7MhXETuOWbgvdcFQCxR657NqzTmqp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VTM7MhXETuOWbgvdcFQCxR657NqzTmqp > .row .container { background-color: transparent; background-image: none; }#VTM7MhXETuOWbgvdcFQCxR657NqzTmqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTM7MhXETuOWbgvdcFQCxR657NqzTmqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTM7MhXETuOWbgvdcFQCxR657NqzTmqp > .row .container > .video-iframe-container { display: none; }#VTM7MhXETuOWbgvdcFQCxR657NqzTmqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTM7MhXETuOWbgvdcFQCxR657NqzTmqp > .row > .video-iframe-container { display: none; }#VTM7MhXETuOWbgvdcFQCxR657NqzTmqp > .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); }#VTM7MhXETuOWbgvdcFQCxR657NqzTmqp > .row .container { border-width: 0; border-radius: 0; }#VTM7MhXETuOWbgvdcFQCxR657NqzTmqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTM7MhXETuOWbgvdcFQCxR657NqzTmqp > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#qUn03VeGsoeBrSZzKDFUgDdq0TLvQDJ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.25rem;left:19.875rem;height:4rem;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;text-align:center;text-align-last:center;display:block; }
#komiKXy17p6WEQ81gbmicHxG921DncD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.974609375rem;left:26.6875rem;height:1.5rem;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;text-align:center;text-align-last:center;display:block; }
#dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC > .row .container { background-color: transparent; background-image: none; }#dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC > .row .container > .video-iframe-container { display: none; }#dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC > .row > .video-iframe-container { display: none; }#dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC > .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); }#dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC > .row .container { border-width: 0; border-radius: 0; }#dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#hveJZslD24exqmIqXReL9Vrn4VNzybmg { 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.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:20.9375rem;height:2.8125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:26.42448425293rem;left:27.03125rem;display:block; }
#vpC9TSHe86hcmXerJdRKkwHhBlJKd5la { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGhqxzXW5SUKUoThatCvyErUtbTRZVy9 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.625rem;left:28.75rem;height:1.25rem;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;text-align:left;text-align-last:left;display:block; }
#ET2eAHb08VGnBMnk5exGktV8o9O5f0ii { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:19.625rem;left:52.65625rem;height:1.25rem;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;text-align:left;text-align-last:left;display:block; }
#chJRfy31KqIimDh32cekM6TJPLpINVZi { color:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.625rem;left:4.8125rem;height:1.25rem;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;text-align:left;text-align-last:left;display:block; }
#hgRuWfbH77MmrmbPEsUy4RS6G7GBzodZ { position:absolute;display:block;z-index:15022;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:14.3125rem;width:18.4375rem;top:1.6875rem;left:52.1875rem;overflow:hidden;display:block; }
#k0EmJUNnvWi3FROOJEPHdPKMF1mKPuwb { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:18.4375rem;top:1.6875rem;left:28.25rem;overflow:hidden;display:block; }
#RiRh3xThnWc2mX3NxkC23lfTWvSgaXI4 { position:absolute;display:block;z-index:15020;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:14.3125rem;width:18.4375rem;top:1.6875rem;left:4.28125rem;overflow:hidden;display:block; }
#NJouueB082rsQcqrVd8mtUqHda1XG6HT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:17.625rem;left:4.8125rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#l1VRgKJX3Jz5uU6hCBUohul9X3RnLGa1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17.625rem;left:28.75rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#xVaiOJp44h6HvUAPSTWwZVQBJX83zGln { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:17.625rem;left:52.65625rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#Z4KGkbABnDPcSiK6d38uxVZOPlEmyJxX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:17.437503814698rem;left:20.927085876465rem; }
#Zxg8rC23qSRgPOhumh7NSXzrQxSBXz5r { position:absolute;display:block;z-index:15019;background-color:#e3e0dd;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:23.5rem;width:21.3125rem;top:0rem;left:2.875rem;display:block; }
#eTuge3ZXO6Bvk7ffBdS4xluHgJNqtz23 { position:absolute;display:block;z-index:15018;background-color:#e3e0dd;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:23.5rem;width:21.3125rem;top:0rem;left:26.84375rem;display:block; }
#XJAaHeOCheLV41hDHLg91DcoQwor4MRh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:17.437503814698rem;left:44.895835876465rem; }
#Nwbtws8JV8Xq0Kv1IObwF9qZrWh8ot6W { position:absolute;display:block;z-index:15019;background-color:#e3e0dd;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:23.5rem;width:21.3125rem;top:0rem;left:50.78125rem;display:block; }
#lT5dAMQmHpD0bgtbaLUExARZ7may2w66 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:30.0625rem;left:33.3125rem;overflow:hidden;display:block; }
#PRcrQeMDGZXiELT01Fd7bWTTPmpUv0IN { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:31.125rem;left:36.0625rem; }
#VSx3VwdUC7P9RQOEgVdIHOqdDakJMSOT { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:31.125rem;left:37.0625rem; }
#l9p2aMznZHPCQNMFWlqam1zBrISIBQvs { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:31.125rem;left:38.0625rem; }
#e3ioTMk0xn8rfvzRflFHIlDdVqn7iwKg { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:31.125rem;left:39.0625rem; }
#lzQTu6yHJZTAUAnvssZv39Opn7QVnIql { color:rgba(29,29,29,0.79);display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:30.3125rem;left:36.125rem;height:0.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LlNCK2KULrTvcNKHhwJAMwVBFr31gDV6 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:31.125rem;left:40.125rem; }
#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4efb908-c765-4d9a-b9ae-7e55be61838a/cubiqokueche2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT.adaptive-delivery-prevent-bg, #by96Io8yXo0rXHZ9088WUVMGTgBQF6aT.lazyload, #by96Io8yXo0rXHZ9088WUVMGTgBQF6aT.lazyloading { background-image: none; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row .container { background-color: transparent; background-image: none; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.27); }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row .container > .video-iframe-container { display: none; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.27); }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row > .video-iframe-container { display: none; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .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); }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row .container { border-width: 0; border-radius: 0; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA { position:relative;display:block; }#FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA { background-color: transparent; background-image: none; }#FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA > .row .container > .video-iframe-container { display: none; }#FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA > .row > .video-iframe-container { display: none; }#FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA > .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); }#FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA { border-width: 0; border-radius: 0; }#FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA > .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; }#FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA > .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:93.5625rem;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; }#Ue81acidTxmqwGh0gPOBat2qZVxZ0fgP { color:rgba(var(--color-tertiary-2),1);display:block;width:51.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.25rem;left:2.9375rem;height:;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;text-align:left;text-align-last:left;display:block; }
#gdWlscohxqwUDudOZVkrZ4pKZveVvtnI { color:#010f22;display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.974609375rem;left:2.9375rem;height:9.25rem;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;text-align:left;text-align-last:left;display:block; }
#X9JPoD6FanktuIP5KvTTRrENTAMQbrJ5 { position:absolute;display:block;z-index:15026;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:16.375rem;width:33.875rem;top:40.718322753906rem;left:2.9372825622559rem;overflow:hidden;display:block; }
#s5KAoK9I2sHqrPUMyzZxnMiJvEmp9bXa { position:absolute;display:block;z-index:15028;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:16.4375rem;width:33.875rem;top:23.25rem;left:37.875rem;overflow:hidden;display:block; }
#SGe3GN3oII2qgfKoqFluZIDrwy4XK6UC { position:absolute;display:block;z-index:15027;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:16.4375rem;width:33.875rem;top:57.71875rem;left:37.875rem;overflow:hidden;display:block; }
#TtNgbRwbX3ZbiFgNNHGkOcOWrQBDJiM8 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:77rem;left:13.625rem;height:3rem;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;text-align:center;text-align-last:center;display:block; }
#PGhO2IAet3E2AP9lnSsQqt3TE3bGt33E { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:30.5625rem;left:5.5rem;height:5.5rem;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;text-align:center;text-align-last:center;display:block; }
#BFPF42Rvvfw5dCOJADMClX1McalOmdBU { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:47.625rem;left:42.875rem;height:4.125rem;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;text-align:center;text-align-last:center;display:block; }
#QLhGHKenhJNVVwEtyqsRfPsT7BZA8s5l { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:63.9375rem;left:6.375rem;height:6.875rem;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;text-align:center;text-align-last:center;display:block; }
#btlNz5Grh0F1h3Dk3A8rypWvl4eRcTxX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:45.875rem;left:38.125rem;height:1.687825rem;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;text-align:center;text-align-last:center;display:block; }
#KtJM9222hOEcLIeJIp63LT6ywo1dg7uI { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:28.8125rem;left:3.125rem;height:1.687825rem;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;text-align:center;text-align-last:center;display:block; }
#RDAZOQcXZWoxq5XUs4x8rOzxkCs72pRk { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;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:60rem;top:0rem;left:7.5rem;display:block; }
#uZil8ZHl6Roi1F8d41d09xcCZ0dQJJ82 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.1875rem solid #e3e0dd;border-left:0.1875rem solid #e3e0dd;border-right:0.1875rem solid #e3e0dd;border-bottom:0.1875rem solid #e3e0dd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:33.625rem;top:23.25rem;left:2.9375rem;display:block; }
#hCnm9HyJuTrslTnThPAklueGCZxJ9Mbm { position:absolute;display:block;z-index:15003;background-color:#e3e0dd;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:2.625rem;width:7.375rem;top:23.25rem;left:2.9375rem;display:block; }
#SHea2nucGZZKuXPuRLLlH2I9DOA5OCLp { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:24rem;left:4.3125rem;height:1.25rem;font-style:normal;display:block; }
#uWSmMOC5uvPx53PxAc8FDonTMtsOKNAR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:20.92361125rem;height:2.8125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:80.874570846556rem;left:27.030162811279rem;display:block; }
#tb9QPIVId8w1imBVh8NW7FlPu0xwWxhr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HuoJaaNMXp3HP4onQ2O39LMzSyL1ChBk { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.1875rem solid #e3e0dd;border-left:0.1875rem solid #e3e0dd;border-right:0.1875rem solid #e3e0dd;border-bottom:0.1875rem solid #e3e0dd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:33.625rem;top:40.6875rem;left:37.875rem;display:block; }
#E7TZBIiNCDHncTKxWTe2oZm5nOrkUaUT { position:absolute;display:block;z-index:15008;background-color:#e3e0dd;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:2.625rem;width:7.375rem;top:40.6875rem;left:37.875rem;display:block; }
#JS1RWL7hyQ6F7efXR96s04Iv3uM2RJBt { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:41.5rem;left:39.25rem;height:1.25rem;font-style:normal;display:block; }
#ZsDWDK8NiVDAd8gQrxDAqZfJQUfVup7t { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.1875rem solid #e3e0dd;border-left:0.1875rem solid #e3e0dd;border-right:0.1875rem solid #e3e0dd;border-bottom:0.1875rem solid #e3e0dd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:33.625rem;top:57.75rem;left:2.9375rem;display:block; }
#NyAmvlBgTgc9boob2GrSvEZL42ynugr2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:62.1875rem;left:7.5625rem;height:1.687825rem;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;text-align:center;text-align-last:center;display:block; }
#Mqe6OUwdam5We5ME6TCZA6F9bKEMo2O3 { position:absolute;display:block;z-index:15013;background-color:#e3e0dd;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:2.625rem;width:7.375rem;top:57.75rem;left:2.9375rem;display:block; }
#Z55QavkoXprEFWUyVuaMu5WWwHbyktgR { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:58.5625rem;left:4.3125rem;height:1.25rem;font-style:normal;display:block; }
#XU93ZJ0rp0mfFnnxtMlFnm30yPdtA9nN { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:85rem;left:33.5rem;overflow:hidden;display:block; }
#oMHBq0xu6lraL6cM39AGlGhXAGJP5KWW { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:85.8125rem;left:35.75rem; }
#aup0yQ3khTxu2i9JxmE77EZ8bBNsHzGg { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:85.8125rem;left:36.75rem; }
#nKbOWIROuwWTHEsh0RSAi4i29v8ASkFI { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:85.8125rem;left:37.75rem; }
#K43UvgPnc0JmxeSyVDT812HIVfr3egVZ { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:85.8125rem;left:38.75rem; }
#zQOV06pbytE5DhiyvfCF6lTgw99ba49R { color:rgba(29,29,29,0.79);display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:84.9375rem;left:35.8125rem;height:0.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dTDqJ0Rk5XdFPdFBuQTMg2tUQvbr1sNH { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:85.8125rem;left:39.75rem; }
#qzubIu0KAFHXeePgfvBFz8a9pV6uHv8G { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:34.5625rem;left:36.8125rem;display:none; }
#XiVTTBqFoJUGJLwfNKsDcbGdEA0q4sD5 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:34.5625rem;left:37.8125rem;display:none; }
#IsNii8gbWRovMd8bmOPDXqX1SPgNJuV1 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:34.5625rem;left:38.8125rem;display:none; }
#QC6TKCkybvJ8A6v8EpsI5Bn0N76uJw1d { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:34.5625rem;left:39.875rem;display:none; }
#BDaKTq05Qe4cMIu6zsWwXnCeVWodvJ6f { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.75rem;left:33.5625rem;overflow:hidden;display:none; }
#eWCq3ziepsp7WsdGnhNDDAfWLBHwa3Rt { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:34.5625rem;left:35.8125rem;display:none; }
#sKq8PJZ5b0EZGWy5SgnDdr00VkEcAFQL { color:rgba(29,29,29,0.79);display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:33.6875rem;left:35.875rem;height:0.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gKcp9k5msCRVsfXf2OhKybDFKTXKEiAG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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;display:none; }
#QHbts7LlHsOQnmvINlnVGtQze9ELTeQP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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;display:none; }
#WLkVu8gJrr3vRARsFU46qknW2aLyilrt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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;display:none; }
#EJSsgiGpTivHDlbtNlTLXicfQIcHqESZ { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:39.1875rem;top:56.714412689209rem;left:1.7482643127441rem;display:block; }
#vpDf7PpXaqmpwwsmn5IvgCcoMBEc4yVT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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;display:none; }
#DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 > .row .container { background-color: transparent; background-image: none; }#DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 > .row .container > .video-iframe-container { display: none; }#DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 > .row > .video-iframe-container { display: none; }#DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 > .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); }#DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 > .row .container { border-width: 0; border-radius: 0; }#DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 > .row .container { font-size:0.875rem;font-family:arial;height:75.625rem;width:75rem;position:relative;display:block; }#uHhIGw8bNNktS5Oh1P5dGPLnRpPfueHP { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.437072753906rem;left:46.311847686767rem;height:13.5rem;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;text-align:left;text-align-last:left;display:block; }
#mT4IzuuurQzcfpTp8VppFcXLva8Xdg3i { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:40.6875rem;top:17.437072753906rem;left:2.9372825622559rem;overflow:hidden;display:block; }
#MwIMrsNUkR7MJsEFR26hwTPrm6RDdZUM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:22.8125rem;top:42.8125rem;left:49.5625rem;overflow:hidden;display:block; }
#z2G2ddrnZ86aNqlUsNfx0I7pKU4vGAeF { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.1875rem solid #e3e2dd;border-left:0.1875rem solid #e3e2dd;border-right:0;border-bottom:0.1875rem solid #e3e2dd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:21.9375rem;top:53.125rem;left:53.125rem;display:block; }
#EgJc84ValZoqbe0hJASTJJhWZ6pkWWSe { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.1875rem solid #e3e2dd;border-left:0;border-right:0.1875rem solid #e3e0dd;border-bottom:0.1875rem solid #e3e0dd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:35.75rem;top:6.6875rem;left:0rem;display:block; }
#qNJzzHrbr54AJ4FzwoXFTCbzbgRBA4Q7 { color:rgba(var(--color-tertiary-2),1);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.6875rem;left:3.125rem;height:4rem;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;text-align:left;text-align-last:left;display:block; }
#yV0PqsLV5WC3RcuikK6g3ysNOdEEdsQA { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:45.125rem;left:2.9375rem;height:10.5rem;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;text-align:left;text-align-last:left;display:block; }
#sUS18ithWLPe0bsNcHZ0aw3qWKteAcWH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:20.9375rem;height:2.8125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:57.125rem;left:2.9375rem;display:block; }
#cbAGaOu25PFTkTlD9sxvO8uEZT8RbnD4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WC1OZgs2XZUg5DsgkXOtiHvJTCo31bcU { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:61.375rem;left:2.9375rem;overflow:hidden;display:block; }
#wqOJAFd5cx4ETABC1JVtGpTUAHlFNqzT { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:62.25rem;left:5.1875rem; }
#aleqszC3r0dDxoc02ioEzxtX5VDIvwe7 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:62.25rem;left:6.1875rem; }
#d3tz2nXInOH1PbGFVOodERAikWL3aDQp { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:62.25rem;left:7.1875rem; }
#FnGlMlV7AV0GxfKuTTMHZL6TypBTd54T { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:62.25rem;left:8.1875rem; }
#SGwDnt1BWWiKnpgrZAhke1VfhUko531Z { color:rgba(29,29,29,0.79);display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:61.375rem;left:5.25rem;height:0.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zmg253TReU9Bq9HMvwEWZMzf5Kk4x0IF { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:62.25rem;left:9.25rem; }
#eeSrQklPnt74uQBuZW1KwnuuEyeVJUHE { position:absolute;display:block;z-index:15019;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:6.9375rem;width:6.9375rem;top:35.066417694092rem;left:39.997398376465rem;overflow:hidden;display:block; }
#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a22152d-0b25-46c4-abad-b3c296e472f9/cubiqokueche10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM.adaptive-delivery-prevent-bg, #UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM.lazyload, #UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM.lazyloading { background-image: none; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row .container { background-color: transparent; background-image: none; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.27); }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row .container > .video-iframe-container { display: none; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.27); }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row > .video-iframe-container { display: none; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .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); }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row .container { border-width: 0; border-radius: 0; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr > .row .container { background-color: transparent; background-image: none; }#RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr > .row .container > .video-iframe-container { display: none; }#RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr > .row > .video-iframe-container { display: none; }#RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr > .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); }#RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr > .row .container { border-width: 0; border-radius: 0; }#RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:;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;text-align:center;text-align-last:center;display:block; }
#P6cnNRQhsrA6ABHRPr5KA38rsnrX335u { position:relative;display:block; }#P6cnNRQhsrA6ABHRPr5KA38rsnrX335u { background-color: transparent; background-image: none; }#P6cnNRQhsrA6ABHRPr5KA38rsnrX335u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6cnNRQhsrA6ABHRPr5KA38rsnrX335u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6cnNRQhsrA6ABHRPr5KA38rsnrX335u > .row .container > .video-iframe-container { display: none; }#P6cnNRQhsrA6ABHRPr5KA38rsnrX335u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6cnNRQhsrA6ABHRPr5KA38rsnrX335u > .row > .video-iframe-container { display: none; }#P6cnNRQhsrA6ABHRPr5KA38rsnrX335u > .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); }#P6cnNRQhsrA6ABHRPr5KA38rsnrX335u { border-width: 0; border-radius: 0; }#P6cnNRQhsrA6ABHRPr5KA38rsnrX335u > .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; }#P6cnNRQhsrA6ABHRPr5KA38rsnrX335u > .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:50.125rem;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; }#pE8dGvtQCz8tVM7wcxyozD7gD1TNVgzR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:14.125rem;left:8.1875rem;height:4.6875rem;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; }
#w0Tu7pFRdpygUFRaw9h26RC0RnE2oqk5 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:7.125rem;left:8.1875rem;height:3.125rem;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; }
#n2MAq84OCw74Wo31w1vvJdcCKeiaqKva { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:7.125rem;left:45.6875rem;height:3.0625rem;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; }
#EoEN3tIo5FA1KvTZdSz2OF7CgC1mFriT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.1875rem;height:3.125rem;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; }
#lkaHGcQ0bIUD5mOp95nbqLyrvoFwxwLr { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:30.1875rem;left:45.6875rem;height:3.0625rem;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; }
#bEr5XswaGTR5LPJpQVMOpJVBnU9WLfPG { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:21.90625rem;left:8.1875rem;height:;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; }
#Z8XrgLdyr15Nperthev1gdIczlIVo6vt { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:21.9375rem;left:45.6875rem;height:;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; }
#QSdMxVTIbSAIhgpLqJJvXSUavUeT6QbC { 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.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:20.9375rem;height:2.8125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:38.8125rem;left:27rem;display:block; }
#OomRUQbfshS3OVaM0ZazkRIWmACIqtuA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1wCPLTQTL1yz6Vze5kIP6DTsEVcCidO { color:rgba(var(--color-tertiary-3),1);display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:7.5rem;left:2.9372825622559rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7QDhDUoreL7FfoTb3CHHi7tCMwrzprp { color:rgba(var(--color-tertiary-3),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:15.249572753906rem;left:2.9372825622559rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLWpaq8QIas4gIT5tUazo9mvpa39nZSK { color:rgba(var(--color-tertiary-3),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:30.562072753906rem;left:2.9372825622559rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QtFKmaIWT7ucrhLu19rhb4XEmyHKKRZt { color:rgba(var(--color-tertiary-3),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:22.999145507812rem;left:2.9361953735351rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AnB93Astwu1BGdlBm6Vp8owneeFvOQkZ { color:rgba(var(--color-tertiary-3),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:7.5303955078125rem;left:40.499568939209rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hthiispFI72tXCk56q5Lu3q9xbIttDoA { color:rgba(var(--color-tertiary-3),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.186645507812rem;left:40.499568939209rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xbser2BifVcosKZavrD77cXizsiaET0m { color:rgba(var(--color-tertiary-3),1);display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:30.562072753906rem;left:40.498912811279rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mem3GMIWrEwDP0Z2UilC45nvXQAJlAGH { color:rgba(var(--color-tertiary-3),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:22.937286376953rem;left:40.499568939209rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcsWZkyB4aRHUgsWThJ87fW0d6D19sdt { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:14.65625rem;left:45.6875rem;height:3.125rem;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; }
#UbAt9IngSEuAOpOTQr8gF7WGaXRBt6Ow { position:absolute;display:block;z-index:15021;background-color:#e3e0dd;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;box-shadow: none;height:3.75rem;width:3.75rem;top:6.5625rem;left:2.9375rem;display:block; }
#i69fDNmhr8r6ZalHG2TQN9FKzez7MUiu { position:absolute;display:block;z-index:15022;background-color:#e3e0dd;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;box-shadow: none;height:3.75rem;width:3.75rem;top:14.3125rem;left:2.9375rem;display:block; }
#r9svKJGmO0qLhbziyVml4UwgKQ802saT { position:absolute;display:block;z-index:15023;background-color:#e3e0dd;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;box-shadow: none;height:3.75rem;width:3.75rem;top:22.140843391419rem;left:2.9220924377441rem;display:block; }
#mTUnW0i2BtR7tv4wO8asts1kJTTZIErt { position:absolute;display:block;z-index:15024;background-color:#e3e0dd;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;box-shadow: none;height:3.75rem;width:3.75rem;top:29.6875rem;left:2.9375rem;display:block; }
#QBuz1V1rQGpCDBVuUP39Ov7zwAfZNF2J { position:absolute;display:block;z-index:15022;background-color:#e3e0dd;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;box-shadow: none;height:3.75rem;width:3.75rem;top:6.6875rem;left:40.5rem;display:block; }
#AulmI54oggaKkpnv0IWituhEqddN9GN9 { position:absolute;display:block;z-index:15023;background-color:#e3e0dd;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;box-shadow: none;height:3.75rem;width:3.75rem;top:14.3125rem;left:40.5rem;display:block; }
#IuhWJhTsxlEgzteb4p8GefPirT2SvQkM { position:absolute;display:block;z-index:15025;background-color:#e3e0dd;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;box-shadow: none;height:3.75rem;width:3.75rem;top:29.6875rem;left:40.5rem;display:block; }
#s1nqtJgrn51Ky61NTUWu80nvf8e2k8aO { position:absolute;display:block;z-index:15026;background-color:#e3e0dd;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;box-shadow: none;height:3.75rem;width:3.75rem;top:22.0625rem;left:40.5rem;display:block; }
#gCIIG0c6PlNTpnD9ETk1eEXtxbaWL8eB { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:43.1875rem;left:33.5rem;overflow:hidden;display:block; }
#KCTKGTMCOADsMDL9JphgQiosgq5vDDOa { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:44rem;left:35.75rem; }
#Hbtb5rcWz34aZwtSQbIM5GSh5KeazWod { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:44rem;left:36.75rem; }
#yeBrC1BX6DP5yxvFUt7UGGmVbssL4UTP { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:44rem;left:37.75rem; }
#TnGV4F11za2y87goTorTxQcDEn9gXA3W { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:44rem;left:38.75rem; }
#w2TTvr0DBOfV51r5f9L4Qb4k4EzziHP0 { color:rgba(29,29,29,0.79);display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:43.125rem;left:35.8125rem;height:0.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SGPHm5GeTkKMqdaLwJv9ZzWbslaxnTAF { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:44rem;left:39.8125rem; }
#SxzD68ICRkbVSTx1QVHhl08t08KntWy5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#SxzD68ICRkbVSTx1QVHhl08t08KntWy5 > .row .container { background-color: transparent; background-image: none; }#SxzD68ICRkbVSTx1QVHhl08t08KntWy5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxzD68ICRkbVSTx1QVHhl08t08KntWy5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxzD68ICRkbVSTx1QVHhl08t08KntWy5 > .row .container > .video-iframe-container { display: none; }#SxzD68ICRkbVSTx1QVHhl08t08KntWy5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxzD68ICRkbVSTx1QVHhl08t08KntWy5 > .row > .video-iframe-container { display: none; }#SxzD68ICRkbVSTx1QVHhl08t08KntWy5 > .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); }#SxzD68ICRkbVSTx1QVHhl08t08KntWy5 > .row .container { border-width: 0; border-radius: 0; }#SxzD68ICRkbVSTx1QVHhl08t08KntWy5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxzD68ICRkbVSTx1QVHhl08t08KntWy5 > .row .container { font-size:0.875rem;font-family:arial;height:62.375rem;width:75rem;position:relative;display:block; }#sT2VGN64qVpJibXCh5vfSuwmvG4eiu8r { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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;display:none; }
#uagpNhl8D9TlO6vT0mSAeIzuDFrLKTCl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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;display:none; }
#qKoQ4RbO9e8EyOlwCrlJ5coUxi4pM2yW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:66.6875rem;top:26rem;left:4.75rem;overflow:hidden;display:none; }
#LkJEfXfKCRF2M9XmkXkSXElk2IIiZuFX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:66.6875rem;top:26rem;left:4.75rem;overflow:hidden;display:none; }
#tMebZgFxxfeiDoTzlNzgMTb1cZAvFtGN { position:absolute;display:block;z-index:14999;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.125rem;width:24.4375rem;top:15.9375rem;left:0rem;display:block; }
#NkhOQnOZ537s2yNOVpWivqQrCXNkN2vw { color:rgba(var(--color-tertiary-1),1);display:block;width:21.125rem;position:absolute;font-family:"helvetica neue thin";font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:21.3125rem;left:1.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vNGwaJ538zXgx2Pot8N1nyVUhTCqkBiL { color:rgba(var(--color-tertiary-1),1);display:block;width:6.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.0625rem;left:5rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qiRrJJ5IU7XObivrkA6R3V65Gt9nDyop { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:18.125rem;left:17.75rem; }
#lJ1U9CoSxCV1Kmaq8upopKNbmET7iKNF { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:18.125rem;left:18.75rem; }
#kw0MeOoWS5paQPND8SQpTTAStV98DMXG { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:18.125rem;left:19.75rem; }
#PxL6TyTwTKrpxcwGn8dLBMT7QN165EGo { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:18.125rem;left:20.75rem; }
#ESCkrDhCaltydUaP4vhXoMzS0IHQ840J { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:18.125rem;left:21.75rem; }
#cJOuPTc4GpKRNJuADbAbTFgVAycoFKwR { color:#8d8185;display:block;width:15.3125rem;position:absolute;font-family:"helvetica neue thin";font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ecEbHn5iccP5RR7lGqCL0ysHqbSPXe1e { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:17.875rem;left:1.8125rem;display:block; }
#lB3QFVJ1e0wioR2mn1WuWNdlV9ug2bkS { color:rgba(var(--color-tertiary-1),1);display:block;width:21.125rem;position:absolute;font-family:"helvetica neue thin";font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:21.3125rem;left:27.25rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NVO1dAeD36EE8TgteISsNAux0FvxATfa { color:rgba(var(--color-tertiary-1),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:18.0625rem;left:30.4375rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zumqrTZTfOIn9Gq20QTaKe4chFPs9eoz { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:18.125rem;left:43.1875rem; }
#SdnepWLpuFuniq4HbKsafqEzmRySq9Oo { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:18.125rem;left:44.1875rem; }
#rkBZkFmmSCGqs9Q38n9rrufPeg7TLU0w { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:18.125rem;left:45.1875rem; }
#KKXtGBRlsbgQe5J6AFruTHf3mghlqehl { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:18.125rem;left:46.1875rem; }
#kyDHHZPqGfaqORqfLDy7M0u1hKrRNrmC { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:18.125rem;left:47.1875rem; }
#P3AwvO9ZO0CfiZBhQq6qqoWeE6v2ZHLi { color:#8d8185;display:block;width:15.3125rem;position:absolute;font-family:"helvetica neue thin";font-size:0.8125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:19.1875rem;left:30.4375rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XcDMyzJPSSrMDQrzCpOiXm2E7x7m04Ag { position:absolute;display:block;z-index:15062;background-color:#399e61;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:17.875rem;left:27.25rem;display:block; }
#hgupHfCankIKqdnGAyZM0ceqdoRwhQro { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.125rem;width:24.4375rem;top:15.9375rem;left:25.3125rem;display:block; }
#xA5eKp2DfL3ctQwiblOXfdi4pHw8EqAA { color:rgba(var(--color-tertiary-1),1);display:block;width:21.125rem;position:absolute;font-family:"helvetica neue thin";font-size:1rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:21.3125rem;left:52.5rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fFokoqSgWg2kfDVwdpgpyV2oRUZTfOmy { position:absolute;display:block;z-index:15010;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.125rem;width:24.4375rem;top:15.9375rem;left:50.5625rem;display:block; }
#laFVy0rOmMF5PuToOzlr9vwo73NP94PM { color:#8d8185;display:block;width:15.3125rem;position:absolute;font-family:"helvetica neue thin";font-size:0.8125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:19.1875rem;left:55.6875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l554EZGxIOAWAqIPr4VQFn7HPhVUJaBt { color:rgba(var(--color-tertiary-1),1);display:block;width:6.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:18.0625rem;left:55.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VBrfvT2oIxiThcTTeVU6M7yyJmDLVBw7 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:18.125rem;left:68.3125rem; }
#ghXZgHZP0LViU5po4Kz0Cy7JuoZknOMz { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:18.125rem;left:69.3125rem; }
#hlp07LlzWSXbTiKpu0g2WNpoovTHZ85t { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:18.125rem;left:70.3125rem; }
#V7Kpmly1Pdk32BTMgdX84vtnIKJC86Ni { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:18.125rem;left:71.3125rem; }
#ToTKUts9eID5tMDhUsV73c6M4GUpMU5u { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:18.125rem;left:72.3125rem; }
#MiSeeTOOILlB2bU91aHM2X73xh3CvXc4 { position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-secondary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:17.875rem;left:52.5rem;display:block; }
#vHTl0tW5cUCHN3RGS4n77qiF85VrM6Jr { position:absolute;display:block;z-index:15009;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.625rem;width:24.4375rem;top:31.374786376953rem;left:0rem;display:block; }
#TcaiyWsBUFd9OMb6wDqhXna2nTHHhFP1 { color:rgba(var(--color-tertiary-1),1);display:block;width:21.125rem;position:absolute;font-family:"helvetica neue thin";font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:36.75rem;left:1.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dh1xmE9V0VeKypO5gP5d8d0ExMrthuWr { color:#8d8185;display:block;width:15.3125rem;position:absolute;font-family:"helvetica neue thin";font-size:0.8125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:34.625rem;left:5rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QTDnRsB4rSNnSEOkmI7XTJBqEOgGB2XG { color:rgba(var(--color-tertiary-1),1);display:block;width:6.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:33.5rem;left:5rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rbRZT5TJS05XXeqcm5Uiat1aBnRM0Iqk { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:33.5625rem;left:17.75rem; }
#T2pdmkPdwaAi2qDlIAcRCQcBRpZ92FAG { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:33.5625rem;left:18.75rem; }
#zwud9xXckfouThaRdcnNOocr1xL1goK9 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:33.5625rem;left:19.75rem; }
#JafA6GmbFlcU1vWMigrdNUvxQ25yDizd { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:33.5625rem;left:20.75rem; }
#mehHceQeb02DuVMfZnhnfi9cuGBtCDsD { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:33.5625rem;left:21.75rem; }
#npCgee8Pf4RBFsA7vttIsCv2NM2RZcFE { position:absolute;display:block;z-index:15062;background-color:#9d68d0;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:33.3125rem;left:1.8125rem;display:block; }
#ph8nGm10PmGXJqqsxaIitm7WzowpdRZG { position:absolute;display:block;z-index:15020;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.25rem 0.25rem 0.9375rem rgba(var(--color-tertiary-4),0.05) ;height:24.1875rem;width:24.4375rem;top:31.375rem;left:25.28125rem;display:block; }
#BK4nbWCzUvQ7zNpCFGyQ5Zp0ABcB84uo { color:rgba(var(--color-tertiary-1),1);display:block;width:21.125rem;position:absolute;font-family:"helvetica neue thin";font-size:1rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:36.75rem;left:26.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rTlfJdnZtMc37vpCgB51mWtXPvN8ekC7 { color:#8d8185;display:block;width:15.3125rem;position:absolute;font-family:"helvetica neue thin";font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:34.625rem;left:30.125rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h0TPTMKLtDGPMDyvPadTuKlAyCvz3ax3 { position:absolute;display:block;z-index:15082;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:33.3125rem;left:26.9375rem;display:block; }
#XTcHXxxMc7xZpx3TBZSyRnM8o2PhI8Mp { color:rgba(var(--color-tertiary-1),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:33.5rem;left:30.125rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L9E7GGupO6FTBXh6AC4wJuo7yo3ANIZX { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:33.5625rem;left:42.75rem; }
#Xf6XRqEKtVxzbL0Q4Vq5DLAvFkPE4dDE { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:33.5625rem;left:43.75rem; }
#XnAT0qfXSR9Kh46IpsTUWITOM4uVht3F { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:33.5625rem;left:44.75rem; }
#Cl9NJNfkLPpKsz98Umun2rwPX5vwyTE0 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:33.5625rem;left:45.75rem; }
#D2q2DH7Zq2km9y9HRNPg71MiN1B98m21 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:33.5625rem;left:46.75rem; }
#K7RhuiPHnPW9NWWi68gU3JerQ2xbmhmo { color:rgba(var(--color-tertiary-1),1);display:block;width:21.125rem;position:absolute;font-family:"helvetica neue thin";font-size:1rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:36.125rem;left:52.5rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XcIN9I3TIO7NrZOPwiD1IK3Wq0ZpPuZG { position:absolute;display:block;z-index:15020;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.4375rem;width:24.4375rem;top:31.375rem;left:50.5625rem;display:block; }
#lqVd0l74as9qAT22wqy5RT2uUta41T0B { color:#8d8185;display:block;width:15.3125rem;position:absolute;font-family:"helvetica neue thin";font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:34rem;left:55.6875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WJOAZWE66mKZrB3ThkIcM590JKD3eOet { color:rgba(var(--color-tertiary-1),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:32.875rem;left:55.6875rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QVi5yhKZD4l3Nh68WIhVs8TOn8QffHGO { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:32.9375rem;left:68.3125rem; }
#T5Oq4xuznJPE2W1VuJBWZWUWZmosXrTw { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:32.9375rem;left:69.3125rem; }
#rolsHqsHfIPN47D2O0RIrryK6fggtT0u { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:32.9375rem;left:70.3125rem; }
#iVmaHxW6UhZgOMxPTF1kJO8pyoQc6o52 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:32.9375rem;left:71.3125rem; }
#NCxl0lxRp6IunQdKLwKNHJoDKILbpRuT { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:32.9375rem;left:72.3125rem; }
#s2iF4hwqPhfpLzP5bc7el5IfQe8VfivH { position:absolute;display:block;z-index:15082;background-color:#dc69c4;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:32.6875rem;left:52.5rem;display:block; }
#IpLohossMFKfo06kR86eAvfzXs8o1z6o { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:12.3125rem;left:36rem; }
#fITo23EdFXlN84GCiLAy4fFVgcfNX98U { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:12.3125rem;left:37rem; }
#i9qoOK3XuRTTImL0m6HETWRTHz8tEziK { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:12.3125rem;left:38rem; }
#x7DufHTqfX8gD5mk4oMTsk904qbLuamT { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:12.3125rem;left:39rem; }
#lKz4ZbBmNXQXyrynp1hBe9A1gSApkact { color:rgba(29,29,29,0.79);display:block;width:5.4375rem;position:absolute;font-family:"helvetica neue thin";font-size:0.75rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:11.4375rem;left:36.1875rem;height:0.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#giQL9vAWFT3yQnlmTd0aipB4NovOS8ab { position:absolute;display:block;z-index:15055;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:2rem;width:2rem;top:11.3125rem;left:33.625rem;overflow:hidden;display:block; }
#vzWFXJb0r1kBGwwHft2u5VdUPCbEDOaW { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3rem;width:9.9375rem;top:10.8125rem;left:32.5625rem;display:block; }
#qIWqSqX2SLzUFqOwWkcoz6zHznLulOIm { color:rgba(var(--color-tertiary-0),1);display:block;width:2.6875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:18.375rem;left:1.6875rem;height:1.5rem;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; }
#ymIirLg9FRrDoOcyDUlhU4mogvp0dBSJ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.6875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:33.82421875rem;left:1.75rem;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; }
#EurtpQcIAWbtEvVM2WdW2whqcvo0Jsq6 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:18.375rem;left:27.25rem;height:1.5rem;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; }
#yWz5mVITHeUg4rPBJEUoPBU6FgXo0tFw { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:33.875rem;left:26.9375rem;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; }
#LohxttAM0gdqlksSItRvdOCEKr6F6iWB { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:33.275390625rem;left:52.5rem;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; }
#D4ByT3wPuGg3iBoJDpt39N0h7dV7xJXp { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:18.375rem;left:52.5rem;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; }
#FttOzMipZwyoPkBzLGy7vQlDD4K4xPxX { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:12.3125rem;left:40rem; }
#rlXesr9k4D8804gehIzuNGxc4mPPsO5X { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:6.630859375rem;left:23.90625rem;height:2.1875rem;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;text-align:center;text-align-last:center;display:block; }
#D7VcGKOeFsky6GcPEkHCnIwAA9vJ5kOz { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:33.5625rem;left:43.75rem;display:none; }
#AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ > .row .container { background-color: transparent; background-image: none; }#AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ > .row .container > .video-iframe-container { display: none; }#AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ > .row > .video-iframe-container { display: none; }#AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ > .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); }#AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ > .row .container { border-width: 0; border-radius: 0; }#AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#uwdVcXN16mWDhu3TE8wOC5nIM2XWzWMS { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:6.3125rem;left:2.9375rem;height:2.1875rem;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;text-align:left;text-align-last:left;display:block; }
#mNdrz9XpWICM5lUo0E3dSRwOTlPpItKz { color:rgba(var(--color-tertiary-2),1);display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:10.15625rem;left:2.9375rem;height:1.5625rem;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; }
#tTxTo60Od7RN5ckh5r4dJbhttNAx2Vyp { color:rgba(var(--color-tertiary-4),1);display:block;width:69.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:11.875rem;left:2.9375rem;height:4.5rem;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; }
#BTmNwVUJxgWIXmwCRapFVKkt00Asup2y { color:rgba(var(--color-tertiary-4),0.8);display:block;width:69.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:21.748373270035rem;left:2.9058160781861rem;height:4.5rem;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; }
#qhmvGhG6tSLpSEp8xu5Ta9V2pt5z8TUu { color:rgba(var(--color-tertiary-4),0.8);display:block;width:70.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:30.123565673828rem;left:2.9367399215698rem;height:3rem;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; }
#PqUfhbUnGk1Jf92hlT5PcnS8CKco8KE2 { color:rgba(var(--color-tertiary-2),1);display:block;width:51.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:28.375rem;left:2.9372835159302rem;height:1.5625rem;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; }
#Kgry6rvhW3HOu6dmSuPyZdqvFn9RxHpr { color:rgba(var(--color-tertiary-4),0.8);display:block;width:69.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:37.468414306641rem;left:2.9372835159302rem;height:3rem;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; }
#AmcRFTzkN3yltSDRPy43PTKfKznTQPz6 { color:rgba(var(--color-tertiary-2),1);display:block;width:68.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:35.687286376953rem;left:2.9372835159302rem;height:1.5625rem;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; }
#kKeelHJkAhuHday1s1UTwJzFgL6C3k8M { color:rgba(var(--color-tertiary-2),1);display:block;width:69.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:18.374786376953rem;left:2.9372835159302rem;height:3.125rem;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; }
#bdZpb1tRy0rr4kJDUGJu6RfcHbT7h7XX { color:rgba(var(--color-tertiary-4),0.8);display:block;width:69.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:44.437164306641rem;left:2.9372835159302rem;height:3rem;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; }
#VIyTwzZUyfhv6JdrQIot9qbe244d9xeE { color:rgba(var(--color-tertiary-2),1);display:block;width:51.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:42.593627929688rem;left:2.9372835159302rem;height:1.5625rem;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; }
#Hp97piTMtmRwLHZLRZbgpDT7O3f1aTbC { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:2.9375rem;top:5.25rem;left:72.0625rem;display:block; }
#wTaIWylSRv5AoT6PZUGL33HbKDQ1KdN8 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:2.9375rem;top:1.0625rem;left:72.0625rem;display:block; }
#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4efb908-c765-4d9a-b9ae-7e55be61838a/cubiqokueche2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr.adaptive-delivery-prevent-bg, #ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr.lazyload, #ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr.lazyloading { background-image: none; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row .container { background-color: transparent; background-image: none; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,21,21,0.31); }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row .container > .video-iframe-container { display: none; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,21,21,0.31); }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row > .video-iframe-container { display: none; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .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); }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row .container { border-width: 0; border-radius: 0; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;overflow:visible;position:relative;display:block; }#ZHd5DbCtsIotOGdTaFgnOn7hO1cenWXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:13rem;left:18.125rem;height:1.25rem;display:block; }
#s8KOQo5ruodMT5DM0n7KGByAfNqoGR8n { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:19.625rem;left:18.125rem;height:7.6875rem;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; }
#XkTpDBHqNFqU8bg77Gv13T2GKcD9leJi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:16.875rem;left:18.125rem;height:1.25rem;display:block; }
#AUeZ9n6uNMThwSUX1vIV6XpxcXooCp9Z { position:absolute;display:block;z-index:15009;background-color:#e3e0dd;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:24.5625rem;width:23.4375rem;top:6.0625rem;left:38.125rem;display:block; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-form-header {  }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-2),1);font-size:0.75rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:400;font-style:normal;line-height:1.2; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-tertiary-2),1);font-size:0.75rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:400;font-style:normal;line-height:1.2; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:17.5rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.5rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-container:first-of-type{padding-top:0;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-container:last-of-type{padding-bottom:0;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.8125rem;left:39.8125rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ {display:block;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.8125rem;left:39.8125rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #t16nSmuf5Kz13ni4zkyPk2iyRXIPIsiG { position:relative; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #rhMcJ565E76WxAgMDCWTqNRLAG8PTPWC { position:relative;display:none; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #ynCe5GOSpehbC1kAhH3TFUJTQlmzZVNK { position:relative; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #hVE2RNxMwEu5IZaoFZdRbIFE4eXXUfPN { position:relative; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #p8Ad5RvydyxBTk9sT1kJG8eiHxl4zsTs { position:relative;display:none; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #mSTItk4P0p0fV6df8yy0f3EcWS66oVFw { position:relative; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #rIFKgX6l1adD3txK9XJrqSGlNGyb7T5R { position:relative; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #F3CQIXVcLSx9GWpPtT3IkB6xZ6ks2UIp { position:relative;display:none; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #OTcKgrqxAQK1HU5OSazexw1uEBQe8s9A { position:relative; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #TEttWQHZbD3ZoDQMhm2kJ5PAiKNXgwUz { position:relative; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #e9TBSuNV6hamvNsvwwdJsaidQ8Fg57wZ { position:relative;display:none; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #vQ8FxkO3WmZxSrm7uc7OkywBLPTteGdP { position:relative; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #IaDUtm5i8CzwW03iR9aSWrzo7geIPLl9 { position:relative; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #B1OR6ik6SQo44DIH6SLoEIiuLLUnEiay { position:relative;z-index:2; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #Iggfm9l1T2wTSTWk21N1LOM4Sc8ot1BC { position:relative; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #J8i49ryPdThyaTlw61l14pmxguh3BTky { position:relative; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #c76urbWitXkKmyCI1H6ipol0wIZqpETA { position:relative; }
#M19D9TnylARQTHdzBT1Obhe4r6W44M5T { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:9.25rem;left:15.625rem;height:1.875rem;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; }
#IaOE9mLNsUqkOtB3pDLo8riTsT0iKDSc { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:23.4375rem;top:6.0625rem;left:13.4375rem;display:block; }
#o2M4PURBxsaHh1iOUolw9XF9oMvDonD1 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.1875rem solid #e3e0dd;border-left:0.1875rem solid #e3e0dd;border-right:0.1875rem solid #e3e0dd;border-bottom:0.1875rem solid #e3e0dd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:23.0625rem;top:8.59375rem;left:10.9375rem;display:block; }
#ZM3Ic379DhT5m3sikNPm8yxLk38CTwB3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:19.75rem;left:15.78125rem; }
#eGptvRWMIG1ahrpcWb8BtNm7bVzbxwMB { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:16.8046875rem;left:15.78125rem; }
#bpiTMP2nscD1UEhxbxJhdhhDFngmnoXc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:12.8671875rem;left:15.6875rem; }
#Op36vuA9TBmVxCVNyus6TIUsAOKP8dXz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:14.5rem;left:18.125rem;height:1.25rem;display:block; }
#pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e0dd;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; }#pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf > .row .container { background-color: transparent; background-image: none; }#pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf > .row .container > .video-iframe-container { display: none; }#pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf > .row > .video-iframe-container { display: none; }#pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf > .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); }#pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf > .row .container { border-width: 0; border-radius: 0; }#pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#KCbbCXzFeoA0NHG8sEJv6UFuJe26zwgi { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:2.3125rem;left:36.25rem;height:3.9375rem;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;text-align:left;text-align-last:left;display:block; }
#NQyEOwKXKLI8P47NmOeNPgqi5bdR2k5n { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:2.25rem;left:0rem;height:1.3125rem;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;text-align:left;text-align-last:left;display:block; }
#rV7P0crRbvqWTWoDRV2pHbT4MbCuvzTp { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:3.75rem;left:0rem;height:2.625rem;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;text-align:left;text-align-last:left;display:block; }
#ZbS68fotHt0tzSMTcZDRX5IT2LGGAe3b { position:absolute;display:block;z-index:15039;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:6.875rem;width:9.0625rem;top:0.84200286865237rem;left:65.936420440675rem;overflow:hidden;display:block; }
#B2Su29Jl3iDwvDFvrngZ7ZXTOaOdnGC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:2.25rem;left:18.3125rem;height:1.3125rem;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;text-align:left;text-align-last:left;display:block; }
#n5wCEU9aOQMTmluAmJPWcyGOXUqvq1id { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:3.6875rem;left:18.375rem;height:2.625rem;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;text-align:left;text-align-last:left;display:block; }
#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q { position:relative;display:none; }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q { border-width: 0; border-radius: 0; }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q > .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; }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iFzTLI51iTH32bm8BssK7SdT8zppVJ1h { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Th1fhONzAyes49W2PIIsVJ06TaKy8iu2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a8K36tOm12bRi5NTeseH6PR7PGfT9MHC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZqKfCgBH0hHpJtdnc6owGTTTvcI8rLee { width:5.5625rem;height:1.0563125rem;top:1.4375rem;left:27.9375rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #h00FilWqad5HkpMlATEoSaMgkKaLJX3F { width:10.5625rem;height:1.0563125rem;top:1.41015625rem;left:9.5rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #emgp1wEv34XOSBz8PHnQXGXsU4o9CWvW { width:6.5625rem;height:1.0563125rem;top:1.4375rem;left:18.625rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #JefvmRnNniUu7yDs3XE9qhbBW3S8rCed { width:10.8125rem;height:1.21875rem;top:1.171875rem;left:36.1875rem;font-size:0.9375rem;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #lzkd7TdTW5JginD1STVrGFdZagJSy6Kt { width:1.75rem;height:1.75rem;top:0.84375rem;left:38.3125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #ldygXxJ7AarwzTlvvTmc5tqTfrKrczpq { top:0.6875rem;left:37.5625rem;width:10.1875rem;height:2.1875rem;z-index:15001;background-color:#e2dfdd;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 1199px) { #u0T8DwOGPWaqLkm9pKUFVcxWcv3sSzf1 { display:block; }
 }@media only screen and (max-width: 1199px) { #cKJcEfBThi0sEH7e2DdTFlJr1yNmkwzI { width:10.3125rem;height:2.1875rem;top:1.25rem;left:37.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NFra5OG5W8SiLHXXCeaXawplED4LqCRv { display:block; }
 }@media only screen and (max-width: 1199px) { #ifHuWLK05VvUZTcsgpHzyLb0VR3Ln3Vd { width:5.5625rem;height:1.0563125rem;top:1.4375rem;left:23.9375rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #bwuUyTh3F60gGT5VIGH93i9VEp3d5FDl { width:7.3123125rem;height:3.18685rem;top:0.18663194775581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QX8sTxsr8bcRJakddnGCp38HNxXnfZCn { display:block; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MKruBgp7TSIdGBTxIQ4HVGn98hUiRZmB { width:29.4375rem;height:4.19921875rem;top:13.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #zNLtdOQF2cNMwQarLXGUEreHTdaLO3J4 { width:31.75rem;height:1.79948125rem;top:10.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #xTIMpBwVH86y2gKrqg55ZAUIF5zZsn9e { width:2.9375rem;height:27.0625rem;top:15.5rem;left:44.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PIL2EJuXHOmCRizDhUiHkrndS8CpN7HT { width:7rem;height:7rem;top:14.655505180359rem;left:37.249351859092rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bRvUh8h1GriS7h2Er8SpL2XiFlmcE6zi { width:10.1248125rem;height:10.1248125rem;top:16.968315124512rem;left:32.607422232628rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { position:relative;z-index:auto;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:47.75rem;height:23.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/48cf3585-c9ca-4948-b9f6-e7e5ef2e2024/cubiqokueche7.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 1199px) { #DGo0Cgr4wTMBwWIDKV1PwRX76GXBJpiT { width:2.25rem;height:2.4375rem;top:37.6875rem;left:36.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FOI6EHPwx1N6qU2zHUB3F97xvf8NzBgs { width:2.25rem;height:2.4375rem;top:37.6875rem;left:36.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mpU9IymPTopFpZZzl7duHQFBGTSRmUfc { width:4.0625rem;height:4.8125rem;top:36.5rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MJQSF88uUoF7ytfg5hIkDzci8b02fQxP { width:2.5rem;height:2.4392375rem;top:26.25rem;left:25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LvHFNta5cvohTCT4wXXwKipTlDSJEmOA { width:4.9375rem;height:0.9746125rem;top:27.5625rem;left:27.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ODpr1WFQM8i7lKP9Z79fTQcPhaiaXeFr { width:1.25rem;height:1.25rem;top:26.375rem;left:27.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s08TfutgUhO73FMGKgHDRzuw6qXNOCTD { width:1.25rem;height:1.25rem;top:26.4375rem;left:28.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #woCJoslNho3ZTUgtOLZdyf9VHg0dm4NT { width:1.25rem;height:1.25rem;top:26.375rem;left:29.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TNmQgWkuEsGxStnFP9ffgm7o6hwoTBRS { width:1.25rem;height:1.25rem;top:26.375rem;left:30.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a5vL9xGeE8yFS9BEvl9TsmPnNStSmXcL { width:1.25rem;height:1.25rem;top:26.375rem;left:30.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qhsxrg2PLSsNz95GFQOpo48qkUbbgR0K { width:2.9375rem;height:32.5625rem;top:-1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b6BsksPF51r1IMllz7ITEr73BTehE7E3 { width:6.3125rem;height:6.3125rem;top:15.65625rem;left:20.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xoUVgKHJneWdCJiED7HcfQLf4DFFDk1I { width:19.5625rem;height:23.125rem;top:1.2516975402832E-6rem;left:28.1875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-regular-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-text { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-text {padding-top: 0; padding-bottom: 0;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-textarea { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-select { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-select {padding-top: 0; padding-bottom: 0;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-button { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;height:2.5rem; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-checkbox-label { width:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-container:first-of-type{padding-top:0;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-container:last-of-type{padding-bottom:0;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU  { width:15.875rem;height:auto;top:0.9375rem;left:28.90625rem; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .radio-container { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU {display:block;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU { width:15.875rem;height:auto;top:0.9375rem;left:28.90625rem; }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #SMdnm3iqw6JwaW8evPPZ3clw58VSnGnT {  }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #qINmRXeGuSz4ilnBLLDQF5bvf0MJWcXz { display:none; }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #yd53D0xd1eyyJHk1NF9W9yvND9U2M1rq {  }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #F7no5ueXTeZBnlCz8VNndVXX9AwdZK4D {  }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #AodO52Qs9ffUZz1hyNHcIvseAHR2xhh5 { display:none; }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #W68Ny9rwLMBVK2Fa0T39y8BkJtLTqpqe {  }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #LmvcQ2UVpa2mFbqs420PuedVkeQENbSy {  }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #cGgwIzKNu3vsDtignGt3dLC5a4wTSDSp { display:none; }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #B3atk20AsMmOEcpecbezTlf5DtFzxLrk {  }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #AdPfaotAqkriT3kVvkIvzm2TTam1IALk {  }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #grKzftrgDtW23JGDga747EXzHZxAiXx3 { display:none; }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #UI6PTr9yhugk4iT5cvvMhK8b430inVzz {  }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #RTNqnz5Mo8bC85piimLXC4gcyQSWiQ5z {  }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #slzMR4QtBAHRynVyfdBpsklVV1dkEhkX {  }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #B5OVr5HqWAw8wT2k0TCtn6hr9WnzgEXv {  }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #t1NtlLQglOJspBWbpmIpEQ41VBGDUTV3 {  }
 }@media only screen and (max-width: 1199px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #TT6QRbHe4XJFOX88SkPfAXkqH8UGN0uW {  }
 }@media only screen and (max-width: 1199px) { #qiQAbM0loTkefCkkffVhICBLTkvSssQd { width:6.3125rem;height:6.3125rem;top:15.65625rem;left:20.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:47.75rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VbyaqG4PyxbHFtaNLq11fG5EqEEbrMly { width:44.5rem;height:3.41145625rem;top:6.0712890625rem;left:3.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #PXqTpcknAdfy1o3muX9EB33snygMaXJi { width:33.125rem;height:9.84375rem;top:29.203125rem;left:3.25rem;font-size:0.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #t9iqlklGkeVGnsUq7c0milkCI15VVvQA { width:36.1875rem;height:17.375rem;top:10.546875rem;left:0rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #AlmRb5igLlxfGWlkHMHWTJ6eOOk45pRX { width:41rem;height:27.3125rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FTA7ceo7gDJ0aIo5TLVFz1xQx9Hgs0I6 { width:30.875rem;height:11.875rem;top:3.421875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #UKRnO21yexceXbwoVZdT3fD2TfRW1z56 { width:20.375rem;height:2.8125rem;top:40.625001192093rem;left:6.9375rem;font-size:0.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #wnTzBIlXi5DOf08zXxtoO8OLiZpg0z35 { width:2.9375rem;height:2.9375rem;top:40.562501192093rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU { display:block; }#LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZJk04UWfXvIzFewKe3PedEXZCaciCczX { width:37.4370625rem;height:3.41145625rem;top:3.75rem;left:5.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #U0PH7IRu6bdBInTDxbVrrwct8W9ztpU1 { width:21.624375rem;height:1.40625rem;top:7.1875rem;left:13.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC { display:block; }#z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC > .row .container { width:47.75rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cDFXrv9gpCRKfpcZJxAZncsaXGRTltXU { width:10.1875rem;height:4.02083125rem;top:10.8125rem;left:37.5625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #JvA5CwnSI8wyxsqkXGluPx2QyXg3yCSU { width:9.9375rem;height:2.70833125rem;top:19.0625rem;left:20.5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #TlWaSUhPDslAVEq3B9iZB9f7XR8hpFcH { width:10.3125rem;height:5.58333125rem;top:10.8125rem;left:20.5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #gaHmfESNlaaGIx0kLmtFzS7sTuT3Wh31 { width:8.5625rem;height:2.70833125rem;top:11.4375rem;left:5.125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #mACE037ztcTMIQhNJeyWQ1KkWV0FrMSB { width:9.8125rem;height:4.10416875rem;top:3.84375rem;left:20.5rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #R9MSLSANI6hEvxml9xr1A4y8mVrX3wHl { width:10.125rem;height:4.02083125rem;top:3.84375rem;left:37.5625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #mvLMpOWnOhoRAew2sOxATU1vghUrWez8 { width:8rem;height:2.79166875rem;top:4.5rem;left:5.125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #XoFTbvhbe7SMwGDMRxfO3iTQ6gyMA2Oq { width:9.8125rem;height:2.70833125rem;top:19.0625rem;left:5.125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #zvwlBFSLUs5EibWSI79moUpEyXCwGnLT { width:3.125rem;height:3.125rem;top:4.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AfzgorkGRAenvBEdg33dg8LGsM4z9ciw { width:9.5625rem;height:2.70833125rem;top:19.0625rem;left:37.5625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #iOqSsqp3Z84bq13vokE2MHcqM6axqRu3 { width:3.125rem;height:3.125rem;top:18.75rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sbFilCqUByquIZXc0XQaSBIQ88irlCdI { width:3.125rem;height:3.125rem;top:11.1875rem;left:32.9580078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RdQshmx5NcX3Epe41clwoQEQyMyU6U9t { width:3.125rem;height:3.125rem;top:4.1875rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5qlD3cuGsg4FPDL4pWcQfLWxHMz7R1S { width:3.125rem;height:3.125rem;top:18.6875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tW6AvJwAPBwL0ykF7IomX1vgZ3zZrZ6P { width:3.125rem;height:3.125rem;top:11.1875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AR53h2WgFKIfUzW1VxW0vDzfe48lt6pC { width:3.125rem;height:3.125rem;top:4.25rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVJnZmJwoxhCMGNBKLifBZJtoLHRvBPr { width:3.125rem;height:3.125rem;top:18.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZoVdqLJCIJWZJGH7NKm72gMTRNNurVVr { width:3.125rem;height:3.125rem;top:11.15625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UpoSriO0eyh4Bw5dMTH8RwiWF2JtR8qd { width:3.75rem;height:3.75rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPahdErPwvhCCQ9UxCz7utWO0G7dA6uG { width:3.75rem;height:3.75rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNu8C93sJGAUKmUzQSF1XBGFdM5uiSz4 { width:3.75rem;height:3.75rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WutayWIHlVVMXsthx1HPksnxDcVXTpyH { width:3.75rem;height:3.75rem;top:18.25rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pZNhNWLo4Wcx6V2WMf0WH0azxaTF9PGu { width:3.75rem;height:3.75rem;top:10.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ClQOLzO8HwKmRrDwrMo6LZP0ZQyaKgme { width:3.75rem;height:3.75rem;top:3.8125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DFSE2KbtuL7OmGLrDn1JVR2eAwPJgqDT { width:3.75rem;height:3.75rem;top:18.25rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIeRTCTO6CV7fPMQtq3O2qbKAPEIve0k { width:3.75rem;height:3.75rem;top:10.75rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BCg6JeliIAAFysxSv7KkfmLU3pFHXr2s { width:3.75rem;height:3.75rem;top:3.75rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHPRBJ6rXLT8xzo5HS7piP4gEzKhFaT6 { width:3.125rem;height:3.125rem;top:4.1875rem;left:32.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VTM7MhXETuOWbgvdcFQCxR657NqzTmqp { display:block; }#VTM7MhXETuOWbgvdcFQCxR657NqzTmqp > .row .container { width:47.75rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qUn03VeGsoeBrSZzKDFUgDdq0TLvQDJ1 { width:35.3125rem;height:3.41145625rem;top:3.8935546875rem;left:6.21875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #komiKXy17p6WEQ81gbmicHxG921DncD0 { width:21.625rem;height:1.40625rem;top:8.0419921875rem;left:13.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC { display:block; }#dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hveJZslD24exqmIqXReL9Vrn4VNzybmg { width:20.625rem;height:2.5rem;top:23.1875rem;left:13.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vpC9TSHe86hcmXerJdRKkwHhBlJKd5la { display:block; }
 }@media only screen and (max-width: 1199px) { #EGhqxzXW5SUKUoThatCvyErUtbTRZVy9 { width:12.0625rem;height:2.4375rem;top:14.75rem;left:17.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ET2eAHb08VGnBMnk5exGktV8o9O5f0ii { width:12.0625rem;height:2.4375rem;top:14.75rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #chJRfy31KqIimDh32cekM6TJPLpINVZi { width:12rem;height:2.4375rem;top:14.7734375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hgRuWfbH77MmrmbPEsUy4RS6G7GBzodZ { width:13.375rem;height:10.375rem;top:1.25rem;left:33.353515625rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 1199px) { #k0EmJUNnvWi3FROOJEPHdPKMF1mKPuwb { width:13.375rem;height:10.375rem;top:1.25rem;left:17.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #RiRh3xThnWc2mX3NxkC23lfTWvSgaXI4 { width:13.375rem;height:10.375rem;top:1.25rem;left:1.0205078125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #NJouueB082rsQcqrVd8mtUqHda1XG6HT { width:12rem;height:1.462675rem;top:12.875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1VRgKJX3Jz5uU6hCBUohul9X3RnLGa1 { width:12rem;height:1.462675rem;top:12.875rem;left:17.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xVaiOJp44h6HvUAPSTWwZVQBJX83zGln { width:12rem;height:1.462675rem;top:12.875rem;left:33.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4KGkbABnDPcSiK6d38uxVZOPlEmyJxX { width:1.875rem;height:1.875rem;top:12.66796875rem;left:12.5830078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zxg8rC23qSRgPOhumh7NSXzrQxSBXz5r { width:15.3125rem;height:21.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTuge3ZXO6Bvk7ffBdS4xluHgJNqtz23 { width:15.3125rem;height:21.1875rem;top:0rem;left:16.21875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #XJAaHeOCheLV41hDHLg91DcoQwor4MRh { width:1.875rem;height:1.875rem;top:12.66796875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nwbtws8JV8Xq0Kv1IObwF9qZrWh8ot6W { width:15.3125rem;height:21.1875rem;top:0rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lT5dAMQmHpD0bgtbaLUExARZ7may2w66 { width:1.875rem;height:1.875rem;top:26.8125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRcrQeMDGZXiELT01Fd7bWTTPmpUv0IN { width:1rem;height:1rem;top:27.625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VSx3VwdUC7P9RQOEgVdIHOqdDakJMSOT { width:1rem;height:1rem;top:27.625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9p2aMznZHPCQNMFWlqam1zBrISIBQvs { width:1rem;height:1rem;top:27.625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e3ioTMk0xn8rfvzRflFHIlDdVqn7iwKg { width:1rem;height:1rem;top:27.625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzQTu6yHJZTAUAnvssZv39Opn7QVnIql { width:5.3125rem;height:0.82465rem;top:26.8125rem;left:22.25rem;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #LlNCK2KULrTvcNKHhwJAMwVBFr31gDV6 { width:1rem;height:1rem;top:27.625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #by96Io8yXo0rXHZ9088WUVMGTgBQF6aT { background-color:transparent;background-image:url("https://images.assets-landingi.com/J2UuqbX8/haka_kueche_modern_acryl_granitgrau_grau_beige_kuecheninsel_hochglanz_beige_essbereich_698.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT.adaptive-delivery-prevent-bg, #by96Io8yXo0rXHZ9088WUVMGTgBQF6aT.lazyload, #by96Io8yXo0rXHZ9088WUVMGTgBQF6aT.lazyloading { background-image: none; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row .container { background-color: transparent; background-image: none; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row .container > .video-iframe-container { display: none; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row > .video-iframe-container { display: none; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .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); }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row .container { width:47.75rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA { display:block; }#FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA > .row .container { width:47.75rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ue81acidTxmqwGh0gPOBat2qZVxZ0fgP { width:43.3125rem;height:3.41145625rem;top:3.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdWlscohxqwUDudOZVkrZ4pKZveVvtnI { width:47.75rem;height:9.84375rem;top:7.28515625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X9JPoD6FanktuIP5KvTTRrENTAMQbrJ5 { width:26.625rem;height:12.875rem;top:31.62434387207rem;left:21.124132514rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #s5KAoK9I2sHqrPUMyzZxnMiJvEmp9bXa { width:26.8125rem;height:13.0625rem;top:17.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #SGe3GN3oII2qgfKoqFluZIDrwy4XK6UC { width:26.125rem;height:12.6875rem;top:45.530380249024rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #TtNgbRwbX3ZbiFgNNHGkOcOWrQBDJiM8 { width:47.75rem;height:2.8125rem;top:60.09309387207rem;left:0rem;font-size:0.9375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 1199px) { #PGhO2IAet3E2AP9lnSsQqt3TE3bGt33E { width:19.375rem;height:6.09375rem;top:21.78125rem;left:25.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #BFPF42Rvvfw5dCOJADMClX1McalOmdBU { width:19.6875rem;height:3.657225rem;top:51.4375rem;left:25.937500357628rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #QLhGHKenhJNVVwEtyqsRfPsT7BZA8s5l { width:19.9375rem;height:7.3125rem;top:35.375rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #btlNz5Grh0F1h3Dk3A8rypWvl4eRcTxX { width:15.625rem;height:1.40625rem;top:33.71875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #KtJM9222hOEcLIeJIp63LT6ywo1dg7uI { width:21.1875rem;height:1.40625rem;top:20.25rem;left:25.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #RDAZOQcXZWoxq5XUs4x8rOzxkCs72pRk { width:47.75rem;height:0.0625rem;top:71.0625rem;left:0rem;z-index:15048;display:none; }
 }@media only screen and (max-width: 1199px) { #uZil8ZHl6Roi1F8d41d09xcCZ0dQJJ82 { width:23.1875rem;height:12.875rem;top:17.24934387207rem;left:24.187284827232rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hCnm9HyJuTrslTnThPAklueGCZxJ9Mbm { width:5.75rem;height:2.25rem;top:17.25rem;left:42rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHea2nucGZZKuXPuRLLlH2I9DOA5OCLp { width:5rem;height:1.21875rem;top:17.890625rem;left:42.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWSmMOC5uvPx53PxAc8FDonTMtsOKNAR { width:20.625rem;height:2.5rem;top:63.530593872069rem;left:13.562283873558rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tb9QPIVId8w1imBVh8NW7FlPu0xwWxhr { display:block; }
 }@media only screen and (max-width: 1199px) { #HuoJaaNMXp3HP4onQ2O39LMzSyL1ChBk { width:23.25rem;height:12.375rem;top:31.625rem;left:0rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 1199px) { #E7TZBIiNCDHncTKxWTe2oZm5nOrkUaUT { width:5.75rem;height:2.25rem;top:31.62434387207rem;left:17.811849951744rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JS1RWL7hyQ6F7efXR96s04Iv3uM2RJBt { width:5rem;height:1.21875rem;top:32.234375rem;left:18.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZsDWDK8NiVDAd8gQrxDAqZfJQUfVup7t { width:23.375rem;height:12.375rem;top:45.530380249024rem;left:24.249132514rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NyAmvlBgTgc9boob2GrSvEZL42ynugr2 { width:17.5625rem;height:1.40625rem;top:49.85871887207rem;left:25.937500357628rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Mqe6OUwdam5We5ME6TCZA6F9bKEMo2O3 { width:5.75rem;height:2.25rem;top:45.530380249024rem;left:41.999786734581rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z55QavkoXprEFWUyVuaMu5WWwHbyktgR { width:5rem;height:1.21875rem;top:46.171646118164rem;left:42.749569296837rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XU93ZJ0rp0mfFnnxtMlFnm30yPdtA9nN { width:1.9375rem;height:1.9375rem;top:67.312057495119rem;left:20.249567389488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oMHBq0xu6lraL6cM39AGlGhXAGJP5KWW { width:1rem;height:1rem;top:68.249557495119rem;left:22.500000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aup0yQ3khTxu2i9JxmE77EZ8bBNsHzGg { width:1rem;height:1rem;top:68.249557495119rem;left:23.437500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nKbOWIROuwWTHEsh0RSAi4i29v8ASkFI { width:1rem;height:1rem;top:68.249557495119rem;left:24.375000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K43UvgPnc0JmxeSyVDT812HIVfr3egVZ { width:1rem;height:1rem;top:68.249557495119rem;left:26.311849951744rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zQOV06pbytE5DhiyvfCF6lTgw99ba49R { width:4.9375rem;height:0.82465rem;top:67.436843872069rem;left:22.561849951744rem;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #dTDqJ0Rk5XdFPdFBuQTMg2tUQvbr1sNH { width:1rem;height:1rem;top:68.249557495119rem;left:25.312500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qzubIu0KAFHXeePgfvBFz8a9pV6uHv8G { width:1rem;height:1rem;top:74.125rem;left:23.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XiVTTBqFoJUGJLwfNKsDcbGdEA0q4sD5 { width:1rem;height:1rem;top:74.125rem;left:24.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IsNii8gbWRovMd8bmOPDXqX1SPgNJuV1 { width:1rem;height:1rem;top:74.125rem;left:25.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QC6TKCkybvJ8A6v8EpsI5Bn0N76uJw1d { width:1rem;height:1rem;top:74.125rem;left:25.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BDaKTq05Qe4cMIu6zsWwXnCeVWodvJ6f { width:1.875rem;height:1.875rem;top:73.3125rem;left:20.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eWCq3ziepsp7WsdGnhNDDAfWLBHwa3Rt { width:1rem;height:1rem;top:74.125rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sKq8PJZ5b0EZGWy5SgnDdr00VkEcAFQL { width:5.3125rem;height:0.82421875rem;top:73.3125rem;left:22.375rem;font-size:0.6875rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #gKcp9k5msCRVsfXf2OhKybDFKTXKEiAG { top:17.25rem;left:23.1875rem;width:6.9375rem;height:13.8125rem;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #QHbts7LlHsOQnmvINlnVGtQze9ELTeQP { top:30.873043060302rem;left:17.500000357628rem;width:6.9375rem;height:13.4375rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #WLkVu8gJrr3vRARsFU46qknW2aLyilrt { top:45.280807495118rem;left:23.624132514rem;width:6.9375rem;height:13.0625rem;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #EJSsgiGpTivHDlbtNlTLXicfQIcHqESZ { width:39.1873125rem;height:0.81163125rem;top:30.310331344604rem;left:1.0904947519302rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vpDf7PpXaqmpwwsmn5IvgCcoMBEc4yVT { top:43.997615814209rem;left:0rem;width:47.75rem;height:1.125rem;z-index:15060;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 { display:block; }#DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 > .row .container { width:47.75rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uHhIGw8bNNktS5Oh1P5dGPLnRpPfueHP { width:22.9375rem;height:15.46875rem;top:9.625rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mT4IzuuurQzcfpTp8VppFcXLva8Xdg3i { width:23.4375rem;height:13.1875rem;top:9.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #MwIMrsNUkR7MJsEFR26hwTPrm6RDdZUM { width:17.561875rem;height:17.561875rem;top:26.468111038208rem;left:30.187717795372rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2G2ddrnZ86aNqlUsNfx0I7pKU4vGAeF { width:19.3125rem;height:14.75rem;top:31.25rem;left:28.186632514rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EgJc84ValZoqbe0hJASTJJhWZ6pkWWSe { width:22rem;height:13.5625rem;top:7.0625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #qNJzzHrbr54AJ4FzwoXFTCbzbgRBA4Q7 { width:21.6875rem;height:3.41145625rem;top:5.4375rem;left:24.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #yV0PqsLV5WC3RcuikK6g3ysNOdEEdsQA { width:25.9375rem;height:14.0625rem;top:26.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUS18ithWLPe0bsNcHZ0aw3qWKteAcWH { width:17.0625rem;height:2.4375rem;top:41.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbAGaOu25PFTkTlD9sxvO8uEZT8RbnD4 { display:block; }
 }@media only screen and (max-width: 1199px) { #WC1OZgs2XZUg5DsgkXOtiHvJTCo31bcU { width:1.875rem;height:1.875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqOJAFd5cx4ETABC1JVtGpTUAHlFNqzT { width:1rem;height:1rem;top:46.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aleqszC3r0dDxoc02ioEzxtX5VDIvwe7 { width:1rem;height:1rem;top:46.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3tz2nXInOH1PbGFVOodERAikWL3aDQp { width:1rem;height:1rem;top:46.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FnGlMlV7AV0GxfKuTTMHZL6TypBTd54T { width:1rem;height:1rem;top:46.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SGwDnt1BWWiKnpgrZAhke1VfhUko531Z { width:5.3125rem;height:0.82465rem;top:45.375rem;left:2.3125rem;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #Zmg253TReU9Bq9HMvwEWZMzf5Kk4x0IF { width:1rem;height:1rem;top:46.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eeSrQklPnt74uQBuZW1KwnuuEyeVJUHE { width:10.1248125rem;height:10.1248125rem;top:40.499673843384rem;left:36.408962607384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM { background-color:transparent;background-image:url("https://images.assets-landingi.com/scjy2VFJ/Ku_che_3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM.adaptive-delivery-prevent-bg, #UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM.lazyload, #UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM.lazyloading { background-image: none; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row .container { background-color: transparent; background-image: none; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row .container > .video-iframe-container { display: none; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row > .video-iframe-container { display: none; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .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); }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row .container { width:47.75rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr { display:block; }#RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:43.0625rem;height:3.41145625rem;top:3.6875rem;left:2.34375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P6cnNRQhsrA6ABHRPr5KA38rsnrX335u { display:block; }#P6cnNRQhsrA6ABHRPr5KA38rsnrX335u > .row .container { width:47.75rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pE8dGvtQCz8tVM7wcxyozD7gD1TNVgzR { width:18.8125rem;height:5.5rem;top:8.25rem;left:4.7158203125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #w0Tu7pFRdpygUFRaw9h26RC0RnE2oqk5 { width:18.8125rem;height:4.1875rem;top:2.40625rem;left:4.7158203125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #n2MAq84OCw74Wo31w1vvJdcCKeiaqKva { width:18.5rem;height:4.02083125rem;top:19.99609375rem;left:4.8720703125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #EoEN3tIo5FA1KvTZdSz2OF7CgC1mFriT { width:18.8125rem;height:4.10416875rem;top:2.40625rem;left:28.9375rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #lkaHGcQ0bIUD5mOp95nbqLyrvoFwxwLr { width:18.1875rem;height:2.79166875rem;top:14.7548828125rem;left:28.9375rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #bEr5XswaGTR5LPJpQVMOpJVBnU9WLfPG { width:18.8125rem;height:5.5rem;top:8.25rem;left:28.9375rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8XrgLdyr15Nperthev1gdIczlIVo6vt { width:18.75rem;height:4.10416875rem;top:14.0986328125rem;left:4.6875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #QSdMxVTIbSAIhgpLqJJvXSUavUeT6QbC { width:20.625rem;height:2.5rem;top:27.3720703125rem;left:13.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OomRUQbfshS3OVaM0ZazkRIWmACIqtuA { display:block; }
 }@media only screen and (max-width: 1199px) { #T1wCPLTQTL1yz6Vze5kIP6DTsEVcCidO { width:2.6875rem;height:2.4375rem;top:3.21875rem;left:0.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7QDhDUoreL7FfoTb3CHHi7tCMwrzprp { width:2.625rem;height:2.4375rem;top:9.125rem;left:0.71875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLWpaq8QIas4gIT5tUazo9mvpa39nZSK { width:2.75rem;height:2.4375rem;top:20.74609375rem;left:0.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtFKmaIWT7ucrhLu19rhb4XEmyHKKRZt { width:2.561525rem;height:2.4375rem;top:14.9111328125rem;left:0.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AnB93Astwu1BGdlBm6Vp8owneeFvOQkZ { width:3.9375rem;height:2.4375rem;top:3.15625rem;left:24.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hthiispFI72tXCk56q5Lu3q9xbIttDoA { width:3.375rem;height:2.4375rem;top:9.125rem;left:24.78125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xbser2BifVcosKZavrD77cXizsiaET0m { width:2.5625rem;height:2.4375rem;top:20.75rem;left:25.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mem3GMIWrEwDP0Z2UilC45nvXQAJlAGH { width:2.1875rem;height:2.4375rem;top:14.9169921875rem;left:25.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CcsWZkyB4aRHUgsWThJ87fW0d6D19sdt { width:18.5625rem;height:4.10416875rem;top:20rem;left:29.1875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #UbAt9IngSEuAOpOTQr8gF7WGaXRBt6Ow { width:3.75rem;height:3.75rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i69fDNmhr8r6ZalHG2TQN9FKzez7MUiu { width:3.75rem;height:3.75rem;top:8.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9svKJGmO0qLhbziyVml4UwgKQ802saT { width:3.75rem;height:3.75rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTUnW0i2BtR7tv4wO8asts1kJTTZIErt { width:3.75rem;height:3.75rem;top:19.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QBuz1V1rQGpCDBVuUP39Ov7zwAfZNF2J { width:3.75rem;height:3.75rem;top:2.375rem;left:24.373046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AulmI54oggaKkpnv0IWituhEqddN9GN9 { width:3.75rem;height:3.75rem;top:8.25rem;left:24.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IuhWJhTsxlEgzteb4p8GefPirT2SvQkM { width:3.75rem;height:3.75rem;top:19.8125rem;left:24.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s1nqtJgrn51Ky61NTUWu80nvf8e2k8aO { width:3.75rem;height:3.75rem;top:14.0673828125rem;left:24.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gCIIG0c6PlNTpnD9ETk1eEXtxbaWL8eB { width:1.875rem;height:1.875rem;top:31rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCTKGTMCOADsMDL9JphgQiosgq5vDDOa { width:1rem;height:1rem;top:31.8125rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hbtb5rcWz34aZwtSQbIM5GSh5KeazWod { width:1rem;height:1rem;top:31.8125rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yeBrC1BX6DP5yxvFUt7UGGmVbssL4UTP { width:1rem;height:1rem;top:31.8125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnGV4F11za2y87goTorTxQcDEn9gXA3W { width:1rem;height:1rem;top:31.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2TTvr0DBOfV51r5f9L4Qb4k4EzziHP0 { width:5.3125rem;height:0.82465rem;top:31rem;left:22.4375rem;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #SGPHm5GeTkKMqdaLwJv9ZzWbslaxnTAF { width:1rem;height:1rem;top:31.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SxzD68ICRkbVSTx1QVHhl08t08KntWy5 { display:block; }#SxzD68ICRkbVSTx1QVHhl08t08KntWy5 > .row .container { width:47.75rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sT2VGN64qVpJibXCh5vfSuwmvG4eiu8r { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uagpNhl8D9TlO6vT0mSAeIzuDFrLKTCl { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qKoQ4RbO9e8EyOlwCrlJ5coUxi4pM2yW { width:44.6875rem;height:12.3125rem;top:25.4716796875rem;left:1.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LkJEfXfKCRF2M9XmkXkSXElk2IIiZuFX { width:44.6875rem;height:12.3125rem;top:25.4716796875rem;left:1.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tMebZgFxxfeiDoTzlNzgMTb1cZAvFtGN { width:23.5rem;height:16rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NkhOQnOZ537s2yNOVpWivqQrCXNkN2vw { width:19.8125rem;height:5.68359375rem;top:48.783203125rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vNGwaJ538zXgx2Pot8N1nyVUhTCqkBiL { width:11.0625rem;height:1.13715rem;top:45.25rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qiRrJJ5IU7XObivrkA6R3V65Gt9nDyop { width:1rem;height:1rem;top:8.375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lJ1U9CoSxCV1Kmaq8upopKNbmET7iKNF { width:1rem;height:1rem;top:8.375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kw0MeOoWS5paQPND8SQpTTAStV98DMXG { width:1rem;height:1rem;top:8.375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PxL6TyTwTKrpxcwGn8dLBMT7QN165EGo { width:1rem;height:1rem;top:8.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ESCkrDhCaltydUaP4vhXoMzS0IHQ840J { width:1rem;height:1rem;top:48.3125rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cJOuPTc4GpKRNJuADbAbTFgVAycoFKwR { width:11.0625rem;height:0.9746125rem;top:15.9375rem;left:29.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ecEbHn5iccP5RR7lGqCL0ysHqbSPXe1e { width:2.5rem;height:2.5rem;top:34.0625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lB3QFVJ1e0wioR2mn1WuWNdlV9ug2bkS { width:20rem;height:4.546875rem;top:35.69921875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NVO1dAeD36EE8TgteISsNAux0FvxATfa { width:11.0625rem;height:1.13715rem;top:32.1875rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zumqrTZTfOIn9Gq20QTaKe4chFPs9eoz { width:1rem;height:1rem;top:15.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SdnepWLpuFuniq4HbKsafqEzmRySq9Oo { width:1rem;height:1rem;top:15.4375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rkBZkFmmSCGqs9Q38n9rrufPeg7TLU0w { width:1rem;height:1rem;top:15.4375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KKXtGBRlsbgQe5J6AFruTHf3mghlqehl { width:1rem;height:1rem;top:15.4375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kyDHHZPqGfaqORqfLDy7M0u1hKrRNrmC { width:1rem;height:1rem;top:15.4375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3AwvO9ZO0CfiZBhQq6qqoWeE6v2ZHLi { width:11.0625rem;height:0.9746125rem;top:33.25rem;left:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XcDMyzJPSSrMDQrzCpOiXm2E7x7m04Ag { width:2.5rem;height:2.5rem;top:14.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hgupHfCankIKqdnGAyZM0ceqdoRwhQro { width:23.375rem;height:12.75rem;top:32.365234375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xA5eKp2DfL3ctQwiblOXfdi4pHw8EqAA { width:20.1875rem;height:5.68359375rem;top:37.5859375rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fFokoqSgWg2kfDVwdpgpyV2oRUZTfOmy { width:23.375rem;height:18.0625rem;top:13.0625rem;left:24.375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 1199px) { #laFVy0rOmMF5PuToOzlr9vwo73NP94PM { width:11.0625rem;height:0.9746125rem;top:35.4375rem;left:29.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l554EZGxIOAWAqIPr4VQFn7HPhVUJaBt { width:11.0625rem;height:1.13715rem;top:34.375rem;left:29.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBrfvT2oIxiThcTTeVU6M7yyJmDLVBw7 { width:1rem;height:1rem;top:34.8125rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghXZgHZP0LViU5po4Kz0Cy7JuoZknOMz { width:1rem;height:1rem;top:34.8125rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlp07LlzWSXbTiKpu0g2WNpoovTHZ85t { width:1rem;height:1rem;top:34.8125rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V7Kpmly1Pdk32BTMgdX84vtnIKJC86Ni { width:1rem;height:1rem;top:34.8125rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ToTKUts9eID5tMDhUsV73c6M4GUpMU5u { width:1rem;height:1rem;top:34.8125rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MiSeeTOOILlB2bU91aHM2X73xh3CvXc4 { width:2.5rem;height:2.5rem;top:14.6875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHTl0tW5cUCHN3RGS4n77qiF85VrM6Jr { width:23.5rem;height:12.8125rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcaiyWsBUFd9OMb6wDqhXna2nTHHhFP1 { width:19.625rem;height:11.3671875rem;top:18.25rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dh1xmE9V0VeKypO5gP5d8d0ExMrthuWr { width:11.0625rem;height:0.9746125rem;top:46.25rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTDnRsB4rSNnSEOkmI7XTJBqEOgGB2XG { width:11.0625rem;height:1.13715rem;top:14.875rem;left:29.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rbRZT5TJS05XXeqcm5Uiat1aBnRM0Iqk { width:1rem;height:1rem;top:45.8125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2pdmkPdwaAi2qDlIAcRCQcBRpZ92FAG { width:1rem;height:1rem;top:45.8125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwud9xXckfouThaRdcnNOocr1xL1goK9 { width:1rem;height:1rem;top:45.8125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JafA6GmbFlcU1vWMigrdNUvxQ25yDizd { width:1rem;height:1rem;top:45.8125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mehHceQeb02DuVMfZnhnfi9cuGBtCDsD { width:1rem;height:1rem;top:45.8125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #npCgee8Pf4RBFsA7vttIsCv2NM2RZcFE { width:2.5rem;height:2.5rem;top:47.625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ph8nGm10PmGXJqqsxaIitm7WzowpdRZG { width:23.375rem;height:22.3125rem;top:46.052734375rem;left:24.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 1199px) { #BK4nbWCzUvQ7zNpCFGyQ5Zp0ABcB84uo { width:19.75rem;height:14.777375rem;top:51.3125rem;left:26.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTlfJdnZtMc37vpCgB51mWtXPvN8ekC7 { width:11.0625rem;height:0.9746125rem;top:48.875rem;left:29.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0TPTMKLtDGPMDyvPadTuKlAyCvz3ax3 { width:2.5rem;height:2.5rem;top:45.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTcHXxxMc7xZpx3TBZSyRnM8o2PhI8Mp { width:11.0625rem;height:1.13715rem;top:47.875rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9E7GGupO6FTBXh6AC4wJuo7yo3ANIZX { width:1rem;height:1rem;top:15.4375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xf6XRqEKtVxzbL0Q4Vq5DLAvFkPE4dDE { width:1rem;height:1rem;top:15.4375rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XnAT0qfXSR9Kh46IpsTUWITOM4uVht3F { width:1rem;height:1rem;top:15.4375rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cl9NJNfkLPpKsz98Umun2rwPX5vwyTE0 { width:1rem;height:1rem;top:15.4375rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2q2DH7Zq2km9y9HRNPg71MiN1B98m21 { width:1rem;height:1rem;top:15.4375rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K7RhuiPHnPW9NWWi68gU3JerQ2xbmhmo { width:19.5625rem;height:9.09375rem;top:18.357421875rem;left:1.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XcIN9I3TIO7NrZOPwiD1IK3Wq0ZpPuZG { width:23.5rem;height:11.5rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lqVd0l74as9qAT22wqy5RT2uUta41T0B { width:11.0625rem;height:0.9746125rem;top:15.9375rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WJOAZWE66mKZrB3ThkIcM590JKD3eOet { width:11.0625rem;height:1.13715rem;top:14.869140625rem;left:5.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVi5yhKZD4l3Nh68WIhVs8TOn8QffHGO { width:1rem;height:1rem;top:32.6875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5Oq4xuznJPE2W1VuJBWZWUWZmosXrTw { width:1rem;height:1rem;top:32.6875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rolsHqsHfIPN47D2O0RIrryK6fggtT0u { width:1rem;height:1rem;top:32.6875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iVmaHxW6UhZgOMxPTF1kJO8pyoQc6o52 { width:1rem;height:1rem;top:32.6875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCxl0lxRp6IunQdKLwKNHJoDKILbpRuT { width:1rem;height:1rem;top:32.6875rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2iF4hwqPhfpLzP5bc7el5IfQe8VfivH { width:2.5rem;height:2.5rem;top:31.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IpLohossMFKfo06kR86eAvfzXs8o1z6o { width:1rem;height:1rem;top:48.3125rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fITo23EdFXlN84GCiLAy4fFVgcfNX98U { width:1rem;height:1rem;top:48.3125rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i9qoOK3XuRTTImL0m6HETWRTHz8tEziK { width:1rem;height:1rem;top:48.3125rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7DufHTqfX8gD5mk4oMTsk904qbLuamT { width:1rem;height:1rem;top:48.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lKz4ZbBmNXQXyrynp1hBe9A1gSApkact { width:5.3125rem;height:0.82465rem;top:7.5625rem;left:21.8125rem;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #giQL9vAWFT3yQnlmTd0aipB4NovOS8ab { width:2.0625rem;height:2.0625rem;top:7.4375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vzWFXJb0r1kBGwwHft2u5VdUPCbEDOaW { width:9.9375rem;height:3rem;top:6.9375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qIWqSqX2SLzUFqOwWkcoz6zHznLulOIm { width:2.3125rem;height:1.70573125rem;top:45.494140625rem;left:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ymIirLg9FRrDoOcyDUlhU4mogvp0dBSJ { width:3.1875rem;height:1.70573125rem;top:15.0625rem;left:25.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EurtpQcIAWbtEvVM2WdW2whqcvo0Jsq6 { width:2.5rem;height:1.70573125rem;top:32.3564453125rem;left:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWz5mVITHeUg4rPBJEUoPBU6FgXo0tFw { width:2.5625rem;height:1.70573125rem;top:48.0625rem;left:26.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LohxttAM0gdqlksSItRvdOCEKr6F6iWB { width:2.4375rem;height:1.70573125rem;top:15.142578125rem;left:2.0625rem;font-size:1.3125rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 1199px) { #D4ByT3wPuGg3iBoJDpt39N0h7dV7xJXp { width:2.5625rem;height:1.70573125rem;top:34.521484375rem;left:26.1875rem;font-size:1.3125rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 1199px) { #FttOzMipZwyoPkBzLGy7vQlDD4K4xPxX { width:1rem;height:1rem;top:8.375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rlXesr9k4D8804gehIzuNGxc4mPPsO5X { width:24.124rem;height:1.8372375rem;top:4.5625rem;left:11.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D7VcGKOeFsky6GcPEkHCnIwAA9vJ5kOz { width:1rem;height:1rem;top:15.4375rem;left:42.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ { display:block; }#AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ > .row .container { width:47.75rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uwdVcXN16mWDhu3TE8wOC5nIM2XWzWMS { width:47.4375rem;height:1.8372375rem;top:4.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mNdrz9XpWICM5lUo0E3dSRwOTlPpItKz { width:47.75rem;height:1.5rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTxTo60Od7RN5ckh5r4dJbhttNAx2Vyp { width:47.75rem;height:4.21875rem;top:9.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTmNwVUJxgWIXmwCRapFVKkt00Asup2y { width:47.75rem;height:5.625rem;top:18rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qhmvGhG6tSLpSEp8xu5Ta9V2pt5z8TUu { width:47.75rem;height:2.8125rem;top:26.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqUfhbUnGk1Jf92hlT5PcnS8CKco8KE2 { width:47.75rem;height:1.5rem;top:25.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kgry6rvhW3HOu6dmSuPyZdqvFn9RxHpr { width:47.75rem;height:4.21875rem;top:34.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AmcRFTzkN3yltSDRPy43PTKfKznTQPz6 { width:47.75rem;height:3rem;top:31rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kKeelHJkAhuHday1s1UTwJzFgL6C3k8M { width:47.75rem;height:3rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bdZpb1tRy0rr4kJDUGJu6RfcHbT7h7XX { width:47.75rem;height:2.8125rem;top:42.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIyTwzZUyfhv6JdrQIot9qbe244d9xeE { width:47.75rem;height:1.5rem;top:40.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hp97piTMtmRwLHZLRZbgpDT7O3f1aTbC { width:2.9375rem;height:39.375rem;top:5.25rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTaIWylSRv5AoT6PZUGL33HbKDQ1KdN8 { width:2.9375rem;height:24.5rem;top:1.0625rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uW64e6Hk/Haka_Ku_che_Modern_schwarz.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr.adaptive-delivery-prevent-bg, #ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr.lazyload, #ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr.lazyloading { background-image: none; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row .container { background-color: transparent; background-image: none; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,72,72,0.48); }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row .container > .video-iframe-container { display: none; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,72,72,0.48); }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row > .video-iframe-container { display: none; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .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); }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row .container { width:47.75rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZHd5DbCtsIotOGdTaFgnOn7hO1cenWXZ { width:12.5rem;height:1.2999125rem;top:13.1298828125rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s8KOQo5ruodMT5DM0n7KGByAfNqoGR8n { top:18.625rem;left:6.0625rem;width:16.5625rem;height:7.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XkTpDBHqNFqU8bg77Gv13T2GKcD9leJi { width:12.5rem;height:1.29948125rem;top:15.630859375rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUeZ9n6uNMThwSUX1vIV6XpxcXooCp9Z { width:20.6875rem;height:21.3125rem;top:7.46875rem;left:25.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-regular-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-text { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-textarea { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-select { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-button { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-container:first-of-type{padding-top:0;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-container:last-of-type{padding-bottom:0;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ  { width:17.0625rem;height:auto;top:7.443359375rem;left:26.0625rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .radio-container { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ {display:block;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ { width:17.0625rem;height:auto;top:7.443359375rem;left:26.0625rem; }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #t16nSmuf5Kz13ni4zkyPk2iyRXIPIsiG {  }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #rhMcJ565E76WxAgMDCWTqNRLAG8PTPWC { display:none; }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #ynCe5GOSpehbC1kAhH3TFUJTQlmzZVNK {  }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #hVE2RNxMwEu5IZaoFZdRbIFE4eXXUfPN {  }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #p8Ad5RvydyxBTk9sT1kJG8eiHxl4zsTs { display:none; }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #mSTItk4P0p0fV6df8yy0f3EcWS66oVFw {  }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #rIFKgX6l1adD3txK9XJrqSGlNGyb7T5R {  }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #F3CQIXVcLSx9GWpPtT3IkB6xZ6ks2UIp { display:none; }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #OTcKgrqxAQK1HU5OSazexw1uEBQe8s9A {  }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #TEttWQHZbD3ZoDQMhm2kJ5PAiKNXgwUz {  }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #e9TBSuNV6hamvNsvwwdJsaidQ8Fg57wZ { display:none; }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #vQ8FxkO3WmZxSrm7uc7OkywBLPTteGdP {  }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #IaDUtm5i8CzwW03iR9aSWrzo7geIPLl9 {  }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #B1OR6ik6SQo44DIH6SLoEIiuLLUnEiay {  }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #Iggfm9l1T2wTSTWk21N1LOM4Sc8ot1BC {  }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #J8i49ryPdThyaTlw61l14pmxguh3BTky {  }
 }@media only screen and (max-width: 1199px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #c76urbWitXkKmyCI1H6ipol0wIZqpETA {  }
 }@media only screen and (max-width: 1199px) { #M19D9TnylARQTHdzBT1Obhe4r6W44M5T { width:17.5rem;height:1.5744375rem;top:10.4375rem;left:6.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IaOE9mLNsUqkOtB3pDLo8riTsT0iKDSc { width:20.875rem;height:21.3125rem;top:7.46875rem;left:4.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #o2M4PURBxsaHh1iOUolw9XF9oMvDonD1 { width:20.625rem;height:21.25rem;top:6.4375rem;left:1.6875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #ZM3Ic379DhT5m3sikNPm8yxLk38CTwB3 { width:1.4375rem;height:1.4375rem;top:18.875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eGptvRWMIG1ahrpcWb8BtNm7bVzbxwMB { width:1.25rem;height:1.25rem;top:15.5625rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bpiTMP2nscD1UEhxbxJhdhhDFngmnoXc { width:1.3125rem;height:1.3125rem;top:12.998697280884rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Op36vuA9TBmVxCVNyus6TIUsAOKP8dXz { width:12.5rem;height:1.2999125rem;top:13.1298828125rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf { display:block; }#pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KCbbCXzFeoA0NHG8sEJv6UFuJe26zwgi { width:14.8125rem;height:3.657225rem;top:2.125rem;left:17.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NQyEOwKXKLI8P47NmOeNPgqi5bdR2k5n { width:14.8125rem;height:1.219075rem;top:2.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rV7P0crRbvqWTWoDRV2pHbT4MbCuvzTp { width:14.8125rem;height:2.43815rem;top:3.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZbS68fotHt0tzSMTcZDRX5IT2LGGAe3b { width:6.375rem;height:4.5625rem;top:1.8125rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B2Su29Jl3iDwvDFvrngZ7ZXTOaOdnGC3 { width:14.8125rem;height:1.219075rem;top:2.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n5wCEU9aOQMTmluAmJPWcyGOXUqvq1id { width:14.8125rem;height:2.43815rem;top:3.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q { display:none; }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iFzTLI51iTH32bm8BssK7SdT8zppVJ1h { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Th1fhONzAyes49W2PIIsVJ06TaKy8iu2 { display:block; }
 }@media only screen and (max-width: 1199px) { #a8K36tOm12bRi5NTeseH6PR7PGfT9MHC { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 { position:relative;z-index:auto;display:block; }#QrvNkXwfyCoqquVCN3N6zBRLiReEtpW4 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqKfCgBH0hHpJtdnc6owGTTTvcI8rLee { width:5.5625rem;height:0;top:21.1240234375rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h00FilWqad5HkpMlATEoSaMgkKaLJX3F { width:10.5625rem;height:0;top:15.1240234375rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #emgp1wEv34XOSBz8PHnQXGXsU4o9CWvW { width:6.6875rem;height:auto;top:1.8125rem;left:6.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JefvmRnNniUu7yDs3XE9qhbBW3S8rCed { width:8.875rem;height:auto;top:1.875rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzkd7TdTW5JginD1STVrGFdZagJSy6Kt { width:1.5625rem;height:1.5625rem;top:1.75rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldygXxJ7AarwzTlvvTmc5tqTfrKrczpq { width:17.5rem;height:3.4375rem;top:11.5rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0T8DwOGPWaqLkm9pKUFVcxWcv3sSzf1 { display:block; }
 }@media only screen and (max-width: 763px) { #cKJcEfBThi0sEH7e2DdTFlJr1yNmkwzI { width:10.3125rem;height:2.1875rem;top:1.25rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFra5OG5W8SiLHXXCeaXawplED4LqCRv { display:block; }
 }@media only screen and (max-width: 763px) { #ifHuWLK05VvUZTcsgpHzyLb0VR3Ln3Vd { width:6.6875rem;height:auto;top:1.8125rem;left:6.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwuUyTh3F60gGT5VIGH93i9VEp3d5FDl { width:6.875rem;height:3.4375rem;top:1.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX8sTxsr8bcRJakddnGCp38HNxXnfZCn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ce0a300-6db2-4003-bd4d-750c028dc1a0/cubiqokueche12.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn.adaptive-delivery-prevent-bg, #QX8sTxsr8bcRJakddnGCp38HNxXnfZCn.lazyload, #QX8sTxsr8bcRJakddnGCp38HNxXnfZCn.lazyloading { background-image: none; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .row .container { background-color: transparent; background-image: none; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .row .container > .video-iframe-container { display: none; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .row > .video-iframe-container { display: none; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .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); }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .row .container { border-width: 0; border-radius: 0; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QX8sTxsr8bcRJakddnGCp38HNxXnfZCn > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKruBgp7TSIdGBTxIQ4HVGn98hUiRZmB { width:17.5rem;height:0;top:31.46875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNLtdOQF2cNMwQarLXGUEreHTdaLO3J4 { width:20rem;height:1.5rem;top:16.221787929535rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTIMpBwVH86y2gKrqg55ZAUIF5zZsn9e { width:2.875rem;height:28.875rem;top:35.168194824219rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIL2EJuXHOmCRizDhUiHkrndS8CpN7HT { width:5.0625rem;height:5.0625rem;top:8.1875rem;left:13.3125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #bRvUh8h1GriS7h2Er8SpL2XiFlmcE6zi { width:5.8125rem;height:5.8125rem;top:7.7643229067325rem;left:13.453125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:rgba(0,0,0,0);background-image:none;position:relative;z-index:auto;display:none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:20rem;height:58.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DGo0Cgr4wTMBwWIDKV1PwRX76GXBJpiT { width:3.125rem;height:3.4375rem;top:43.5625rem;left:11.0625rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #FOI6EHPwx1N6qU2zHUB3F97xvf8NzBgs { width:3.6875rem;height:4.0625rem;top:32.375rem;left:6.625rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #mpU9IymPTopFpZZzl7duHQFBGTSRmUfc { width:6.0625rem;height:7.375rem;top:0rem;left:9.0625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MJQSF88uUoF7ytfg5hIkDzci8b02fQxP { width:2.5rem;height:2.43945rem;top:33.1875rem;left:11.5rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #LvHFNta5cvohTCT4wXXwKipTlDSJEmOA { width:5.375rem;height:0;top:34.6875rem;left:14.625rem;font-size:0.75rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #ODpr1WFQM8i7lKP9Z79fTQcPhaiaXeFr { width:1.5rem;height:1.5rem;top:33.5625rem;left:14.25rem;font-size:1rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #s08TfutgUhO73FMGKgHDRzuw6qXNOCTD { width:1.4375rem;height:1.4375rem;top:33.5625rem;left:15.3125rem;font-size:1rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #woCJoslNho3ZTUgtOLZdyf9VHg0dm4NT { width:1.4375rem;height:1.4375rem;top:33.5625rem;left:16.375rem;font-size:1rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #TNmQgWkuEsGxStnFP9ffgm7o6hwoTBRS { width:1.4375rem;height:1.4375rem;top:33.5625rem;left:17.4375rem;font-size:1rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #a5vL9xGeE8yFS9BEvl9TsmPnNStSmXcL { width:1.4375rem;height:1.4375rem;top:33.5625rem;left:18.5rem;font-size:1rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #qhsxrg2PLSsNz95GFQOpo48qkUbbgR0K { width:2.9375rem;height:28.9375rem;top:8.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6BsksPF51r1IMllz7ITEr73BTehE7E3 { width:8.25rem;height:8.25rem;top:48.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoUVgKHJneWdCJiED7HcfQLf4DFFDk1I { width:20rem;height:21.75rem;top:14.499786376953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-regular-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-text { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.0625rem; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-text {padding-top: 0; padding-bottom: 0;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-textarea { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:3.0625rem; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-select { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-select {padding-top: 0; padding-bottom: 0;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:0.75rem;overflow:hidden; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:haka;font-size:0.5625rem;overflow:hidden;height:auto; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-container:first-of-type{padding-top:0;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .widget-container:last-of-type{padding-bottom:0;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU  { width:16rem;height:auto;top:17.062175273895rem;left:0.74924051761625rem; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU .radio-container { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU {display:block;}#cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU { width:16rem;height:auto;top:17.062175273895rem;left:0.74924051761625rem; }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #SMdnm3iqw6JwaW8evPPZ3clw58VSnGnT {  }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #qINmRXeGuSz4ilnBLLDQF5bvf0MJWcXz { display:none; }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #yd53D0xd1eyyJHk1NF9W9yvND9U2M1rq {  }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #F7no5ueXTeZBnlCz8VNndVXX9AwdZK4D {  }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #AodO52Qs9ffUZz1hyNHcIvseAHR2xhh5 { display:none; }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #W68Ny9rwLMBVK2Fa0T39y8BkJtLTqpqe {  }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #LmvcQ2UVpa2mFbqs420PuedVkeQENbSy {  }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #cGgwIzKNu3vsDtignGt3dLC5a4wTSDSp { display:none; }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #B3atk20AsMmOEcpecbezTlf5DtFzxLrk {  }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #AdPfaotAqkriT3kVvkIvzm2TTam1IALk {  }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #grKzftrgDtW23JGDga747EXzHZxAiXx3 { display:none; }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #UI6PTr9yhugk4iT5cvvMhK8b430inVzz {  }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #RTNqnz5Mo8bC85piimLXC4gcyQSWiQ5z {  }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #slzMR4QtBAHRynVyfdBpsklVV1dkEhkX {  }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #B5OVr5HqWAw8wT2k0TCtn6hr9WnzgEXv {  }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #t1NtlLQglOJspBWbpmIpEQ41VBGDUTV3 {  }
 }@media only screen and (max-width: 763px) { #cgnwo5EZ87APDKnk2NidOPb9VmlbR4eU #TT6QRbHe4XJFOX88SkPfAXkqH8UGN0uW {  }
 }@media only screen and (max-width: 763px) { #qiQAbM0loTkefCkkffVhICBLTkvSssQd { width:8.625rem;height:8.625rem;top:38.8125rem;left:5.6875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbyaqG4PyxbHFtaNLq11fG5EqEEbrMly { width:20rem;height:4.3125rem;top:2.9697265625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXqTpcknAdfy1o3muX9EB33snygMaXJi { width:20rem;height:15.125rem;top:8.16796875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9iqlklGkeVGnsUq7c0milkCI15VVvQA { width:10.9375rem;height:5.3125rem;top:82.998046875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlmRb5igLlxfGWlkHMHWTJ6eOOk45pRX { width:20rem;height:13.3125rem;top:27.9375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #FTA7ceo7gDJ0aIo5TLVFz1xQx9Hgs0I6 { width:15.4373125rem;height:10.2495625rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKRnO21yexceXbwoVZdT3fD2TfRW1z56 { width:20rem;height:2.75rem;top:44.83202125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTzBIlXi5DOf08zXxtoO8OLiZpg0z35 { width:2.9375rem;height:2.9375rem;top:32.375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU { display:block; }#LFHFgX3v1EzTaqCGVTqIbbhL59LDGEzU > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJk04UWfXvIzFewKe3PedEXZCaciCczX { width:20rem;height:5.75rem;top:2.3122825622559rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0PH7IRu6bdBInTDxbVrrwct8W9ztpU1 { width:20rem;height:2.75rem;top:8.9482421875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC { display:block; }#z4C2XIkvctRZIZxRsEZilGoN0OQvTEJC > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDFXrv9gpCRKfpcZJxAZncsaXGRTltXU { width:14rem;height:2.625rem;top:12.93684387207rem;left:5.1866321563721rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvA5CwnSI8wyxsqkXGluPx2QyXg3yCSU { width:13.6870625rem;height:1.3125rem;top:18.870443820953rem;left:5.1875rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlWaSUhPDslAVEq3B9iZB9f7XR8hpFcH { width:14.0625rem;height:3.9375rem;top:28.06184387207rem;left:5.1866321563721rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaHmfESNlaaGIx0kLmtFzS7sTuT3Wh31 { width:13.5rem;height:2.625rem;top:23.437057495118rem;left:5.1866321563721rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mACE037ztcTMIQhNJeyWQ1KkWV0FrMSB { width:12.4370625rem;height:2.625rem;top:7.7154946327213rem;left:5.1866321563721rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9MSLSANI6hEvxml9xr1A4y8mVrX3wHl { width:12.625rem;height:0;top:12.9375rem;left:5.1875rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvLMpOWnOhoRAew2sOxATU1vghUrWez8 { width:11.625rem;height:1.3125rem;top:3.125rem;left:5.1875rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoFTbvhbe7SMwGDMRxfO3iTQ6gyMA2Oq { width:14.1875rem;height:0;top:8.375rem;left:5.1875rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvwlBFSLUs5EibWSI79moUpEyXCwGnLT { width:3.125rem;height:3.125rem;top:23.24934387207rem;left:0.43728303909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfzgorkGRAenvBEdg33dg8LGsM4z9ciw { width:10.6875rem;height:0;top:39.1875rem;left:5.1875rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOqSsqp3Z84bq13vokE2MHcqM6axqRu3 { width:3.125rem;height:3.125rem;top:39rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbFilCqUByquIZXc0XQaSBIQ88irlCdI { width:3.125rem;height:3.125rem;top:44.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdQshmx5NcX3Epe41clwoQEQyMyU6U9t { width:3.125rem;height:3.125rem;top:12.749130249024rem;left:0.43728303909302rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5qlD3cuGsg4FPDL4pWcQfLWxHMz7R1S { width:3.125rem;height:3.125rem;top:17.999786376953rem;left:0.43728303909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW6AvJwAPBwL0ykF7IomX1vgZ3zZrZ6P { width:3.125rem;height:3.125rem;top:28.5rem;left:0.43728303909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR53h2WgFKIfUzW1VxW0vDzfe48lt6pC { width:3.125rem;height:3.125rem;top:2.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVJnZmJwoxhCMGNBKLifBZJtoLHRvBPr { width:3.125rem;height:3.125rem;top:7.5rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZoVdqLJCIJWZJGH7NKm72gMTRNNurVVr { width:3.125rem;height:3.125rem;top:7.4995574951175rem;left:0.43728303909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpoSriO0eyh4Bw5dMTH8RwiWF2JtR8qd { width:3.75rem;height:3.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPahdErPwvhCCQ9UxCz7utWO0G7dA6uG { width:3.75rem;height:3.75rem;top:22.812057495118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNu8C93sJGAUKmUzQSF1XBGFdM5uiSz4 { width:3.75rem;height:3.75rem;top:38.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WutayWIHlVVMXsthx1HPksnxDcVXTpyH { width:3.75rem;height:3.75rem;top:7.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZNhNWLo4Wcx6V2WMf0WH0azxaTF9PGu { width:3.75rem;height:3.75rem;top:43.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClQOLzO8HwKmRrDwrMo6LZP0ZQyaKgme { width:3.75rem;height:3.75rem;top:28.061630249024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFSE2KbtuL7OmGLrDn1JVR2eAwPJgqDT { width:3.75rem;height:3.75rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIeRTCTO6CV7fPMQtq3O2qbKAPEIve0k { width:3.75rem;height:3.75rem;top:12.31184387207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCg6JeliIAAFysxSv7KkfmLU3pFHXr2s { width:3.75rem;height:3.75rem;top:7.0622863769531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHPRBJ6rXLT8xzo5HS7piP4gEzKhFaT6 { width:3.125rem;height:3.125rem;top:12.720270633698rem;left:0.49978303909302rem;z-index:15080;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VTM7MhXETuOWbgvdcFQCxR657NqzTmqp { display:block; }#VTM7MhXETuOWbgvdcFQCxR657NqzTmqp > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUn03VeGsoeBrSZzKDFUgDdq0TLvQDJ1 { width:20rem;height:4.3125rem;top:3.185546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #komiKXy17p6WEQ81gbmicHxG921DncD0 { width:20rem;height:1.375rem;top:8.3837890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC { display:block; }#dLdAFyW7oh7mbUbFRbfG34rCJnJouUBC > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hveJZslD24exqmIqXReL9Vrn4VNzybmg { width:16.617868rem;height:2.80544925rem;top:61.811517715454rem;left:1.6558160781861rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpC9TSHe86hcmXerJdRKkwHhBlJKd5la { display:block; }
 }@media only screen and (max-width: 763px) { #EGhqxzXW5SUKUoThatCvyErUtbTRZVy9 { width:14.9375rem;height:1.1875rem;top:36.499572753906rem;left:3.0620660781861rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET2eAHb08VGnBMnk5exGktV8o9O5f0ii { width:14.9375rem;height:1.1875rem;top:56.687072753906rem;left:3.0620660781861rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chJRfy31KqIimDh32cekM6TJPLpINVZi { width:14rem;height:2.375rem;top:15.375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgRuWfbH77MmrmbPEsUy4RS6G7GBzodZ { width:13.9375rem;height:10.8125rem;top:42.812286376953rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0EmJUNnvWi3FROOJEPHdPKMF1mKPuwb { width:13.9375rem;height:10.8125rem;top:22.562393188476rem;left:3.0620660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiRh3xThnWc2mX3NxkC23lfTWvSgaXI4 { width:13.9375rem;height:10.8125rem;top:1.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJouueB082rsQcqrVd8mtUqHda1XG6HT { width:11.3125rem;height:1.4375rem;top:13.6875rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1VRgKJX3Jz5uU6hCBUohul9X3RnLGa1 { width:11.3125rem;height:1.4375rem;top:34.812286376953rem;left:3.0620660781861rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVaiOJp44h6HvUAPSTWwZVQBJX83zGln { width:11.3125rem;height:1.4375rem;top:55.06217956543rem;left:3.0620660781861rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4KGkbABnDPcSiK6d38uxVZOPlEmyJxX { display:flex;width:1.875rem;height:1.875rem;top:13.25rem;left:15.125rem; }
 }@media only screen and (max-width: 763px) { #Zxg8rC23qSRgPOhumh7NSXzrQxSBXz5r { width:16.6875rem;height:19.875rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTuge3ZXO6Bvk7ffBdS4xluHgJNqtz23 { width:16.6875rem;height:18.9375rem;top:21.12467956543rem;left:1.687283039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJAaHeOCheLV41hDHLg91DcoQwor4MRh { display:flex;width:1.875rem;height:1.875rem;top:34.437393188476rem;left:15.124784469604rem; }
 }@media only screen and (max-width: 763px) { #Nwbtws8JV8Xq0Kv1IObwF9qZrWh8ot6W { width:16.6875rem;height:18.8125rem;top:41.374572753906rem;left:1.687283039093rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #lT5dAMQmHpD0bgtbaLUExARZ7may2w66 { width:2.0625rem;height:2.0625rem;top:65.624588012694rem;left:6.2494578361511rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRcrQeMDGZXiELT01Fd7bWTTPmpUv0IN { display:flex;width:1rem;height:1rem;top:66.562088012694rem;left:8.49880695343rem; }
 }@media only screen and (max-width: 763px) { #VSx3VwdUC7P9RQOEgVdIHOqdDakJMSOT { display:flex;width:1rem;height:1rem;top:66.562088012694rem;left:9.4992408752444rem; }
 }@media only screen and (max-width: 763px) { #l9p2aMznZHPCQNMFWlqam1zBrISIBQvs { display:flex;width:1rem;height:1rem;top:66.562088012694rem;left:10.499674797058rem; }
 }@media only screen and (max-width: 763px) { #e3ioTMk0xn8rfvzRflFHIlDdVqn7iwKg { display:flex;width:1rem;height:1rem;top:66.562088012694rem;left:12.499458312988rem; }
 }@media only screen and (max-width: 763px) { #lzQTu6yHJZTAUAnvssZv39Opn7QVnIql { width:5.25rem;height:0.8125rem;top:65.74937438965rem;left:8.6246747970581rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LlNCK2KULrTvcNKHhwJAMwVBFr31gDV6 { display:flex;width:1rem;height:1rem;top:66.562088012694rem;left:11.499024391174rem; }
 }@media only screen and (max-width: 763px) { #by96Io8yXo0rXHZ9088WUVMGTgBQF6aT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4efb908-c765-4d9a-b9ae-7e55be61838a/cubiqokueche2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT.adaptive-delivery-prevent-bg, #by96Io8yXo0rXHZ9088WUVMGTgBQF6aT.lazyload, #by96Io8yXo0rXHZ9088WUVMGTgBQF6aT.lazyloading { background-image: none; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row .container { background-color: transparent; background-image: none; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row .container > .video-iframe-container { display: none; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row > .video-iframe-container { display: none; }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .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); }#by96Io8yXo0rXHZ9088WUVMGTgBQF6aT > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA { display:block; }#FrIuc7MoMnhuWQAQ3d5UrzNZVcRoszZA > .row .container { width:20rem;height:122.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ue81acidTxmqwGh0gPOBat2qZVxZ0fgP { width:20rem;height:5.75rem;top:3.544921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gdWlscohxqwUDudOZVkrZ4pKZveVvtnI { width:20rem;height:17.875rem;top:10.268005371094rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9JPoD6FanktuIP5KvTTRrENTAMQbrJ5 { width:20rem;height:9.625rem;top:56.559735332203rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #s5KAoK9I2sHqrPUMyzZxnMiJvEmp9bXa { width:20rem;height:9.6875rem;top:30.652130126953rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SGe3GN3oII2qgfKoqFluZIDrwy4XK6UC { width:20rem;height:9.6875rem;top:83.81228637695rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TtNgbRwbX3ZbiFgNNHGkOcOWrQBDJiM8 { width:20rem;height:5.5rem;top:106.87435913086rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"helvetica neue thin";display:block; }
 }@media only screen and (max-width: 763px) { #PGhO2IAet3E2AP9lnSsQqt3TE3bGt33E { width:17.9375rem;height:8.25rem;top:44.624572753906rem;left:1.0308160781861rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"helvetica neue thin";display:block; }
 }@media only screen and (max-width: 763px) { #BFPF42Rvvfw5dCOJADMClX1McalOmdBU { width:17.9375rem;height:5.5rem;top:97.780395507812rem;left:1.0308160781861rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"helvetica neue thin";display:block; }
 }@media only screen and (max-width: 763px) { #QLhGHKenhJNVVwEtyqsRfPsT7BZA8s5l { width:17.9375rem;height:9.625rem;top:70.43728637695rem;left:1.0308160781861rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"helvetica neue thin";display:block; }
 }@media only screen and (max-width: 763px) { #btlNz5Grh0F1h3Dk3A8rypWvl4eRcTxX { width:20rem;height:1.5625rem;top:68.687072753906rem;left:0.061848998069763rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtJM9222hOEcLIeJIp63LT6ywo1dg7uI { width:20rem;height:1.5625rem;top:42.874359130859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDAZOQcXZWoxq5XUs4x8rOzxkCs72pRk { width:20rem;height:0.125rem;top:113.5615234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZil8ZHl6Roi1F8d41d09xcCZ0dQJJ82 { width:19.625rem;height:17.375rem;top:37.686645507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCnm9HyJuTrslTnThPAklueGCZxJ9Mbm { width:7.375rem;height:2.625rem;top:37.749572753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHea2nucGZZKuXPuRLLlH2I9DOA5OCLp { width:5rem;height:1.25rem;top:38.374572753906rem;left:1.062283039093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWSmMOC5uvPx53PxAc8FDonTMtsOKNAR { width:19rem;height:2.875rem;top:113.37457275391rem;left:0.49913203716278rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb9QPIVId8w1imBVh8NW7FlPu0xwWxhr { display:block; }
 }@media only screen and (max-width: 763px) { #HuoJaaNMXp3HP4onQ2O39LMzSyL1ChBk { width:19.625rem;height:18.5625rem;top:63.687072753906rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #E7TZBIiNCDHncTKxWTe2oZm5nOrkUaUT { width:7.375rem;height:2.625rem;top:63.705505371094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS1RWL7hyQ6F7efXR96s04Iv3uM2RJBt { width:4.125rem;height:1.25rem;top:64.36740112305rem;left:1.0308160781861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsDWDK8NiVDAd8gQrxDAqZfJQUfVup7t { width:19.625rem;height:14.375rem;top:90.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyAmvlBgTgc9boob2GrSvEZL42ynugr2 { width:20rem;height:1.5625rem;top:96.061645507812rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqe6OUwdam5We5ME6TCZA6F9bKEMo2O3 { width:7.375rem;height:2.625rem;top:90.908630371094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z55QavkoXprEFWUyVuaMu5WWwHbyktgR { width:4.125rem;height:1.25rem;top:91.633453369137rem;left:1.062283039093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU93ZJ0rp0mfFnnxtMlFnm30yPdtA9nN { width:1.875rem;height:1.875rem;top:127.4375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMHBq0xu6lraL6cM39AGlGhXAGJP5KWW { display:flex;width:1rem;height:1rem;top:128.25rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aup0yQ3khTxu2i9JxmE77EZ8bBNsHzGg { display:flex;width:1rem;height:1rem;top:128.25rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKbOWIROuwWTHEsh0RSAi4i29v8ASkFI { display:flex;width:1rem;height:1rem;top:132.6875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #K43UvgPnc0JmxeSyVDT812HIVfr3egVZ { display:flex;width:1rem;height:1rem;top:134.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQOV06pbytE5DhiyvfCF6lTgw99ba49R { width:5.625rem;height:0;top:130.5625rem;left:7.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dTDqJ0Rk5XdFPdFBuQTMg2tUQvbr1sNH { display:flex;width:1rem;height:1rem;top:137.1875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzubIu0KAFHXeePgfvBFz8a9pV6uHv8G { display:flex;width:1rem;height:1rem;top:117.99978637695rem;left:9.49978351593rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #XiVTTBqFoJUGJLwfNKsDcbGdEA0q4sD5 { display:flex;width:1rem;height:1rem;top:117.99978637695rem;left:10.499132156372rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #IsNii8gbWRovMd8bmOPDXqX1SPgNJuV1 { display:flex;width:1rem;height:1rem;top:117.99978637695rem;left:11.499567031861rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #QC6TKCkybvJ8A6v8EpsI5Bn0N76uJw1d { display:flex;width:1rem;height:1rem;top:117.99978637695rem;left:12.561849594116rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #BDaKTq05Qe4cMIu6zsWwXnCeVWodvJ6f { width:2.0625rem;height:2.0625rem;top:117.18707275391rem;left:6.2500004768369rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #eWCq3ziepsp7WsdGnhNDDAfWLBHwa3Rt { display:flex;width:1rem;height:1rem;top:117.99978637695rem;left:8.4993495941163rem;z-index:15054; }
 }@media only screen and (max-width: 763px) { #sKq8PJZ5b0EZGWy5SgnDdr00VkEcAFQL { width:5.25rem;height:0.8125rem;top:117.12414550781rem;left:8.56228351593rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #gKcp9k5msCRVsfXf2OhKybDFKTXKEiAG { width:6.9375rem;height:13.8125rem;top:120.125rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHbts7LlHsOQnmvINlnVGtQze9ELTeQP { width:6.9375rem;height:13.0625rem;top:135.1875rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLkVu8gJrr3vRARsFU46qknW2aLyilrt { width:6.9375rem;height:13.0625rem;top:149.5rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJSsgiGpTivHDlbtNlTLXicfQIcHqESZ { width:20rem;height:0.8125rem;top:120.12370400391rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpDf7PpXaqmpwwsmn5IvgCcoMBEc4yVT { width:20rem;height:1.12413125rem;top:119.96636199951rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 { display:block; }#DWNHo7tnUD5h1pbrpgV41dlVOmAkupz6 > .row .container { width:20rem;height:83.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHhIGw8bNNktS5Oh1P5dGPLnRpPfueHP { width:20rem;height:15.125rem;top:21.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT4IzuuurQzcfpTp8VppFcXLva8Xdg3i { width:20rem;height:11.25rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwIMrsNUkR7MJsEFR26hwTPrm6RDdZUM { width:14.8125rem;height:14.8125rem;top:39.780822753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2G2ddrnZ86aNqlUsNfx0I7pKU4vGAeF { width:17.625rem;height:10.6875rem;top:1.9375rem;left:2.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #EgJc84ValZoqbe0hJASTJJhWZ6pkWWSe { width:17.625rem;height:10.6875rem;top:45.562072753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNJzzHrbr54AJ4FzwoXFTCbzbgRBA4Q7 { width:20rem;height:2.875rem;top:17.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV0PqsLV5WC3RcuikK6g3ysNOdEEdsQA { width:20rem;height:17.875rem;top:57.874359130859rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUS18ithWLPe0bsNcHZ0aw3qWKteAcWH { width:18.75rem;height:2.875rem;top:77.65625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbAGaOu25PFTkTlD9sxvO8uEZT8RbnD4 { display:block; }
 }@media only screen and (max-width: 763px) { #WC1OZgs2XZUg5DsgkXOtiHvJTCo31bcU { width:1.875rem;height:1.875rem;top:99.4541rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqOJAFd5cx4ETABC1JVtGpTUAHlFNqzT { display:flex;width:1rem;height:1rem;top:100.2666rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aleqszC3r0dDxoc02ioEzxtX5VDIvwe7 { display:flex;width:1rem;height:1rem;top:100.2666rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3tz2nXInOH1PbGFVOodERAikWL3aDQp { display:flex;width:1rem;height:1rem;top:104.65331875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnGlMlV7AV0GxfKuTTMHZL6TypBTd54T { display:flex;width:1rem;height:1rem;top:106.90331875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGwDnt1BWWiKnpgrZAhke1VfhUko531Z { width:5.625rem;height:0;top:102.5791rem;left:7.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Zmg253TReU9Bq9HMvwEWZMzf5Kk4x0IF { display:flex;width:1rem;height:1rem;top:109.15331875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeSrQklPnt74uQBuZW1KwnuuEyeVJUHE { width:5.9375rem;height:5.9375rem;top:38.214844703674rem;left:11.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a22152d-0b25-46c4-abad-b3c296e472f9/cubiqokueche10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM.adaptive-delivery-prevent-bg, #UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM.lazyload, #UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM.lazyloading { background-image: none; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row .container { background-color: transparent; background-image: none; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row .container > .video-iframe-container { display: none; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row > .video-iframe-container { display: none; }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .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); }#UAuTAytfE8CsK0ZutblrKHTaBQSpTWMM > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr { display:block; }#RpiTDvAhe0xaxBprl2SgJgor8EQh4Rmr > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:20rem;height:4.3125rem;top:2.494140625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6cnNRQhsrA6ABHRPr5KA38rsnrX335u { display:block; }#P6cnNRQhsrA6ABHRPr5KA38rsnrX335u > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pE8dGvtQCz8tVM7wcxyozD7gD1TNVgzR { width:15.625rem;height:6.5625rem;top:37.875rem;left:4.3125rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0Tu7pFRdpygUFRaw9h26RC0RnE2oqk5 { width:15.6875rem;height:5.25rem;top:1.5rem;left:4.3125rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2MAq84OCw74Wo31w1vvJdcCKeiaqKva { width:15.3125rem;height:5.25rem;top:15.8125rem;left:4.3125rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoEN3tIo5FA1KvTZdSz2OF7CgC1mFriT { width:15.5rem;height:5.25rem;top:8.5625rem;left:4.3125rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkaHGcQ0bIUD5mOp95nbqLyrvoFwxwLr { width:15.5rem;height:3.9375rem;top:31.5625rem;left:4.3125rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEr5XswaGTR5LPJpQVMOpJVBnU9WLfPG { width:15.5625rem;height:6.5625rem;top:23.0625rem;left:4.3125rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8XrgLdyr15Nperthev1gdIczlIVo6vt { width:15.625rem;height:5.25rem;top:53.5rem;left:4.3125rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSdMxVTIbSAIhgpLqJJvXSUavUeT6QbC { width:19rem;height:2.875rem;top:61.994140625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OomRUQbfshS3OVaM0ZazkRIWmACIqtuA { display:block; }
 }@media only screen and (max-width: 763px) { #T1wCPLTQTL1yz6Vze5kIP6DTsEVcCidO { width:3.3125rem;height:2.4375rem;top:1.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7QDhDUoreL7FfoTb3CHHi7tCMwrzprp { width:3.3125rem;height:2.4375rem;top:9.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLWpaq8QIas4gIT5tUazo9mvpa39nZSK { width:3.3125rem;height:2.4375rem;top:23.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFKmaIWT7ucrhLu19rhb4XEmyHKKRZt { width:3.3125rem;height:2.4375rem;top:16.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnB93Astwu1BGdlBm6Vp8owneeFvOQkZ { width:3.3125rem;height:2.4375rem;top:32.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hthiispFI72tXCk56q5Lu3q9xbIttDoA { width:3.3125rem;height:2.4375rem;top:38.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbser2BifVcosKZavrD77cXizsiaET0m { width:3.3125rem;height:2.4375rem;top:54.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mem3GMIWrEwDP0Z2UilC45nvXQAJlAGH { width:3.3125rem;height:2.4375rem;top:46.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcsWZkyB4aRHUgsWThJ87fW0d6D19sdt { width:15.125rem;height:5.25rem;top:45.625rem;left:4.3125rem;text-align:left;text-align-last:left;z-index:14998;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbAt9IngSEuAOpOTQr8gF7WGaXRBt6Ow { width:3.125rem;height:3.125rem;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i69fDNmhr8r6ZalHG2TQN9FKzez7MUiu { width:3.125rem;height:3.125rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9svKJGmO0qLhbziyVml4UwgKQ802saT { width:3.125rem;height:3.125rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTUnW0i2BtR7tv4wO8asts1kJTTZIErt { width:3.125rem;height:3.125rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBuz1V1rQGpCDBVuUP39Ov7zwAfZNF2J { width:3.125rem;height:3.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AulmI54oggaKkpnv0IWituhEqddN9GN9 { width:3.125rem;height:3.125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuhWJhTsxlEgzteb4p8GefPirT2SvQkM { width:3.125rem;height:3.125rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1nqtJgrn51Ky61NTUWu80nvf8e2k8aO { width:3.125rem;height:3.125rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCIIG0c6PlNTpnD9ETk1eEXtxbaWL8eB { width:2rem;height:2rem;top:65.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCTKGTMCOADsMDL9JphgQiosgq5vDDOa { display:flex;width:1rem;height:1rem;top:66.875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #Hbtb5rcWz34aZwtSQbIM5GSh5KeazWod { display:flex;width:1rem;height:1rem;top:66.875rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #yeBrC1BX6DP5yxvFUt7UGGmVbssL4UTP { display:flex;width:1rem;height:1rem;top:66.875rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #TnGV4F11za2y87goTorTxQcDEn9gXA3W { display:flex;width:1rem;height:1rem;top:66.875rem;left:12.625rem; }
 }@media only screen and (max-width: 763px) { #w2TTvr0DBOfV51r5f9L4Qb4k4EzziHP0 { width:5.0625rem;height:0.8125rem;top:66.0625rem;left:8.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SGPHm5GeTkKMqdaLwJv9ZzWbslaxnTAF { display:flex;width:1rem;height:1rem;top:66.875rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #SxzD68ICRkbVSTx1QVHhl08t08KntWy5 { display:block; }#SxzD68ICRkbVSTx1QVHhl08t08KntWy5 > .row .container { width:20rem;height:87.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT2VGN64qVpJibXCh5vfSuwmvG4eiu8r { top:9.6875rem;left:0.9375rem;width:18.125rem;height:14.8125rem;z-index:15005;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #uagpNhl8D9TlO6vT0mSAeIzuDFrLKTCl { top:42.0625rem;left:0.9375rem;width:18.125rem;height:20.6875rem;z-index:15000;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #qKoQ4RbO9e8EyOlwCrlJ5coUxi4pM2yW { width:18.125rem;height:4.9375rem;top:43.25rem;left:0.9375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #LkJEfXfKCRF2M9XmkXkSXElk2IIiZuFX { width:18.125rem;height:4.9375rem;top:19.3125rem;left:0.9375rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #tMebZgFxxfeiDoTzlNzgMTb1cZAvFtGN { width:20rem;height:12.1875rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkhOQnOZ537s2yNOVpWivqQrCXNkN2vw { width:16.5625rem;height:6.75rem;top:75.0625rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vNGwaJ538zXgx2Pot8N1nyVUhTCqkBiL { width:6.1875rem;height:1.125rem;top:71.625rem;left:5.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qiRrJJ5IU7XObivrkA6R3V65Gt9nDyop { display:flex;width:1rem;height:1rem;top:112.8125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJ1U9CoSxCV1Kmaq8upopKNbmET7iKNF { display:flex;width:1rem;height:1rem;top:112.8125rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kw0MeOoWS5paQPND8SQpTTAStV98DMXG { display:flex;width:1rem;height:1rem;top:7.125rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #PxL6TyTwTKrpxcwGn8dLBMT7QN165EGo { display:flex;width:1rem;height:1rem;top:72.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #ESCkrDhCaltydUaP4vhXoMzS0IHQ840J { display:flex;width:1rem;height:1rem;top:72.0625rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #cJOuPTc4GpKRNJuADbAbTFgVAycoFKwR { width:13.75rem;height:0.9375rem;top:26.9375rem;left:5.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ecEbHn5iccP5RR7lGqCL0ysHqbSPXe1e { width:2.5rem;height:2.5rem;top:12.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB3QFVJ1e0wioR2mn1WuWNdlV9ug2bkS { width:17rem;height:4.5rem;top:16.0625rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NVO1dAeD36EE8TgteISsNAux0FvxATfa { width:8.9375rem;height:1.125rem;top:12.5rem;left:5.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zumqrTZTfOIn9Gq20QTaKe4chFPs9eoz { display:flex;width:1rem;height:1rem;top:112.8125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdnepWLpuFuniq4HbKsafqEzmRySq9Oo { display:flex;width:1rem;height:1rem;top:7.125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #rkBZkFmmSCGqs9Q38n9rrufPeg7TLU0w { display:flex;width:1rem;height:1rem;top:72.0625rem;left:13.4375rem; }
 }@media only screen and (max-width: 763px) { #KKXtGBRlsbgQe5J6AFruTHf3mghlqehl { display:flex;width:1rem;height:1rem;top:46.4375rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #kyDHHZPqGfaqORqfLDy7M0u1hKrRNrmC { display:flex;width:1rem;height:1rem;top:46.4375rem;left:13.4375rem; }
 }@media only screen and (max-width: 763px) { #P3AwvO9ZO0CfiZBhQq6qqoWeE6v2ZHLi { width:8.75rem;height:0.9375rem;top:47.125rem;left:5.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XcDMyzJPSSrMDQrzCpOiXm2E7x7m04Ag { width:2.5rem;height:2.5rem;top:45.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgupHfCankIKqdnGAyZM0ceqdoRwhQro { width:20rem;height:24.375rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA5eKp2DfL3ctQwiblOXfdi4pHw8EqAA { width:20rem;height:0;top:84.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fFokoqSgWg2kfDVwdpgpyV2oRUZTfOmy { width:20rem;height:13.75rem;top:69.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #laFVy0rOmMF5PuToOzlr9vwo73NP94PM { width:5.625rem;height:0.9375rem;top:72.625rem;left:5.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l554EZGxIOAWAqIPr4VQFn7HPhVUJaBt { width:6.1875rem;height:0;top:25.0625rem;left:4rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VBrfvT2oIxiThcTTeVU6M7yyJmDLVBw7 { display:flex;width:1rem;height:1rem;top:112.8125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghXZgHZP0LViU5po4Kz0Cy7JuoZknOMz { display:flex;width:1rem;height:1rem;top:118.1875rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlp07LlzWSXbTiKpu0g2WNpoovTHZ85t { display:flex;width:1rem;height:1rem;top:26.375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #V7Kpmly1Pdk32BTMgdX84vtnIKJC86Ni { display:flex;width:1rem;height:1rem;top:26.375rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #ToTKUts9eID5tMDhUsV73c6M4GUpMU5u { display:flex;width:1rem;height:1rem;top:26.375rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #MiSeeTOOILlB2bU91aHM2X73xh3CvXc4 { width:2.5rem;height:2.5rem;top:71.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHTl0tW5cUCHN3RGS4n77qiF85VrM6Jr { width:20rem;height:18.875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcaiyWsBUFd9OMb6wDqhXna2nTHHhFP1 { width:16.6875rem;height:0;top:83.9375rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dh1xmE9V0VeKypO5gP5d8d0ExMrthuWr { width:13.9375rem;height:0.9375rem;top:13.625rem;left:5.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTDnRsB4rSNnSEOkmI7XTJBqEOgGB2XG { width:6.1875rem;height:0;top:38.375rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rbRZT5TJS05XXeqcm5Uiat1aBnRM0Iqk { display:flex;width:1rem;height:1rem;top:112.8125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2pdmkPdwaAi2qDlIAcRCQcBRpZ92FAG { display:flex;width:1rem;height:1rem;top:7.125rem;left:9.75rem; }
 }@media only screen and (max-width: 763px) { #zwud9xXckfouThaRdcnNOocr1xL1goK9 { display:flex;width:1rem;height:1rem;top:46.4375rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #JafA6GmbFlcU1vWMigrdNUvxQ25yDizd { display:flex;width:1rem;height:1rem;top:46.4375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #mehHceQeb02DuVMfZnhnfi9cuGBtCDsD { display:flex;width:1rem;height:1rem;top:26.375rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #npCgee8Pf4RBFsA7vttIsCv2NM2RZcFE { width:2.5rem;height:2.5rem;top:25.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph8nGm10PmGXJqqsxaIitm7WzowpdRZG { width:20rem;height:12.75rem;top:107.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BK4nbWCzUvQ7zNpCFGyQ5Zp0ABcB84uo { width:16.8125rem;height:16.875rem;top:49.4375rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rTlfJdnZtMc37vpCgB51mWtXPvN8ekC7 { width:15.3125rem;height:0;top:30.0625rem;left:2.34375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #h0TPTMKLtDGPMDyvPadTuKlAyCvz3ax3 { width:2.5rem;height:2.5rem;top:43.5625rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTcHXxxMc7xZpx3TBZSyRnM8o2PhI8Mp { width:8.875rem;height:1.125rem;top:46.0625rem;left:5.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #L9E7GGupO6FTBXh6AC4wJuo7yo3ANIZX { display:flex;width:1rem;height:1rem;top:112.8125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xf6XRqEKtVxzbL0Q4Vq5DLAvFkPE4dDE { display:flex;width:1rem;height:1rem;top:7.125rem;left:11.75rem; }
 }@media only screen and (max-width: 763px) { #XnAT0qfXSR9Kh46IpsTUWITOM4uVht3F { display:flex;width:1rem;height:1rem;top:26.375rem;left:13.4375rem; }
 }@media only screen and (max-width: 763px) { #Cl9NJNfkLPpKsz98Umun2rwPX5vwyTE0 { display:flex;width:1rem;height:1rem;top:13.0625rem;left:16.4375rem; }
 }@media only screen and (max-width: 763px) { #D2q2DH7Zq2km9y9HRNPg71MiN1B98m21 { display:flex;width:1rem;height:1rem;top:13.0625rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #K7RhuiPHnPW9NWWi68gU3JerQ2xbmhmo { width:15.875rem;height:11.25rem;top:29.3125rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XcIN9I3TIO7NrZOPwiD1IK3Wq0ZpPuZG { width:20rem;height:12.75rem;top:123.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqVd0l74as9qAT22wqy5RT2uUta41T0B { width:15.3125rem;height:0;top:24.1494140625rem;left:2.34375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WJOAZWE66mKZrB3ThkIcM590JKD3eOet { width:6.1875rem;height:1.125rem;top:25.9375rem;left:5.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QVi5yhKZD4l3Nh68WIhVs8TOn8QffHGO { display:flex;width:1rem;height:1rem;top:112.8125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5Oq4xuznJPE2W1VuJBWZWUWZmosXrTw { display:flex;width:1rem;height:1rem;top:72.0625rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #rolsHqsHfIPN47D2O0RIrryK6fggtT0u { display:flex;width:1rem;height:1rem;top:13.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #iVmaHxW6UhZgOMxPTF1kJO8pyoQc6o52 { display:flex;width:1rem;height:1rem;top:13.0625rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #NCxl0lxRp6IunQdKLwKNHJoDKILbpRuT { display:flex;width:1rem;height:1rem;top:13.0625rem;left:13.4375rem; }
 }@media only screen and (max-width: 763px) { #s2iF4hwqPhfpLzP5bc7el5IfQe8VfivH { width:2.5rem;height:2.5rem;top:125.25rem;left:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpLohossMFKfo06kR86eAvfzXs8o1z6o { display:flex;width:1rem;height:1rem;top:112.8125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fITo23EdFXlN84GCiLAy4fFVgcfNX98U { display:flex;width:1rem;height:1rem;top:112.8125rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9qoOK3XuRTTImL0m6HETWRTHz8tEziK { display:flex;width:1rem;height:1rem;top:72.0625rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #x7DufHTqfX8gD5mk4oMTsk904qbLuamT { display:flex;width:1rem;height:1rem;top:46.4375rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #lKz4ZbBmNXQXyrynp1hBe9A1gSApkact { width:4.9375rem;height:0.8125rem;top:6.3125rem;left:8.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #giQL9vAWFT3yQnlmTd0aipB4NovOS8ab { width:2rem;height:2rem;top:6.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzWFXJb0r1kBGwwHft2u5VdUPCbEDOaW { width:9.9375rem;height:3rem;top:6.75rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIWqSqX2SLzUFqOwWkcoz6zHznLulOIm { width:2.6875rem;height:1.6875rem;top:71.75rem;left:1.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymIirLg9FRrDoOcyDUlhU4mogvp0dBSJ { width:2.6875rem;height:0;top:69.73046875rem;left:5.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #EurtpQcIAWbtEvVM2WdW2whqcvo0Jsq6 { width:2.5rem;height:1.5rem;top:12.791015625rem;left:1.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWz5mVITHeUg4rPBJEUoPBU6FgXo0tFw { width:2.5rem;height:1.5rem;top:26.125rem;left:1.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LohxttAM0gdqlksSItRvdOCEKr6F6iWB { width:2.5625rem;height:1.5rem;top:46.1875rem;left:1.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4ByT3wPuGg3iBoJDpt39N0h7dV7xJXp { width:2.5rem;height:0;top:76.94140625rem;left:8.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FttOzMipZwyoPkBzLGy7vQlDD4K4xPxX { display:flex;width:1rem;height:1rem;top:77.875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rlXesr9k4D8804gehIzuNGxc4mPPsO5X { width:20rem;height:1.5625rem;top:4.4306640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7VcGKOeFsky6GcPEkHCnIwAA9vJ5kOz { display:flex;width:1rem;height:1rem;top:7.125rem;left:12.75rem;z-index:15079; }
 }@media only screen and (max-width: 763px) { #AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ { display:block; }#AxT9TB1w8ievVIONeBN9aNS3pnZLW5gZ > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwdVcXN16mWDhu3TE8wOC5nIM2XWzWMS { width:20rem;height:1.8125rem;top:3.244140625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNdrz9XpWICM5lUo0E3dSRwOTlPpItKz { width:20rem;height:1.375rem;top:6.9375rem;left:0rem;text-align:left;text-align-last:left;z-index:14997;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxTo60Od7RN5ckh5r4dJbhttNAx2Vyp { width:20rem;height:9.1875rem;top:8.3427734375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmNwVUJxgWIXmwCRapFVKkt00Asup2y { width:20rem;height:10.5rem;top:25.091796875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhmvGhG6tSLpSEp8xu5Ta9V2pt5z8TUu { width:20rem;height:5.25rem;top:40.3369140625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqUfhbUnGk1Jf92hlT5PcnS8CKco8KE2 { width:20rem;height:2.75rem;top:37.0869140625rem;left:0rem;text-align:left;text-align-last:left;z-index:14997;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgry6rvhW3HOu6dmSuPyZdqvFn9RxHpr { width:20rem;height:9.1875rem;top:51.873046875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmcRFTzkN3yltSDRPy43PTKfKznTQPz6 { width:20rem;height:4.125rem;top:47.083984375rem;left:0rem;text-align:left;text-align-last:left;z-index:14997;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKeelHJkAhuHday1s1UTwJzFgL6C3k8M { width:20rem;height:5.5rem;top:19.154296875rem;left:0rem;text-align:left;text-align-last:left;z-index:14997;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdZpb1tRy0rr4kJDUGJu6RfcHbT7h7XX { width:20rem;height:5.25rem;top:66rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIyTwzZUyfhv6JdrQIot9qbe244d9xeE { width:20rem;height:2.75rem;top:62.625rem;left:0rem;text-align:left;text-align-last:left;z-index:14997;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp97piTMtmRwLHZLRZbgpDT7O3f1aTbC { width:2.9375rem;height:39.375rem;top:73.373046875rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTaIWylSRv5AoT6PZUGL33HbKDQ1KdN8 { width:2.9375rem;height:24.5rem;top:113.998046875rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4efb908-c765-4d9a-b9ae-7e55be61838a/cubiqokueche2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr.adaptive-delivery-prevent-bg, #ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr.lazyload, #ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr.lazyloading { background-image: none; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row .container { background-color: transparent; background-image: none; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,72,72,0.55); }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row .container > .video-iframe-container { display: none; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,72,72,0.55); }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row > .video-iframe-container { display: none; }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .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); }#ByRGMXAep23nuMWDQFyzfbEkgUd7Xisr > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHd5DbCtsIotOGdTaFgnOn7hO1cenWXZ { width:12.5rem;height:1.25rem;top:10.26171875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8KOQo5ruodMT5DM0n7KGByAfNqoGR8n { width:14.5625rem;height:6.875rem;top:16.46875rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkTpDBHqNFqU8bg77Gv13T2GKcD9leJi { width:12.5rem;height:1.25rem;top:13.8125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUeZ9n6uNMThwSUX1vIV6XpxcXooCp9Z { width:20rem;height:19.75rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.0625rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:3.0625rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:0.75rem;overflow:hidden; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-container:first-of-type{padding-top:0;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .widget-container:last-of-type{padding-bottom:0;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ  { width:17rem;height:auto;top:28.25rem;left:0.5625rem; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ {display:block;}#uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ { width:17rem;height:auto;top:28.25rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #t16nSmuf5Kz13ni4zkyPk2iyRXIPIsiG {  }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #rhMcJ565E76WxAgMDCWTqNRLAG8PTPWC { display:none; }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #ynCe5GOSpehbC1kAhH3TFUJTQlmzZVNK {  }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #hVE2RNxMwEu5IZaoFZdRbIFE4eXXUfPN {  }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #p8Ad5RvydyxBTk9sT1kJG8eiHxl4zsTs { display:none; }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #mSTItk4P0p0fV6df8yy0f3EcWS66oVFw {  }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #rIFKgX6l1adD3txK9XJrqSGlNGyb7T5R {  }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #F3CQIXVcLSx9GWpPtT3IkB6xZ6ks2UIp { display:none; }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #OTcKgrqxAQK1HU5OSazexw1uEBQe8s9A {  }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #TEttWQHZbD3ZoDQMhm2kJ5PAiKNXgwUz {  }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #e9TBSuNV6hamvNsvwwdJsaidQ8Fg57wZ { display:none; }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #vQ8FxkO3WmZxSrm7uc7OkywBLPTteGdP {  }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #IaDUtm5i8CzwW03iR9aSWrzo7geIPLl9 {  }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #B1OR6ik6SQo44DIH6SLoEIiuLLUnEiay {  }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #Iggfm9l1T2wTSTWk21N1LOM4Sc8ot1BC {  }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #J8i49ryPdThyaTlw61l14pmxguh3BTky {  }
 }@media only screen and (max-width: 763px) { #uvr5Pm9FaGxPVrhIcKe88KnuANiriIDZ #c76urbWitXkKmyCI1H6ipol0wIZqpETA {  }
 }@media only screen and (max-width: 763px) { #M19D9TnylARQTHdzBT1Obhe4r6W44M5T { width:12.9365rem;height:1.3125rem;top:8.099609375rem;left:1.71875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaOE9mLNsUqkOtB3pDLo8riTsT0iKDSc { width:18.0625rem;height:20.5rem;top:5.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2M4PURBxsaHh1iOUolw9XF9oMvDonD1 { width:17.75rem;height:19.1875rem;top:3.46875rem;left:1.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZM3Ic379DhT5m3sikNPm8yxLk38CTwB3 { display:flex;width:1.25rem;height:1.25rem;top:14.75rem;left:1.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGptvRWMIG1ahrpcWb8BtNm7bVzbxwMB { display:flex;width:1.125rem;height:1.125rem;top:13.8056640625rem;left:1.8125rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #bpiTMP2nscD1UEhxbxJhdhhDFngmnoXc { display:flex;width:1.25rem;height:1.25rem;top:10.19140625rem;left:1.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Op36vuA9TBmVxCVNyus6TIUsAOKP8dXz { width:12.625rem;height:1.25rem;top:11.82421875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf { display:block; }#pB6TH71L0zv7QalPvCFsIiB5nlf4wJpf > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCbbCXzFeoA0NHG8sEJv6UFuJe26zwgi { width:10.1245rem;height:3.5625rem;top:1.326904296875rem;left:4.9365234375rem;text-align:center;text-align-last:center;z-index:14997;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQyEOwKXKLI8P47NmOeNPgqi5bdR2k5n { width:19.625rem;height:1.1875rem;top:6.232421875rem;left:0.1875rem;text-align:center;text-align-last:center;z-index:14997;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV7P0crRbvqWTWoDRV2pHbT4MbCuvzTp { width:14.875rem;height:2.375rem;top:7.701171875rem;left:2.5625rem;text-align:center;text-align-last:center;z-index:14997;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbS68fotHt0tzSMTcZDRX5IT2LGGAe3b { width:8.2490234375rem;height:5.9990234375rem;top:15.9384765625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Su29Jl3iDwvDFvrngZ7ZXTOaOdnGC3 { width:13.625rem;height:1.1875rem;top:11.28125rem;left:3.1875rem;text-align:center;text-align-last:center;z-index:14997;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5wCEU9aOQMTmluAmJPWcyGOXUqvq1id { width:10.125rem;height:2.375rem;top:12.71875rem;left:4.9375rem;text-align:center;text-align-last:center;z-index:14997;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q { background-color:#ffffff;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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q > .row .container { background-color: transparent; background-image: none; }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q > .row .container > .video-iframe-container { display: none; }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q > .row > .video-iframe-container { display: none; }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q > .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); }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q > .row .container { border-width: 0; border-radius: 0; }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQNbTvuqVQEy0kE4ZnhxnTuNRBvUOq1Q > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFzTLI51iTH32bm8BssK7SdT8zppVJ1h { top:0.65625rem;left:1.0625rem;width:17.875rem;height:2.4375rem;z-index:15000;background-color:#e2dfdd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:1.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Th1fhONzAyes49W2PIIsVJ06TaKy8iu2 { display:block; }
 }@media only screen and (max-width: 763px) { #a8K36tOm12bRi5NTeseH6PR7PGfT9MHC { top:1.21875rem;left:4.9361982345581rem;width:1.25rem;height:1.25rem;z-index:15001;font-size:0.875rem;display:block; }
 }