.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:255,251,245;--color-primary-1:255,242,220;--color-primary-2:255,228,185;--color-primary-3:128,114,93;--color-primary-4:38,34,28;--color-secondary-0:224,221,219;--color-secondary-1:153,142,134;--color-secondary-2:50,28,13;--color-secondary-3:25,14,7;--color-secondary-4:8,4,2;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Moret";--paragraphs-font-family:"Instrument Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/91821564-caf5-4e85-b9d6-7d4b0babd979/frame_150.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.adaptive-delivery-prevent-bg, #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.lazyload, #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.lazyloading { background-image: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { background-color: transparent; background-image: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container > .video-iframe-container { display: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container { display: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .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); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { border-width: 0; border-radius: 0; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#yx3H5vspOM9QdfTDGVgi62n8zAkNrb7c { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:moret;font-size:3.625rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:10.75rem;left:0rem;height:14.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QcRLT3pCTLQixxUeyR9OwfG6sxo2J6gD { color:rgba(var(--color-primary-0),1);display:block;width:26.5rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:26.125rem;left:0rem;height:4.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; }
#yqeTOHkPEC2mKIq1DhKcDip7qtUNguUu { background-color:#d52020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.1865234375rem;left:0rem;display:block; }
#abzGefJgV6yqa1RVMRbkrFcQmRU3ocCB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mlmt6EekQ6WERpCQdmCAQQ3RFBI71omE { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35rem;width:45.1875rem;top:5.8125rem;left:29.8125rem;overflow:hidden;display:block; }
#aUZa6ny4nTndc9ynUJTgfeb0ZAcU1yfn { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8rem;top:4.18701171875rem;left:0rem;overflow:hidden;display:block; }
#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container { background-color: transparent; background-image: none; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container > .video-iframe-container { display: none; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row > .video-iframe-container { display: none; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .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); }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container { border-width: 0; border-radius: 0; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#x9B2T4mIvOzT7K9I1cDl8RTJ4oB7U4NR { color:#2c1a0a;display:block;width:34.0625rem;position:absolute;font-family:moret;font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:4.8125rem;left:40.9375rem;height:9.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aJHRFn8JxxyZoISvFzTEGtGoJsNU8rBB { color:#2c1a0a;display:block;width:29.25rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:12.1875rem;left:40.9375rem;height:27rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kM7XNaH7hCcOMH7DGNG6LOvcmAVmfryU { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.25rem;width:41.0625rem;top:4.8125rem;left:0rem;overflow:hidden;display:block; }
#linNzp4acGUUEWzMGDctTLvLAaZJeFeQ { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.3125rem;left:40.9375rem;display:block; }
#qIoGeNak7hNcvQOJvGpmZFzCzFyRWLEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5e3601be-4971-455a-97f4-dafec85696cc/05BG1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4.adaptive-delivery-prevent-bg, #BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4.lazyload, #BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4.lazyloading { background-image: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container { background-color: transparent; background-image: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container > .video-iframe-container { display: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row > .video-iframe-container { display: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .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); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container { border-width: 0; border-radius: 0; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container { font-size:0.875rem;font-family:arial;height:67.4375rem;width:75rem;position:relative;display:block; }#wyR97MpGywVBlBD8rTD02ibENw7SQWfI { color:#2c1a0a;display:block;width:54.4985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:9rem;left:10.25048828125rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BaLuK9NrWoWkgMH1KCELnk11JTRn71m3 { color:#2c1a0a;display:block;width:39.25rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:17.875rem;left:20.9375rem;height:3rem;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; }
#L6SMx6Urt0aCeo1qbBkLcyEfrDgFvXu1 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.75rem;width:63.4375rem;top:2.71875rem;left:4.90625rem;overflow:hidden;display:block; }
#vZzOvdFa2w5TAAi7TdWCWAaO2tyOfXKF { color:#2c1a0a;display:block;width:39.25rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:21.4375rem;left:20.9375rem;height:3rem;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; }
#eeo72CcbJhtNfc4zhxrgCJ7O0c4g2R4G { color:#2c1a0a;display:block;width:39.25rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:26.375rem;left:20.9375rem;height:3rem;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; }
#Wx5WcIvtxcAzQXeyHAJJ2mPMTONltZvN { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.875rem;top:25.9375rem;left:14.8125rem;overflow:hidden;display:block; }
#LHL5CrLlN11ScC6chugDOA1gEaoB2xhP { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.875rem;top:31rem;left:14.8125rem;overflow:hidden;display:block; }
#OWBWOefwBT4zhwVCSLspGpOf9lUuwbav { color:#2c1a0a;display:block;width:39.25rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:31.4375rem;left:20.9375rem;height:3rem;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; }
#GMBCmNTS33B4vKmsCAiIwKGlmdiT9rQd { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.875rem;top:36.5rem;left:14.8125rem;overflow:hidden;display:block; }
#dR5SoBmugiWKvwCMlVfl6BX5h7BZffko { color:#2c1a0a;display:block;width:39.25rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:36.9375rem;left:20.9375rem;height:1.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; }
#z0bSh1pgUBgN0VF02lwEy8nbRhnOD2y2 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.875rem;top:41.5rem;left:14.8125rem;overflow:hidden;display:block; }
#KUgwoocmHhMDkUsTozS1Ehdv716OPKAE { color:#2c1a0a;display:block;width:39.25rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:41.9375rem;left:20.9375rem;height:3rem;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; }
#PSTZJVBsuFAO6faCoaeGylirlT4w029S { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.0625rem;width:19.75rem;top:5.75rem;left:5.71875rem;overflow:hidden;display:none; }
#EErgDaN22OQu433Bbbq7UMst95c7rZqn { color:#2c1a0a;display:block;width:39.25rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:46.9375rem;left:20.9375rem;height:1.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; }
#M0TZHogOwEV3ZV2MuDMaqnyHGH25c3m5 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.875rem;top:46.5rem;left:14.8125rem;overflow:hidden;display:block; }
#N09C0cLZwMVDQpoyQ63oDUhkbi2GGDnI { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:4.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:51.6875rem;left:24.59375rem;display:block; }
#p3XulSQHD8ztRizJTA2oiWSOC0CpMsud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwHuVxznnFuAPWTMIc3RWvtTkQQ3fxW4 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.875rem;top:20.875rem;left:14.8125rem;overflow:hidden;display:block; }
#gTDhbTxbBMil9H5Io743S2v1cZGODgQz { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.875rem;top:16.8125rem;left:14.8125rem;overflow:hidden;display:block; }
#XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD { position:relative;display:block; }#XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD { background-color: transparent; background-image: none; }#XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD > .row .container > .video-iframe-container { display: none; }#XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD > .row > .video-iframe-container { display: none; }#XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD > .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); }#XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD { border-width: 0; border-radius: 0; }#XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD > .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; }#XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD > .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:58.5rem;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; }#NhOOgc4UzRJvAT4erCavyguvhI1IFWUo { color:#000000;display:block;width:30.5609375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.3118896484375rem;left:0.2886962890625rem;height:14.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GoXViWJMTBZ9s5yRfQ6ekrkb5vG3bxnR { color:#2c1a0a;display:block;width:27.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:19.875rem;left:2.8125rem;height:3rem;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; }
#lGO90Co1i1XNhPL4dpthtxhKR6kPl66X { color:#911a12;display:block;width:27.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:17.75rem;left:2.8125rem;height:1.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; }
#HmOgklmpMRzqxThKhFdr8nDZwWEiWNJ3 { color:#2c1a0a;display:block;width:27.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:28.25rem;left:2.8125rem;height:4.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; }
#t412bv8b5JUELTX4aKE9IFA1DtELfIAy { color:#911a12;display:block;width:27.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:26.125rem;left:2.8125rem;height:1.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; }
#T6AkqbR2BpeEPRzWnxV2eJ60hHnOcByr { color:#2c1a0a;display:block;width:27.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:37.5rem;left:2.8125rem;height:4.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; }
#xXqfgbu1sxhTVPaD4UQ3ZezcZc4FZMfb { color:#911a12;display:block;width:27.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:35.375rem;left:2.8125rem;height:1.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; }
#If8LVtdlpgQE9IMAp3fI9ZnRC5QZATGe { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:16.6875rem;left:44.0625rem;height:2.62573125rem;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; }
#T7TwzC1JCQZE9XFhmwBaDO6yho36hpxM { color:#8b8b8b;display:block;width:27.9986875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:14.8125rem;left:44.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hZUfmlsTu4TJZ5MIO5TkmTMdPcQTGIOU { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:22.25rem;left:44.0625rem;height:2.62573125rem;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; }
#CIppgHiKcnCxmBa0sldKmDOeXMFwpHJP { color:#c5c5c5;display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:20.12451171875rem;left:43.99951171875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o4HJpBKuXP7xsTI5wrkvfUau1lTMh0vJ { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:27.623901367188rem;left:44.0625rem;height:2.62573125rem;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; }
#G1pNuLDWUhhL3s9pq24Vnp8zzfXlmTU5 { color:#c5c5c5;display:block;width:25.187375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:25.936889648438rem;left:44.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JmJEu5Hp9kSFuFxseGZhawE0saqMe5ua { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:33.685302734375rem;left:43.90625rem;height:2.62573125rem;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; }
#S4VThcK2S2XvRyxm2H2IhZvueP7QJyB6 { color:#c5c5c5;display:block;width:27.9986875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:31.810302734375rem;left:44.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e5TvIcCFweeMGNXtUOitlHwdQTC47FfJ { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:44.81201171875rem;left:44.0625rem;height:3.9375rem;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; }
#qOufsoLsD8ZsqKaCl90Pm0isOPGaxHkH { color:#c5c5c5;display:block;width:25.499875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:42.93701171875rem;left:44.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VtydTy5R76d8TSyaBP1OFbvd0OQJruvm { box-sizing:content-box;height:53.4375rem;width:40.249625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0);background-image:url("https://images.assets-landingi.com/uc/4a24510f-4844-4110-9cc3-7be7832e7706/boxfundoblack.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.279052734375rem;left:34.750366210938rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#VtydTy5R76d8TSyaBP1OFbvd0OQJruvm.adaptive-delivery-prevent-bg, #VtydTy5R76d8TSyaBP1OFbvd0OQJruvm.lazyload, #VtydTy5R76d8TSyaBP1OFbvd0OQJruvm.lazyloading { background-image: none; }
#Kbwdq4Bxq5w6oIvhhaEEO4Taler6yGw5 { color:rgba(var(--color-primary-0),1);display:block;width:22.6245rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:7.7880859375rem;left:44.061279296875rem;height:5.85rem;display:block; }
#DSntzTQNvFEf7QBSdbHLWIQDqfHgk6Op { color:#c5c5c5;display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:37.5rem;left:44.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mWVTlmfw2MvsZL5yFy0NKmuydUOcQZZR { color:#ffffff;display:block;width:22.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:39.41162109375rem;left:44.0625rem;height:2.62573125rem;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; }
#U9l4REbGduiVM6rmfsGLQpSQBXT1S7RI { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9995125rem;width:2.062375rem;top:17.499389648438rem;left:0rem;overflow:hidden;display:block; }
#xXRPkDXa99IPw6dnUeBS24BesbNkZ2m1 { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9995125rem;width:2.06176875rem;top:25.874633789062rem;left:0rem;overflow:hidden;display:block; }
#EhplcavFilWnXz484zI7Tk7BBXPJdky4 { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9995125rem;width:2.06176875rem;top:35.12451171875rem;left:0rem;overflow:hidden;display:block; }
#S5DHWifc9aNnU8bFUus3wTepcTsNdZl0 { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:4.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:51.6875rem;left:24.59375rem;display:none; }
#GACmSJWsBZF1uKNAz5qCcGPmCiM4K0aN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:url("https://images.assets-landingi.com/uc/5e3601be-4971-455a-97f4-dafec85696cc/05BG1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq.adaptive-delivery-prevent-bg, #WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq.lazyload, #WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq.lazyloading { background-image: none; }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row .container { background-color: transparent; background-image: none; }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row .container > .video-iframe-container { display: none; }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row > .video-iframe-container { display: none; }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .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); }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row .container { border-width: 0; border-radius: 0; }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#CuC7KN5cv7fFMRiTTXu3wZdCuLeM4P6q { box-sizing:content-box;height:5.5625rem;width:23.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(255,234,220,0.1);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:11.1875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hqdk58LX8g8TMITU7MWo47HPCJxcc2kT { box-sizing:content-box;height:5.5625rem;width:24.3125rem;position:absolute;display:block;z-index:15031;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:11.1875rem;left:25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PG1S9CyLEBqfpVbHX2W1IZgQ2v8AHHUR { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.9375rem;top:12.5rem;left:1.75rem;overflow:hidden;display:block; }
#KZs4eihQwPdyQEUbJIzUkVaZyiJNyHiX { color:rgba(var(--color-primary-0),1);display:block;width:14.2490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:13.3125rem;left:6.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aqkyIIL0wrcKBNVGmWTxWMO27qshFJxn { color:rgba(var(--color-primary-0),1);display:block;width:14.248046875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:13.3125rem;left:30.375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zqSqt3yPTuSwH0KotGowTTaf5uTJs1nA { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.9375rem;top:12.5rem;left:26.375rem;overflow:hidden;display:block; }
#fftxxrTxsAwe1lOn7oScvXRESuES9Doo { box-sizing:content-box;height:5.5625rem;width:24.3125rem;position:absolute;display:block;z-index:15034;background-color:rgba(255,234,220,0.1);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);top:11.1875rem;left:50.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rlHS9oBaKgllabB6LxUb1diJxgrz9vfx { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.9375rem;top:12.5rem;left:52.3125rem;overflow:hidden;display:block; }
#mlNQM8I2lKzStHIymz06rupO5VIMqQum { color:rgba(var(--color-primary-0),1);display:block;width:57.248046875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:3.375rem;left:8.875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNE4sqEJTXhLWd1bkcqdXK93dMvrR5qM { color:rgba(var(--color-primary-0),1);display:block;width:14.248046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12.625rem;left:56.75rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMPQCJt2LLkGVuJZBgguzFSigDEricvK { color:rgba(var(--color-primary-0),1);display:block;width:43.8095703125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:7.875rem;left:15.625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVN6RetqaPOiGEDAQyALoKo4gsIPV0Nn { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:4.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18.9375rem;left:24.9375rem;display:block; }
#RbgIClnsw0S797IyKJaUGfGX33g25E5x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row .container { background-color: transparent; background-image: none; }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row .container > .video-iframe-container { display: none; }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row > .video-iframe-container { display: none; }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .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); }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row .container { border-width: 0; border-radius: 0; }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#eEQ2Fos09oMhImZ0cktTWof5OJNtuKLO { color:#000000;display:block;width:54.625rem;position:absolute;font-family:moret;font-size:3rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:4.25rem;left:10.1875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVaO94Eoc8EF1PRFaOJbt67WDeXvITGs { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.75rem;width:75rem;top:8.56201171875rem;left:0rem;overflow:hidden;display:block; }
#ourPBgang90WdB9b0czzTn04Nh2rq7iG { box-sizing:content-box;height:3.1875rem;width:14rem;position:absolute;display:block;z-index:15064;background-color:rgba(42,15,4,0.74);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:41rem;left:3.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KVp5w6vnc0Cw8seL8Ukf9WnSmSEBTEgP { color:rgba(var(--color-primary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:42.125rem;left:7.8125rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P8Z2LkTBLtb8mQhQEiMrI96yiTaTRJ5I { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.25rem;top:41.5rem;left:4.75rem;overflow:hidden;display:block; }
#hooeaIBp5ZDZbpiLy9P6lie2eDWclmas { box-sizing:content-box;height:3.1875rem;width:14rem;position:absolute;display:block;z-index:15061;background-color:rgba(42,15,4,0.74);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:37.125rem;left:3.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GUkJnb8X57G5NSZEmT2Fu0hUzgzSQtyE { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.25rem;top:37.625rem;left:4.75rem;overflow:hidden;display:block; }
#MZEUNvxVzk9rkC6G7s5FDK71s8KIIvoA { color:rgba(var(--color-primary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:38.25rem;left:7.8125rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OhrOwqglXRTouxpsHXKx2m03CAKKF5Ll { box-sizing:content-box;height:3.1875rem;width:14rem;position:absolute;display:block;z-index:15058;background-color:rgba(42,15,4,0.74);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:33.1875rem;left:3.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#i6i4e28odSuzHNvKclWPuDDIstpw5wU0 { color:rgba(var(--color-primary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:34.3125rem;left:7.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rlGzySX6F6EoKMNbNKdMAEzuwhKC9XVw { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.25rem;top:33.6875rem;left:4.75rem;overflow:hidden;display:block; }
#uWsIcFKWAHx4hN2p0ehV4bofvbSqf7Ok { box-sizing:content-box;height:3.1875rem;width:16.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(42,15,4,0.74);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:24.835815429688rem;left:53.498413085938rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aZExdH6HLEZDisgyiSAdufXNwoP1pJv7 { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.25rem;top:25.499877929688rem;left:67.2802734375rem;overflow:hidden;display:block; }
#zE9M8A1FusmD3xTNnwlQwPrSdq6voeRp { box-sizing:content-box;height:3.1875rem;width:16.5rem;position:absolute;display:block;z-index:15073;background-color:rgba(42,15,4,0.74);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:21.125rem;left:53.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#V05xReFkeJNlxVEKCA4SxB4UFs30Nq7r { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.25rem;top:21.788940429688rem;left:67.2802734375rem;overflow:hidden;display:block; }
#CKoJcQJRK5dhLMVGThaCgHIfg3lEnsN1 { box-sizing:content-box;height:3.1875rem;width:10.625rem;position:absolute;display:block;z-index:15070;background-color:rgba(42,15,4,0.74);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:17.023315429688rem;left:59.413330078125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Jp9IhDqeX0SCdAANq9NkKdDI9Bq70DOs { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.25rem;top:17.687377929688rem;left:67.2802734375rem;overflow:hidden;display:block; }
#P7QNGlLNZRVAdttqTgW9c6ayMxw76OpQ { box-sizing:content-box;height:3.1875rem;width:14rem;position:absolute;display:block;z-index:15055;background-color:rgba(42,15,4,0.74);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:29.1875rem;left:3.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dp13GuyTcpEi1SK4C5ZbKNNOvOaJKZ14 { color:rgba(var(--color-primary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:25.41259765625rem;left:55.69921875rem;height:2.1125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VlEUHuq8bPPZmTkyNExLD91XCvLsmzuQ { color:rgba(var(--color-primary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:22.229614257812rem;left:55.174560546875rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b83em1PZpnWkT9uiDIn2QUhIIxuIgBRM { color:rgba(var(--color-primary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:18.128051757812rem;left:59.286010742188rem;height:1.05625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JZzIQGeroDb0Jk4V7D8XLIvPzR333VkG { box-sizing:content-box;height:3.1875rem;width:10.4375rem;position:absolute;display:block;z-index:15067;background-color:rgba(42,15,4,0.74);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-2),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:13.0859375rem;left:59.600830078125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HZCbTxqIDsJ9wFP8TGfmvSn3Ql1e6EPd { color:rgba(var(--color-primary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:30.375rem;left:7.75rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N3lvvhdNd5LpTTOm0GKdXxpNrTrHWruF { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.25rem;top:29.75rem;left:4.6875rem;overflow:hidden;display:block; }
#PrO3WTnl1zDpr3ADnlEHuDxolGENsgIT { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.25rem;top:13.75rem;left:67.2802734375rem;overflow:hidden;display:block; }
#gBFz4TIN6JychpT8bEBWgZ5XyIxnRu2h { color:rgba(var(--color-primary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:14.375rem;left:57.5625rem;height:1.05625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container { background-color: transparent; background-image: none; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container > .video-iframe-container { display: none; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row > .video-iframe-container { display: none; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .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); }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container { border-width: 0; border-radius: 0; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#PzF9hCeNFJyO1Z0kF8wxgu15zNsa5oTm { color:#2c1a0a;display:block;width:68.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:2.7529296875rem;left:4.375rem;height:6.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRfLDbJziLvJmZGyFshBINySipa7hJ3O { box-sizing:content-box;height:19.125rem;width:22.625rem;position:absolute;display:block;z-index:15007;background-color:#f0f1f3;background-image:url("https://images.assets-landingi.com/uc/6c0acef7-a28b-45e7-a1ec-16406aed541c/05card.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.875rem;left:49.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#RRfLDbJziLvJmZGyFshBINySipa7hJ3O.adaptive-delivery-prevent-bg, #RRfLDbJziLvJmZGyFshBINySipa7hJ3O.lazyload, #RRfLDbJziLvJmZGyFshBINySipa7hJ3O.lazyloading { background-image: none; }
#UmTKBUmwKbDQWgTHlLbrFETikNcDO5zp { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:20.1875rem;left:52.6875rem;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; }
#IKziyH0Bzg7nLLDzGqiZOlns5MiSsDDf { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:moret;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:14.9375rem;left:52.6875rem;height:4.125rem;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; }
#yLcVT6I2L6F6EVMtFIEuJJJ4Fu1kmfUD { box-sizing:content-box;height:19.125rem;width:22.625rem;position:absolute;display:block;z-index:15011;background-color:#f0f1f3;background-image:url("https://images.assets-landingi.com/uc/6c0acef7-a28b-45e7-a1ec-16406aed541c/05card.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.875rem;left:26.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#yLcVT6I2L6F6EVMtFIEuJJJ4Fu1kmfUD.adaptive-delivery-prevent-bg, #yLcVT6I2L6F6EVMtFIEuJJJ4Fu1kmfUD.lazyload, #yLcVT6I2L6F6EVMtFIEuJJJ4Fu1kmfUD.lazyloading { background-image: none; }
#q6ZIDBJEwTgv27l4f7Tos9cAiZZwTFZE { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:20.9375rem;left:28.5625rem;height:6rem;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; }
#BqQ4nz230avMCd6pZZiqRi5hHk7qMLZd { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:moret;font-size:2rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:14.9375rem;left:28.5625rem;height:4.4rem;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; }
#IaFsS1dBnIvsu7g819GQzgOF6vxx85zu { box-sizing:content-box;height:19.125rem;width:22.625rem;position:absolute;display:block;z-index:15015;background-color:#f0f1f3;background-image:url("https://images.assets-landingi.com/uc/6c0acef7-a28b-45e7-a1ec-16406aed541c/05card.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.875rem;left:2.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#IaFsS1dBnIvsu7g819GQzgOF6vxx85zu.adaptive-delivery-prevent-bg, #IaFsS1dBnIvsu7g819GQzgOF6vxx85zu.lazyload, #IaFsS1dBnIvsu7g819GQzgOF6vxx85zu.lazyloading { background-image: none; }
#KxKCF9sFwqDLnqLJI62e0AMWu2rKQxn8 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:20.9375rem;left:4.375rem;height:4.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; }
#fJseCPahatI6emZlW6XMluuJrMKpb8d0 { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:moret;font-size:2rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:14.9375rem;left:4.375rem;height:7.2rem;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; }
#iCe5cNGc2HDoSDcESsp5iOme6uAtNMpX { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.875rem;top:9.6708984375rem;left:4.84375rem;overflow:hidden;display:block; }
#dLSKu0udNK4HdRSEpeKDhJt8oSuTuWuV { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.875rem;top:9.6396484375rem;left:28.1875rem;overflow:hidden;display:block; }
#sFcLgB3IHLdSgQQTskfKcIepI8K6WTKx { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.875rem;top:9.625rem;left:52.3125rem;overflow:hidden;display:block; }
#DApeJGM2m1bp40AnUBupdJkJo5Gk6soS { color:#2c1a0a;display:block;width:68.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:.8;letter-spacing:0;top:7.3271484375rem;left:4.375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vaARPaAWUn6r652qwxhvQEBiSWXFZeAV { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:4.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.6875rem;left:24.875rem;display:block; }
#aPkHQGA6lbuTAHun7Tu8LBueTV9TpLde { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a0f04;background-image:url("https://images.assets-landingi.com/uc/0cea1917-8ac0-406e-8692-a455fe460214/05bgfinal.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI.adaptive-delivery-prevent-bg, #dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI.lazyload, #dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI.lazyloading { background-image: none; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row .container { background-color: transparent; background-image: none; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row .container > .video-iframe-container { display: none; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row > .video-iframe-container { display: none; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .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); }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row .container { border-width: 0; border-radius: 0; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;position:relative;display:block; }#LpDtSfUDGw3sGPd9XwhyODtSx9X8Otws { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:5.277099609375rem;left:12.530517578125rem;height:10.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ry7zhvJmSb8lUs0WCt6plOfFzMMwPOKA { position:absolute;display:block;z-index:15013;height:31.25rem;width:55.8110625rem;top:13.373046875rem;left:9.59423828125rem;display:block; }
#I26eK3VXNf5Axc26grTbFFT33g6IxHQl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container { background-color: transparent; background-image: none; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container > .video-iframe-container { display: none; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row > .video-iframe-container { display: none; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .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); }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container { border-width: 0; border-radius: 0; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#CEOALDKm9NBfQwp0bS7taGkAEBV96aWK { position:absolute;display:block;z-index:15030;height:18.687125rem;width:65.375rem;top:9.03076171875rem;left:4.8114013671875rem;display:block; }
#KFR1s1J5Uebbw224l66Z8XtUEqwEyTd3 { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:moret;font-size:3.1875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.6494140625rem;left:18.53125rem;height:7.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UuUynCRKV8oT18DmtJ821kQBlymPeeSw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container { background-color: transparent; background-image: none; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container > .video-iframe-container { display: none; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row > .video-iframe-container { display: none; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .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); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container { border-width: 0; border-radius: 0; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;position:relative;display:block; }#Tq064anD0JaE2ZfNrobm7TrnA6H0Fyx2 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.375rem;width:36rem;top:11.3125rem;left:0rem;overflow:hidden;display:block; }
#xsgub7QWgiSV0EzV7Ppl2SQlvUPHtu0A { box-sizing:content-box;height:34.125rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#e5e5e5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.3125rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#qOJTvmuuiHHJSRBGWIHwT1c4lhnISknz { color:#1f1a14;display:block;width:29.1875rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.8125rem;left:41.5625rem;height:1.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; }
#t4cpxXg7x6ggsT7nFIuOkLymv8Lw0FTH { color:#2c1a0a;display:block;width:46.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:.8;letter-spacing:0;top:5.25rem;left:16rem;height:4.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DktNu187gp8DxWBv31zoZNq8RHpmeBqw { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.75rem;top:15.125rem;left:37.1875rem;overflow:hidden;display:block; }
#mwOJHRXy3R12SLduaDctwheHZmQTbESu { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.9375rem;top:19.375rem;left:37.125rem;overflow:hidden;display:block; }
#UwngUFmFglP0Odg41FTcqTWv1wPT9ful { color:#1f1a14;display:block;width:29.1875rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:19.375rem;left:41.5625rem;height:4.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; }
#Ahrxxib2bwL962RtfKcdhSVMQ9rllAvA { color:#1f1a14;display:block;width:29.1875rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:26.5625rem;left:41.5625rem;height:1.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; }
#If85zPMOGQbHfckbOMllbRCmVMwxo7Mo { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.5rem;top:26rem;left:37.375rem;overflow:hidden;display:block; }
#PTs3WItXH9nICD65J4p41SMXvaPC2Nev { color:#1f1a14;display:block;width:29.1875rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:30.1875rem;left:41.5625rem;height:4.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; }
#GSldygu3K5rfi7izdD9VFt15NfV7gD3z { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:4.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.0625rem;left:37.1875rem;display:block; }
#ZNkuQisJ9DX2c5CkQa93h3ovF92q13hV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uZkAHfP2Tbax5TdrRZPT01VODFmPnIBh { color:rgba(35,35,35,0.5);display:block;width:31.5625rem;position:absolute;font-family:"instrument sans";font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:42.125rem;left:37.1875rem;height:2.25rem;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; }
#Da227OQgZud6tAk4OAsnctvWIJsNsOmH { color:#2c1a0a;display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:8.9375rem;left:16rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MaVnWIo1AHxRMJ2FsbUfhuQTq4CmM3m6 { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.375rem;top:30.1875rem;left:37.375rem;overflow:hidden;display:block; }
#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row .container { background-color: transparent; background-image: none; }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row .container > .video-iframe-container { display: none; }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row > .video-iframe-container { display: none; }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .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); }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row .container { border-width: 0; border-radius: 0; }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row .container { font-size:0.875rem;font-family:arial;height:96.875rem;width:75rem;position:relative;display:block; }#ZPDU8mphUhCWmTrMJVDXwWxcDJudIsKb { box-sizing:content-box;height:46.5625rem;width:28.625rem;position:absolute;display:block;z-index:15106;background-color:#dcdcdc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.137817382812rem;left:7.408447265625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#m5Uu51hog16GkVdK03ynEzbOoLDVmvhi { box-sizing:content-box;height:79.25rem;width:27.75rem;position:absolute;display:block;z-index:15105;background-color:#000000;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.137817382812rem;left:38.914794921875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#RR1TNAeor7HzFBDOPiy5DNHgnPzWDaSE { color:rgba(var(--color-tertiary-4),1);display:block;width:48.499125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15110;line-height:1.2;letter-spacing:0;top:3.1243896484375rem;left:12.279663085938rem;height:11.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWIOvToowzUpNki3CUT4MtuTpHRHyAZM { box-sizing:content-box;height:2.56225625rem;width:23.8745rem;position:absolute;display:block;z-index:15202;background-color:#d52020;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:13.687133789062rem;left:40.733032226562rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#SrAAeC1CJeIdvwHdNcqbzXvoPw4Q5S9T { color:#2a0f04;display:block;width:20.436375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;top:49.818115234375rem;left:13.215942382812rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#NCCZyAdR2CCVCSlmoMppt0Gb4QeM64Ch { position:absolute;display:block;z-index:15187;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.06176875rem;width:2.37426875rem;top:49.437255859375rem;left:9.9053955078125rem;overflow:hidden;display:block; }
#x9hT1GLFws2FRESzftzZdDk7RQwbZmDP { color:#2a0f04;display:block;width:16.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15197;line-height:1.3;letter-spacing:0;top:46.920776367188rem;left:9.9053955078125rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hp9qqReJTebTQo15An8oPvzW21vTmCZg { color:#2a0f04;display:block;width:18.561375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15196;line-height:1.3;letter-spacing:0;top:42.047729492188rem;left:9.9053955078125rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#qdzJL8zVWMIhfitEGOwMeh9ppUp7RRhL { color:#2a0f04;display:block;width:23.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15195;line-height:1.3;letter-spacing:0;top:38.267822265625rem;left:9.7540283203125rem;height:7.6375rem;text-align:left;text-align-last:left;display:block; }
#RKpq71cUtI5iutO2UsQxQEW6FQ2ab33x { position:absolute;display:block;z-index:15198;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3108125rem;width:28.0609375rem;top:13.137817382812rem;left:7.6898193359375rem;overflow:hidden;display:block; }
#SHhImArTzndkKldMbKbITgC9tz4PR3dS { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9984375rem;height:4.24926875rem;text-decoration:none;z-index:15199;text-align:center;text-align-last:center;top:53.602294921875rem;left:9.873046875rem;display:block; }
#CmgGWh0NKACgorPHCqkuLwkO5cVdDXVA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQgowB3COoo0xyfQ6hlh9KgvtvBepSSN { position:absolute;display:block;z-index:15188;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062375rem;width:2.374875rem;top:66.75rem;left:40.875rem;overflow:hidden;display:block; }
#ABTX08oSK18y5omGFQREC3ebmhSJ3coN { position:absolute;display:block;z-index:15190;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062375rem;width:2.374875rem;top:70rem;left:40.875rem;overflow:hidden;display:block; }
#KtbiZ31K4KzlnQIqwZuCqPEE5gpZd3QI { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15162;line-height:1.3;letter-spacing:0;top:70rem;left:44.4375rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#P3iDhEZUopSTta17ri11VKEIp2P7HQfv { position:absolute;display:block;z-index:15192;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062375rem;width:2.374875rem;top:73.625rem;left:40.8125rem;overflow:hidden;display:block; }
#PFTmlnhO5VpBsPPXqwNPGypdZwuVMOW0 { color:#ffffff;display:block;width:20.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:73.625rem;left:44.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#q9x6h5P6vtciX1Ff77r1ICN9KLfAiAI3 { color:#ffffff;display:block;width:25.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15159;line-height:1.3;letter-spacing:0;top:67.4375rem;left:44.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#cGOcOvybhOEAMxmlK8LMwT8AJvIQNVKs { position:absolute;display:block;z-index:15186;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062375rem;width:2.374875rem;top:63.5rem;left:40.875rem;overflow:hidden;display:block; }
#I5UuCmJUDOFI37VWRTZF9I5J8Txb2c0b { color:#ffffff;display:block;width:23.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;top:64.1875rem;left:44.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#gnL1w05WV5odJegozoxaQvWsamG2J3yf { position:absolute;display:block;z-index:15184;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062375rem;width:2.374875rem;top:60.3125rem;left:40.875rem;overflow:hidden;display:block; }
#gbfSF28IMrrhALn8P3eLodrgbH6p2yD9 { color:#ffffff;display:block;width:20.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15156;line-height:1.3;letter-spacing:0;top:61rem;left:44.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#ikxfAQuxEuuQEny81y48eB1snWZimptu { color:#ffffff;display:block;width:20.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:57.8125rem;left:44.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#G3zqSQGRZTizEqJkhJkdm2SiCUrk7XBM { position:absolute;display:block;z-index:15182;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062375rem;width:2.374875rem;top:57.125rem;left:40.875rem;overflow:hidden;display:block; }
#N4LVzAUHCFt6xsbMDby2X6SlmyMukZKv { position:absolute;display:block;z-index:15181;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062375rem;width:2.374875rem;top:53.9375rem;left:40.875rem;overflow:hidden;display:block; }
#GEX2JHuGscveZBdJHES9gkOrkNhlgRT6 { color:#ffffff;display:block;width:20.436375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15152;line-height:1.3;letter-spacing:0;top:54.318237304688rem;left:44.374389648438rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#GsBdSXyVO3S8m3ZXJF0ozpm2HotXq4st { color:#e3ffe1;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15130;line-height:1.3;letter-spacing:0;top:51.3125rem;left:40.8125rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTXsJyLiO6clEBq0QGSPqMD68dSoMDxd { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15151;line-height:1.3;letter-spacing:0;top:46.8125rem;left:40.8125rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#P0yQqQeTFOy6EqIcap1ubBq1T6Rq2Lim { color:rgba(var(--color-primary-0),1);display:block;width:10.871rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:45.4375rem;left:40.8125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C2zqIiqUSBsqzKdBAEoU7tBzotORrTbt { color:#ffffff;display:block;width:23.937375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15150;line-height:1.3;letter-spacing:0;top:38.25rem;left:40.8125rem;height:9.50625rem;text-align:left;text-align-last:left;display:block; }
#kPRs7Qv0ZHaw1nDfKP26eCWwJT3FTgPu { color:#d02424;display:block;width:24.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:82.686767578125rem;left:40.562744140625rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OsRrtPC1qOnt9vbg8AU2mVPiqHrbnzGB { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8735625rem;height:4.24926875rem;text-decoration:none;z-index:15200;text-align:center;text-align-last:center;top:76.685791015625rem;left:41.187744140625rem;display:block; }
#zqCCCPTA4vwTE31DSfVd1s2Wi7IcqiA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Srn5nVTwECMIiwEryPX4MuWu2dGi7MHD { color:#fff4e1;display:block;width:23.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15161;line-height:1.3;letter-spacing:0;top:86.68701171875rem;left:40.718994140625rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i8oW7gcakURLG3WndDKiGdTblhzAkrfd { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15203;line-height:1.3;letter-spacing:0;top:14.273071289062rem;left:43.248901367188rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#vUZDhhBkXvg0kdUUXkn2zdbhXXi1J7b1 { position:absolute;display:block;z-index:15193;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5610625rem;width:32.6861875rem;top:15.030517578125rem;left:37.5rem;overflow:hidden;display:block; }
#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container { background-color: transparent; background-image: none; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container > .video-iframe-container { display: none; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row > .video-iframe-container { display: none; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .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); }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container { border-width: 0; border-radius: 0; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container { font-size:0.875rem;font-family:arial;height:67.125rem;width:75rem;position:relative;display:block; }#m9ImkkdrMoJzmQfrFUOMpxleQNi8Awur { color:#2c1a0a;display:block;width:49.9375rem;position:absolute;font-family:moret;font-size:2.625rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:1.564453125rem;left:14.810546875rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQwXpmtg3lZ1DXMmk8bIo06Hi1b5Tx5E { color:#2c1a0a;display:block;width:23.4375rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:39.5rem;left:50.5625rem;height:21rem;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; }
#Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o { box-sizing:content-box;height:25.125rem;width:24.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee3d6d56-e22d-4516-9b53-b7a6edf17174/augusto_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.808837890625rem;left:25.31005859375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o.adaptive-delivery-prevent-bg, #Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o.lazyload, #Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o.lazyloading { background-image: none; }
#WWCMNJDtMsrEixqrkCB8zkIKA8PKPzVb { color:#2c1a0a;display:block;width:23.4375rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:39.5625rem;left:25.375rem;height:12rem;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; }
#fCSFxSeFp1BhFs8fEpGpfSezP58u0yqO { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:moret;font-size:3rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;top:32.5625rem;left:25.3125rem;height:6rem;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; }
#z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp { box-sizing:content-box;height:24.6875rem;width:24.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f26d8b7f-bc6a-4fbd-92a5-73de22effb00/group_87.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.1875rem;left:-0.0009765625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp.adaptive-delivery-prevent-bg, #z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp.lazyload, #z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp.lazyloading { background-image: none; }
#fT9n5ZyfSb3GcvUJbbAbTt2S7hzwCqNI { color:#2c1a0a;display:block;width:23.4375rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:39.5rem;left:0.0625rem;height:12rem;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; }
#TvfqO3OW6xtux38TEItViEQRw8xy8yEs { color:#280b09;display:block;width:17.75rem;position:absolute;font-family:moret;font-size:3rem;font-weight:400;z-index:15036;line-height:1;letter-spacing:0;top:32.5rem;left:0rem;height:6rem;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; }
#xaPVRPKH6aApsJk27qc7lKOVcTMdfiuT { color:#000000;display:block;width:24.25rem;position:absolute;font-family:moret;font-size:3rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:32.5rem;left:50.5rem;height:3rem;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; }
#cwCmU4BLtcFylI9lc0ERT8M58tuyQT43 { color:#ac0000;display:block;width:14.74975rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:36.25rem;left:0.0625rem;height:1.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; }
#LTVHR6CqQi0vvKnV9zuOLNcIeZ6h2QkU { color:#ac0000;display:block;width:14.7485625rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:36.3125rem;left:25.375rem;height:3rem;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; }
#RI4av7IU1w0wkSvTKQn1oCuJoT8BiZhI { color:#ac0000;display:block;width:18.8125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:36.25rem;left:50.5625rem;height:3rem;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; }
#BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG { box-sizing:content-box;height:25.1245rem;width:24.4995rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e2f5ba28-27a0-4bb0-a30c-599df08fed1d/autor_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.80810546875rem;left:50.50048828125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG.adaptive-delivery-prevent-bg, #BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG.lazyload, #BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG.lazyloading { background-image: none; }
#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { background-color: transparent; background-image: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container > .video-iframe-container { display: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row > .video-iframe-container { display: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .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); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { border-width: 0; border-radius: 0; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#WMKcgDlAb07pwSHXq12pgvhO6iTOUfF3 { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:moret;font-size:3.1875rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:8.625rem;left:4.875rem;height:7.0125rem;font-style:normal;display:block; }
#Lyf0vf44KfcMv6bvhVRQN65ym1WCa5Lx { color:#d52020;display:block;width:25.125rem;position:absolute;font-family:"instrument sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:12.5625rem;left:4.875rem;height:1.375rem;font-style:normal;display:block; }
#g9VpUEh3JD1rkkAxcyCpxtdcgGucC5Zq { color:#f5eee4;display:block;width:27.68675rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:15.625rem;left:4.875rem;height:23.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PfRCmvyUd4kIHmwE1Z3SNEJFwldarTtm { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.4375rem;width:36.4375rem;top:6.3720703125rem;left:37.5rem;overflow:hidden;display:block; }
#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container { background-color: transparent; background-image: none; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container > .video-iframe-container { display: none; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row > .video-iframe-container { display: none; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .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); }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container { border-width: 0; border-radius: 0; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container { font-size:0.875rem;font-family:arial;height:83.0625rem;width:75rem;position:relative;display:block; }#JHyo23gh5TL4KSwArn6H0S0kcVayuQGl { color:rgba(var(--color-secondary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.06005859375rem;left:16.513671875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kRs5Xy5C1t3HCZcWE60BoLvP5TMbGCRU { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:28.8125rem;top:13.875rem;left:40.875rem;overflow:hidden;display:block; }
#FNzecrfGPdJ0iOm9Urt8LWCw73zqFr5T { color:rgba(var(--color-primary-0),0.75);display:block;width:32.06175rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:19.3125rem;left:5.5625rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CLhb3cRy3tnWrDLNbOlm5cFwO1x4BUL6 { color:rgba(var(--color-primary-0),1);display:block;width:28.0625rem;position:absolute;font-family:moret;font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.125rem;left:5.6865234375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xZHVLptdTu2bC8JgDxe4bNuJnpDp1bhy { box-sizing:content-box;height:31.8125rem;width:69.25rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:11.0625rem;left:3.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ssVaCtayHk8uP1RMKRkS8q23vx54iCS8 { color:rgba(var(--color-primary-0),0.75);display:block;width:29.3115rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:15.25rem;left:5.6875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQkcycVN1tekg7plPaJuV0HVvvMQR1iK { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:28.8125rem;top:47.9375rem;left:6.25rem;overflow:hidden;display:block; }
#TNEVxwS75Jigf5pkIUvTUVJMbATXXIs3 { box-sizing:content-box;height:31.8125rem;width:69.25rem;position:absolute;display:block;z-index:15020;background-color:#1c1c1c;background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:44.875rem;left:3.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zLR02W06rODkTncBsVDLXa1uVLyTiUgV { color:rgba(var(--color-primary-0),0.75);display:block;width:32.06175rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:56.4375rem;left:38.5625rem;height:13.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; }
#Q4zuGplEX0xwFz1CeItzWGe6EZ9ZxbBa { color:rgba(var(--color-primary-0),0.75);display:block;width:29.3115rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:52.375rem;left:38.6875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GyV4osuqpcUxquZMUfZUvLXrB9fhWlEJ { color:rgba(var(--color-primary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:50.25rem;left:38.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;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; }#AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD > .row .container { background-color: transparent; background-image: none; }#AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD > .row .container > .video-iframe-container { display: none; }#AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD > .row > .video-iframe-container { display: none; }#AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD > .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); }#AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD > .row .container { border-width: 0; border-radius: 0; }#AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#M1JZtDi67eZUnwLSO7NJ0AhMqgaaP05Z { color:rgba(var(--color-primary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.625rem;left:6.8125rem;height:8.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-element-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto;font-style:normal;line-height:1.5;overflow:hidden; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-trigger { width:1.5rem;min-width:1.5rem;height:1.5rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-trigger.adaptive-delivery-prevent-bg, #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-trigger.lazyload, #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-trigger.lazyloading { background-image: none; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr { box-sizing:content-box;height:auto;width:35.9995rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.9375rem;left:36.5rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #NV9KsATruT7RsSZ6gsuKXcP5D6rA275c { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #OnwuwtL8JAhXCBUqwqh3UhKqCyvaN2Dh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #H5bUH3Iec4pAH6ETuTv1Tuy9T5g7O4RU { display:block;position:relative; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #CBtHLV9N7TyI8kE55WB6AcEWgSghTE4J {  }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #aNKlTEiaPObqCRoWIPIDFxLly4dfQFtF {  }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #TIdW6lAndarTzkUeCw53hMoSsvwIzccH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #eFarkh3UyAw8M1HznRKmgqslRBMbcdlg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #MIQWlIwTFKpD8HXQ6nrLmJ2nuqzPGvVL { display:block;position:relative; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #uo36KmxGKZdKDam7DsOQiQvDSZTcKApp {  }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #FzEhcptPL8I8cE98aUHGgMH83b4rSKsG { display:none; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #f3kLR9P7Ame6Fv0B1CDKHrHRzXwHgqAn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #egVN20L0LEVs60MCi5HQ4iqTqmGTN4P4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #SdEKgf3ht4XTR8TtlHBXo0RorNDaF1Hq { display:block;position:relative; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #MMkVlwICru0ui4s7sD7JTQwfoF5L1hrd {  }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #Jlp17BvZBQvhyTKEcZLAN8yUMcWH6SrB { display:none; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #QotyztAdN9bfuKL5uWUlTdTNvnLRsatV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #FmgXifpSqTRazrB46yfLi5IEa6gJHX06 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #E06Bdb6QEky5ibAooxv1Xq5pQFdwRCgA { display:block;position:relative; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #rdzCxl8BM258FXcql1fTK1wQJemxUEF0 {  }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #smCUKDA4BWUxzFsnRVBmP1ymOVQkPTZV { display:none; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #qE8dHepcvJ6ZfybTHUaxoSiHsWXTprXX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #pXAPwQRWBbh3oklzlkog1h7bX5AgQXe6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #TKollIKZNXZEE7mMosbt5CJ6zFqoGSWV { display:block;position:relative; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #UxHX8c6hdqDbovwZbA3WwK4EK1c0R2UR {  }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #kt89oC9DV476RiJSOZaF1LTbfMQESEzu { display:none; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #MdDF7i1J2dPraGW9A0iqQhxKJFihAGIk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #dfTuzpIMhFJb9r5MR65Tx9nVGpqCIDNq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #dgP7mX8dfZhIPGmoK2sFX7QFmdggGCy2 { display:block;position:relative; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #MVPcOds6QSSd6MmhXhZyt6i6VfBRVrrm {  }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #E9aSoXoPxt7cOwwPq3Bl6TcMhOPykiHT { display:none; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #d3RUXxnuk4c7XhhEQ7Ct0qGi76qnChJa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #c9anTuva8qXMQ6ZdOTdhn6ll1acA41PJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #nHDSwBHcHqBpKixS4mSfuo1a9vLO29cs { display:block;position:relative; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #SJyCcCANn3iyiZRmGQWIyMIsDwyHN6Qc {  }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #ccxKbQHkX7srA5zZLx36PxtLC2rCoFgM { display:none; }
#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { background-color: transparent; background-image: none; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container > .video-iframe-container { display: none; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row > .video-iframe-container { display: none; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .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); }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { border-width: 0; border-radius: 0; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#x9AIDnmXZTBTfmylklhDnMuvrO0qkMHc { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:2.9375rem;left:9.5rem;overflow:hidden;display:block; }
#TmrwoZ5yqL5UqIMZ9R6k5AAd77T9aEeX { color:rgba(var(--color-secondary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:9.1875rem;left:10.4375rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gNxmcuXbnXdvS29CSIdhIZT5XHTWeNha { color:rgba(var(--color-secondary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11rem;left:10.4375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:16.0625rem;left:10.4375rem; }
#wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#dzXgV1nDLGLF8xScTEry8V6msqmR97l9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.0625rem;left:13.0625rem; }
#dzXgV1nDLGLF8xScTEry8V6msqmR97l9 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#d2GwbzegDvDgAZCRATKe38dkPuvi87cp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.75rem;left:39.8125rem; }
#d2GwbzegDvDgAZCRATKe38dkPuvi87cp > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.625rem;left:39.8125rem; }
#DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#yUGK883NuRkXLpAXciEqUObGSPTbfnHV { color:rgba(var(--color-secondary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.9375rem;left:42.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d1aATasLx82mUUMDsInu0TJH0Ppwdzxh { color:rgba(var(--color-secondary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:6.8125rem;left:42.4375rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZN2HvXEvIBOR6RT6tVx4UoWOxXf03w8L { box-sizing:content-box;height:0.0625rem;width:55.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:9.59375rem;display:block; }
#wxBKe6MRDeAKGpWNaIoEz7TttDEiUnLv { color:rgba(var(--color-secondary-2),0.75);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:23.1875rem;left:10.4375rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg { display:block; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yx3H5vspOM9QdfTDGVgi62n8zAkNrb7c { top:10.75rem;left:0rem;width:31.75rem;height:14.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcRLT3pCTLQixxUeyR9OwfG6sxo2J6gD { top:26.125rem;left:0rem;width:26.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqeTOHkPEC2mKIq1DhKcDip7qtUNguUu { width:25.8125rem;height:4.25rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abzGefJgV6yqa1RVMRbkrFcQmRU3ocCB { display:block; }
 }@media only screen and (max-width: 763px) { #Mlmt6EekQ6WERpCQdmCAQQ3RFBI71omE { top:5.8125rem;left:0rem;width:45.1875rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUZa6ny4nTndc9ynUJTgfeb0ZAcU1yfn { top:4.125rem;left:0rem;width:8rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm { display:block; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9B2T4mIvOzT7K9I1cDl8RTJ4oB7U4NR { top:4.8125rem;left:13.6875rem;width:34.0625rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJHRFn8JxxyZoISvFzTEGtGoJsNU8rBB { top:12.1875rem;left:18.5rem;width:29.25rem;height:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM7XNaH7hCcOMH7DGNG6LOvcmAVmfryU { top:4.8125rem;left:0rem;width:41.0625rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #linNzp4acGUUEWzMGDctTLvLAaZJeFeQ { width:25.8125rem;height:4.25rem;top:40.3125rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIoGeNak7hNcvQOJvGpmZFzCzFyRWLEd { display:block; }
 }@media only screen and (max-width: 763px) { #BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 { display:block; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyR97MpGywVBlBD8rTD02ibENw7SQWfI { top:9rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaLuK9NrWoWkgMH1KCELnk11JTRn71m3 { top:17.875rem;left:7.3125rem;width:39.25rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6SMx6Urt0aCeo1qbBkLcyEfrDgFvXu1 { top:2.6875rem;left:0rem;width:47.75rem;height:41.96354679803rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZzOvdFa2w5TAAi7TdWCWAaO2tyOfXKF { top:21.4375rem;left:7.3125rem;width:39.25rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeo72CcbJhtNfc4zhxrgCJ7O0c4g2R4G { top:26.375rem;left:7.3125rem;width:39.25rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx5WcIvtxcAzQXeyHAJJ2mPMTONltZvN { top:25.9375rem;left:1.1875rem;width:4.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHL5CrLlN11ScC6chugDOA1gEaoB2xhP { top:31rem;left:1.1875rem;width:4.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBWOefwBT4zhwVCSLspGpOf9lUuwbav { top:31.4375rem;left:7.3125rem;width:39.25rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMBCmNTS33B4vKmsCAiIwKGlmdiT9rQd { top:36.5rem;left:1.1875rem;width:4.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR5SoBmugiWKvwCMlVfl6BX5h7BZffko { top:36.9375rem;left:7.3125rem;width:39.25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0bSh1pgUBgN0VF02lwEy8nbRhnOD2y2 { top:41.5rem;left:1.1875rem;width:4.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUgwoocmHhMDkUsTozS1Ehdv716OPKAE { top:41.9375rem;left:7.3125rem;width:39.25rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSTZJVBsuFAO6faCoaeGylirlT4w029S { top:5.75rem;left:0rem;width:19.75rem;height:55.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EErgDaN22OQu433Bbbq7UMst95c7rZqn { top:46.9375rem;left:7.3125rem;width:39.25rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0TZHogOwEV3ZV2MuDMaqnyHGH25c3m5 { top:46.5rem;left:1.1875rem;width:4.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09C0cLZwMVDQpoyQ63oDUhkbi2GGDnI { width:25.8125rem;height:4.25rem;top:51.6875rem;left:10.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3XulSQHD8ztRizJTA2oiWSOC0CpMsud { display:block; }
 }@media only screen and (max-width: 763px) { #zwHuVxznnFuAPWTMIc3RWvtTkQQ3fxW4 { top:20.875rem;left:1.1875rem;width:4.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDhbTxbBMil9H5Io743S2v1cZGODgQz { top:16.8125rem;left:1.1875rem;width:4.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD { display:block; }#XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhOOgc4UzRJvAT4erCavyguvhI1IFWUo { top:5.25rem;left:0rem;width:30.5rem;height:10.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoXViWJMTBZ9s5yRfQ6ekrkb5vG3bxnR { top:19.875rem;left:0rem;width:27.9375rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGO90Co1i1XNhPL4dpthtxhKR6kPl66X { top:17.75rem;left:0rem;width:27.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmOgklmpMRzqxThKhFdr8nDZwWEiWNJ3 { top:28.25rem;left:0rem;width:27.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t412bv8b5JUELTX4aKE9IFA1DtELfIAy { top:26.125rem;left:0rem;width:27.9375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6AkqbR2BpeEPRzWnxV2eJ60hHnOcByr { top:37.5rem;left:0rem;width:27.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXqfgbu1sxhTVPaD4UQ3ZezcZc4FZMfb { top:35.375rem;left:0rem;width:27.9375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #If8LVtdlpgQE9IMAp3fI9ZnRC5QZATGe { top:16.6875rem;left:24.625rem;width:23.125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TwzC1JCQZE9XFhmwBaDO6yho36hpxM { top:14.8125rem;left:19.8125rem;width:27.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZUfmlsTu4TJZ5MIO5TkmTMdPcQTGIOU { top:22.25rem;left:22.625rem;width:25.0625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIppgHiKcnCxmBa0sldKmDOeXMFwpHJP { top:20.0625rem;left:19.8125rem;width:25.25rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4HJpBKuXP7xsTI5wrkvfUau1lTMh0vJ { top:27.5625rem;left:25.875rem;width:21.875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1pNuLDWUhhL3s9pq24Vnp8zzfXlmTU5 { top:25.875rem;left:22.625rem;width:25.125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmJEu5Hp9kSFuFxseGZhawE0saqMe5ua { top:33.625rem;left:24.3125rem;width:23.4375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4VThcK2S2XvRyxm2H2IhZvueP7QJyB6 { top:31.75rem;left:19.8125rem;width:27.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5TvIcCFweeMGNXtUOitlHwdQTC47FfJ { top:44.75rem;left:22.4375rem;width:25.3125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOufsoLsD8ZsqKaCl90Pm0isOPGaxHkH { top:42.875rem;left:22.25rem;width:25.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtydTy5R76d8TSyaBP1OFbvd0OQJruvm { top:2.25rem;left:7.5rem;width:40.1875rem;height:53.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbwdq4Bxq5w6oIvhhaEEO4Taler6yGw5 { top:7.75rem;left:25.1875rem;width:22.5625rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSntzTQNvFEf7QBSdbHLWIQDqfHgk6Op { top:37.5rem;left:22.4375rem;width:25.3125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWVTlmfw2MvsZL5yFy0NKmuydUOcQZZR { top:39.375rem;left:25.125rem;width:22.625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9l4REbGduiVM6rmfsGLQpSQBXT1S7RI { top:17.4375rem;left:0rem;width:2rem;height:1.93903872962rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXRPkDXa99IPw6dnUeBS24BesbNkZ2m1 { top:25.8125rem;left:0rem;width:2rem;height:1.9396088916373rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhplcavFilWnXz484zI7Tk7BBXPJdky4 { top:35.0625rem;left:0rem;width:2rem;height:1.9396088916373rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DHWifc9aNnU8bFUus3wTepcTsNdZl0 { width:25.8125rem;height:4.25rem;top:51.6875rem;left:10.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GACmSJWsBZF1uKNAz5qCcGPmCiM4K0aN { display:block; }
 }@media only screen and (max-width: 763px) { #WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq { display:block; }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuC7KN5cv7fFMRiTTXu3wZdCuLeM4P6q { top:11.1875rem;left:0rem;width:23.125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqdk58LX8g8TMITU7MWo47HPCJxcc2kT { top:11.1875rem;left:7.3125rem;width:24.3125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG1S9CyLEBqfpVbHX2W1IZgQ2v8AHHUR { top:12.5rem;left:0rem;width:2.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZs4eihQwPdyQEUbJIzUkVaZyiJNyHiX { top:13.3125rem;left:1.625rem;width:14.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqkyIIL0wrcKBNVGmWTxWMO27qshFJxn { top:13.3125rem;left:16.6875rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqSqt3yPTuSwH0KotGowTTaf5uTJs1nA { top:12.5rem;left:15.875rem;width:2.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fftxxrTxsAwe1lOn7oScvXRESuES9Doo { top:11.1875rem;left:23.1875rem;width:24.3125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlHS9oBaKgllabB6LxUb1diJxgrz9vfx { top:12.5rem;left:31.75rem;width:2.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlNQM8I2lKzStHIymz06rupO5VIMqQum { top:3.375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNE4sqEJTXhLWd1bkcqdXK93dMvrR5qM { top:12.625rem;left:33.4375rem;width:14.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMPQCJt2LLkGVuJZBgguzFSigDEricvK { top:7.875rem;left:0rem;width:43.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVN6RetqaPOiGEDAQyALoKo4gsIPV0Nn { width:25.125rem;height:4.25rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbgIClnsw0S797IyKJaUGfGX33g25E5x { display:block; }
 }@media only screen and (max-width: 763px) { #FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm { display:block; }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEQ2Fos09oMhImZ0cktTWof5OJNtuKLO { top:4.25rem;left:0rem;width:47.75rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVaO94Eoc8EF1PRFaOJbt67WDeXvITGs { top:8.5rem;left:0rem;width:47.75rem;height:25.3075rem;display:block; }
 }@media only screen and (max-width: 763px) { #ourPBgang90WdB9b0czzTn04Nh2rq7iG { top:41rem;left:0rem;width:14rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVp5w6vnc0Cw8seL8Ukf9WnSmSEBTEgP { top:42.125rem;left:3.25rem;width:11.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Z2LkTBLtb8mQhQEiMrI96yiTaTRJ5I { top:41.5rem;left:0.1875rem;width:2.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hooeaIBp5ZDZbpiLy9P6lie2eDWclmas { top:37.125rem;left:0rem;width:14rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUkJnb8X57G5NSZEmT2Fu0hUzgzSQtyE { top:37.625rem;left:0.1875rem;width:2.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZEUNvxVzk9rkC6G7s5FDK71s8KIIvoA { top:38.25rem;left:3.25rem;width:11.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhrOwqglXRTouxpsHXKx2m03CAKKF5Ll { top:33.1875rem;left:0rem;width:14rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6i4e28odSuzHNvKclWPuDDIstpw5wU0 { top:34.3125rem;left:3.25rem;width:11.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlGzySX6F6EoKMNbNKdMAEzuwhKC9XVw { top:33.6875rem;left:0.1875rem;width:2.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWsIcFKWAHx4hN2p0ehV4bofvbSqf7Ok { top:24.8125rem;left:31.125rem;width:16.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZExdH6HLEZDisgyiSAdufXNwoP1pJv7 { top:25.4375rem;left:44.4677734375rem;width:2.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE9M8A1FusmD3xTNnwlQwPrSdq6voeRp { top:21.125rem;left:31.125rem;width:16.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V05xReFkeJNlxVEKCA4SxB4UFs30Nq7r { top:21.75rem;left:44.4677734375rem;width:2.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKoJcQJRK5dhLMVGThaCgHIfg3lEnsN1 { top:17rem;left:33.5rem;width:10.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp9IhDqeX0SCdAANq9NkKdDI9Bq70DOs { top:17.625rem;left:44.4677734375rem;width:2.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7QNGlLNZRVAdttqTgW9c6ayMxw76OpQ { top:29.1875rem;left:0rem;width:14rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp13GuyTcpEi1SK4C5ZbKNNOvOaJKZ14 { top:25.375rem;left:32.88671875rem;width:11.0625rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlEUHuq8bPPZmTkyNExLD91XCvLsmzuQ { top:22.1875rem;left:32.362060546875rem;width:11.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b83em1PZpnWkT9uiDIn2QUhIIxuIgBRM { top:18.125rem;left:36.473510742188rem;width:7.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZzIQGeroDb0Jk4V7D8XLIvPzR333VkG { top:13.0625rem;left:33.5rem;width:10.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZCbTxqIDsJ9wFP8TGfmvSn3Ql1e6EPd { top:30.375rem;left:3.1875rem;width:11.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3lvvhdNd5LpTTOm0GKdXxpNrTrHWruF { top:29.75rem;left:0.125rem;width:2.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrO3WTnl1zDpr3ADnlEHuDxolGENsgIT { top:13.75rem;left:44.4677734375rem;width:2.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBFz4TIN6JychpT8bEBWgZ5XyIxnRu2h { top:14.375rem;left:34.75rem;width:9.0625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttucnMydwQfWKOrZXUzrozXdQa4RLhkr { display:block; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzF9hCeNFJyO1Z0kF8wxgu15zNsa5oTm { top:2.75rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRfLDbJziLvJmZGyFshBINySipa7hJ3O { top:11.875rem;left:25.125rem;width:22.625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmTKBUmwKbDQWgTHlLbrFETikNcDO5zp { top:20.1875rem;left:30.625rem;width:17.125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKziyH0Bzg7nLLDzGqiZOlns5MiSsDDf { top:14.9375rem;left:32.25rem;width:15.3125rem;height:0;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLcVT6I2L6F6EVMtFIEuJJJ4Fu1kmfUD { top:11.875rem;left:1.3125rem;width:22.5625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ZIDBJEwTgv27l4f7Tos9cAiZZwTFZE { top:20.9375rem;left:5.875rem;width:18rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqQ4nz230avMCd6pZZiqRi5hHk7qMLZd { top:14.9375rem;left:7.25rem;width:16.625rem;height:4.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaFsS1dBnIvsu7g819GQzgOF6vxx85zu { top:11.875rem;left:0rem;width:22.5625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxKCF9sFwqDLnqLJI62e0AMWu2rKQxn8 { top:20.9375rem;left:0rem;width:17.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJseCPahatI6emZlW6XMluuJrMKpb8d0 { top:14.9375rem;left:0rem;width:16.625rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCe5cNGc2HDoSDcESsp5iOme6uAtNMpX { top:9.625rem;left:0rem;width:4.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLSKu0udNK4HdRSEpeKDhJt8oSuTuWuV { top:9.625rem;left:17.375rem;width:4.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFcLgB3IHLdSgQQTskfKcIepI8K6WTKx { top:9.625rem;left:31.875rem;width:4.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DApeJGM2m1bp40AnUBupdJkJo5Gk6soS { top:7.3125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaARPaAWUn6r652qwxhvQEBiSWXFZeAV { width:25.125rem;height:4.25rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPkHQGA6lbuTAHun7Tu8LBueTV9TpLde { display:block; }
 }@media only screen and (max-width: 763px) { #dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI { display:block; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpDtSfUDGw3sGPd9XwhyODtSx9X8Otws { top:5.25rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry7zhvJmSb8lUs0WCt6plOfFzMMwPOKA { top:13.3125rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I26eK3VXNf5Axc26grTbFFT33g6IxHQl { display:block; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEOALDKm9NBfQwp0bS7taGkAEBV96aWK { top:9rem;left:0rem;width:47.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFR1s1J5Uebbw224l66Z8XtUEqwEyTd3 { top:2.625rem;left:0rem;width:36.5625rem;height:3.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuUynCRKV8oT18DmtJ821kQBlymPeeSw { display:block; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tq064anD0JaE2ZfNrobm7TrnA6H0Fyx2 { top:11.3125rem;left:0rem;width:35.9375rem;height:40.304934843298rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsgub7QWgiSV0EzV7Ppl2SQlvUPHtu0A { top:12.3125rem;left:0rem;width:47.75rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOJTvmuuiHHJSRBGWIHwT1c4lhnISknz { top:15.8125rem;left:2.5625rem;width:29.125rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4cpxXg7x6ggsT7nFIuOkLymv8Lw0FTH { top:5.25rem;left:0rem;width:46.125rem;height:2.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DktNu187gp8DxWBv31zoZNq8RHpmeBqw { top:15.125rem;left:23.5rem;width:3.75rem;height:2.87475625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwOJHRXy3R12SLduaDctwheHZmQTbESu { top:19.375rem;left:23.4375rem;width:3.875rem;height:2.9523516619575rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwngUFmFglP0Odg41FTcqTWv1wPT9ful { top:19.375rem;left:2.5625rem;width:29.125rem;height:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahrxxib2bwL962RtfKcdhSVMQ9rllAvA { top:26.5625rem;left:2.5625rem;width:29.125rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #If85zPMOGQbHfckbOMllbRCmVMwxo7Mo { top:26rem;left:23.6875rem;width:3.4375rem;height:2.6395699879099rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTs3WItXH9nICD65J4p41SMXvaPC2Nev { top:30.1875rem;left:2.5625rem;width:29.125rem;height:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSldygu3K5rfi7izdD9VFt15NfV7gD3z { width:35rem;height:4.1875rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNkuQisJ9DX2c5CkQa93h3ovF92q13hV { display:block; }
 }@media only screen and (max-width: 763px) { #uZkAHfP2Tbax5TdrRZPT01VODFmPnIBh { top:42.125rem;left:0.1875rem;width:31.5625rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da227OQgZud6tAk4OAsnctvWIJsNsOmH { top:8.9375rem;left:0rem;width:46.125rem;height:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaVnWIo1AHxRMJ2FsbUfhuQTq4CmM3m6 { top:30.1875rem;left:23.6875rem;width:3.3125rem;height:2.5761918894842rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKyUhGOdPnqT1QeMn4zapALGTMmTT85o { display:block; }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPDU8mphUhCWmTrMJVDXwWxcDJudIsKb { top:13.125rem;left:0rem;width:28.625rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Uu51hog16GkVdK03ynEzbOoLDVmvhi { top:13.125rem;left:20rem;width:27.75rem;height:79.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR1TNAeor7HzFBDOPiy5DNHgnPzWDaSE { top:3.0625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWIOvToowzUpNki3CUT4MtuTpHRHyAZM { top:13.625rem;left:23.6875rem;width:23.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrAAeC1CJeIdvwHdNcqbzXvoPw4Q5S9T { top:49.8125rem;left:3.5rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCCZyAdR2CCVCSlmoMppt0Gb4QeM64Ch { top:49.375rem;left:3.0928955078125rem;width:2.3125rem;height:2.0081299702803rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9hT1GLFws2FRESzftzZdDk7RQwbZmDP { top:46.875rem;left:3.0928955078125rem;width:16.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp9qqReJTebTQo15An8oPvzW21vTmCZg { top:42rem;left:3.0928955078125rem;width:18.5rem;height:4.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdzJL8zVWMIhfitEGOwMeh9ppUp7RRhL { top:38.25rem;left:0rem;width:23.875rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKpq71cUtI5iutO2UsQxQEW6FQ2ab33x { top:13.125rem;left:0rem;width:28rem;height:22.262362046885rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhImArTzndkKldMbKbITgC9tz4PR3dS { width:23.9375rem;height:4.1875rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmgGWh0NKACgorPHCqkuLwkO5cVdDXVA { display:block; }
 }@media only screen and (max-width: 763px) { #yQgowB3COoo0xyfQ6hlh9KgvtvBepSSN { top:66.75rem;left:23.875rem;width:2.3125rem;height:2.0081299702803rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABTX08oSK18y5omGFQREC3ebmhSJ3coN { top:70rem;left:23.875rem;width:2.3125rem;height:2.0081299702803rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtbiZ31K4KzlnQIqwZuCqPEE5gpZd3QI { top:70rem;left:24rem;width:22.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3iDhEZUopSTta17ri11VKEIp2P7HQfv { top:73.625rem;left:23.875rem;width:2.3125rem;height:2.0081299702803rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFTmlnhO5VpBsPPXqwNPGypdZwuVMOW0 { top:73.625rem;left:23.9375rem;width:20.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9x6h5P6vtciX1Ff77r1ICN9KLfAiAI3 { top:67.4375rem;left:22.125rem;width:25.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGOcOvybhOEAMxmlK8LMwT8AJvIQNVKs { top:63.5rem;left:23.875rem;width:2.3125rem;height:2.0081299702803rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5UuCmJUDOFI37VWRTZF9I5J8Txb2c0b { top:64.1875rem;left:23.875rem;width:23.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnL1w05WV5odJegozoxaQvWsamG2J3yf { top:60.3125rem;left:23.875rem;width:2.3125rem;height:2.0081299702803rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbfSF28IMrrhALn8P3eLodrgbH6p2yD9 { top:61rem;left:23.9375rem;width:20.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikxfAQuxEuuQEny81y48eB1snWZimptu { top:57.8125rem;left:24rem;width:20.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3zqSQGRZTizEqJkhJkdm2SiCUrk7XBM { top:57.125rem;left:23.875rem;width:2.3125rem;height:2.0081299702803rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4LVzAUHCFt6xsbMDby2X6SlmyMukZKv { top:53.9375rem;left:23.875rem;width:2.3125rem;height:2.0081299702803rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEX2JHuGscveZBdJHES9gkOrkNhlgRT6 { top:54.3125rem;left:23.936889648438rem;width:20.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsBdSXyVO3S8m3ZXJF0ozpm2HotXq4st { top:51.3125rem;left:23.875rem;width:14.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTXsJyLiO6clEBq0QGSPqMD68dSoMDxd { top:46.8125rem;left:23.875rem;width:17.1875rem;height:4.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0yQqQeTFOy6EqIcap1ubBq1T6Rq2Lim { top:45.4375rem;left:23.875rem;width:10.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2zqIiqUSBsqzKdBAEoU7tBzotORrTbt { top:38.25rem;left:23.875rem;width:23.875rem;height:6.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPRs7Qv0ZHaw1nDfKP26eCWwJT3FTgPu { top:82.625rem;left:23.6875rem;width:24.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsRrtPC1qOnt9vbg8AU2mVPiqHrbnzGB { width:22.8125rem;height:4.1875rem;top:76.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqCCCPTA4vwTE31DSfVd1s2Wi7IcqiA9 { display:block; }
 }@media only screen and (max-width: 763px) { #Srn5nVTwECMIiwEryPX4MuWu2dGi7MHD { top:86.625rem;left:23.875rem;width:23.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8oW7gcakURLG3WndDKiGdTblhzAkrfd { top:14.25rem;left:23.875rem;width:20rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUZDhhBkXvg0kdUUXkn2zdbhXXi1J7b1 { top:15rem;left:15.125rem;width:32.625rem;height:22.518828910912rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDHRTw97sNJPQXKtJA7NEqaASmWqERx { display:block; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9ImkkdrMoJzmQfrFUOMpxleQNi8Awur { top:1.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQwXpmtg3lZ1DXMmk8bIo06Hi1b5Tx5E { top:39.5rem;left:24.3125rem;width:23.4375rem;height:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o { top:5.75rem;left:0rem;width:24.5rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWCMNJDtMsrEixqrkCB8zkIKA8PKPzVb { top:39.5625rem;left:0.4375rem;width:23.4375rem;height:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCSFxSeFp1BhFs8fEpGpfSezP58u0yqO { top:32.5625rem;left:6.8125rem;width:19.6875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp { top:6.1875rem;left:0rem;width:24.5rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT9n5ZyfSb3GcvUJbbAbTt2S7hzwCqNI { top:39.5rem;left:0rem;width:23.4375rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfqO3OW6xtux38TEItViEQRw8xy8yEs { top:32.5rem;left:0rem;width:17.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaPVRPKH6aApsJk27qc7lKOVcTMdfiuT { top:32.5rem;left:23.5rem;width:24.25rem;height:3rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwCmU4BLtcFylI9lc0ERT8M58tuyQT43 { top:36.25rem;left:0rem;width:14.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTVHR6CqQi0vvKnV9zuOLNcIeZ6h2QkU { top:36.3125rem;left:9.1875rem;width:14.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI4av7IU1w0wkSvTKQn1oCuJoT8BiZhI { top:36.25rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG { top:5.75rem;left:23.3125rem;width:24.4375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL { display:block; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMKcgDlAb07pwSHXq12pgvhO6iTOUfF3 { top:8.625rem;left:0rem;width:22.75rem;height:3.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyf0vf44KfcMv6bvhVRQN65ym1WCa5Lx { top:12.5625rem;left:0rem;width:25.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9VpUEh3JD1rkkAxcyCpxtdcgGucC5Zq { top:15.625rem;left:0rem;width:27.625rem;height:26.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfRCmvyUd4kIHmwE1Z3SNEJFwldarTtm { top:6.3125rem;left:11.3125rem;width:36.4375rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd { display:block; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHyo23gh5TL4KSwArn6H0S0kcVayuQGl { top:4rem;left:0rem;width:42.5rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRs5Xy5C1t3HCZcWE60BoLvP5TMbGCRU { top:13.875rem;left:18.875rem;width:28.8125rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNzecrfGPdJ0iOm9Urt8LWCw73zqFr5T { top:19.3125rem;left:0rem;width:32rem;height:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLhb3cRy3tnWrDLNbOlm5cFwO1x4BUL6 { top:13.125rem;left:0rem;width:28.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZHVLptdTu2bC8JgDxe4bNuJnpDp1bhy { top:11.0625rem;left:0rem;width:47.625rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssVaCtayHk8uP1RMKRkS8q23vx54iCS8 { top:15.25rem;left:0rem;width:29.25rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQkcycVN1tekg7plPaJuV0HVvvMQR1iK { top:47.9375rem;left:0rem;width:28.8125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNEVxwS75Jigf5pkIUvTUVJMbATXXIs3 { top:44.875rem;left:0rem;width:47.625rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLR02W06rODkTncBsVDLXa1uVLyTiUgV { top:56.375rem;left:15.75rem;width:32rem;height:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4zuGplEX0xwFz1CeItzWGe6EZ9ZxbBa { top:52.375rem;left:18.5rem;width:29.25rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyV4osuqpcUxquZMUfZUvLXrB9fhWlEJ { top:50.25rem;left:18.5625rem;width:29.1875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD { display:block; }#AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1JZtDi67eZUnwLSO7NJ0AhMqgaaP05Z { top:4.625rem;left:0rem;width:19.25rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr { display:flex;height:auto;width:27.8125rem;top:12rem;left:8.71875rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #NV9KsATruT7RsSZ6gsuKXcP5D6rA275c {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #OnwuwtL8JAhXCBUqwqh3UhKqCyvaN2Dh {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #H5bUH3Iec4pAH6ETuTv1Tuy9T5g7O4RU {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #CBtHLV9N7TyI8kE55WB6AcEWgSghTE4J {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #aNKlTEiaPObqCRoWIPIDFxLly4dfQFtF {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #TIdW6lAndarTzkUeCw53hMoSsvwIzccH {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #eFarkh3UyAw8M1HznRKmgqslRBMbcdlg {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #MIQWlIwTFKpD8HXQ6nrLmJ2nuqzPGvVL {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #uo36KmxGKZdKDam7DsOQiQvDSZTcKApp {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #FzEhcptPL8I8cE98aUHGgMH83b4rSKsG {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #f3kLR9P7Ame6Fv0B1CDKHrHRzXwHgqAn {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #egVN20L0LEVs60MCi5HQ4iqTqmGTN4P4 {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #SdEKgf3ht4XTR8TtlHBXo0RorNDaF1Hq {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #MMkVlwICru0ui4s7sD7JTQwfoF5L1hrd {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #Jlp17BvZBQvhyTKEcZLAN8yUMcWH6SrB {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #QotyztAdN9bfuKL5uWUlTdTNvnLRsatV {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #FmgXifpSqTRazrB46yfLi5IEa6gJHX06 {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #E06Bdb6QEky5ibAooxv1Xq5pQFdwRCgA {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #rdzCxl8BM258FXcql1fTK1wQJemxUEF0 {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #smCUKDA4BWUxzFsnRVBmP1ymOVQkPTZV {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #qE8dHepcvJ6ZfybTHUaxoSiHsWXTprXX {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #pXAPwQRWBbh3oklzlkog1h7bX5AgQXe6 {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #TKollIKZNXZEE7mMosbt5CJ6zFqoGSWV {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #UxHX8c6hdqDbovwZbA3WwK4EK1c0R2UR {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #kt89oC9DV476RiJSOZaF1LTbfMQESEzu {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #MdDF7i1J2dPraGW9A0iqQhxKJFihAGIk {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #dfTuzpIMhFJb9r5MR65Tx9nVGpqCIDNq {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #dgP7mX8dfZhIPGmoK2sFX7QFmdggGCy2 {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #MVPcOds6QSSd6MmhXhZyt6i6VfBRVrrm {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #E9aSoXoPxt7cOwwPq3Bl6TcMhOPykiHT {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #d3RUXxnuk4c7XhhEQ7Ct0qGi76qnChJa {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #c9anTuva8qXMQ6ZdOTdhn6ll1acA41PJ {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #nHDSwBHcHqBpKixS4mSfuo1a9vLO29cs {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #SJyCcCANn3iyiZRmGQWIyMIsDwyHN6Qc {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #ccxKbQHkX7srA5zZLx36PxtLC2rCoFgM {  }
 }@media only screen and (max-width: 763px) { #ndc961pbESQ4eWhwn22Tlq4G7kPDMubh { display:block; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9AIDnmXZTBTfmylklhDnMuvrO0qkMHc { top:2.9375rem;left:2.6875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmrwoZ5yqL5UqIMZ9R6k5AAd77T9aEeX { top:9.1875rem;left:0rem;width:26.3125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNxmcuXbnXdvS29CSIdhIZT5XHTWeNha { top:11rem;left:0rem;width:26.3125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 { top:16.0625rem;left:3.625rem;width:1.6875rem;height:1.6875rem;display:block; }
#wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #dzXgV1nDLGLF8xScTEry8V6msqmR97l9 { top:16.0625rem;left:6.25rem;width:1.6875rem;height:1.6875rem;display:block; }
#dzXgV1nDLGLF8xScTEry8V6msqmR97l9 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #d2GwbzegDvDgAZCRATKe38dkPuvi87cp { top:3.75rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
#d2GwbzegDvDgAZCRATKe38dkPuvi87cp > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 { top:6.625rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
#DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #yUGK883NuRkXLpAXciEqUObGSPTbfnHV { top:3.9375rem;left:23.875rem;width:8.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1aATasLx82mUUMDsInu0TJH0Ppwdzxh { top:6.8125rem;left:23.875rem;width:20.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN2HvXEvIBOR6RT6tVx4UoWOxXf03w8L { top:21.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxBKe6MRDeAKGpWNaIoEz7TttDEiUnLv { top:23.1875rem;left:0rem;width:39.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/32012ac0-d959-45cb-965a-814ececb312a/Mframe_150.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.adaptive-delivery-prevent-bg, #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.lazyload, #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.lazyloading { background-image: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { background-color: transparent; background-image: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container > .video-iframe-container { display: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container { display: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .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); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yx3H5vspOM9QdfTDGVgi62n8zAkNrb7c { width:18.5625rem;height:9.751rem;top:5rem;left:0.75rem;font-size:2.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QcRLT3pCTLQixxUeyR9OwfG6sxo2J6gD { width:20rem;height:5.2514625rem;top:15.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #yqeTOHkPEC2mKIq1DhKcDip7qtUNguUu { width:18.9980625rem;height:4.249025rem;top:21.625rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abzGefJgV6yqa1RVMRbkrFcQmRU3ocCB { display:block; }
 }@media only screen and (max-width: 763px) { #Mlmt6EekQ6WERpCQdmCAQQ3RFBI71omE { width:20rem;height:15.490125rem;top:28.49365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUZa6ny4nTndc9ynUJTgfeb0ZAcU1yfn { width:6.9995rem;height:3.75rem;top:1.2890625rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm { display:block; }#omI4CxLyqaIFUzdqZ6vVwvHrX9DZmlxm > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9B2T4mIvOzT7K9I1cDl8RTJ4oB7U4NR { width:20rem;height:5.73669375rem;top:3.25rem;left:0rem;font-size:2.125rem;font-weight:300;font-style:normal;font-family:moret;text-align:left;text-align-last:left;z-index:15003;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #aJHRFn8JxxyZoISvFzTEGtGoJsNU8rBB { width:20rem;height:38.99048125rem;top:27.579956054688rem;left:0rem;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #kM7XNaH7hCcOMH7DGNG6LOvcmAVmfryU { width:20rem;height:15.7495rem;top:10.7470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #linNzp4acGUUEWzMGDctTLvLAaZJeFeQ { width:20rem;height:4.249875rem;top:67.704467773438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIoGeNak7hNcvQOJvGpmZFzCzFyRWLEd { display:block; }
 }@media only screen and (max-width: 763px) { #BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a53a4b94-9be9-419f-a700-cdc77d0405a4/bgmpbile05.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4.adaptive-delivery-prevent-bg, #BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4.lazyload, #BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4.lazyloading { background-image: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container { background-color: transparent; background-image: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container > .video-iframe-container { display: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row > .video-iframe-container { display: none; }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .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); }#BW0HB2fC4RtLJ7CBmuTen0HsNJWOLBd4 > .row .container { width:20rem;height:77.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyR97MpGywVBlBD8rTD02ibENw7SQWfI { width:20rem;height:7.0696875rem;top:3.87451171875rem;left:0rem;font-size:1.8125rem;font-family:var(--headlines-font-family);text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BaLuK9NrWoWkgMH1KCELnk11JTRn71m3 { width:12.5rem;height:5.688475rem;top:16.624755859375rem;left:5.2490234375rem;font-size:0.875rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L6SMx6Urt0aCeo1qbBkLcyEfrDgFvXu1 { width:20rem;height:17.625rem;top:60.341201110456rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vZzOvdFa2w5TAAi7TdWCWAaO2tyOfXKF { width:12.75rem;height:5.688475rem;top:23.0625rem;left:5.125rem;font-size:0.875rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eeo72CcbJhtNfc4zhxrgCJ7O0c4g2R4G { width:13.3125rem;height:6.8261875rem;top:29.8125rem;left:5rem;font-size:0.875rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wx5WcIvtxcAzQXeyHAJJ2mPMTONltZvN { width:4.0625rem;height:3.1875rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHL5CrLlN11ScC6chugDOA1gEaoB2xhP { width:3.875rem;height:3.0625rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBWOefwBT4zhwVCSLspGpOf9lUuwbav { width:13.1875rem;height:5.688475rem;top:37.5625rem;left:5rem;font-size:0.875rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GMBCmNTS33B4vKmsCAiIwKGlmdiT9rQd { width:3.875rem;height:3.0625rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR5SoBmugiWKvwCMlVfl6BX5h7BZffko { width:13.5rem;height:3.4130875rem;top:44.1875rem;left:5rem;font-size:0.875rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z0bSh1pgUBgN0VF02lwEy8nbRhnOD2y2 { width:3.8125rem;height:3rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUgwoocmHhMDkUsTozS1Ehdv716OPKAE { width:13.75rem;height:5.688475rem;top:48.5625rem;left:5rem;font-size:0.875rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PSTZJVBsuFAO6faCoaeGylirlT4w029S { width:20rem;height:55.875rem;top:10.594036157214rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EErgDaN22OQu433Bbbq7UMst95c7rZqn { width:12.8125rem;height:4.55078125rem;top:54.9375rem;left:4.9375rem;font-size:0.875rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #M0TZHogOwEV3ZV2MuDMaqnyHGH25c3m5 { width:3.3125rem;height:2.625rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09C0cLZwMVDQpoyQ63oDUhkbi2GGDnI { width:19rem;height:4.25rem;top:61.3603515625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3XulSQHD8ztRizJTA2oiWSOC0CpMsud { display:block; }
 }@media only screen and (max-width: 763px) { #zwHuVxznnFuAPWTMIc3RWvtTkQQ3fxW4 { width:3.81225625rem;height:2.999875rem;top:23.062133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDhbTxbBMil9H5Io743S2v1cZGODgQz { width:3.37463125rem;height:2.687375rem;top:16.624755859375rem;left:0.3436279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD { display:block; }#XGDrNIEBS9WF9pZyLFEZTtqrlReUU0cD > .row .container { width:20rem;height:96.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhOOgc4UzRJvAT4erCavyguvhI1IFWUo { width:20rem;height:7.1996875rem;top:2.9375rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GoXViWJMTBZ9s5yRfQ6ekrkb5vG3bxnR { width:20rem;height:3.4130875rem;top:14.249755859375rem;left:0rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lGO90Co1i1XNhPL4dpthtxhKR6kPl66X { width:17.5rem;height:1.13769375rem;top:11.8740234375rem;left:2.5rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HmOgklmpMRzqxThKhFdr8nDZwWEiWNJ3 { width:20rem;height:4.55078125rem;top:21.75rem;left:0rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t412bv8b5JUELTX4aKE9IFA1DtELfIAy { width:17.625rem;height:1.13769375rem;top:19.375rem;left:2.375rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T6AkqbR2BpeEPRzWnxV2eJ60hHnOcByr { width:20rem;height:4.55078125rem;top:29.3125rem;left:0rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xXqfgbu1sxhTVPaD4UQ3ZezcZc4FZMfb { width:17.6875rem;height:1.13769375rem;top:27.75rem;left:2.3125rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #If8LVtdlpgQE9IMAp3fI9ZnRC5QZATGe { width:17.9375rem;height:3.4130875rem;top:46rem;left:1.125rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T7TwzC1JCQZE9XFhmwBaDO6yho36hpxM { width:17.6875rem;height:1.29980625rem;top:43.8125rem;left:1.125rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hZUfmlsTu4TJZ5MIO5TkmTMdPcQTGIOU { width:17.9375rem;height:3.4130875rem;top:51.875rem;left:1.0625rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CIppgHiKcnCxmBa0sldKmDOeXMFwpHJP { width:18rem;height:1.29980625rem;top:50.5625rem;left:1.125rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o4HJpBKuXP7xsTI5wrkvfUau1lTMh0vJ { width:17.25rem;height:3.4130875rem;top:58.25rem;left:1.125rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G1pNuLDWUhhL3s9pq24Vnp8zzfXlmTU5 { width:17.375rem;height:1.29980625rem;top:56.3125rem;left:1.125rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JmJEu5Hp9kSFuFxseGZhawE0saqMe5ua { width:17.75rem;height:2.2753875rem;top:63.9375rem;left:1.25rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S4VThcK2S2XvRyxm2H2IhZvueP7QJyB6 { width:17.375rem;height:1.29980625rem;top:62.625rem;left:1.3125rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e5TvIcCFweeMGNXtUOitlHwdQTC47FfJ { width:17.9375rem;height:4.55078125rem;top:74.25rem;left:1.0625rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qOufsoLsD8ZsqKaCl90Pm0isOPGaxHkH { width:17.6875rem;height:1.29980625rem;top:72.9375rem;left:1.1875rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VtydTy5R76d8TSyaBP1OFbvd0OQJruvm { width:20rem;height:62.8125rem;top:32.5625rem;left:0rem;background-color:rgba(var(--color-primary-1),0);background-image:url("https://images.assets-landingi.com/uc/375a76ce-53a8-4ad9-8a5d-c4a11b365d71/vertical.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VtydTy5R76d8TSyaBP1OFbvd0OQJruvm.adaptive-delivery-prevent-bg, #VtydTy5R76d8TSyaBP1OFbvd0OQJruvm.lazyload, #VtydTy5R76d8TSyaBP1OFbvd0OQJruvm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Kbwdq4Bxq5w6oIvhhaEEO4Taler6yGw5 { width:16.9375rem;height:5.20019375rem;top:37.25rem;left:1.5rem;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DSntzTQNvFEf7QBSdbHLWIQDqfHgk6Op { width:18.6875rem;height:1.29980625rem;top:67.3125rem;left:1.3125rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mWVTlmfw2MvsZL5yFy0NKmuydUOcQZZR { width:18.6875rem;height:3.4130875rem;top:68.625rem;left:1.3125rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U9l4REbGduiVM6rmfsGLQpSQBXT1S7RI { width:1.9375rem;height:1.875rem;top:11.5048828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXRPkDXa99IPw6dnUeBS24BesbNkZ2m1 { width:1.8125rem;height:1.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhplcavFilWnXz484zI7Tk7BBXPJdky4 { width:1.5625rem;height:1.5rem;top:27.568359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DHWifc9aNnU8bFUus3wTepcTsNdZl0 { width:19rem;height:4.25rem;top:80.9853515625rem;left:0.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #GACmSJWsBZF1uKNAz5qCcGPmCiM4K0aN { display:block; }
 }@media only screen and (max-width: 763px) { #WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq { background-color:#000000;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; }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row .container { background-color: transparent; background-image: none; }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row .container > .video-iframe-container { display: none; }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row > .video-iframe-container { display: none; }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .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); }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgqpiH3uUEpf8FztxH2NtTaTcQd3tRDq > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuC7KN5cv7fFMRiTTXu3wZdCuLeM4P6q { width:19.875rem;height:5.5625rem;top:11.0974125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqdk58LX8g8TMITU7MWo47HPCJxcc2kT { width:19.875rem;height:5.5625rem;top:18.0651875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG1S9CyLEBqfpVbHX2W1IZgQ2v8AHHUR { width:2.9375rem;height:2.3125rem;top:12.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZs4eihQwPdyQEUbJIzUkVaZyiJNyHiX { width:11.25rem;height:2.92358125rem;top:12.4775390625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqkyIIL0wrcKBNVGmWTxWMO27qshFJxn { width:10.3125rem;height:2.92358125rem;top:19.4453125rem;left:4.84375rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #zqSqt3yPTuSwH0KotGowTTaf5uTJs1nA { width:2.9375rem;height:2.3125rem;top:19.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fftxxrTxsAwe1lOn7oScvXRESuES9Doo { width:19.875rem;height:5.5625rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlHS9oBaKgllabB6LxUb1diJxgrz9vfx { width:2.9375rem;height:2.3125rem;top:26.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlNQM8I2lKzStHIymz06rupO5VIMqQum { width:20rem;height:4.19921875rem;top:2.625rem;left:0rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNE4sqEJTXhLWd1bkcqdXK93dMvrR5qM { width:10.625rem;height:2.92358125rem;top:26.380859375rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMPQCJt2LLkGVuJZBgguzFSigDEricvK { width:20rem;height:1.57470625rem;top:7.82421875rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVN6RetqaPOiGEDAQyALoKo4gsIPV0Nn { width:19rem;height:4.25rem;top:31.89025625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbgIClnsw0S797IyKJaUGfGX33g25E5x { display:block; }
 }@media only screen and (max-width: 763px) { #FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm { background-color:#ffffff;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; }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row .container { background-color: transparent; background-image: none; }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row .container > .video-iframe-container { display: none; }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row > .video-iframe-container { display: none; }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .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); }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FE6SN9BSLfkW5ncDZ5cRIdVFHf3cuFqm > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEQ2Fos09oMhImZ0cktTWof5OJNtuKLO { width:20rem;height:7.8369375rem;top:4.748046875rem;left:0rem;font-size:2.375rem;font-family:moret;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BVaO94Eoc8EF1PRFaOJbt67WDeXvITGs { width:20rem;height:10.599933333333rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ourPBgang90WdB9b0czzTn04Nh2rq7iG { width:18rem;height:2.4375rem;top:49rem;left:1rem;background-color:rgba(37,37,37,0.74);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KVp5w6vnc0Cw8seL8Ukf9WnSmSEBTEgP { width:11.74925rem;height:1.29980625rem;top:49.625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Z2LkTBLtb8mQhQEiMrI96yiTaTRJ5I { width:2.24975625rem;height:1.93725625rem;top:49.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hooeaIBp5ZDZbpiLy9P6lie2eDWclmas { width:17.75rem;height:3.1875rem;top:45.125rem;left:1.0625rem;background-color:rgba(37,37,37,0.74);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GUkJnb8X57G5NSZEmT2Fu0hUzgzSQtyE { width:2.24975625rem;height:1.93725625rem;top:45.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZEUNvxVzk9rkC6G7s5FDK71s8KIIvoA { width:11.74925rem;height:1.29980625rem;top:46.13134765625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhrOwqglXRTouxpsHXKx2m03CAKKF5Ll { width:17.8125rem;height:2.5625rem;top:41.875rem;left:1.0625rem;background-color:rgba(37,37,37,0.74);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #i6i4e28odSuzHNvKclWPuDDIstpw5wU0 { width:11.74925rem;height:1.29980625rem;top:42.56884765625rem;left:4.1240234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlGzySX6F6EoKMNbNKdMAEzuwhKC9XVw { width:2.24975625rem;height:1.93725625rem;top:42.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWsIcFKWAHx4hN2p0ehV4bofvbSqf7Ok { width:17.8125rem;height:3.1875rem;top:34.68701171875rem;left:1.125rem;background-color:rgba(37,37,37,0.74);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aZExdH6HLEZDisgyiSAdufXNwoP1pJv7 { width:2.24975625rem;height:1.93725625rem;top:35.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE9M8A1FusmD3xTNnwlQwPrSdq6voeRp { width:18.1875rem;height:2.5625rem;top:31.6806640625rem;left:1.0625rem;background-color:rgba(37,37,37,0.74);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #V05xReFkeJNlxVEKCA4SxB4UFs30Nq7r { width:2.24975625rem;height:1.93725625rem;top:32.0556640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKoJcQJRK5dhLMVGThaCgHIfg3lEnsN1 { width:18.0625rem;height:2.625rem;top:28.4375rem;left:1.0625rem;background-color:rgba(37,37,37,0.74);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Jp9IhDqeX0SCdAANq9NkKdDI9Bq70DOs { width:2.24975625rem;height:1.93725625rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7QNGlLNZRVAdttqTgW9c6ayMxw76OpQ { width:17.8125rem;height:2.625rem;top:38.5rem;left:1.125rem;background-color:rgba(37,37,37,0.74);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dp13GuyTcpEi1SK4C5ZbKNNOvOaJKZ14 { width:14.375rem;height:2.598875rem;top:35.04345703125rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VlEUHuq8bPPZmTkyNExLD91XCvLsmzuQ { width:15.8125rem;height:1.29980625rem;top:32.37451171875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b83em1PZpnWkT9uiDIn2QUhIIxuIgBRM { width:15.625rem;height:1.29980625rem;top:29.1875rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JZzIQGeroDb0Jk4V7D8XLIvPzR333VkG { width:18.1875rem;height:2.3125rem;top:25.4375rem;left:0.96875rem;background-color:#666666;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HZCbTxqIDsJ9wFP8TGfmvSn3Ql1e6EPd { width:11.74925rem;height:1.29980625rem;top:39.25rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3lvvhdNd5LpTTOm0GKdXxpNrTrHWruF { width:2.24975625rem;height:1.93725625rem;top:38.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrO3WTnl1zDpr3ADnlEHuDxolGENsgIT { width:2.24975625rem;height:1.93725625rem;top:25.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBFz4TIN6JychpT8bEBWgZ5XyIxnRu2h { width:9.0625rem;height:1.29980625rem;top:26.00634765625rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ttucnMydwQfWKOrZXUzrozXdQa4RLhkr { display:block; }#ttucnMydwQfWKOrZXUzrozXdQa4RLhkr > .row .container { width:20rem;height:73.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzF9hCeNFJyO1Z0kF8wxgu15zNsa5oTm { width:15.3125rem;height:6.4105rem;top:2.3736572265625rem;left:2.34375rem;font-size:2.375rem;font-family:moret;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #RRfLDbJziLvJmZGyFshBINySipa7hJ3O { width:20rem;height:15.9375rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmTKBUmwKbDQWgTHlLbrFETikNcDO5zp { width:16rem;height:7.796625rem;top:55.0625rem;left:2.375rem;font-size:1rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IKziyH0Bzg7nLLDzGqiZOlns5MiSsDDf { width:15.437rem;height:1.950075rem;top:52.561645507812rem;left:2.2802734375rem;font-size:1.5rem;font-family:moret;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yLcVT6I2L6F6EVMtFIEuJJJ4Fu1kmfUD { width:20rem;height:16.1875rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ZIDBJEwTgv27l4f7Tos9cAiZZwTFZE { width:15.99975rem;height:6.4971875rem;top:39.686889648438rem;left:2.34375rem;font-size:1rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BqQ4nz230avMCd6pZZiqRi5hHk7qMLZd { width:14.5rem;height:3.848875rem;top:34.9375rem;left:2.375rem;font-size:1.75rem;font-family:moret;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IaFsS1dBnIvsu7g819GQzgOF6vxx85zu { width:20rem;height:15.6875rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxKCF9sFwqDLnqLJI62e0AMWu2rKQxn8 { width:16.5625rem;height:5.19775625rem;top:21.9375rem;left:2.375rem;font-size:1rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fJseCPahatI6emZlW6XMluuJrMKpb8d0 { width:14.1875rem;height:4.19921875rem;top:17.375rem;left:2.1875rem;font-size:1.75rem;font-family:moret;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iCe5cNGc2HDoSDcESsp5iOme6uAtNMpX { width:4.625rem;height:3.625rem;top:12.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLSKu0udNK4HdRSEpeKDhJt8oSuTuWuV { width:4.875rem;height:3.875rem;top:29.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFcLgB3IHLdSgQQTskfKcIepI8K6WTKx { width:4.874875rem;height:3.8745125rem;top:47.62451171875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DApeJGM2m1bp40AnUBupdJkJo5Gk6soS { width:20rem;height:1.3501rem;top:10.062866210938rem;left:0rem;font-size:1.5rem;font-family:moret;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #vaARPaAWUn6r652qwxhvQEBiSWXFZeAV { width:18.999625rem;height:4.249875rem;top:66.7236328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPkHQGA6lbuTAHun7Tu8LBueTV9TpLde { display:block; }
 }@media only screen and (max-width: 763px) { #dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI { background-color:#085645;background-image:url("https://images.assets-landingi.com/uc/a53a4b94-9be9-419f-a700-cdc77d0405a4/bgmpbile05.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI.adaptive-delivery-prevent-bg, #dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI.lazyload, #dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI.lazyloading { background-image: none; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row .container { background-color: transparent; background-image: none; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row .container > .video-iframe-container { display: none; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row > .video-iframe-container { display: none; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .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); }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dk4cTFCTUZrDKRI9U9nVDvPi2ThhpViI > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpDtSfUDGw3sGPd9XwhyODtSx9X8Otws { width:20rem;height:8.7988125rem;top:3.763427734375rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ry7zhvJmSb8lUs0WCt6plOfFzMMwPOKA { width:20rem;height:19.312125rem;top:15.62255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I26eK3VXNf5Axc26grTbFFT33g6IxHQl { display:block; }#I26eK3VXNf5Axc26grTbFFT33g6IxHQl > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEOALDKm9NBfQwp0bS7taGkAEBV96aWK { width:20rem;height:18.6875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFR1s1J5Uebbw224l66Z8XtUEqwEyTd3 { width:15.125rem;height:4.3994125rem;top:1.791015625rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;font-family:moret;display:block; }
 }@media only screen and (max-width: 763px) { #UuUynCRKV8oT18DmtJ821kQBlymPeeSw { background-color:#ffffff;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; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container { background-color: transparent; background-image: none; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container > .video-iframe-container { display: none; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row > .video-iframe-container { display: none; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .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); }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UuUynCRKV8oT18DmtJ821kQBlymPeeSw > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tq064anD0JaE2ZfNrobm7TrnA6H0Fyx2 { width:19.25rem;height:21.625rem;top:2.140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsgub7QWgiSV0EzV7Ppl2SQlvUPHtu0A { width:20rem;height:62.875rem;top:2.1405029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOJTvmuuiHHJSRBGWIHwT1c4lhnISknz { width:14.187rem;height:2.11230625rem;top:34.3125rem;left:4.375rem;font-size:0.8125rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t4cpxXg7x6ggsT7nFIuOkLymv8Lw0FTH { width:18.0625rem;height:5.20019375rem;top:25.43408203125rem;left:0.96875rem;font-size:2rem;font-family:moret;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DktNu187gp8DxWBv31zoZNq8RHpmeBqw { width:1.93725625rem;height:1.49963125rem;top:34.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwOJHRXy3R12SLduaDctwheHZmQTbESu { width:1.93725625rem;height:1.49963125rem;top:37.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwngUFmFglP0Odg41FTcqTWv1wPT9ful { width:14.625rem;height:6.3354375rem;top:37.1875rem;left:4.1875rem;font-size:0.8125rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ahrxxib2bwL962RtfKcdhSVMQ9rllAvA { width:15.9375rem;height:1.05615rem;top:44.5rem;left:4.0625rem;font-size:0.8125rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #If85zPMOGQbHfckbOMllbRCmVMwxo7Mo { width:1.875rem;height:1.437375rem;top:44.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTs3WItXH9nICD65J4p41SMXvaPC2Nev { width:14.25rem;height:4.22363125rem;top:47rem;left:4.1875rem;font-size:0.8125rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GSldygu3K5rfi7izdD9VFt15NfV7gD3z { width:17.87475rem;height:4.249875rem;top:52.849609375rem;left:1.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNkuQisJ9DX2c5CkQa93h3ovF92q13hV { display:block; }
 }@media only screen and (max-width: 763px) { #uZkAHfP2Tbax5TdrRZPT01VODFmPnIBh { width:17.062375rem;height:3.898925rem;top:58.25rem;left:1.4677734375rem;font-size:0.75rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Da227OQgZud6tAk4OAsnctvWIJsNsOmH { width:15.75rem;height:1.29980625rem;top:31.125rem;left:0.96875rem;font-size:1rem;font-family:moret;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MaVnWIo1AHxRMJ2FsbUfhuQTq4CmM3m6 { width:1.9375rem;height:1.5rem;top:47rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKyUhGOdPnqT1QeMn4zapALGTMmTT85o { background-color:#c3c3c3;background-image:none;display:block; }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row .container { background-color: transparent; background-image: none; }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row .container > .video-iframe-container { display: none; }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row > .video-iframe-container { display: none; }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .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); }#nKyUhGOdPnqT1QeMn4zapALGTMmTT85o > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPDU8mphUhCWmTrMJVDXwWxcDJudIsKb { width:20rem;height:33.875rem;top:11.936645507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Uu51hog16GkVdK03ynEzbOoLDVmvhi { width:19.75rem;height:60.5rem;top:46.73095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR1TNAeor7HzFBDOPiy5DNHgnPzWDaSE { width:20rem;height:7.1996875rem;top:2.9364013671875rem;left:0rem;font-size:2rem;line-height:1.2;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWIOvToowzUpNki3CUT4MtuTpHRHyAZM { width:17.249125rem;height:2.06176875rem;top:47.23388671875rem;left:1.2579345703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrAAeC1CJeIdvwHdNcqbzXvoPw4Q5S9T { width:13.937375rem;height:2.598875rem;top:36.981201171875rem;left:4.8193359375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCCZyAdR2CCVCSlmoMppt0Gb4QeM64Ch { width:2.374875rem;height:2.062375rem;top:37.249755859375rem;left:1.4373779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9hT1GLFws2FRESzftzZdDk7RQwbZmDP { width:16.124875rem;height:1.46179375rem;top:34.25rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp9qqReJTebTQo15An8oPvzW21vTmCZg { width:11.124875rem;height:2.92419375rem;top:31.375rem;left:1.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdzJL8zVWMIhfitEGOwMeh9ppUp7RRhL { width:17.4365rem;height:2.6001rem;top:28.780517578125rem;left:1.28173828125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKpq71cUtI5iutO2UsQxQEW6FQ2ab33x { width:20rem;height:15.874625rem;top:11.936645507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhImArTzndkKldMbKbITgC9tz4PR3dS { width:18.999rem;height:3.49975625rem;top:40.570068359375rem;left:0.4998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmgGWh0NKACgorPHCqkuLwkO5cVdDXVA { display:block; }
 }@media only screen and (max-width: 763px) { #yQgowB3COoo0xyfQ6hlh9KgvtvBepSSN { width:1.8125rem;height:1.5625rem;top:84.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABTX08oSK18y5omGFQREC3ebmhSJ3coN { width:1.8125rem;height:1.5625rem;top:86.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtbiZ31K4KzlnQIqwZuCqPEE5gpZd3QI { width:14.74975rem;height:2.2753875rem;top:89.6875rem;left:3.5625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P3iDhEZUopSTta17ri11VKEIp2P7HQfv { width:1.75rem;height:1.5rem;top:89.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFTmlnhO5VpBsPPXqwNPGypdZwuVMOW0 { width:15.875rem;height:2.2753875rem;top:86.6875rem;left:3.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q9x6h5P6vtciX1Ff77r1ICN9KLfAiAI3 { width:15.8125rem;height:1.04980625rem;top:84.125rem;left:3.5625rem;font-size:0.875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cGOcOvybhOEAMxmlK8LMwT8AJvIQNVKs { width:1.8125rem;height:1.5625rem;top:81.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5UuCmJUDOFI37VWRTZF9I5J8Txb2c0b { width:15.8125rem;height:1.04980625rem;top:81.25rem;left:3.5625rem;font-size:0.875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gnL1w05WV5odJegozoxaQvWsamG2J3yf { width:1.75rem;height:1.5rem;top:78.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbfSF28IMrrhALn8P3eLodrgbH6p2yD9 { width:13.6875rem;height:1.13769375rem;top:78.4375rem;left:3.8125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ikxfAQuxEuuQEny81y48eB1snWZimptu { width:13.75rem;height:1.13769375rem;top:75.9375rem;left:3.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G3zqSQGRZTizEqJkhJkdm2SiCUrk7XBM { width:1.75rem;height:1.5rem;top:75.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4LVzAUHCFt6xsbMDby2X6SlmyMukZKv { width:1.8125rem;height:1.5625rem;top:73.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEX2JHuGscveZBdJHES9gkOrkNhlgRT6 { width:13.8125rem;height:1.13769375rem;top:73.875rem;left:3.8125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GsBdSXyVO3S8m3ZXJF0ozpm2HotXq4st { width:10.8125rem;height:1.46179375rem;top:71.5625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTXsJyLiO6clEBq0QGSPqMD68dSoMDxd { width:10.125rem;height:2.6001rem;top:69rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0yQqQeTFOy6EqIcap1ubBq1T6Rq2Lim { width:10.8125rem;height:1.13769375rem;top:67.875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2zqIiqUSBsqzKdBAEoU7tBzotORrTbt { width:17.749625rem;height:4.3505875rem;top:62.406616210938rem;left:1.1236572265625rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kPRs7Qv0ZHaw1nDfKP26eCWwJT3FTgPu { width:17.937rem;height:2.2753875rem;top:98.124389648438rem;left:1.0302734375rem;font-size:0.875rem;color:#ff0000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OsRrtPC1qOnt9vbg8AU2mVPiqHrbnzGB { width:17.124625rem;height:3.5620125rem;top:93.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqCCCPTA4vwTE31DSfVd1s2Wi7IcqiA9 { display:block; }
 }@media only screen and (max-width: 763px) { #Srn5nVTwECMIiwEryPX4MuWu2dGi7MHD { width:17.687375rem;height:2.2753875rem;top:101.68701171875rem;left:1.15478515625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i8oW7gcakURLG3WndDKiGdTblhzAkrfd { width:20rem;height:1.46179375rem;top:47.650756835938rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUZDhhBkXvg0kdUUXkn2zdbhXXi1J7b1 { width:20rem;height:13.75rem;top:48.656616210938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDHRTw97sNJPQXKtJA7NEqaASmWqERx { display:block; }#WTDHRTw97sNJPQXKtJA7NEqaASmWqERx > .row .container { width:20rem;height:154.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9ImkkdrMoJzmQfrFUOMpxleQNi8Awur { width:20rem;height:6.8246875rem;top:1.25rem;left:0rem;font-size:1.75rem;font-family:moret;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MQwXpmtg3lZ1DXMmk8bIo06Hi1b5Tx5E { width:18.625rem;height:25.98875rem;top:125.0625rem;left:0.6875rem;font-size:1rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o { width:20rem;height:20.6865rem;top:52.498046875rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee3d6d56-e22d-4516-9b53-b7a6edf17174/augusto_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o.adaptive-delivery-prevent-bg, #Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o.lazyload, #Pb9B6QIgZgs7HQcJhdNTKK5DzmSb0M8o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WWCMNJDtMsrEixqrkCB8zkIKA8PKPzVb { width:18.1865rem;height:15.59325rem;top:79.5rem;left:0.9052734375rem;font-size:1rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fCSFxSeFp1BhFs8fEpGpfSezP58u0yqO { width:14.8125rem;height:2.6001rem;top:74.375rem;left:0.8125rem;font-size:2rem;font-family:moret;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp { width:20rem;height:20.375rem;top:8.092041015625rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f26d8b7f-bc6a-4fbd-92a5-73de22effb00/group_87.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp.adaptive-delivery-prevent-bg, #z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp.lazyload, #z0S3MWOffMbWhaR3cLqTo6KGyVHDZ1Sp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fT9n5ZyfSb3GcvUJbbAbTt2S7hzwCqNI { width:18.31175rem;height:14.2938125rem;top:35.242919921875rem;left:0.843505859375rem;font-size:1rem;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TvfqO3OW6xtux38TEItViEQRw8xy8yEs { width:11.875rem;height:2.6001rem;top:29.71435546875rem;left:0.687255859375rem;font-size:2rem;font-family:moret;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xaPVRPKH6aApsJk27qc7lKOVcTMdfiuT { width:15.249rem;height:2.84375rem;top:119.5625rem;left:0.625rem;font-size:2.1875rem;font-family:moret;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cwCmU4BLtcFylI9lc0ERT8M58tuyQT43 { width:14.6875rem;height:1.29980625rem;top:32.31201171875rem;left:0.687255859375rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LTVHR6CqQi0vvKnV9zuOLNcIeZ6h2QkU { width:14.6875rem;height:1.29980625rem;top:76.974609375rem;left:0.6875rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RI4av7IU1w0wkSvTKQn1oCuJoT8BiZhI { width:18.75rem;height:1.29980625rem;top:122.375rem;left:0.625rem;font-size:1rem;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG { width:20rem;height:20.8730625rem;top:98.1875rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e2f5ba28-27a0-4bb0-a30c-599df08fed1d/autor_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG.adaptive-delivery-prevent-bg, #BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG.lazyload, #BlcvJcNzsJ69xtoQ6lAl1PWqzZvxBJuG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { background-color: transparent; background-image: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container > .video-iframe-container { display: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row > .video-iframe-container { display: none; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .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); }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { border-width: 0; border-radius: 0; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9q1k2mCrdPEXLaIRfq1KWbasgmv9mqL > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMKcgDlAb07pwSHXq12pgvhO6iTOUfF3 { width:19.9353125rem;height:2.61230625rem;top:2.62451171875rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;font-family:moret;display:block; }
 }@media only screen and (max-width: 763px) { #Lyf0vf44KfcMv6bvhVRQN65ym1WCa5Lx { width:14.3115rem;height:2.1984875rem;top:6.13525390625rem;left:2.843017578125rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"instrument sans";display:block; }
 }@media only screen and (max-width: 763px) { #g9VpUEh3JD1rkkAxcyCpxtdcgGucC5Zq { width:20rem;height:28.587625rem;top:33.3193359375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PfRCmvyUd4kIHmwE1Z3SNEJFwldarTtm { width:19.9375rem;height:21rem;top:10.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd { display:block; }#k7Pnk5Ja6THgT4HzK1SFH83T9BBoC1Bd > .row .container { width:20rem;height:123.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHyo23gh5TL4KSwArn6H0S0kcVayuQGl { width:17.0615rem;height:6.3000625rem;top:1.498046875rem;left:1.4677734375rem;font-size:2.625rem;line-height:1.2;text-align:center;text-align-last:center;font-family:moret;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kRs5Xy5C1t3HCZcWE60BoLvP5TMbGCRU { width:18.3125rem;height:16.1875rem;top:52.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNzecrfGPdJ0iOm9Urt8LWCw73zqFr5T { width:18.248875rem;height:33.588875rem;top:17.125rem;left:0.875rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CLhb3cRy3tnWrDLNbOlm5cFwO1x4BUL6 { width:18.374rem;height:3.90014375rem;top:9.4375rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZHVLptdTu2bC8JgDxe4bNuJnpDp1bhy { width:19.874875rem;height:62.124625rem;top:8rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssVaCtayHk8uP1RMKRkS8q23vx54iCS8 { width:18.6236875rem;height:2.44995rem;top:13.875rem;left:0.6875rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TQkcycVN1tekg7plPaJuV0HVvvMQR1iK { width:17.9986875rem;height:16.1859375rem;top:101.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNEVxwS75Jigf5pkIUvTUVJMbATXXIs3 { width:19.875rem;height:47.9375rem;top:71.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLR02W06rODkTncBsVDLXa1uVLyTiUgV { width:18.0603125rem;height:22.3925625rem;top:78.0625rem;left:0.9375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Q4zuGplEX0xwFz1CeItzWGe6EZ9ZxbBa { width:17.5rem;height:2.799075rem;top:74.5625rem;left:0.875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GyV4osuqpcUxquZMUfZUvLXrB9fhWlEJ { width:18.0625rem;height:1.950075rem;top:72.4375rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD { display:block; }#AxSL73XqgMGrcBMI8qQvRQ8nOFhnKLRD > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1JZtDi67eZUnwLSO7NJ0AhMqgaaP05Z { width:17.0605625rem;height:2.3999rem;top:2.0625rem;left:1.46923828125rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto;font-size:0.875rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr { display:flex;height:auto;width:17.5rem;top:6rem;left:0rem; }
#uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #NV9KsATruT7RsSZ6gsuKXcP5D6rA275c {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #OnwuwtL8JAhXCBUqwqh3UhKqCyvaN2Dh {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #H5bUH3Iec4pAH6ETuTv1Tuy9T5g7O4RU {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #CBtHLV9N7TyI8kE55WB6AcEWgSghTE4J {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #aNKlTEiaPObqCRoWIPIDFxLly4dfQFtF {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #TIdW6lAndarTzkUeCw53hMoSsvwIzccH {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #eFarkh3UyAw8M1HznRKmgqslRBMbcdlg {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #MIQWlIwTFKpD8HXQ6nrLmJ2nuqzPGvVL {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #uo36KmxGKZdKDam7DsOQiQvDSZTcKApp {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #FzEhcptPL8I8cE98aUHGgMH83b4rSKsG {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #f3kLR9P7Ame6Fv0B1CDKHrHRzXwHgqAn {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #egVN20L0LEVs60MCi5HQ4iqTqmGTN4P4 {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #SdEKgf3ht4XTR8TtlHBXo0RorNDaF1Hq {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #MMkVlwICru0ui4s7sD7JTQwfoF5L1hrd {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #Jlp17BvZBQvhyTKEcZLAN8yUMcWH6SrB {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #QotyztAdN9bfuKL5uWUlTdTNvnLRsatV {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #FmgXifpSqTRazrB46yfLi5IEa6gJHX06 {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #E06Bdb6QEky5ibAooxv1Xq5pQFdwRCgA {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #rdzCxl8BM258FXcql1fTK1wQJemxUEF0 {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #smCUKDA4BWUxzFsnRVBmP1ymOVQkPTZV {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #qE8dHepcvJ6ZfybTHUaxoSiHsWXTprXX {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #pXAPwQRWBbh3oklzlkog1h7bX5AgQXe6 {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #TKollIKZNXZEE7mMosbt5CJ6zFqoGSWV {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #UxHX8c6hdqDbovwZbA3WwK4EK1c0R2UR {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #kt89oC9DV476RiJSOZaF1LTbfMQESEzu {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #MdDF7i1J2dPraGW9A0iqQhxKJFihAGIk {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #dfTuzpIMhFJb9r5MR65Tx9nVGpqCIDNq {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #dgP7mX8dfZhIPGmoK2sFX7QFmdggGCy2 {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #MVPcOds6QSSd6MmhXhZyt6i6VfBRVrrm {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #E9aSoXoPxt7cOwwPq3Bl6TcMhOPykiHT {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #d3RUXxnuk4c7XhhEQ7Ct0qGi76qnChJa {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #c9anTuva8qXMQ6ZdOTdhn6ll1acA41PJ {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #nHDSwBHcHqBpKixS4mSfuo1a9vLO29cs {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #SJyCcCANn3iyiZRmGQWIyMIsDwyHN6Qc {  }
 }@media only screen and (max-width: 763px) { #uLZGL9pzmbZbADPkGT4zvsFwxwNVlAgr #ccxKbQHkX7srA5zZLx36PxtLC2rCoFgM {  }
 }@media only screen and (max-width: 763px) { #ndc961pbESQ4eWhwn22Tlq4G7kPDMubh { display:block; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9AIDnmXZTBTfmylklhDnMuvrO0qkMHc { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmrwoZ5yqL5UqIMZ9R6k5AAd77T9aEeX { width:16.936625rem;height:2.69921875rem;top:5.625rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNxmcuXbnXdvS29CSIdhIZT5XHTWeNha { width:18.75rem;height:2.99926875rem;top:9.573975rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 { display:flex;width:1.6870125rem;height:1.6870125rem;top:13.82324375rem;left:9.125rem; }
#wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 > img { max-width: 100%;max-height:100%; width:1.6870125rem; height:1.6870125rem; } }@media only screen and (max-width: 763px) { #dzXgV1nDLGLF8xScTEry8V6msqmR97l9 { display:flex;width:1.6870125rem;height:1.6870125rem;top:16.76025625rem;left:9.125rem; }
#dzXgV1nDLGLF8xScTEry8V6msqmR97l9 > img { max-width: 100%;max-height:100%; width:1.6870125rem; height:1.6870125rem; } }@media only screen and (max-width: 763px) { #d2GwbzegDvDgAZCRATKe38dkPuvi87cp { display:flex;width:1.25rem;height:1.25rem;top:24.845581640625rem;left:9.375rem;font-size:0.875rem; }
#d2GwbzegDvDgAZCRATKe38dkPuvi87cp > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 { display:flex;width:1.25rem;height:1.25rem;top:29.794925390625rem;left:9.375rem;font-size:0.875rem; }
#DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #yUGK883NuRkXLpAXciEqUObGSPTbfnHV { width:8.6236875rem;height:1.19970625rem;top:27.345581640625rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1aATasLx82mUUMDsInu0TJH0Ppwdzxh { width:16.4361875rem;height:1.19970625rem;top:32.294925390625rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZN2HvXEvIBOR6RT6tVx4UoWOxXf03w8L { width:20rem;height:0.062255875rem;top:19.69726875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxBKe6MRDeAKGpWNaIoEz7TttDEiUnLv { width:20rem;height:1.19970625rem;top:21.197512890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }