.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:217,234,248;--color-primary-1:128,184,231;--color-primary-2:0,113,206;--color-primary-3:0,57,103;--color-primary-4:0,17,31;--color-secondary-0:217,240,228;--color-secondary-1:128,206,166;--color-secondary-2:0,156,77;--color-secondary-3:0,78,39;--color-secondary-4:0,23,12;--color-tertiary-0:255,255,255;--color-tertiary-1:211,212,212;--color-tertiary-2:109,110,113;--color-tertiary-3:55,55,57;--color-tertiary-4:11,11,11;--headlines-font-family:"Fira Sans";--paragraphs-font-family:"Fira 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:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row .container { background-color: transparent; background-image: none; }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row .container > .video-iframe-container { display: none; }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row > .video-iframe-container { display: none; }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .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); }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row .container { border-width: 0; border-radius: 0; }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#AV6IfTRFEQ1GFIyaHK0RBqIkb9tBWuPi { z-index:15005;top:2.1875rem;left:59.34375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.375rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SNl8ePxS5mAGdQT5Rumr5rSwxRJEMVvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vqnr5LFi13NQ0rbbBVWO7iHpPMqI33ek { z-index:15006;top:2.1875rem;left:41.90625rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15.125rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cnZ8HfXmKci0lhKnVKfkT658y147R4df { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MAWIDTMRXFLCqRERtvNO5LWTgTOcrhq5 { z-index:15007;top:2.1875rem;left:32.40625rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.25rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#keUO4C6uAiAQA9csrvJgRsgRKK38vtkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnhO0mTq9lQvm0BZMdCJlZkLCRFSnoUN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.5625rem;top:1.71875rem;left:2.53125rem;overflow:hidden;display:block; }
#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk { 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; }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row .container { background-color: transparent; background-image: none; }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row .container > .video-iframe-container { display: none; }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row > .video-iframe-container { display: block; }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .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); }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row .container { border-width: 0; border-radius: 0; }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#OL7LOaWeKorTES2d91vUukJvL5N0FKMx { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(0,0,0,0.5);top:12.875rem;left:20.1875rem;height:8.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; }
#wIQtLrpfntP0CvMO4rpR2TX5zhx62Ex5 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(0,0,0,0.5);top:22.375rem;left:23.875rem;height:4.26171875rem;font-style:italic;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; }
#TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i { 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; }#TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i > .row .container { background-color: transparent; background-image: none; }#TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i > .row .container > .video-iframe-container { display: none; }#TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i > .row > .video-iframe-container { display: none; }#TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i > .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); }#TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i > .row .container { border-width: 0; border-radius: 0; }#TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#NSnmuZqxmgDkJ2ai7FuRkZTD6XkZdqbV { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:20.5rem;left:12.0625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HO6rk7adIlQAC9T34vBwXweRgxDcXRez { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:12.8125rem;top:17.375rem;left:10rem;display:block; }
#BDZgbVnQtug5FTWJihQFBpQZTocGdGVu { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:12.8125rem;top:17.375rem;left:24rem;display:block; }
#hrCf9Q815xMrPGtNXJhMSTnkQxLfASRx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:12.8125rem;top:17.375rem;left:38.0625rem;display:block; }
#mBTDS1KyssVFhtvTVoP71bdlJa3JRF35 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:12.8125rem;top:17.375rem;left:52.0625rem;display:block; }
#OworNpBpROlJVh3w5IGkIGq6tdWy6Dwn { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:20.5rem;left:25.875rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zlHxB12raIAvpJNE2Tt0TndXhbpfRulz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:20.5rem;left:39.125rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLEfoPeOMHHBNhvzCN5xflbtZ96CfxwR { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:12.8125rem;top:30.1875rem;left:52.0625rem;display:block; }
#vDkKg6dKkDyo66XOGpKClfeqU2gyz5TT { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:12.8125rem;top:30.1875rem;left:38.0625rem;display:block; }
#Z8xIQsiBgIElIoWrdhMcaikr7b95OCT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:33.1875rem;left:39.125rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKzVElDUiHIpKVWzcX8X6KpvWLsh8v1U { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:12.8125rem;top:30.1875rem;left:24rem;display:block; }
#KpJEcTFVWzkektH8dpLZF8aNxyrZeTln { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:33.1875rem;left:25.3125rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qfzoZL3NmTtqExJU0yeaLNnzMeLrFzrb { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:12.8125rem;top:30.1875rem;left:10rem;display:block; }
#mB7CSVtFNUCkspsbUM0M9lrTIh94zDf5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:33.3125rem;left:10.75rem;height:1.51171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLQk6t5yPkbxHVh5UtfE67p8pJFafB7c { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:20.5rem;left:53.125rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UiCZobI1qNUW7OHHOyIo0Oer32W5VZd7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:32.46484375rem;left:54.25rem;height:3.1625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJaP196tvI2eXzTNsBHb702UJA8ZvcK2 { z-index:15015;top:25.9375rem;left:12.9375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.1875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G9PbP2C9T2OwRVvewFnLcRIUR6O6vFn5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLNJJ7bhpLix65IhV29xKOyMCteBOb83 { z-index:15016;top:25.9375rem;left:27rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.1875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CRMgOAiuTVlvf6gBwmLgRagUafU8nEzS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ztSJdlvN8tVKZ67KO6tsaJ32c9dwRtDq { z-index:15017;top:25.9375rem;left:41.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.1875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CLoDXE8pTOiXn0pk7M6pWVvf18X41Txf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VAXWKww9SfIeAxpr6Ha1s7k9QETVKfHT { z-index:15018;top:25.9375rem;left:55.125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.1875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wU39gW6veh3ZPqycerxdn1qTtWpMN0wF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSNyZFrk6l6N8Vcv2fcvrDDnBGxgq4XJ { z-index:15019;top:38.75rem;left:55.125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.1875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LNi55pTh2yFny2TpqxbKx2R7kkDaksB0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KiarDd7pwsIgerl2LSyCKNgWP4kvcV0u { z-index:15020;top:38.75rem;left:41.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.1875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bNaOd1CxRpmbIO2f09VizDDhrolQV6BI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XO1eWkv6R5zKCnmMNsy1prErKVTnnJfd { z-index:15021;top:38.75rem;left:27rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.1875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TIxGZFc4uD6153OaTIOLUqup591XCyh1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZEwmdm1H2xzKugw5a36VGZUzE5OAtvc { z-index:15022;top:38.75rem;left:12.9375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.1875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OSuyVMOtLoz0GxoBEb8WiMK6hMViLo6p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dLDFwZ9vWfgsANDGdVF1UOg3s8Ox6vmD { color:rgba(var(--color-secondary-2),1);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:4.75rem;left:9.9375rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uf7aJVqZ7nNlz23QCXSvOnE58hwN0Mpf { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:11.439453125rem;left:10rem;height:3.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TAeMVkwcD9c81m0Tg1gVfh3Fw4M3c8L4 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.376953125rem;left:10rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zXXi1Z39gzCmmRJ4xdJ8zqvq8BPWTEF1 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#txv8tJxHyKD2hN3wL1T50RhVVwVV0qXa { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Tg3abZZdC55TTCqTkA1pBtAtFRT2zzyt { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#byZW0CZCydf00bp2hIcsR3vGFz7HCE2e { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#LT4S30yHHpTbtBfiEpTrXU0ghrPx2Jow { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Pw0i10TQdyCdgHutpKkwzwMnTWXzJy8G { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#wKlIOTrhdT5n6NlZXtQGIkoQ2x30ROsT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .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; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-secondary-2),1); }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .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.2;overflow:hidden;height:auto; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;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; }#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-trigger.adaptive-delivery-prevent-bg, #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-trigger.lazyload, #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-trigger.lazyloading { background-image: none; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF { box-sizing:content-box;height:auto;width:52.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:43.078125rem;left:10rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #LvICcmWTi41F8POTERf8tXs4gVIBeXXi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #KfL5z323K3fLr1RJMWtqpd3Nk0iueHuJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #iQfvsyPz0qyTOJLgmk2ZlTlmTItktCJq { display:block;position:relative; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #mTCCHmwnTHmv9EBQORttsT8lHkI6r7zV {  }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #X2R27hCI3ELt54clIF3Khb7nmsX8ozcs {  }
#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row .container { background-color: transparent; background-image: none; }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row .container > .video-iframe-container { display: none; }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row > .video-iframe-container { display: none; }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .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); }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row .container { border-width: 0; border-radius: 0; }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;position:relative;display:block; }#hgzgavQmwMyFkcEHEnTooV9JpFNTyoHe { color:rgba(var(--color-secondary-2),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.875rem;left:9.875rem;height:2.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hAMBQcCQLlikFXr0XeM4xwzEC0AFs0k0 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:15.5625rem;left:26.5625rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XuXFHl1cMfmsknC3TVHcp0mMaWDEXHOq { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:16.125rem;left:36rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ngwk3fLTJngU5ZFf139gZSDxawKsmBXI { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:15.5625rem;left:44.25rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hSGc7v9e10Al1Nv7vqhf3IC3L8A0EqxQ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.8125rem;top:11.8125rem;left:36.9375rem;overflow:hidden;display:block; }
#G09lKnHURCGW8h4FFHISh2lQQaMIRC4S { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.75rem;top:11.8125rem;left:45.65625rem;overflow:hidden;display:block; }
#dc4GrPqWw966pWzwqCAX38ITm95GsewK { position:absolute;display:block;z-index:15033;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.8125rem;width:2.5625rem;top:11.8125rem;left:28.28125rem;overflow:hidden;display:block; }
#dIT0g3HE8gbAEET3HX86IfkbZULyJsh5 { z-index:15021;top:20.625rem;left:53.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NFbslwSzdGZLBpQlOtcxwiBsTcRr24wX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q2UaTKSTiKAMxXRzpAbyFMlNDa7qlRiu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:22.2734375rem;left:10rem;height:3.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WfW9PoLyzTq7w2ldInTIgeNS41lCfqSw { color:rgba(var(--color-tertiary-4),1);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.55078125rem;left:9.875rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A3XKt1CySNzZvkt69zSbr9ozgprMibfT { box-sizing:content-box;height:34.6875rem;width:0.0625rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:51.53125rem;display:block; }
#NzBH2rAMywT9gzn6Oftf0UlE31mKJQyn { z-index:15022;top:23.1875rem;left:53.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TKDciJhKQApNqHBe2QOD32c7yMdGHq9t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P79HJ0l5dfToaphE6zcJGaqLdFauuTUD { z-index:15023;top:25.75rem;left:53.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5625rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#q17OwU8viwksJrUf6E4eGCB4WXDH2PpW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w6KhM3oKf68TImFSOk4Ti09OCgeTcbWa { box-sizing:content-box;height:34.6875rem;width:0.0625rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:42.40625rem;display:block; }
#T5mL4mKpkUzBwpnEVWF5FATGCT9bTl93 { box-sizing:content-box;height:34.6875rem;width:0.0625rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:34.21875rem;display:block; }
#fw030DqNsPJallHnpOHofB3PfBM97gei { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:32.513671875rem;left:10rem;height:3.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XUAhsD9T9ZTivG2m6GPKIzTVKDeIUkqq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:43.388671875rem;left:10rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K1H7nWUsHkJorfv4gHkyOMqmHT8mtWyP { box-sizing:content-box;height:34.6875rem;width:0.0625rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:24.96875rem;display:block; }
#sC0pBFplJo5tXH6ErCcJQi6vOM5Vex54 { box-sizing:content-box;height:0.0625rem;width:57.5rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.17578125rem;left:8.75rem;display:block; }
#I5yH9cnX723Npn2NOvdgZUl0KAa8qcKW { z-index:15023;top:33.30078125rem;left:53.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zqa3XffucpUzfu1lNasqFGv07ZM2Snbo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LUyTDUGZbMb8B18GCtRUtIbbpXEs1ngx { z-index:15022;top:30.744140625rem;left:53.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qlo5LfPELCXLKzo0Ddf4wHWsGRLnrVyA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N84PGKb9hMrkHvTraogyOTUeOpXgKrP4 { box-sizing:content-box;height:0.0625rem;width:57.5rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.513671875rem;left:8.75rem;display:block; }
#gz7PLzrG5Xu2Mw8yxbGzl8xc5L87cG3B { z-index:15023;top:41.181640625rem;left:53.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XvRynF1boB4VRHfNt5LPJFQ2MgEy1cmW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rCXml6TxJzb4R7TfKuGdCeaHieaCpaEd { z-index:15024;top:43.724609375rem;left:53.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Mptb3Gl1SWa0rSIqe6HFPaxcfZJSJvBR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lVyIQ4u1JhSvdWIV6dMZtyRm2wkz5Erl { box-sizing:content-box;height:0.0625rem;width:57.5rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.0625rem;left:8.75rem;display:block; }
#fGSTbQnSQF9lfO87JSUTbI07nAQMDWeq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:20.478515625rem;left:28.96875rem; }
#kvX0JC7HMzzcAfPKsGilTzarpwtCSngJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:23.291015625rem;left:37.625rem; }
#XIm0t8aaxqPhRaVEvOV2aRikAxNwx4lT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:23.291015625rem;left:46.25rem; }
#evfh8kX2H57ngb8nW3aQPlXKVJQApUq7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.763671875rem;left:28.84375rem; }
#JKaxyGJnZH06T7p1O2aWTKepdcJZm39q { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:33.369140625rem;left:37.625rem; }
#DMl982EyRdhceLbs9SheHRqK5KmKKeCC { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:33.388671875rem;left:46.25rem; }
#TGuyleGd968la5Xo6r4t2QlsimQ2RyMw { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:43.244140625rem;left:28.84375rem; }
#DyTGnmyM6W5pAAOQt20TOwUvlsFd4JOl { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:43.869140625rem;left:46.25rem; }
#BK1slwWvqTCWFvrXoZDay4Opxo8gMUch { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:15.5625rem;left:26.5625rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VqxgBXQtvrofH3t9VJD4OC0AsnCXdri1 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:15.5625rem;left:45.3125rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MJNWQ0bQ44PqpgCIwMZJ4x8mmr4gVkRW { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:16.125rem;left:36.5625rem;height:1.1rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kSpuHW0C8ZRmQMOd7gTvU29mrvov9w94 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:15.5625rem;left:26.5625rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nBooykSPqkl7TnA91ZCSeClIGNcEe9VA { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:15.5625rem;left:45.3125rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PFoxaNyQuzMicoPpUxhHv5a70QDdNRFd { z-index:15024;top:35.849609375rem;left:53.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5625rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rPlhpaORl7TUcPM1lD4OWxpV1hhN1ckZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LU94qkno5k1JapqbgSkDCTDhCkJsJsTa { z-index:15025;top:46.287109375rem;left:53.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5625rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wyspQR2pfI5e7Ph8SofBVHxyaiymi9py { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tNWKsDk1Q2uuS9p3QfEad3NKHsuufBgT { color:rgba(var(--color-secondary-2),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:22.568359375rem;left:26.09375rem;height:0.8994125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#J9SP6Ax8XydNDxahfTky2F6TlnIDCIOV { color:rgba(var(--color-secondary-2),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:26.8125rem;left:26.09375rem;height:0.8994125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dNGuSzU6gpRTTFUzq05c3D3M7XSgJU9n { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:24.8125rem;left:28.84375rem; }
#Kxcy70HB7aZk2sFTrRH6LWsfDMGK4e3T { color:rgba(var(--color-secondary-2),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:34.818359375rem;left:26.09375rem;height:0.8994125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Z6cL0iXqoik25v9Br6dzPAl68Phb4hqO { color:rgba(var(--color-secondary-2),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:45.4013671875rem;left:26.09375rem;height:0.8994125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zZMzTrK3cHs58TULJJzoCkXZfJs7KvbO { color:rgba(var(--color-secondary-2),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:22.568359375rem;left:26.09375rem;height:0.8994125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#LBL9ThvcIZVONAaOSIkzmb2fimlUKD7r { color:rgba(var(--color-secondary-2),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:22.568359375rem;left:26.09375rem;height:0.8994125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#hEnU0LO5EzX9Zdk8zDfGPJo4Vz8xxULm { color:rgba(var(--color-secondary-2),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:22.568359375rem;left:26.09375rem;height:0.8994125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#d7ai0AA3F5mH50VLI9T6JM7T3e3UzkHe { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:15.5625rem;left:26.5625rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC { 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; }#NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC > .row .container { background-color: transparent; background-image: none; }#NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC > .row .container > .video-iframe-container { display: none; }#NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC > .row > .video-iframe-container { display: none; }#NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC > .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); }#NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC > .row .container { border-width: 0; border-radius: 0; }#NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:75rem;position:relative;display:block; }#MZSMF239t0PJqEqR5u8Il9XmpRNplGUA { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:2.3125rem;left:22.875rem;height:2.40625rem;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; }
#RBAXTMvPaZDs0V0Pa2ZAOuM2dTD560gt { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:9.150390625rem;left:11.375rem;height:2.88574375rem;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; }
#C1UZeQTcTEOp1C5FH3fFhG2OyJzbtfN0 { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.0625rem;top:6.3125rem;left:27.3125rem;display:block; }
#Ze3sNVJJxlrTb4HKcOgC7xR7wS7hHALT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:9.150390625rem;left:52.125rem;height:0.9619125rem;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; }
#eMU5fLzNsoBHTTf45x2GoNgvPZipGFms { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.5rem;height:2.1875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:13.125rem;left:12.96875rem;display:block; }
#McttWORqCi63E5hgXXQp0cNPs67AcRKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWMod6FctDNJNnyMLVilHguCZV1whT0S { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.5rem;height:2.1875rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:13.125rem;left:53.6875rem;display:block; }
#vBypTNgpvwnmXfuFo5IpOlfuxU258b6H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTdJGb23pnH8rBpxnqP9UTTID81M8VCf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:6.8125rem;left:11.8125rem;height:1.5625rem;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; }
#q4S6v3EcyB2JcZHXoMmyewoA0mRUVIel { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:6.8125rem;left:33.40625rem;height:1.5625rem;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; }
#mcd6AbhxJ0FNVHiZhs8KKzdcr9Uop3Qt { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:9.150390625rem;left:31.65625rem;height:2.88574375rem;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; }
#b5HnBQU5DzqfDrofINsbmab0V7yZWuFh { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.5rem;height:2.1875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:13.125rem;left:33.25rem;display:block; }
#SloRytJyA22fBWnrGythSE4JfgprsR86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KwxImQsqcPsNVcJEAaV1n71HToQF4LlT { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.0625rem;top:6.3125rem;left:47.5625rem;display:block; }
#exSivLTsWeKb0IWcaA7EUkMBhwC4KpPv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:6.8125rem;left:50.625rem;height:1.5625rem;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; }
#XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 > .row .container { background-color: transparent; background-image: none; }#XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 > .row .container > .video-iframe-container { display: none; }#XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 > .row > .video-iframe-container { display: none; }#XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 > .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); }#XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 > .row .container { border-width: 0; border-radius: 0; }#XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#oTu7RCXDVRKk4J94GTQe6vS1KbeLcsTw { color:rgba(var(--color-tertiary-0),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:11.3037109375rem;left:10rem;height:1.19921875rem;text-align:center;text-align-last:center;display:block; }
#zwQH715t5vQWPhRQW839dCfb5MCWGZKI { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15.9375rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.40625rem;left:29.53125rem;display:block; }
#WQby3kSMhwWtWuD006RD5adZ9KDTgLOD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BlAadMu2Mqp5AT18TErWtSq7ex3zPX3P { color:rgba(var(--color-tertiary-0),1);display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.935546875rem;left:10rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz { 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; }#wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz > .row .container { background-color: transparent; background-image: none; }#wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz > .row .container > .video-iframe-container { display: none; }#wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz > .row > .video-iframe-container { display: none; }#wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz > .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); }#wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz > .row .container { border-width: 0; border-radius: 0; }#wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#TLVZsWHTZbqi1UE28p2qNakDersQ1FMX { color:rgba(var(--color-secondary-2),1);display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:4.875rem;left:20.5rem;height:4.8125rem;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; }
#UwaKnJTsRKn0R3ToWuHR0ZWkECDwIgie { color:rgba(var(--color-tertiary-4),1);display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:11.1875rem;left:15.90625rem;height:7.1953125rem;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; }
#tFu0xRzFCv6ZLT6DLC9fp5nBeDzKwxIr { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:11.375rem;height:2.1875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:20.3125rem;left:31.8125rem;display:block; }
#Mc5qZFfwUpm5XdGrqQ4Is4cgf11v082x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row .container { background-color: transparent; background-image: none; }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row .container > .video-iframe-container { display: none; }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row > .video-iframe-container { display: none; }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .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); }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row .container { border-width: 0; border-radius: 0; }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#EWUo5hJXoQ4T6kSPI3s83hCrkZNsGHwz { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.4375rem;left:10.0625rem;height:6.9043125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sW6PGkMTEFTIrGCrpxZTddd69wa9C0cW { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:4.9375rem;left:10rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yS7vUHgH8rAm9qGdXTUXITrTEfQ2J0Id { z-index:15016;top:31.5625rem;left:10.4375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.1875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#u2MPaPfJcpOl294mb8okIfRJJ1wGnXUC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iu30ypad4RkSUXPoGyTcadBqm01eqK7m { z-index:15020;top:17.9375rem;left:10.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:7.9375rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#A636qITPMqL9HbdiSfiinTRZ95nRktbv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wiagb5slrTyuTmi7N1W13TlVtAUlTCaX { z-index:15021;top:17.9375rem;left:37.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:12rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qnTZvs9z2UI9qXBIaIuXoTHGSIkmnKlQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kWfU4uGUe6dECMFlwwCf7EmbKdBo1fv1 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.4375rem;left:37.0625rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lBgXUb4tXPgkV1vtTlfFALFH5ILZUJFT { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:0.0625rem;top:9.5rem;left:32.03125rem;display:block; }
#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG { 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; } #X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG *:focus-visible, #X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG input[type="text"]:focus-visible, #X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG input[type="email"]:focus-visible, #X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG input[type="tel"]:focus-visible, #X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG textarea:focus-visible { outline:0.125rem solid #000000;; } #X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row .container { background-color: transparent; background-image: none; }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row .container > .video-iframe-container { display: none; }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row > .video-iframe-container { display: none; }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .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); }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row .container { border-width: 0; border-radius: 0; }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#G6k1vnJ5twpxQneopJcoPaqcHFtOzOgh { color:rgba(var(--color-secondary-2),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.9375rem;left:14.125rem;height:4.8125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lkT6ItP83OtLXZXkXe1H41Ehm8qci6HS { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:19.25rem;width:13.625rem;top:13rem;left:13.125rem;display:block; }
#qQ24hGsaLxNIM5bJSulDGXZtO5vDLBrf { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4db7fe89-f058-43a5-95b5-688183772248/Portadas_MIsabelVega.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:19.25rem;width:13.625rem;top:12.25rem;left:12.375rem;display:block; }#qQ24hGsaLxNIM5bJSulDGXZtO5vDLBrf.adaptive-delivery-prevent-bg, #qQ24hGsaLxNIM5bJSulDGXZtO5vDLBrf.lazyload, #qQ24hGsaLxNIM5bJSulDGXZtO5vDLBrf.lazyloading { background-image: none; }
#qQ24hGsaLxNIM5bJSulDGXZtO5vDLBrf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#qQ24hGsaLxNIM5bJSulDGXZtO5vDLBrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#TNeMvGzcbD6hvsXHmMm0mEhqq1BwyZHO { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:20.3125rem;left:17rem;filter: drop-shadow(0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.15)); }
#TNeMvGzcbD6hvsXHmMm0mEhqq1BwyZHO > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#NxTCah0GopVncKWG0pG0ycJGC82JeyMt { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:19.25rem;width:13.625rem;top:12.9375rem;left:31.0625rem;display:block; }
#KHePfWoZczfoseRvw8X1mmhdOhlsa7KQ { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80f4fbf0-0c85-4f69-b773-6fe341ed9a7c/Portadas_DrSebastianCroattin.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:19.25rem;width:13.625rem;top:12.1875rem;left:30.3125rem;display:block; }#KHePfWoZczfoseRvw8X1mmhdOhlsa7KQ.adaptive-delivery-prevent-bg, #KHePfWoZczfoseRvw8X1mmhdOhlsa7KQ.lazyload, #KHePfWoZczfoseRvw8X1mmhdOhlsa7KQ.lazyloading { background-image: none; }
#KHePfWoZczfoseRvw8X1mmhdOhlsa7KQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#KHePfWoZczfoseRvw8X1mmhdOhlsa7KQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#HpEa2FhfV3AtHSsJuz3Goz5BBUbWp0sJ { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:20.3125rem;left:34.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.15)); }
#HpEa2FhfV3AtHSsJuz3Goz5BBUbWp0sJ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#zeoxZkH0TzzprZdIaozLoVI1BAKKDoax { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:19.25rem;width:13.625rem;top:12.9375rem;left:49.0625rem;display:block; }
#A64EofNcR2zlZnlsfQ7XEzs9KB7JemZW { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/15e86020-ec76-4390-b3bf-d37138a948c5/Portadas_MartnButtaro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:19.25rem;width:13.625rem;top:12.1875rem;left:48.3125rem;display:block; }#A64EofNcR2zlZnlsfQ7XEzs9KB7JemZW.adaptive-delivery-prevent-bg, #A64EofNcR2zlZnlsfQ7XEzs9KB7JemZW.lazyload, #A64EofNcR2zlZnlsfQ7XEzs9KB7JemZW.lazyloading { background-image: none; }
#A64EofNcR2zlZnlsfQ7XEzs9KB7JemZW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#A64EofNcR2zlZnlsfQ7XEzs9KB7JemZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#XMFxXbQ98gyuya1upzRUbcSmpxHZSQX4 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:20.3125rem;left:53.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.15)); }
#XMFxXbQ98gyuya1upzRUbcSmpxHZSQX4 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#rmuRLprewbSWWdx26ZEHKtTsSSWO4svM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rmuRLprewbSWWdx26ZEHKtTsSSWO4svM > .row .container { border-width: 0; border-radius: 0; }#rmuRLprewbSWWdx26ZEHKtTsSSWO4svM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rmuRLprewbSWWdx26ZEHKtTsSSWO4svM > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:75rem;position:relative;display:none; }#H6Jygb6bE1OTBulfk6Q5VF40ZiB7VJc6 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:2.3125rem;left:22.875rem;height:2.40625rem;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; }
#Rs4WEOsm4AtwOCoPvo8RJhAMDVlJFZao { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:9.150390625rem;left:11.375rem;height:2.88574375rem;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; }
#HzTllAqryFc8BWIDneIe5N3euQeQHQ9D { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.0625rem;top:6.3125rem;left:27.3125rem;display:block; }
#yHRpOc8bm6xFIMbIml3zFN1p1kfsWh4P { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:9.150390625rem;left:54.25rem;height:1.923825rem;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; }
#NQoDOfDP9Mmwxlbb3m0rw8FBwF4hSMlU { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.5rem;height:2.1875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:13.125rem;left:12.96875rem;display:block; }
#zaJVAxlNM1XS51mLmG1Gdk11VvR0aQ29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfvMDyqvPeVIFsWJH6Oeux0RER3ATIZZ { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.5rem;height:2.1875rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:13.125rem;left:54rem;display:block; }
#URuZqwJXfKqp1TdTlvl0h7i7r5ZFeRxv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdVmkFNyaomhC2gG9Qt8PJURLTIy0XAR { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:6.8125rem;left:11.8125rem;height:1.5625rem;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; }
#rxPbiIL4xGui3LcIAsepDwwV2q6UUMTU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:6.8125rem;left:33.40625rem;height:1.5625rem;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; }
#QMLLhgHTIJ7HLaeBJTpuWTsDrnAFGyCW { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:9.150390625rem;left:31.65625rem;height:2.88574375rem;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; }
#iATVUZJQ4L083LR1ym7JIUuUuBfIP5Tq { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.5rem;height:2.1875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:13.125rem;left:33.25rem;display:block; }
#JMMtrNGP9aM1gq1WasEhGFqLvBJl1dZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izp1v1LRk04cFx41lLUoO6Jwr8HUiv5G { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.0625rem;top:6.3125rem;left:47.5625rem;display:block; }
#CrbRB0Hoc4aqqiTxp1wkEZTDPQiVZ9kW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:6.8125rem;left:50.625rem;height:1.5625rem;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; }
#kBd0RtMeqSC2qanXItbDu80lTKAAsAOA { 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; }#kBd0RtMeqSC2qanXItbDu80lTKAAsAOA > .row .container { background-color: transparent; background-image: none; }#kBd0RtMeqSC2qanXItbDu80lTKAAsAOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBd0RtMeqSC2qanXItbDu80lTKAAsAOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBd0RtMeqSC2qanXItbDu80lTKAAsAOA > .row .container > .video-iframe-container { display: none; }#kBd0RtMeqSC2qanXItbDu80lTKAAsAOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBd0RtMeqSC2qanXItbDu80lTKAAsAOA > .row > .video-iframe-container { display: none; }#kBd0RtMeqSC2qanXItbDu80lTKAAsAOA > .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); }#kBd0RtMeqSC2qanXItbDu80lTKAAsAOA > .row .container { border-width: 0; border-radius: 0; }#kBd0RtMeqSC2qanXItbDu80lTKAAsAOA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBd0RtMeqSC2qanXItbDu80lTKAAsAOA > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#ZMkyKyVdrhctXiTpuAWaf0Q4kXP89ZDT { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.375rem;left:22.75rem;height:2.40625rem;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; }
#MXbkHuut1p34yTQZnnr7aZwN9am4QrIM { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.5rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:5.75rem;left:33.25rem;display:block; }
#RE7aWrXlrtBTsuor0OQ7Prp02mMCOrVC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QLapZMqXPxiyZHOnUecdo671tZC4dsQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QLapZMqXPxiyZHOnUecdo671tZC4dsQ9 > .row .container { border-width: 0; border-radius: 0; }#QLapZMqXPxiyZHOnUecdo671tZC4dsQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLapZMqXPxiyZHOnUecdo671tZC4dsQ9 > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:none; }#d45fRJ2lZTvv8IemeAMmGbySVL5uy2b9 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.375rem;left:22.75rem;height:2.40625rem;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; }
#fTCmVEJN6ObsSJhnDytozvvgVc36lml9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.5rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:5.75rem;left:33.25rem;display:block; }
#s9lqcWGT0swTP2uf07gbCTG7lX9DyweV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row .container { background-color: transparent; background-image: none; }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row .container > .video-iframe-container { display: none; }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row > .video-iframe-container { display: none; }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .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); }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row .container { border-width: 0; border-radius: 0; }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#g3Mb65CX9FFoVoGcJ6Zq2Ix5pk3OinJm { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.61328125rem;left:55.25rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UO9wxvnNc1xBLxdZkkud0dtUMfax3kI4 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:5.125rem;left:61.6875rem;display:block; }
#WFFrTmLcT2rIvVZsAndQwCTWmo2Q7RII { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:5.1875rem;left:66.375rem;display:block; }
#iHhH2PUibhizZZ4RcyVdGWp7XoVJ0GvK { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:5.1875rem;left:71.0625rem;display:block; }
#xa8WDRSti2nhuG9fL61ygWodTrTkBXKJ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:4.125rem;left:2.25rem;display:block; }
#iizTaQawPk4udvZnIqhnz3KH32HWAFQR { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:6.375rem;left:2.3125rem;display:block; }
#R5GWdxXm8haryeiIPwi5mdoBDWmt6bwy { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:4.6875rem;left:4.4375rem;height:0.9625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KoigZBSkmGPKCceTbVLTemanEb0VtFng { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:6.875rem;left:4.4375rem;height:0.9619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RU8bJ7SHJIQbSLPytR41r3qxs8ASwhps { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#PBJOQi2MK3kc3PKl9gkthtFciBAICtWW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.4375rem;left:64.3125rem; }
#PBJOQi2MK3kc3PKl9gkthtFciBAICtWW > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#fiWTQ7RwCV1auyvHnDp6AtRvRMvfcNEv { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5.5625rem;left:69.0625rem; }
#fiWTQ7RwCV1auyvHnDp6AtRvRMvfcNEv > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; }#WfGOWnbWdUkSxJwW8M7G3QEmNFbJwgA0 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.55078125rem;left:2.5rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 > .row .container { background-color: transparent; background-image: none; }#P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 > .row .container > .video-iframe-container { display: none; }#P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 > .row > .video-iframe-container { display: none; }#P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 > .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); }#P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 > .row .container { border-width: 0; border-radius: 0; }#P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#z4W0Gko598JJf4b342MnB6TEEr44FICQ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.54296875rem;left:57.375rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#yG1CdFrmsFiUrbuZXx3R3vMHuuniH9iF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.6875rem;top:1.28125rem;left:2.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li { display:block; }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AV6IfTRFEQ1GFIyaHK0RBqIkb9tBWuPi { top:2.1875rem;left:33.375rem;width:14.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNl8ePxS5mAGdQT5Rumr5rSwxRJEMVvm { display:block; }
 }@media only screen and (max-width: 763px) { #Vqnr5LFi13NQ0rbbBVWO7iHpPMqI33ek { top:2.1875rem;left:28.28125rem;width:15.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnZ8HfXmKci0lhKnVKfkT658y147R4df { display:block; }
 }@media only screen and (max-width: 763px) { #MAWIDTMRXFLCqRERtvNO5LWTgTOcrhq5 { top:2.1875rem;left:18.78125rem;width:7.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keUO4C6uAiAQA9csrvJgRsgRKK38vtkT { display:block; }
 }@media only screen and (max-width: 763px) { #FnhO0mTq9lQvm0BZMdCJlZkLCRFSnoUN { top:1.6875rem;left:0rem;width:12.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk { display:block; }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL7LOaWeKorTES2d91vUukJvL5N0FKMx { top:12.875rem;left:6.5625rem;width:34.625rem;height:8.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIQtLrpfntP0CvMO4rpR2TX5zhx62Ex5 { top:22.375rem;left:10.25rem;width:27.3125rem;height:4.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i { display:block; }#TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSnmuZqxmgDkJ2ai7FuRkZTD6XkZdqbV { top:20.5rem;left:0rem;width:8.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO6rk7adIlQAC9T34vBwXweRgxDcXRez { top:17.375rem;left:0rem;width:12.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDZgbVnQtug5FTWJihQFBpQZTocGdGVu { top:17.375rem;left:10.375rem;width:12.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrCf9Q815xMrPGtNXJhMSTnkQxLfASRx { top:17.375rem;left:24.4375rem;width:12.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBTDS1KyssVFhtvTVoP71bdlJa3JRF35 { top:17.375rem;left:34.8125rem;width:12.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OworNpBpROlJVh3w5IGkIGq6tdWy6Dwn { top:20.5rem;left:12.25rem;width:9.375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlHxB12raIAvpJNE2Tt0TndXhbpfRulz { top:20.5rem;left:25.5rem;width:10.9375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLEfoPeOMHHBNhvzCN5xflbtZ96CfxwR { top:30.1875rem;left:34.8125rem;width:12.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDkKg6dKkDyo66XOGpKClfeqU2gyz5TT { top:30.1875rem;left:24.4375rem;width:12.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8xIQsiBgIElIoWrdhMcaikr7b95OCT6 { top:33.1875rem;left:25.5rem;width:10.9375rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKzVElDUiHIpKVWzcX8X6KpvWLsh8v1U { top:30.1875rem;left:10.375rem;width:12.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpJEcTFVWzkektH8dpLZF8aNxyrZeTln { top:33.1875rem;left:11.6875rem;width:10.5625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfzoZL3NmTtqExJU0yeaLNnzMeLrFzrb { top:30.1875rem;left:0rem;width:12.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB7CSVtFNUCkspsbUM0M9lrTIh94zDf5 { top:33.3125rem;left:0rem;width:11.3125rem;height:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLQk6t5yPkbxHVh5UtfE67p8pJFafB7c { top:20.5rem;left:36.8125rem;width:10.9375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiCZobI1qNUW7OHHOyIo0Oer32W5VZd7 { top:32.4375rem;left:39.1875rem;width:8.5625rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJaP196tvI2eXzTNsBHb702UJA8ZvcK2 { top:25.9375rem;left:0rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9PbP2C9T2OwRVvewFnLcRIUR6O6vFn5 { display:block; }
 }@media only screen and (max-width: 763px) { #iLNJJ7bhpLix65IhV29xKOyMCteBOb83 { top:25.9375rem;left:13.375rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRMgOAiuTVlvf6gBwmLgRagUafU8nEzS { display:block; }
 }@media only screen and (max-width: 763px) { #ztSJdlvN8tVKZ67KO6tsaJ32c9dwRtDq { top:25.9375rem;left:27.4375rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLoDXE8pTOiXn0pk7M6pWVvf18X41Txf { display:block; }
 }@media only screen and (max-width: 763px) { #VAXWKww9SfIeAxpr6Ha1s7k9QETVKfHT { top:25.9375rem;left:40.5625rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU39gW6veh3ZPqycerxdn1qTtWpMN0wF { display:block; }
 }@media only screen and (max-width: 763px) { #SSNyZFrk6l6N8Vcv2fcvrDDnBGxgq4XJ { top:38.75rem;left:40.5625rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNi55pTh2yFny2TpqxbKx2R7kkDaksB0 { display:block; }
 }@media only screen and (max-width: 763px) { #KiarDd7pwsIgerl2LSyCKNgWP4kvcV0u { top:38.75rem;left:27.4375rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNaOd1CxRpmbIO2f09VizDDhrolQV6BI { display:block; }
 }@media only screen and (max-width: 763px) { #XO1eWkv6R5zKCnmMNsy1prErKVTnnJfd { top:38.75rem;left:13.375rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxGZFc4uD6153OaTIOLUqup591XCyh1 { display:block; }
 }@media only screen and (max-width: 763px) { #QZEwmdm1H2xzKugw5a36VGZUzE5OAtvc { top:38.75rem;left:0rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSuyVMOtLoz0GxoBEb8WiMK6hMViLo6p { display:block; }
 }@media only screen and (max-width: 763px) { #dLDFwZ9vWfgsANDGdVF1UOg3s8Ox6vmD { top:4.75rem;left:0rem;width:28.5rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf7aJVqZ7nNlz23QCXSvOnE58hwN0Mpf { top:11.4375rem;left:0rem;width:38.625rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAeMVkwcD9c81m0Tg1gVfh3Fw4M3c8L4 { top:8.375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXXi1Z39gzCmmRJ4xdJ8zqvq8BPWTEF1 { display:none; }
 }@media only screen and (max-width: 763px) { #txv8tJxHyKD2hN3wL1T50RhVVwVV0qXa { display:none; }
 }@media only screen and (max-width: 763px) { #Tg3abZZdC55TTCqTkA1pBtAtFRT2zzyt { display:none; }
 }@media only screen and (max-width: 763px) { #byZW0CZCydf00bp2hIcsR3vGFz7HCE2e { display:none; }
 }@media only screen and (max-width: 763px) { #LT4S30yHHpTbtBfiEpTrXU0ghrPx2Jow { display:none; }
 }@media only screen and (max-width: 763px) { #Pw0i10TQdyCdgHutpKkwzwMnTWXzJy8G { display:none; }
 }@media only screen and (max-width: 763px) { #wKlIOTrhdT5n6NlZXtQGIkoQ2x30ROsT { display:none; }
 }@media only screen and (max-width: 763px) { #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF { display:flex;height:auto;width:27.8125rem;top:4.4375rem;left:0rem; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #LvICcmWTi41F8POTERf8tXs4gVIBeXXi {  }
 }@media only screen and (max-width: 763px) { #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #KfL5z323K3fLr1RJMWtqpd3Nk0iueHuJ {  }
 }@media only screen and (max-width: 763px) { #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #iQfvsyPz0qyTOJLgmk2ZlTlmTItktCJq {  }
 }@media only screen and (max-width: 763px) { #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #mTCCHmwnTHmv9EBQORttsT8lHkI6r7zV {  }
 }@media only screen and (max-width: 763px) { #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #X2R27hCI3ELt54clIF3Khb7nmsX8ozcs {  }
 }@media only screen and (max-width: 763px) { #Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R { display:block; }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgzgavQmwMyFkcEHEnTooV9JpFNTyoHe { top:4.875rem;left:0rem;width:36.25rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAMBQcCQLlikFXr0XeM4xwzEC0AFs0k0 { top:15.5625rem;left:12.9375rem;width:6.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuXFHl1cMfmsknC3TVHcp0mMaWDEXHOq { top:16.125rem;left:22.375rem;width:4.5625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngwk3fLTJngU5ZFf139gZSDxawKsmBXI { top:15.5625rem;left:30.625rem;width:5.5625rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSGc7v9e10Al1Nv7vqhf3IC3L8A0EqxQ { top:11.8125rem;left:23.3125rem;width:2.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G09lKnHURCGW8h4FFHISh2lQQaMIRC4S { top:11.8125rem;left:32.03125rem;width:2.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc4GrPqWw966pWzwqCAX38ITm95GsewK { top:11.8125rem;left:14.65625rem;width:2.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIT0g3HE8gbAEET3HX86IfkbZULyJsh5 { top:20.625rem;left:36.25rem;width:11.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFbslwSzdGZLBpQlOtcxwiBsTcRr24wX { display:block; }
 }@media only screen and (max-width: 763px) { #Q2UaTKSTiKAMxXRzpAbyFMlNDa7qlRiu { top:22.25rem;left:0rem;width:12.5625rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfW9PoLyzTq7w2ldInTIgeNS41lCfqSw { top:8.5rem;left:0rem;width:45.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3XKt1CySNzZvkt69zSbr9ozgprMibfT { top:15.125rem;left:37.90625rem;width:0.0625rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzBH2rAMywT9gzn6Oftf0UlE31mKJQyn { top:23.1875rem;left:36.25rem;width:11.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDciJhKQApNqHBe2QOD32c7yMdGHq9t { display:block; }
 }@media only screen and (max-width: 763px) { #P79HJ0l5dfToaphE6zcJGaqLdFauuTUD { top:25.75rem;left:36.1875rem;width:11.5625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q17OwU8viwksJrUf6E4eGCB4WXDH2PpW { display:block; }
 }@media only screen and (max-width: 763px) { #w6KhM3oKf68TImFSOk4Ti09OCgeTcbWa { top:15.125rem;left:28.78125rem;width:0.0625rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5mL4mKpkUzBwpnEVWF5FATGCT9bTl93 { top:15.125rem;left:20.59375rem;width:0.0625rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw030DqNsPJallHnpOHofB3PfBM97gei { top:32.5rem;left:0rem;width:13.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUAhsD9T9ZTivG2m6GPKIzTVKDeIUkqq { top:43.375rem;left:0rem;width:9.3125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1H7nWUsHkJorfv4gHkyOMqmHT8mtWyP { top:15.125rem;left:11.34375rem;width:0.0625rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC0pBFplJo5tXH6ErCcJQi6vOM5Vex54 { top:29.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5yH9cnX723Npn2NOvdgZUl0KAa8qcKW { top:33.3125rem;left:36.25rem;width:11.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqa3XffucpUzfu1lNasqFGv07ZM2Snbo { display:block; }
 }@media only screen and (max-width: 763px) { #LUyTDUGZbMb8B18GCtRUtIbbpXEs1ngx { top:30.75rem;left:36.0625rem;width:11.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlo5LfPELCXLKzo0Ddf4wHWsGRLnrVyA { display:block; }
 }@media only screen and (max-width: 763px) { #N84PGKb9hMrkHvTraogyOTUeOpXgKrP4 { top:39.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz7PLzrG5Xu2Mw8yxbGzl8xc5L87cG3B { top:41.1875rem;left:36.25rem;width:11.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvRynF1boB4VRHfNt5LPJFQ2MgEy1cmW { display:block; }
 }@media only screen and (max-width: 763px) { #rCXml6TxJzb4R7TfKuGdCeaHieaCpaEd { top:43.75rem;left:36.25rem;width:11.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mptb3Gl1SWa0rSIqe6HFPaxcfZJSJvBR { display:block; }
 }@media only screen and (max-width: 763px) { #lVyIQ4u1JhSvdWIV6dMZtyRm2wkz5Erl { top:19.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGSTbQnSQF9lfO87JSUTbI07nAQMDWeq { top:20.4375rem;left:15.34375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvX0JC7HMzzcAfPKsGilTzarpwtCSngJ { top:23.25rem;left:24rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIm0t8aaxqPhRaVEvOV2aRikAxNwx4lT { top:23.25rem;left:32.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evfh8kX2H57ngb8nW3aQPlXKVJQApUq7 { top:32.75rem;left:15.21875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKaxyGJnZH06T7p1O2aWTKepdcJZm39q { top:33.3125rem;left:24rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMl982EyRdhceLbs9SheHRqK5KmKKeCC { top:33.375rem;left:32.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGuyleGd968la5Xo6r4t2QlsimQ2RyMw { top:43.1875rem;left:15.21875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyTGnmyM6W5pAAOQt20TOwUvlsFd4JOl { top:43.8125rem;left:32.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK1slwWvqTCWFvrXoZDay4Opxo8gMUch { top:30.8125rem;left:0rem;width:4.9375rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqxgBXQtvrofH3t9VJD4OC0AsnCXdri1 { top:33.5625rem;left:0rem;width:4.4375rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJNWQ0bQ44PqpgCIwMZJ4x8mmr4gVkRW { top:16.125rem;left:22.9375rem;width:4.5625rem;height:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSpuHW0C8ZRmQMOd7gTvU29mrvov9w94 { top:45.375rem;left:0rem;width:4.9375rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBooykSPqkl7TnA91ZCSeClIGNcEe9VA { top:44.8125rem;left:0rem;width:4.4375rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFoxaNyQuzMicoPpUxhHv5a70QDdNRFd { top:35.875rem;left:36.1875rem;width:11.5625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPlhpaORl7TUcPM1lD4OWxpV1hhN1ckZ { display:block; }
 }@media only screen and (max-width: 763px) { #LU94qkno5k1JapqbgSkDCTDhCkJsJsTa { top:46.3125rem;left:36.1875rem;width:11.5625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyspQR2pfI5e7Ph8SofBVHxyaiymi9py { display:block; }
 }@media only screen and (max-width: 763px) { #tNWKsDk1Q2uuS9p3QfEad3NKHsuufBgT { top:22.5625rem;left:12.46875rem;width:7.0625rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9SP6Ax8XydNDxahfTky2F6TlnIDCIOV { top:26.8125rem;left:12.46875rem;width:7.0625rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGuSzU6gpRTTFUzq05c3D3M7XSgJU9n { top:24.8125rem;left:15.21875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxcy70HB7aZk2sFTrRH6LWsfDMGK4e3T { top:34.8125rem;left:12.46875rem;width:7.0625rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6cL0iXqoik25v9Br6dzPAl68Phb4hqO { top:45.375rem;left:12.46875rem;width:7.0625rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZMzTrK3cHs58TULJJzoCkXZfJs7KvbO { top:21.6875rem;left:0rem;width:16.625rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBL9ThvcIZVONAaOSIkzmb2fimlUKD7r { top:37.4375rem;left:0rem;width:11.0625rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEnU0LO5EzX9Zdk8zDfGPJo4Vz8xxULm { top:51.875rem;left:0rem;width:11.0625rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7ai0AA3F5mH50VLI9T6JM7T3e3UzkHe { top:15.0625rem;left:0rem;width:4.9375rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC { display:block; }#NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZSMF239t0PJqEqR5u8Il9XmpRNplGUA { top:2.3125rem;left:9.25rem;width:29.1875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBAXTMvPaZDs0V0Pa2ZAOuM2dTD560gt { top:9.125rem;left:0rem;width:11.6875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1UZeQTcTEOp1C5FH3fFhG2OyJzbtfN0 { top:6.3125rem;left:13.6875rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze3sNVJJxlrTb4HKcOgC7xR7wS7hHALT { top:9.125rem;left:36.0625rem;width:11.6875rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMU5fLzNsoBHTTf45x2GoNgvPZipGFms { width:8.5rem;height:2.1875rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McttWORqCi63E5hgXXQp0cNPs67AcRKZ { display:block; }
 }@media only screen and (max-width: 763px) { #xWMod6FctDNJNnyMLVilHguCZV1whT0S { width:8.5rem;height:2.1875rem;top:13.125rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBypTNgpvwnmXfuFo5IpOlfuxU258b6H { display:block; }
 }@media only screen and (max-width: 763px) { #HTdJGb23pnH8rBpxnqP9UTTID81M8VCf { top:6.8125rem;left:0rem;width:10.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4S6v3EcyB2JcZHXoMmyewoA0mRUVIel { top:6.8125rem;left:19.78125rem;width:8.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcd6AbhxJ0FNVHiZhs8KKzdcr9Uop3Qt { top:9.125rem;left:18.03125rem;width:11.6875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5HnBQU5DzqfDrofINsbmab0V7yZWuFh { width:8.5rem;height:2.1875rem;top:13.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SloRytJyA22fBWnrGythSE4JfgprsR86 { display:block; }
 }@media only screen and (max-width: 763px) { #KwxImQsqcPsNVcJEAaV1n71HToQF4LlT { top:6.3125rem;left:33.9375rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exSivLTsWeKb0IWcaA7EUkMBhwC4KpPv { top:6.8125rem;left:33.0625rem;width:14.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 { display:block; }#XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTu7RCXDVRKk4J94GTQe6vS1KbeLcsTw { top:11.25rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwQH715t5vQWPhRQW839dCfb5MCWGZKI { width:15.9375rem;height:2.25rem;top:14.375rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQby3kSMhwWtWuD006RD5adZ9KDTgLOD { display:block; }
 }@media only screen and (max-width: 763px) { #BlAadMu2Mqp5AT18TErWtSq7ex3zPX3P { top:4.875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz { display:block; }#wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLVZsWHTZbqi1UE28p2qNakDersQ1FMX { top:4.875rem;left:6.875rem;width:34rem;height:4.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwaKnJTsRKn0R3ToWuHR0ZWkECDwIgie { top:11.1875rem;left:2.28125rem;width:43.1875rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFu0xRzFCv6ZLT6DLC9fp5nBeDzKwxIr { width:11.375rem;height:2.1875rem;top:20.3125rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc5qZFfwUpm5XdGrqQ4Is4cgf11v082x { display:block; }
 }@media only screen and (max-width: 763px) { #LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI { display:block; }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWUo5hJXoQ4T6kSPI3s83hCrkZNsGHwz { top:9.4375rem;left:0rem;width:18.4375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW6PGkMTEFTIrGCrpxZTddd69wa9C0cW { top:4.9375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS7vUHgH8rAm9qGdXTUXITrTEfQ2J0Id { top:31.5625rem;left:0rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2MPaPfJcpOl294mb8okIfRJJ1wGnXUC { display:block; }
 }@media only screen and (max-width: 763px) { #Iu30ypad4RkSUXPoGyTcadBqm01eqK7m { top:17.9375rem;left:0rem;width:7.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A636qITPMqL9HbdiSfiinTRZ95nRktbv { display:block; }
 }@media only screen and (max-width: 763px) { #wiagb5slrTyuTmi7N1W13TlVtAUlTCaX { top:17.9375rem;left:23.4375rem;width:12rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTZvs9z2UI9qXBIaIuXoTHGSIkmnKlQ { display:block; }
 }@media only screen and (max-width: 763px) { #kWfU4uGUe6dECMFlwwCf7EmbKdBo1fv1 { top:9.4375rem;left:19.5625rem;width:28.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBgXUb4tXPgkV1vtTlfFALFH5ILZUJFT { top:9.5rem;left:18.40625rem;width:0.0625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG { display:block; }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6k1vnJ5twpxQneopJcoPaqcHFtOzOgh { top:4.9375rem;left:0.5rem;width:46.75rem;height:4.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkT6ItP83OtLXZXkXe1H41Ehm8qci6HS { top:13rem;left:0rem;width:13.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ24hGsaLxNIM5bJSulDGXZtO5vDLBrf { top:12.25rem;left:0rem;width:13.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNeMvGzcbD6hvsXHmMm0mEhqq1BwyZHO { top:20.3125rem;left:3.375rem;width:3.75rem;height:3.75rem;display:block; }
#TNeMvGzcbD6hvsXHmMm0mEhqq1BwyZHO > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #NxTCah0GopVncKWG0pG0ycJGC82JeyMt { top:12.9375rem;left:17.4375rem;width:13.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHePfWoZczfoseRvw8X1mmhdOhlsa7KQ { top:12.1875rem;left:16.6875rem;width:13.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpEa2FhfV3AtHSsJuz3Goz5BBUbWp0sJ { top:20.3125rem;left:21.3125rem;width:3.75rem;height:3.75rem;display:block; }
#HpEa2FhfV3AtHSsJuz3Goz5BBUbWp0sJ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #zeoxZkH0TzzprZdIaozLoVI1BAKKDoax { top:12.9375rem;left:34.125rem;width:13.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A64EofNcR2zlZnlsfQ7XEzs9KB7JemZW { top:12.1875rem;left:34.125rem;width:13.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMFxXbQ98gyuya1upzRUbcSmpxHZSQX4 { top:20.3125rem;left:39.625rem;width:3.75rem;height:3.75rem;display:block; }
#XMFxXbQ98gyuya1upzRUbcSmpxHZSQX4 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #rmuRLprewbSWWdx26ZEHKtTsSSWO4svM { display:block; }#rmuRLprewbSWWdx26ZEHKtTsSSWO4svM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6Jygb6bE1OTBulfk6Q5VF40ZiB7VJc6 { top:2.3125rem;left:9.25rem;width:29.1875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4WEOsm4AtwOCoPvo8RJhAMDVlJFZao { top:9.125rem;left:0rem;width:11.6875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzTllAqryFc8BWIDneIe5N3euQeQHQ9D { top:6.3125rem;left:13.6875rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHRpOc8bm6xFIMbIml3zFN1p1kfsWh4P { top:9.125rem;left:40.25rem;width:7.5rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQoDOfDP9Mmwxlbb3m0rw8FBwF4hSMlU { width:8.5rem;height:2.1875rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaJVAxlNM1XS51mLmG1Gdk11VvR0aQ29 { display:block; }
 }@media only screen and (max-width: 763px) { #TfvMDyqvPeVIFsWJH6Oeux0RER3ATIZZ { width:8.5rem;height:2.1875rem;top:13.125rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #URuZqwJXfKqp1TdTlvl0h7i7r5ZFeRxv { display:block; }
 }@media only screen and (max-width: 763px) { #KdVmkFNyaomhC2gG9Qt8PJURLTIy0XAR { top:6.8125rem;left:0rem;width:10.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxPbiIL4xGui3LcIAsepDwwV2q6UUMTU { top:6.8125rem;left:19.78125rem;width:8.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMLLhgHTIJ7HLaeBJTpuWTsDrnAFGyCW { top:9.125rem;left:18.03125rem;width:11.6875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iATVUZJQ4L083LR1ym7JIUuUuBfIP5Tq { width:8.5rem;height:2.1875rem;top:13.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMMtrNGP9aM1gq1WasEhGFqLvBJl1dZk { display:block; }
 }@media only screen and (max-width: 763px) { #izp1v1LRk04cFx41lLUoO6Jwr8HUiv5G { top:6.3125rem;left:33.9375rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrbRB0Hoc4aqqiTxp1wkEZTDPQiVZ9kW { top:6.8125rem;left:33.0625rem;width:14.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBd0RtMeqSC2qanXItbDu80lTKAAsAOA { display:block; }#kBd0RtMeqSC2qanXItbDu80lTKAAsAOA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMkyKyVdrhctXiTpuAWaf0Q4kXP89ZDT { top:2.375rem;left:9.125rem;width:29.5rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXbkHuut1p34yTQZnnr7aZwN9am4QrIM { width:8.5rem;height:2.1875rem;top:5.75rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE7aWrXlrtBTsuor0OQ7Prp02mMCOrVC { display:block; }
 }@media only screen and (max-width: 763px) { #QLapZMqXPxiyZHOnUecdo671tZC4dsQ9 { display:block; }#QLapZMqXPxiyZHOnUecdo671tZC4dsQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d45fRJ2lZTvv8IemeAMmGbySVL5uy2b9 { top:2.375rem;left:9.125rem;width:29.5rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTCmVEJN6ObsSJhnDytozvvgVc36lml9 { width:8.5rem;height:2.1875rem;top:5.75rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9lqcWGT0swTP2uf07gbCTG7lX9DyweV { display:block; }
 }@media only screen and (max-width: 763px) { #PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e { display:block; }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3Mb65CX9FFoVoGcJ6Zq2Ix5pk3OinJm { top:3.5625rem;left:30.5rem;width:17.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO9wxvnNc1xBLxdZkkud0dtUMfax3kI4 { top:5.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFFrTmLcT2rIvVZsAndQwCTWmo2Q7RII { top:5.1875rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHhH2PUibhizZZ4RcyVdGWp7XoVJ0GvK { top:5.1875rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa8WDRSti2nhuG9fL61ygWodTrTkBXKJ { top:4.125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iizTaQawPk4udvZnIqhnz3KH32HWAFQR { top:6.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5GWdxXm8haryeiIPwi5mdoBDWmt6bwy { top:4.6875rem;left:0rem;width:20.1875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoigZBSkmGPKCceTbVLTemanEb0VtFng { top:6.875rem;left:0rem;width:14.75rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU8bJ7SHJIQbSLPytR41r3qxs8ASwhps { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #PBJOQi2MK3kc3PKl9gkthtFciBAICtWW { top:5.4375rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
#PBJOQi2MK3kc3PKl9gkthtFciBAICtWW > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #fiWTQ7RwCV1auyvHnDp6AtRvRMvfcNEv { top:5.5625rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
#fiWTQ7RwCV1auyvHnDp6AtRvRMvfcNEv > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #WfGOWnbWdUkSxJwW8M7G3QEmNFbJwgA0 { top:2.5rem;left:0rem;width:7.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 { display:block; }#P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4W0Gko598JJf4b342MnB6TEEr44FICQ { top:1.5rem;left:32.5rem;width:15.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG1CdFrmsFiUrbuZXx3R3vMHuuniH9iF { top:1.25rem;left:0rem;width:10.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row .container { background-color: transparent; background-image: none; }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row .container > .video-iframe-container { display: none; }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row > .video-iframe-container { display: none; }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .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); }#R38HNDOpH2tS7hRQgZeOGFRNBIz5h6li > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AV6IfTRFEQ1GFIyaHK0RBqIkb9tBWuPi { top:8.0625rem;left:5.5625rem;width:8.875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNl8ePxS5mAGdQT5Rumr5rSwxRJEMVvm { display:block; }
 }@media only screen and (max-width: 763px) { #Vqnr5LFi13NQ0rbbBVWO7iHpPMqI33ek { top:11.0625rem;left:7.375rem;width:5.1875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnZ8HfXmKci0lhKnVKfkT658y147R4df { display:block; }
 }@media only screen and (max-width: 763px) { #MAWIDTMRXFLCqRERtvNO5LWTgTOcrhq5 { top:14.0625rem;left:5.125rem;width:9.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #keUO4C6uAiAQA9csrvJgRsgRKK38vtkT { display:block; }
 }@media only screen and (max-width: 763px) { #FnhO0mTq9lQvm0BZMdCJlZkLCRFSnoUN { width:12.5625rem;height:2.6875rem;top:1rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5032cca8-e57a-4c83-ab17-fcb802445dbf/ScreenLoopEdilicioEdit.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk.adaptive-delivery-prevent-bg, #moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk.lazyload, #moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk.lazyloading { background-image: none; }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row .container { background-color: transparent; background-image: none; }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row .container > .video-iframe-container { display: none; }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row > .video-iframe-container { display: none; }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .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); }#moebbUcVpDJTKJxUOTKMbbsn0FbWIlgk > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL7LOaWeKorTES2d91vUukJvL5N0FKMx { width:16.25rem;height:4.125rem;top:4.5625rem;left:1.875rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wIQtLrpfntP0CvMO4rpR2TX5zhx62Ex5 { width:14.8125rem;height:2.611325rem;top:9.625rem;left:2.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i { display:block; }#TcTFd0Tzc67PiPgSNF6C5mxEZkJ5Qm5i > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSnmuZqxmgDkJ2ai7FuRkZTD6XkZdqbV { width:6.375rem;height:1.375rem;top:17.296875rem;left:2.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HO6rk7adIlQAC9T34vBwXweRgxDcXRez { width:16.5625rem;height:4.8125rem;top:19.5625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDZgbVnQtug5FTWJihQFBpQZTocGdGVu { width:16.5625rem;height:4.8125rem;top:25rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrCf9Q815xMrPGtNXJhMSTnkQxLfASRx { width:16.5625rem;height:4.8125rem;top:30.5rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBTDS1KyssVFhtvTVoP71bdlJa3JRF35 { width:16.5625rem;height:4.8125rem;top:36.015625rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OworNpBpROlJVh3w5IGkIGq6tdWy6Dwn { width:7.5rem;height:1.375rem;top:21.65625rem;left:2.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zlHxB12raIAvpJNE2Tt0TndXhbpfRulz { width:6.25rem;height:1.375rem;top:26.03125rem;left:2.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nLEfoPeOMHHBNhvzCN5xflbtZ96CfxwR { width:16.5625rem;height:4.8125rem;top:58rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDkKg6dKkDyo66XOGpKClfeqU2gyz5TT { width:16.5625rem;height:4.8125rem;top:52.40625rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8xIQsiBgIElIoWrdhMcaikr7b95OCT6 { width:6.75rem;height:1.375rem;top:43.5rem;left:2.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cKzVElDUiHIpKVWzcX8X6KpvWLsh8v1U { width:16.5625rem;height:4.8125rem;top:46.90625rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpJEcTFVWzkektH8dpLZF8aNxyrZeTln { width:7.875rem;height:1.375rem;top:39.125rem;left:2.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfzoZL3NmTtqExJU0yeaLNnzMeLrFzrb { width:14.25rem;height:4.8125rem;top:41.5029296875rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mB7CSVtFNUCkspsbUM0M9lrTIh94zDf5 { width:11.125rem;height:1.4433625rem;top:34.6875rem;left:2.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dLQk6t5yPkbxHVh5UtfE67p8pJFafB7c { width:7.125rem;height:1.375rem;top:30.359375rem;left:2.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UiCZobI1qNUW7OHHOyIo0Oer32W5VZd7 { width:7.0625rem;height:2.75rem;top:47.5625rem;left:2.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XJaP196tvI2eXzTNsBHb702UJA8ZvcK2 { top:17.09375rem;left:12.875rem;width:5.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9PbP2C9T2OwRVvewFnLcRIUR6O6vFn5 { display:block; }
 }@media only screen and (max-width: 763px) { #iLNJJ7bhpLix65IhV29xKOyMCteBOb83 { top:21.40625rem;left:12.875rem;width:5.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRMgOAiuTVlvf6gBwmLgRagUafU8nEzS { display:block; }
 }@media only screen and (max-width: 763px) { #ztSJdlvN8tVKZ67KO6tsaJ32c9dwRtDq { top:25.78125rem;left:12.875rem;width:5.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLoDXE8pTOiXn0pk7M6pWVvf18X41Txf { display:block; }
 }@media only screen and (max-width: 763px) { #VAXWKww9SfIeAxpr6Ha1s7k9QETVKfHT { top:30.109375rem;left:12.875rem;width:5.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU39gW6veh3ZPqycerxdn1qTtWpMN0wF { display:block; }
 }@media only screen and (max-width: 763px) { #SSNyZFrk6l6N8Vcv2fcvrDDnBGxgq4XJ { top:48rem;left:12.875rem;width:5.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNi55pTh2yFny2TpqxbKx2R7kkDaksB0 { display:block; }
 }@media only screen and (max-width: 763px) { #KiarDd7pwsIgerl2LSyCKNgWP4kvcV0u { top:43.25rem;left:12.875rem;width:5.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNaOd1CxRpmbIO2f09VizDDhrolQV6BI { display:block; }
 }@media only screen and (max-width: 763px) { #XO1eWkv6R5zKCnmMNsy1prErKVTnnJfd { top:38.875rem;left:12.875rem;width:5.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxGZFc4uD6153OaTIOLUqup591XCyh1 { display:block; }
 }@media only screen and (max-width: 763px) { #QZEwmdm1H2xzKugw5a36VGZUzE5OAtvc { top:34.4716796875rem;left:12.875rem;width:5.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSuyVMOtLoz0GxoBEb8WiMK6hMViLo6p { display:block; }
 }@media only screen and (max-width: 763px) { #dLDFwZ9vWfgsANDGdVF1UOg3s8Ox6vmD { width:14.875rem;height:1.5rem;top:2.125rem;left:1.6875rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Uf7aJVqZ7nNlz23QCXSvOnE58hwN0Mpf { width:16.5625rem;height:4.5rem;top:10.25rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TAeMVkwcD9c81m0Tg1gVfh3Fw4M3c8L4 { width:16.125rem;height:4.5rem;top:4.875rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zXXi1Z39gzCmmRJ4xdJ8zqvq8BPWTEF1 { top:33.1875rem;left:1.71875rem;width:16.5625rem;height:0.0625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #txv8tJxHyKD2hN3wL1T50RhVVwVV0qXa { top:37.625rem;left:1.71875rem;width:16.5625rem;height:0.0625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3abZZdC55TTCqTkA1pBtAtFRT2zzyt { top:28.921875rem;left:1.71875rem;width:16.5625rem;height:0.0625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #byZW0CZCydf00bp2hIcsR3vGFz7HCE2e { top:24.46875rem;left:1.71875rem;width:16.5625rem;height:0.0625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #LT4S30yHHpTbtBfiEpTrXU0ghrPx2Jow { top:20.15625rem;left:1.71875rem;width:16.5625rem;height:0.0625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Pw0i10TQdyCdgHutpKkwzwMnTWXzJy8G { top:42rem;left:1.71875rem;width:16.5625rem;height:0.0625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #wKlIOTrhdT5n6NlZXtQGIkoQ2x30ROsT { top:46.375rem;left:1.71875rem;width:16.5625rem;height:0.0625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1;overflow:hidden; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-desc-text { font-size:0.9375rem;height:auto; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-trigger { height:1.25rem;width:1.25rem;min-width:1.25rem; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF { display:flex;height:auto;width:15.5625rem;top:52.875rem;left:1.65625rem;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;gap:0.3125rem; }
#FBx964bNQr7hROHuoUVAkTJCPsRJaDAF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #LvICcmWTi41F8POTERf8tXs4gVIBeXXi {  }
 }@media only screen and (max-width: 763px) { #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #KfL5z323K3fLr1RJMWtqpd3Nk0iueHuJ {  }
 }@media only screen and (max-width: 763px) { #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #iQfvsyPz0qyTOJLgmk2ZlTlmTItktCJq {  }
 }@media only screen and (max-width: 763px) { #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #mTCCHmwnTHmv9EBQORttsT8lHkI6r7zV {  }
 }@media only screen and (max-width: 763px) { #FBx964bNQr7hROHuoUVAkTJCPsRJaDAF #X2R27hCI3ELt54clIF3Khb7nmsX8ozcs {  }
 }@media only screen and (max-width: 763px) { #Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R { background-color:#ffffff;background-image:none;display:block; }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row .container { background-color: transparent; background-image: none; }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row .container > .video-iframe-container { display: none; }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row > .video-iframe-container { display: none; }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .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); }#Sb7xqhdbH3L3Eflxpm9NkoFVhcqu2H3R > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgzgavQmwMyFkcEHEnTooV9JpFNTyoHe { width:16.25rem;height:1.5rem;top:2.125rem;left:1.6875rem;font-size:1.5rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hAMBQcCQLlikFXr0XeM4xwzEC0AFs0k0 { width:4.9375rem;height:0;top:15.0859375rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #XuXFHl1cMfmsknC3TVHcp0mMaWDEXHOq { width:3.6875rem;height:0.9619125rem;top:17.421875rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ngwk3fLTJngU5ZFf139gZSDxawKsmBXI { width:4.4375rem;height:1.923825rem;top:18.8203125rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hSGc7v9e10Al1Nv7vqhf3IC3L8A0EqxQ { width:1.6875rem;height:1.5625rem;top:36.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G09lKnHURCGW8h4FFHISh2lQQaMIRC4S { width:1.5rem;height:1.5625rem;top:36.75rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dc4GrPqWw966pWzwqCAX38ITm95GsewK { width:1.4375rem;height:1.5625rem;top:36.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dIT0g3HE8gbAEET3HX86IfkbZULyJsh5 { top:13.6875rem;left:7.25rem;width:11rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFbslwSzdGZLBpQlOtcxwiBsTcRr24wX { display:block; }
 }@media only screen and (max-width: 763px) { #Q2UaTKSTiKAMxXRzpAbyFMlNDa7qlRiu { width:16.6875rem;height:2.25rem;top:9.6484375rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WfW9PoLyzTq7w2ldInTIgeNS41lCfqSw { width:14.9375rem;height:3.375rem;top:4.5859375rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A3XKt1CySNzZvkt69zSbr9ozgprMibfT { width:0.0625rem;height:29.0625rem;top:168.8984375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzBH2rAMywT9gzn6Oftf0UlE31mKJQyn { top:16.1875rem;left:7.25rem;width:11rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDciJhKQApNqHBe2QOD32c7yMdGHq9t { display:block; }
 }@media only screen and (max-width: 763px) { #P79HJ0l5dfToaphE6zcJGaqLdFauuTUD { top:18.75rem;left:7.25rem;width:11.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q17OwU8viwksJrUf6E4eGCB4WXDH2PpW { display:block; }
 }@media only screen and (max-width: 763px) { #w6KhM3oKf68TImFSOk4Ti09OCgeTcbWa { width:0.0625rem;height:29.0625rem;top:130.1484375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5mL4mKpkUzBwpnEVWF5FATGCT9bTl93 { width:0.0625rem;height:29.0625rem;top:97.0234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fw030DqNsPJallHnpOHofB3PfBM97gei { width:15.5rem;height:2.25rem;top:25.375rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XUAhsD9T9ZTivG2m6GPKIzTVKDeIUkqq { width:16.625rem;height:1.125rem;top:41.0234375rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K1H7nWUsHkJorfv4gHkyOMqmHT8mtWyP { width:0.0625rem;height:29.0625rem;top:63.8984375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sC0pBFplJo5tXH6ErCcJQi6vOM5Vex54 { width:20rem;height:0.0625rem;top:54.2734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5yH9cnX723Npn2NOvdgZUl0KAa8qcKW { top:31.8125rem;left:7.3125rem;width:11rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqa3XffucpUzfu1lNasqFGv07ZM2Snbo { display:block; }
 }@media only screen and (max-width: 763px) { #LUyTDUGZbMb8B18GCtRUtIbbpXEs1ngx { top:29.3125rem;left:7.3125rem;width:11rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlo5LfPELCXLKzo0Ddf4wHWsGRLnrVyA { display:block; }
 }@media only screen and (max-width: 763px) { #N84PGKb9hMrkHvTraogyOTUeOpXgKrP4 { width:16.5625rem;height:0.0625rem;top:24.0859375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz7PLzrG5Xu2Mw8yxbGzl8xc5L87cG3B { top:43.75rem;left:7.3125rem;width:11rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvRynF1boB4VRHfNt5LPJFQ2MgEy1cmW { display:block; }
 }@media only screen and (max-width: 763px) { #rCXml6TxJzb4R7TfKuGdCeaHieaCpaEd { top:46.3125rem;left:7.3125rem;width:11rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mptb3Gl1SWa0rSIqe6HFPaxcfZJSJvBR { display:block; }
 }@media only screen and (max-width: 763px) { #lVyIQ4u1JhSvdWIV6dMZtyRm2wkz5Erl { width:16.5625rem;height:0.0625rem;top:39.6796875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGSTbQnSQF9lfO87JSUTbI07nAQMDWeq { display:flex;width:1.125rem;height:1.125rem;top:13.4609375rem;left:1.6875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #kvX0JC7HMzzcAfPKsGilTzarpwtCSngJ { display:flex;width:1.125rem;height:1.125rem;top:29.125rem;left:1.6875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #XIm0t8aaxqPhRaVEvOV2aRikAxNwx4lT { display:flex;width:1.125rem;height:1.125rem;top:43.625rem;left:1.6875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #evfh8kX2H57ngb8nW3aQPlXKVJQApUq7 { display:flex;width:1.5625rem;height:1.5625rem;top:94.2109375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKaxyGJnZH06T7p1O2aWTKepdcJZm39q { display:flex;width:1.5625rem;height:1.5625rem;top:127.3359375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMl982EyRdhceLbs9SheHRqK5KmKKeCC { display:flex;width:1.5625rem;height:1.5625rem;top:160.4609375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGuyleGd968la5Xo6r4t2QlsimQ2RyMw { display:flex;width:1.5625rem;height:1.5625rem;top:163.2734375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyTGnmyM6W5pAAOQt20TOwUvlsFd4JOl { display:flex;width:1.5625rem;height:1.5625rem;top:166.0859375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BK1slwWvqTCWFvrXoZDay4Opxo8gMUch { width:4.9375rem;height:1.923825rem;top:30.814453125rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #VqxgBXQtvrofH3t9VJD4OC0AsnCXdri1 { width:4.4375rem;height:1.923825rem;top:34.5703125rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #MJNWQ0bQ44PqpgCIwMZJ4x8mmr4gVkRW { width:3.6875rem;height:0.9619125rem;top:33.109375rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #kSpuHW0C8ZRmQMOd7gTvU29mrvov9w94 { width:4.9375rem;height:1.923825rem;top:45.376953125rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #nBooykSPqkl7TnA91ZCSeClIGNcEe9VA { width:4.4375rem;height:1.923825rem;top:47.7578125rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #PFoxaNyQuzMicoPpUxhHv5a70QDdNRFd { top:34.3125rem;left:7.25rem;width:11.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPlhpaORl7TUcPM1lD4OWxpV1hhN1ckZ { display:block; }
 }@media only screen and (max-width: 763px) { #LU94qkno5k1JapqbgSkDCTDhCkJsJsTa { top:48.8125rem;left:7.25rem;width:11.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyspQR2pfI5e7Ph8SofBVHxyaiymi9py { display:block; }
 }@media only screen and (max-width: 763px) { #tNWKsDk1Q2uuS9p3QfEad3NKHsuufBgT { width:7.0625rem;height:0;top:52.2431625rem;left:6.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #J9SP6Ax8XydNDxahfTky2F6TlnIDCIOV { width:7.0625rem;height:0;top:57.2041rem;left:6.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dNGuSzU6gpRTTFUzq05c3D3M7XSgJU9n { display:flex;width:1.5625rem;height:1.5625rem;top:54.3916rem;left:9.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kxcy70HB7aZk2sFTrRH6LWsfDMGK4e3T { width:7.0625rem;height:0;top:59.3525375rem;left:6.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z6cL0iXqoik25v9Br6dzPAl68Phb4hqO { width:7.0625rem;height:0;top:64.688475rem;left:6.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zZMzTrK3cHs58TULJJzoCkXZfJs7KvbO { width:16.625rem;height:0.8994125rem;top:21.7265625rem;left:1.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #LBL9ThvcIZVONAaOSIkzmb2fimlUKD7r { width:11.0625rem;height:0.8994125rem;top:37.4931640625rem;left:1.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hEnU0LO5EzX9Zdk8zDfGPJo4Vz8xxULm { width:11.0625rem;height:0.8994125rem;top:51.92578125rem;left:1.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #d7ai0AA3F5mH50VLI9T6JM7T3e3UzkHe { width:4.9375rem;height:1.923825rem;top:15.0849609375rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC { display:block; }#NXtcJhMQpwvgv0PryUIaFXrNebHP5CvC > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZSMF239t0PJqEqR5u8Il9XmpRNplGUA { width:17.5625rem;height:1.6494125rem;top:1.9375rem;left:1.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RBAXTMvPaZDs0V0Pa2ZAOuM2dTD560gt { width:14.8125rem;height:2.0625rem;top:7rem;left:2.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #C1UZeQTcTEOp1C5FH3fFhG2OyJzbtfN0 { width:12.5rem;height:0.0625rem;top:13.375rem;left:3.75rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ze3sNVJJxlrTb4HKcOgC7xR7wS7hHALT { width:13.875rem;height:0.9375rem;top:26.375rem;left:3.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eMU5fLzNsoBHTTf45x2GoNgvPZipGFms { width:7.5rem;height:2.0625rem;top:9.6875rem;left:6.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #McttWORqCi63E5hgXXQp0cNPs67AcRKZ { display:block; }
 }@media only screen and (max-width: 763px) { #xWMod6FctDNJNnyMLVilHguCZV1whT0S { width:7.5rem;height:2.0625rem;top:27.875rem;left:6.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vBypTNgpvwnmXfuFo5IpOlfuxU258b6H { display:block; }
 }@media only screen and (max-width: 763px) { #HTdJGb23pnH8rBpxnqP9UTTID81M8VCf { width:8.125rem;height:1.375rem;top:5.3125rem;left:5.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #q4S6v3EcyB2JcZHXoMmyewoA0mRUVIel { width:8.125rem;height:1.375rem;top:14.8125rem;left:5.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mcd6AbhxJ0FNVHiZhs8KKzdcr9Uop3Qt { width:15.5625rem;height:2.0625rem;top:16.6875rem;left:2.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #b5HnBQU5DzqfDrofINsbmab0V7yZWuFh { width:7.5rem;height:2.0625rem;top:19.375rem;left:6.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SloRytJyA22fBWnrGythSE4JfgprsR86 { display:block; }
 }@media only screen and (max-width: 763px) { #KwxImQsqcPsNVcJEAaV1n71HToQF4LlT { width:12.5rem;height:0.0625rem;top:23.0625rem;left:3.75rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #exSivLTsWeKb0IWcaA7EUkMBhwC4KpPv { width:11.5rem;height:1.375rem;top:24.4375rem;left:4.25rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 { display:block; }#XIJ1NaWGwP2k8wo6TOIuWIAdTQfTwsG4 > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTu7RCXDVRKk4J94GTQe6vS1KbeLcsTw { width:13.9375rem;height:3.09375rem;top:10.310546875rem;left:3.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zwQH715t5vQWPhRQW839dCfb5MCWGZKI { width:14.6875rem;height:2.0625rem;top:15.25rem;left:2.6875rem;font-size:0.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WQby3kSMhwWtWuD006RD5adZ9KDTgLOD { display:block; }
 }@media only screen and (max-width: 763px) { #BlAadMu2Mqp5AT18TErWtSq7ex3zPX3P { width:15.4375rem;height:6.597625rem;top:2.275390625rem;left:2.28125rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz { display:block; }#wB8Zk45iXEWcgAeLqpKWSZPCH118MuHz > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLVZsWHTZbqi1UE28p2qNakDersQ1FMX { width:16.6875rem;height:4.94824375rem;top:2.125rem;left:1.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UwaKnJTsRKn0R3ToWuHR0ZWkECDwIgie { width:16.5625rem;height:14.4375rem;top:8rem;left:1.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tFu0xRzFCv6ZLT6DLC9fp5nBeDzKwxIr { width:10.125rem;height:2.0625rem;top:23.4375rem;left:4.9375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Mc5qZFfwUpm5XdGrqQ4Is4cgf11v082x { display:block; }
 }@media only screen and (max-width: 763px) { #LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI { background-color:rgba(var(--color-secondary-2),1);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; }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row .container { background-color: transparent; background-image: none; }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row .container > .video-iframe-container { display: none; }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row > .video-iframe-container { display: none; }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .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); }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row .container { border-width: 0; border-radius: 0; }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LQyI62EuVMsWraTiPHnZ8ISfpfarfTrI > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWUo5hJXoQ4T6kSPI3s83hCrkZNsGHwz { width:14.25rem;height:5.68359375rem;top:10.375rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sW6PGkMTEFTIrGCrpxZTddd69wa9C0cW { width:12.875rem;height:6.597625rem;top:2.25rem;left:3.5rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yS7vUHgH8rAm9qGdXTUXITrTEfQ2J0Id { top:31.5625rem;left:6.375rem;width:7.1875rem;height:1.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2MPaPfJcpOl294mb8okIfRJJ1wGnXUC { display:block; }
 }@media only screen and (max-width: 763px) { #Iu30ypad4RkSUXPoGyTcadBqm01eqK7m { top:16.94140625rem;left:6.09375rem;width:7.8125rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A636qITPMqL9HbdiSfiinTRZ95nRktbv { display:block; }
 }@media only screen and (max-width: 763px) { #wiagb5slrTyuTmi7N1W13TlVtAUlTCaX { top:29.81640625rem;left:4.59375rem;width:10.8125rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTZvs9z2UI9qXBIaIuXoTHGSIkmnKlQ { display:block; }
 }@media only screen and (max-width: 763px) { #kWfU4uGUe6dECMFlwwCf7EmbKdBo1fv1 { width:15.6875rem;height:6.8203125rem;top:22.12109375rem;left:2.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lBgXUb4tXPgkV1vtTlfFALFH5ILZUJFT { width:12.5rem;height:0.0625rem;top:20.46875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row .container { background-color: transparent; background-image: none; }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row .container > .video-iframe-container { display: none; }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row > .video-iframe-container { display: none; }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .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); }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row .container { border-width: 0; border-radius: 0; }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2gawuD6vzyVK4lJN3qg1eNWkcEaRHWG > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6k1vnJ5twpxQneopJcoPaqcHFtOzOgh { width:15.25rem;height:5.7734375rem;top:2.3125rem;left:2.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkT6ItP83OtLXZXkXe1H41Ehm8qci6HS { width:13.625rem;height:13.625rem;top:27.75rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQ24hGsaLxNIM5bJSulDGXZtO5vDLBrf { width:5.3125rem;height:12.5rem;top:9.6875rem;left:1.59375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5be1a56a-de19-43ef-954c-8d42ca425e12/Portadas_MIsabelVega.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qQ24hGsaLxNIM5bJSulDGXZtO5vDLBrf.adaptive-delivery-prevent-bg, #qQ24hGsaLxNIM5bJSulDGXZtO5vDLBrf.lazyload, #qQ24hGsaLxNIM5bJSulDGXZtO5vDLBrf.lazyloading { background-image: none; }
#qQ24hGsaLxNIM5bJSulDGXZtO5vDLBrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); } }@media only screen and (max-width: 763px) { #TNeMvGzcbD6hvsXHmMm0mEhqq1BwyZHO { display:flex;width:2.5rem;height:2.5rem;top:18.4375rem;left:3rem;font-size:1.75rem; }
#TNeMvGzcbD6hvsXHmMm0mEhqq1BwyZHO > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #NxTCah0GopVncKWG0pG0ycJGC82JeyMt { width:13.625rem;height:13.625rem;top:25.3125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHePfWoZczfoseRvw8X1mmhdOhlsa7KQ { width:5.3125rem;height:12.5rem;top:9.6875rem;left:7.34375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0f19acd-a4aa-448d-841e-ed8858128b83/Portadas_DrSebastianCroattin.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KHePfWoZczfoseRvw8X1mmhdOhlsa7KQ.adaptive-delivery-prevent-bg, #KHePfWoZczfoseRvw8X1mmhdOhlsa7KQ.lazyload, #KHePfWoZczfoseRvw8X1mmhdOhlsa7KQ.lazyloading { background-image: none; }
#KHePfWoZczfoseRvw8X1mmhdOhlsa7KQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); } }@media only screen and (max-width: 763px) { #HpEa2FhfV3AtHSsJuz3Goz5BBUbWp0sJ { display:flex;width:2.5rem;height:2.5rem;top:18.4375rem;left:8.75rem;font-size:1.75rem; }
#HpEa2FhfV3AtHSsJuz3Goz5BBUbWp0sJ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #zeoxZkH0TzzprZdIaozLoVI1BAKKDoax { width:13.625rem;height:13.625rem;top:40.4375rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A64EofNcR2zlZnlsfQ7XEzs9KB7JemZW { width:5.3125rem;height:12.5rem;top:9.6875rem;left:13rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb64f577-96ac-43e6-aac7-302e5821b524/Portadas_MartnButtaro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#A64EofNcR2zlZnlsfQ7XEzs9KB7JemZW.adaptive-delivery-prevent-bg, #A64EofNcR2zlZnlsfQ7XEzs9KB7JemZW.lazyload, #A64EofNcR2zlZnlsfQ7XEzs9KB7JemZW.lazyloading { background-image: none; }
#A64EofNcR2zlZnlsfQ7XEzs9KB7JemZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); } }@media only screen and (max-width: 763px) { #XMFxXbQ98gyuya1upzRUbcSmpxHZSQX4 { display:flex;width:2.5rem;height:2.5rem;top:18.4375rem;left:14.40625rem;font-size:1.75rem; }
#XMFxXbQ98gyuya1upzRUbcSmpxHZSQX4 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #rmuRLprewbSWWdx26ZEHKtTsSSWO4svM { display:none; }#rmuRLprewbSWWdx26ZEHKtTsSSWO4svM > .row .container { width:20rem;height:32.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H6Jygb6bE1OTBulfk6Q5VF40ZiB7VJc6 { width:17.5625rem;height:1.6494125rem;top:1.8125rem;left:1.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4WEOsm4AtwOCoPvo8RJhAMDVlJFZao { width:14.8125rem;height:2.0625rem;top:6.875rem;left:2.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HzTllAqryFc8BWIDneIe5N3euQeQHQ9D { width:12.5rem;height:0.0625rem;top:13.25rem;left:3.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yHRpOc8bm6xFIMbIml3zFN1p1kfsWh4P { width:13.875rem;height:1rem;top:26.25rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NQoDOfDP9Mmwxlbb3m0rw8FBwF4hSMlU { width:7.5rem;height:2.0625rem;top:9.5625rem;left:6.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zaJVAxlNM1XS51mLmG1Gdk11VvR0aQ29 { display:block; }
 }@media only screen and (max-width: 763px) { #TfvMDyqvPeVIFsWJH6Oeux0RER3ATIZZ { width:7.5rem;height:2.0625rem;top:27.8125rem;left:6.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #URuZqwJXfKqp1TdTlvl0h7i7r5ZFeRxv { display:block; }
 }@media only screen and (max-width: 763px) { #KdVmkFNyaomhC2gG9Qt8PJURLTIy0XAR { width:8.125rem;height:1.375rem;top:5.1875rem;left:5.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rxPbiIL4xGui3LcIAsepDwwV2q6UUMTU { width:8.125rem;height:1.375rem;top:14.6875rem;left:5.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QMLLhgHTIJ7HLaeBJTpuWTsDrnAFGyCW { width:15.5625rem;height:2.0625rem;top:16.5625rem;left:2.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iATVUZJQ4L083LR1ym7JIUuUuBfIP5Tq { width:7.5rem;height:2.0625rem;top:19.25rem;left:6.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JMMtrNGP9aM1gq1WasEhGFqLvBJl1dZk { display:block; }
 }@media only screen and (max-width: 763px) { #izp1v1LRk04cFx41lLUoO6Jwr8HUiv5G { width:12.5rem;height:0.0625rem;top:22.9375rem;left:3.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CrbRB0Hoc4aqqiTxp1wkEZTDPQiVZ9kW { width:11.5rem;height:1.375rem;top:24.3125rem;left:4.25rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kBd0RtMeqSC2qanXItbDu80lTKAAsAOA { display:block; }#kBd0RtMeqSC2qanXItbDu80lTKAAsAOA > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMkyKyVdrhctXiTpuAWaf0Q4kXP89ZDT { width:16.125rem;height:1.6494125rem;top:2.4375rem;left:1.9375rem;font-size:1.5rem;color:rgba(var(--color-tertiary-4),1);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MXbkHuut1p34yTQZnnr7aZwN9am4QrIM { width:7.5rem;height:2.0625rem;top:4.9375rem;left:6.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RE7aWrXlrtBTsuor0OQ7Prp02mMCOrVC { display:block; }
 }@media only screen and (max-width: 763px) { #QLapZMqXPxiyZHOnUecdo671tZC4dsQ9 { display:none; }#QLapZMqXPxiyZHOnUecdo671tZC4dsQ9 > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d45fRJ2lZTvv8IemeAMmGbySVL5uy2b9 { width:16.125rem;height:1.6494125rem;top:2.4375rem;left:1.9375rem;font-size:1.5rem;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fTCmVEJN6ObsSJhnDytozvvgVc36lml9 { width:7.5rem;height:2.0625rem;top:4.9375rem;left:6.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s9lqcWGT0swTP2uf07gbCTG7lX9DyweV { display:block; }
 }@media only screen and (max-width: 763px) { #PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row .container { background-color: transparent; background-image: none; }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row .container > .video-iframe-container { display: none; }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row > .video-iframe-container { display: none; }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .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); }#PmmvuiFFwosUTdvVWtM8OoMLBwL81h3e > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3Mb65CX9FFoVoGcJ6Zq2Ix5pk3OinJm { width:15.5rem;height:1.0556625rem;top:15.5625rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #UO9wxvnNc1xBLxdZkkud0dtUMfax3kI4 { width:1.875rem;height:1.875rem;top:17rem;left:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFFrTmLcT2rIvVZsAndQwCTWmo2Q7RII { width:1.875rem;height:1.875rem;top:16.9375rem;left:8.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHhH2PUibhizZZ4RcyVdGWp7XoVJ0GvK { width:2rem;height:2rem;top:16.875rem;left:14.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa8WDRSti2nhuG9fL61ygWodTrTkBXKJ { width:2.1875rem;height:2.1875rem;top:4.125rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iizTaQawPk4udvZnIqhnz3KH32HWAFQR { width:2.1875rem;height:2.1875rem;top:8.5rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5GWdxXm8haryeiIPwi5mdoBDWmt6bwy { width:16.0625rem;height:0.7558625rem;top:6.75rem;left:2rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KoigZBSkmGPKCceTbVLTemanEb0VtFng { width:14.75rem;height:0.7558625rem;top:10.9375rem;left:2.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RU8bJ7SHJIQbSLPytR41r3qxs8ASwhps { top:13.625rem;left:3.75rem;width:12.5rem;height:0.0625rem;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PBJOQi2MK3kc3PKl9gkthtFciBAICtWW { display:flex;width:1.4375rem;height:1.4375rem;top:17.1875rem;left:6.375rem;font-size:1rem; }
#PBJOQi2MK3kc3PKl9gkthtFciBAICtWW > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #fiWTQ7RwCV1auyvHnDp6AtRvRMvfcNEv { display:flex;width:1.375rem;height:1.375rem;top:17.25rem;left:12.0625rem;font-size:0.9375rem; }
#fiWTQ7RwCV1auyvHnDp6AtRvRMvfcNEv > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #WfGOWnbWdUkSxJwW8M7G3QEmNFbJwgA0 { width:7.75rem;height:1.0556625rem;top:2.5rem;left:6.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 { display:block; }#P0ix1HUi97IkOtzGV0ttuZs2HQ7aA2b7 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4W0Gko598JJf4b342MnB6TEEr44FICQ { width:15.25rem;height:auto;top:1.5rem;left:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yG1CdFrmsFiUrbuZXx3R3vMHuuniH9iF { width:10.6875rem;height:1.5rem;top:0.8125rem;left:4.65625rem;display:block; }
 }