.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:249,239,234;--color-primary-1:236,201,185;--color-primary-2:216,147,114;--color-primary-3:108,74,57;--color-primary-4:32,22,17;--color-secondary-0:255,255,255;--color-secondary-1:237,237,237;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:227,228,230;--color-tertiary-2:104,104,104;--color-tertiary-3:34,34,34;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS > .row .container { background-color: transparent; background-image: none; }#s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS > .row .container > .video-iframe-container { display: none; }#s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS > .row > .video-iframe-container { display: none; }#s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS > .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); }#s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS > .row .container { border-width: 0; border-radius: 0; }#s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#UHPNpVcFBG1hRHdyRdbR7cmELuzk7imv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.2187501192093rem;left:26.081249237061rem;display:block; }
#TeDxWEzSDTmA85FKzWOMazfMFg7mZsvW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t5lwxUeuJ7hlLd8Mz7h8erZ3fE6wNg2z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#030304;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.3;overflow:hidden;position:absolute;width:5.25rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:36.22500038147rem;display:block; }
#WopTFUcpqueTqgMJyhw4yHJ54pzSDgCv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nXB8yxnKEutK2O5iVDb1NOBT6WA1BS97 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:30.925001144409rem;display:block; }
#OuLENnT1ga3Iic5G8dSsRWqfnLdqTG3k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MXAQdsQVKwi43lapCaA0Zd3n7OWCt6EQ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:1.1875rem;left:0.75rem;height:2.25rem;display:block; }
#BAiysCTtAdewo011O5cRTxV2TPD9U9KN { background-color:rgba(var(--color-primary-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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.96875rem;left:42.745313644409rem;display:block; }
#KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4057902e-8aaa-481e-a0c1-c162ff4fe7a9/1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { border-width: 0; border-radius: 0; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::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; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.5rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:6.84375rem;left:0rem;height:13.5rem;display:block; }
#efTAKqRir5GfT7QHMGx6yWuliULXgsdl { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:23.0625rem;left:0rem;height:4.04948125rem;font-style:normal;display:block; }
#d4Ug9KZdacHmsqUaWOtxee3OldaCeyCg { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:28.5rem;left:0rem;height:10.12369375rem;font-style:normal;display:block; }
#TVCtBdTMik0fzJmhsc7cOkKLtqPzLR6L { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.5625rem;top:1.0875000953674rem;left:0.625rem;display:block; }
#xkbkRn4pDuBUvRZsWR5rFVpFqzz9Q08P { color:rgba(var(--color-tertiary-0),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.5rem;left:0.8125rem;height:2.25rem;display:block; }
#KtqmAeTaORNvNQcK1hwUbez26o6u6siw { background-color:rgba(var(--color-primary-2),0.99);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.525001525879rem;left:0rem;display:block; }
#hTTx4Uhoh6UdUD9TvkOxTMotlWvyFRmN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { 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; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { background-color: transparent; background-image: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .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); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { border-width: 0; border-radius: 0; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;position:relative;display:block; }#ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:3.125rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#ba3iqAlogtylRRgKzunhHiKwSp6d54aI { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:13.75rem;left:1.8125rem;height:30.5976375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GKJ6wWNRzOzkF91GnKsWNsnTahsCQkCV { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8ccaf5d0-82fc-4228-ba51-493df633810e/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.25rem;width:18.375rem;top:12.925002098084rem;left:40.642707824707rem;display:block; }#GKJ6wWNRzOzkF91GnKsWNsnTahsCQkCV.adaptive-delivery-prevent-bg, #GKJ6wWNRzOzkF91GnKsWNsnTahsCQkCV.lazyload, #GKJ6wWNRzOzkF91GnKsWNsnTahsCQkCV.lazyloading { background-image: none; }
#QmdKAWSN5TtzITSlpDOpqaPi0grhvE1S { color:rgba(var(--color-primary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:3.574225rem;font-style:normal;display:block; }
#CL7C8t5mFB7RfVcOuvfs75ITGBCM0S7e { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:13.75rem;left:21.362501144409rem;height:11.89910625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KqeCEw2kGvPp13BXAxGvARZ4iviHuy0a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.6875rem;width:0.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.25rem;left:0.625rem; }
#WJmvo1WVMfZ3paKUTsiKPx807m6eGn5C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.6875rem;width:0.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.25rem;left:20.399219512939rem; }
#MzSrivbRJN6nxRKv3GW8VrXIvTK3heb1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.6875rem;width:0.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:27.875001907349rem;left:20.396873474121rem; }
#z24SqElq8xMQePdSq60miZltvaMfE84V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.6875rem;width:0.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:36.375003576279rem;left:0.63541412353513rem; }
#H7lulzqT5uoef8ZJ1p1UqDQi2JkactNP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.6875rem;width:0.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:41.541670322418rem;left:0.63541412353513rem; }
#eRHTSVMrTmQ4dEpQbQm5lWvJNKLZksS8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.6875rem;width:0.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:36.498961925507rem;left:20.511459350586rem; }
#TQyycXtblFG7qe1U70xOvw65qB7TsQor { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.6875rem;width:0.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:41.562503814698rem;left:20.511459350586rem; }
#feZB1LQCZgca5TBtExsbu0yV1E8k0HrS { color:rgba(var(--color-primary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:27.350002288818rem;left:21.429164886474rem;height:18.69858125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qCGHceq9xVX2qDWE908uGXVgFs5rg3sf { 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; }#qCGHceq9xVX2qDWE908uGXVgFs5rg3sf > .row .container { background-color: transparent; background-image: none; }#qCGHceq9xVX2qDWE908uGXVgFs5rg3sf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCGHceq9xVX2qDWE908uGXVgFs5rg3sf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCGHceq9xVX2qDWE908uGXVgFs5rg3sf > .row .container > .video-iframe-container { display: none; }#qCGHceq9xVX2qDWE908uGXVgFs5rg3sf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCGHceq9xVX2qDWE908uGXVgFs5rg3sf > .row > .video-iframe-container { display: none; }#qCGHceq9xVX2qDWE908uGXVgFs5rg3sf > .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); }#qCGHceq9xVX2qDWE908uGXVgFs5rg3sf > .row .container { border-width: 0; border-radius: 0; }#qCGHceq9xVX2qDWE908uGXVgFs5rg3sf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qCGHceq9xVX2qDWE908uGXVgFs5rg3sf > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#EdLUTTXMhcidKdPLZg46UckkmA3OCU8k { color:rgba(var(--color-tertiary-1),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:6.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4802055358887rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVyE7Bl5kZqMauTehtCrwrzcD27wippA { color:rgba(var(--color-primary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.408332824707rem;left:4.625rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VXayFwCDZHvdqIr7IalkQ8XKFxQRHOws { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.603128910065rem;left:1.65625rem;height:5.19791875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgIhRFUtEtHXMp9eqsOupAuOWUURLubT { color:rgba(var(--color-tertiary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.603128910065rem;left:21.125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VFO5IHDUkJ8WNHWTeSbeMfNrtvwgvyWZ { color:rgba(var(--color-tertiary-1),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:6.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.3468742370606rem;left:22.625rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O8trtfQF7vNpbB2wk1TbiDnLuOZ4nkvd { color:rgba(var(--color-primary-2),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.408332824707rem;left:25.5rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlntoPal5osabtTsuUGlrRXRvM7Drqih { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.603128910065rem;left:40.96875rem;height:6.497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fnWFif1RxpU9B1A0SFqfc4wH1eS7qH1M { color:rgba(var(--color-tertiary-1),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:6.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.4770812988281rem;left:42.25rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQ0OPZ9SvZ6Zvt8PPuNi3fF4LiRrDemP { color:rgba(var(--color-primary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.4041633605957rem;left:44.625rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6e94164c-182a-49ee-b12d-14dd1e8b2b10/10.preview.mirror.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW.adaptive-delivery-prevent-bg, #KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW.lazyload, #KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW.lazyloading { background-image: none; }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row .container { background-color: transparent; background-image: none; }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row .container > .video-iframe-container { display: none; }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row > .video-iframe-container { display: none; }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .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); }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row .container { border-width: 0; border-radius: 0; }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row .container { font-size:0.875rem;font-family:arial;height:72.25rem;width:60rem;position:relative;display:block; }#nqMxVfMMCwNiWOUi5LE5Ta2e9Frfeh62 { color:#070606;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:2.5500001907349rem;left:31.061462402344rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G9nH14sOae5dVAIbnZcntOdBFemtQlid { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:13.25rem;left:33.125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vNVXB9o4qb2aF7rUo1CxgMTbxkaBFO1h { color:rgba(var(--color-tertiary-0),1);display:block;width:2.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:12.4375rem;left:30.625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dKogfwqOVTa2T4ThCeQoP0JMFMtLe56u { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:11.625rem;left:31.375rem;display:block; }
#Ho6L0rbi6SBZcMXVSAkxWWoa9TQr52ni { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:11.625rem;left:31.375rem;display:block; }
#XBOpsykVM2VLR5uDCFVlFQ9POA7m2vvX { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:18.0625rem;left:31.3125rem;display:block; }
#J5ds0XxW4t4QOm7tM9iUntkpQx77lZhg { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:17.375rem;left:31.3125rem;display:block; }
#hKa3qmCNTASIfmimR77PwsvhHCvrDBTp { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:21.25rem;left:33.125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RXbRK2lfN1byqMFBqrTQ6h5R00rhuE1k { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:21.5rem;left:30.625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gEPhSkI9Fg8wAcFD4MfIobBZZZ022Pt6 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:19.0625rem;left:31.3125rem;display:block; }
#KRTXH4VTd535KiV7TolgxIZzuZrExNWe { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:19.0625rem;left:31.3125rem;display:block; }
#W8wxPwOLIrpcWIXd0CNKaE9V9WiXBuJw { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.0625rem;top:26.5rem;left:31.3125rem;display:block; }
#D5XG1UqIukyNLTDkTQ1PkHkWdZ71JDhI { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:27.5625rem;left:31.3125rem;display:block; }
#yXlJ6BgoVJ7xlpyxV7T5babXIR619N26 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:28.625rem;left:31.3125rem;display:block; }
#gtmPJLMs9LKu12VBZUH9W9HvOP6LCZ04 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:28.625rem;left:31.3125rem;display:block; }
#qKS9QOpvM1RyTJNIyJgCyDf0yuZUWOky { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:30.25rem;left:30.625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qE9JTcT467TLDB41aIuxRAxftz32s5mw { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:30.875rem;left:33.125001907349rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EXeN15he0x8M2w7BX7AfmDbiQmoCahhP { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:0.0625rem;top:34.3125rem;left:31.3125rem;display:block; }
#ENFgD6nDSGo3eUbb1xpRH6hZ8naGQcKk { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:37.0625rem;left:31.3125rem;display:block; }
#uz08UixmE4IgWdvRoIAPVf7zZDLQ3hnv { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:11.8125rem;left:33.125rem;height:1.69986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h7iZebHACaKc95NkahbOACL4btWyGZXy { color:rgba(var(--color-primary-2),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:19.616667747498rem;left:33.125rem;height:1.69986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ErNtJsdm2yutnVuwuP21n3wZnHMhvEeV { color:rgba(var(--color-primary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:29.125000953674rem;left:33.125rem;height:1.69986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e91mHzGT1G1xSUA7039MFmKtsA8K4GNk { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:40rem;left:30.625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hc4D12ha0UTQ92rHUevHBMbcvZ0VTkCX { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:38.375rem;left:31.3125rem;display:block; }
#M4D780cKvn6rQUk5D7TZISJSvzATTCdz { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:38.375rem;left:31.3125rem;display:block; }
#poxaLDbve4LFVRepMhbCPCJJWXSxbW0N { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:40.625rem;left:33.125rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NHZwHTNcTK1NME3foqtBDXsew1pQck2K { color:rgba(var(--color-primary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:38.875rem;left:33.125rem;height:3.3997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eatgPsdih0yOHs4bVagyEsFivni4ZrPc { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:0.0625rem;top:46rem;left:31.3125rem;display:block; }
#KS4SJCuN8VEcyXior2cRpyZzkNQLRWzi { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:48.75rem;left:31.3125rem;display:block; }
#xhMHBKNREd3LScETTgNO3Ri1SrhHCD2R { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:51.625rem;left:30.625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eURER1H9P61NRmbTfOTp0nBit4CZM3En { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:50rem;left:31.3125rem;display:block; }
#TrIuSD72McUKTpqolKBTx0tpKdloF2ly { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:50rem;left:31.3125rem;display:block; }
#pKgrTrsvXOZNWqmIhKMdOokzmcnEJZ2T { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:52.25rem;left:33.125rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v7NRM1IyUnqcgKsfqVkzKpOpRTy6L0zq { color:rgba(var(--color-primary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:50.5rem;left:33.125rem;height:1.69986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CwWG3nD9EbvrN8C5xOITbk4oc2waGQRQ { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:0.0625rem;top:57.625rem;left:31.3125rem;display:block; }
#A6LSokVLk2nDNbMIkZq8mwsLGnUKSdEw { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:60.375rem;left:31.3125rem;display:block; }
#bSK59P19M5lIGEuL3m4AHaWS171PqAfP { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:63.875rem;left:33.125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fQp5AEd7SkSXp6ND5CUPcksTrs3Ef9Sp { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:69.375rem;left:31.3125rem;display:block; }
#JN74Ugpgiv2CX8vXTpX3eUAuHUhKVXfP { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:63.25rem;left:30.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MFmDMHwoEqZdS2E1iXCcl8ghB2xXbp3B { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:0.0625rem;top:66.625rem;left:31.3125rem;display:block; }
#V5UIdqi5NWEKJoGrCG4hJtlpf4vgsbmS { color:rgba(var(--color-primary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:62.125rem;left:33.125rem;height:1.69986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y1le2y6s9J7NIneJfoLK5xo0epwzeFvz { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:61.625rem;left:31.3125rem;display:block; }
#tuBEnuxVAgyglJVbNigN71IRTx8K9BzO { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:61.625rem;left:31.3125rem;display:block; }
#g01walOPHQayLuLnZ9Wz7sP6QrfHWT9y { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:63.87500190735rem;left:3.2177085876465rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TSfT15i5VC7HGbouweGku2DhPvHeOgmy { 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; }#TSfT15i5VC7HGbouweGku2DhPvHeOgmy > .row .container { background-color: transparent; background-image: none; }#TSfT15i5VC7HGbouweGku2DhPvHeOgmy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSfT15i5VC7HGbouweGku2DhPvHeOgmy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSfT15i5VC7HGbouweGku2DhPvHeOgmy > .row .container > .video-iframe-container { display: none; }#TSfT15i5VC7HGbouweGku2DhPvHeOgmy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSfT15i5VC7HGbouweGku2DhPvHeOgmy > .row > .video-iframe-container { display: none; }#TSfT15i5VC7HGbouweGku2DhPvHeOgmy > .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); }#TSfT15i5VC7HGbouweGku2DhPvHeOgmy > .row .container { border-width: 0; border-radius: 0; }#TSfT15i5VC7HGbouweGku2DhPvHeOgmy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSfT15i5VC7HGbouweGku2DhPvHeOgmy > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#HHNAyCTpH8C5QWGRJXnTU0CXTuQiP167 { background-color:#525658;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.3;overflow:hidden;position:absolute;width:15.625rem;height:3.87478125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.432295322418rem;left:8.7467460632325rem;display:block; }
#n9OeWwqIBirrz7sXLLfbebUDmqwKeqy0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnBDFwJPdxXViMXJ63SHtc5UUvX3wsL4 { color:#191919;display:block;width:59.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.03125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Gc6upVXW9XTwV4cS5MT0Ncn8RLBLvEKy { position:absolute;display:block;z-index:15003;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:4.62456875rem;width:4.62456875rem;top:8.1857643127444rem;left:14.248046875rem;overflow:hidden;display:block; }
#Ug6NZU51qoS8oGV5RTODPWUCeDaaMNr1 { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.748699188233rem;left:7.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHKziG9ZoTqLTsGweMswa1te0qpmQ1Nl { color:#585858;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:19.931637763977rem;left:7.1842460632325rem;height:9.597625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMziZvOb6mvoDiOwQ3EElTCkeN0b3vBO { color:#585858;display:block;width:20.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:19.930555820465rem;left:33.403861999512rem;height:9.597625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTntfZV0CvzLTL3GOXZNRtBSU9LfJpmQ { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.748699188233rem;left:34.123268127441rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8FgvVQkno5KUtukfOARiDcGuzQ5Bo01 { background-color:#525658;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.3;overflow:hidden;position:absolute;width:15.625rem;height:3.8737rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.432293891907rem;left:36.247833251953rem;display:block; }
#m6IxctyWZETTnQKUNSaENC5y1E8CQV7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfRHym1HhTWLRdGnnx916WbVkR9TtVGM { box-sizing:content-box;height:7.999125rem;width:7.999125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0.13);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4995670318606rem;left:12.560764312744rem;display:block; }
#ETC0KILCbEEMm85TvNOaE9zPQZT3zTAE { box-sizing:content-box;height:7.999125rem;width:7.999125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0.13);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5rem;left:39.5rem;display:block; }
#CkULM0aHcEhTJ7yVdon7OrZv3GlwhGJE { position:absolute;display:block;z-index:15005;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:4rem;width:4rem;top:8.4982643127444rem;left:41.498481750488rem;overflow:hidden;display:block; }
#L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg { 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; }#L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg > .row .container { background-color: transparent; background-image: none; }#L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg > .row .container > .video-iframe-container { display: none; }#L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg > .row > .video-iframe-container { display: none; }#L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg > .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); }#L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg > .row .container { border-width: 0; border-radius: 0; }#L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg > .row .container { font-size:0.875rem;font-family:arial;height:72.25rem;width:60rem;position:relative;display:block; }#pOfnIUbStPps89RihwqmQ303TMUDVTUr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-secondary-4),0.08) ;height:54.4375rem;width:44.5625rem;top:13.74755859375rem;left:7.4375rem;display:block; }
#NQAUV52CkaFCQATdBAKkaJU9wfes7g0y { color:#535353;display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:21.560546875rem;left:12.6875rem;height:1.57486875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KhZs0pqTSWtaeI0cIpGE3fVLzMkCtFOi { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:25rem;top:30.8115234375rem;left:17.21875rem;display:block; }
#dBeXh235GzoGMr2Z5VxiAJMcNFgExV83 { color:#68b6ff;display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:32.939453125rem;left:13.5625rem;height:21.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#dBeXh235GzoGMr2Z5VxiAJMcNFgExV83 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dBeXh235GzoGMr2Z5VxiAJMcNFgExV83 li:before{  }
#nADEVPTz4anciIEEmdpDL4BldsHpEamc { background-color:#525658;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:58.9970703125rem;left:21.90625rem;display:block; }
#Xfvmz0eZIyKwDARSKnS4ST3u2vzxD8yE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eILpXughlb0x7kr8poE0VPA8idyU8sZ7 { color:#525658;display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.853729248047rem;left:12.124347686767rem;height:2.51855625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JKiruxRANpmTvGo7IPs5vRkmARASeJob { color:#525658;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.833984375rem;left:-0.03125rem;height:5.9309875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yDfGIcbL7bywXTyebxigd8lFXenoWKuZ { color:#191919;display:block;width:59.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.03125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qTQCaXNsDrqcUDSxhHkiZnGsdaG1KxEH { color:rgba(var(--color-primary-2),1);display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:6.2033462524414rem;left:7.4359817504881rem;height:5.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D { 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; }#hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D > .row .container { background-color: transparent; background-image: none; }#hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D > .row .container > .video-iframe-container { display: none; }#hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D > .row > .video-iframe-container { display: none; }#hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D > .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); }#hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D > .row .container { border-width: 0; border-radius: 0; }#hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#e5WhD9gp6JVWTpTFCPXuXD1ny209KeVa { color:rgba(var(--color-tertiary-4),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3.7875003814698rem;left:7.5625rem;height:4.04948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PSWVQQyqkgdLpE9UpTVXNKwaRnZCBhaG { color:rgba(var(--color-primary-2),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:8.550000190735rem;left:8.28125rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F { 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; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container { background-color: transparent; background-image: none; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container > .video-iframe-container { display: none; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row > .video-iframe-container { display: none; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .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); }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container { border-width: 0; border-radius: 0; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#rForX26SygfJb8nybyG6OzmazluBfoEt { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:18.5rem;top:1.3125rem;left:0rem;display:block; }
#VcbNK1MdKm4QrR1neQsH4WGwu3xuVwZ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:0rem;left:13.875rem; }
#e5qzalLWhiPPqqrXe58z5qrqhgZizGC0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:4.47607421875rem;left:1.625rem;height:3.3997375rem;font-style:normal;display:block; }
#zHxdMSypzxl5Bp2heSBzCQ3MsvmULZMp { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:18.5rem;top:1.3125rem;left:20.750001907349rem;display:block; }
#bebrtGIEn3Bsx7GF56CcTJMIolLdPdzr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0rem;left:34.625rem; }
#d2mzmeyrp8dRKaWJqf6Kwu3mLTWE2myH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:4.5rem;left:22.375rem;height:3.3997375rem;font-style:normal;display:block; }
#iJBXRkvUzuZ1nIAVUC811Lw9mTz8pJZx { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:18.5rem;top:1.3125rem;left:41.500001907349rem;display:block; }
#HiQCeTsEyR9SEE43WTO66POEvFcwHfKF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:0rem;left:55.375rem; }
#RQiNB3xiWAFkHLN3aTk9iBObpsAFgpGh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:4.5rem;left:43.125rem;height:5.0996125rem;font-style:normal;display:block; }
#Ergbrbl3seEm0WB2BZPbSUICUS39RaBF { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:18.5rem;top:16.125rem;left:31.1875rem;display:block; }
#vW8y06kgQtInFPZFvzwl25xueEa4w3Us { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:18.5rem;top:16.0625rem;left:10.6875rem;display:block; }
#yJJU42uKxFF5rKIUO2fsPIxwDEwte1Qa { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:19.94921875rem;left:12.4375rem;height:5.0996125rem;font-style:normal;display:block; }
#mCzMDve1yozh6C3yzeDdEF7XCRFHwEsX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:19.482421875rem;left:32.9375rem;height:3.3997375rem;font-style:normal;display:block; }
#uPopmfKGq92JpDGCyDGGSswZKqKuNiIx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:14.9375rem;left:13.875rem; }
#nruUd6SiiCq62mcuWPsTShIVIPFiuyTw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:15rem;left:34.625rem; }
#fPX1Rl71e2Nkw2V2bL8GmTQUwDNVW7lB { background-color:rgba(var(--color-primary-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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.8125rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.0625rem;left:13.906251907349rem;display:block; }
#cUUmnetIbbGK2qqt3TTlPtv6KU0rFcB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sowcH9fTehWRXmafdnER2GV8iTNIhXio { 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; }#sowcH9fTehWRXmafdnER2GV8iTNIhXio > .row .container { background-color: transparent; background-image: none; }#sowcH9fTehWRXmafdnER2GV8iTNIhXio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sowcH9fTehWRXmafdnER2GV8iTNIhXio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sowcH9fTehWRXmafdnER2GV8iTNIhXio > .row .container > .video-iframe-container { display: none; }#sowcH9fTehWRXmafdnER2GV8iTNIhXio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sowcH9fTehWRXmafdnER2GV8iTNIhXio > .row > .video-iframe-container { display: none; }#sowcH9fTehWRXmafdnER2GV8iTNIhXio > .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); }#sowcH9fTehWRXmafdnER2GV8iTNIhXio > .row .container { border-width: 0; border-radius: 0; }#sowcH9fTehWRXmafdnER2GV8iTNIhXio > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sowcH9fTehWRXmafdnER2GV8iTNIhXio > .row .container { font-size:0.875rem;font-family:arial;height:79.625rem;width:60rem;position:relative;display:block; }#FUGRt1HKpV5ZKLQNuOSUlShpptuGC7kO { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-secondary-4),0.08) ;height:64.8125rem;width:44.5625rem;top:13.809245109558rem;left:7.4370651245119rem;display:block; }
#n0PfSQncLNTJZGd3NocDcZhpQQEOJops { color:#535353;display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:18.684898376465rem;left:12.683376312256rem;height:1.57486875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vHHVZ64LoyKtBqqkyB1Fehp7zJKottpQ { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:25rem;top:26.248048782349rem;left:17.216796875rem;display:block; }
#J8ny6gekKTqp3s9UdoZdAPrtdHEhhvn0 { color:#68b6ff;display:block;width:32.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:36.254317283631rem;left:13.559028625488rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#J8ny6gekKTqp3s9UdoZdAPrtdHEhhvn0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J8ny6gekKTqp3s9UdoZdAPrtdHEhhvn0 li:before{  }
#Kie8VRDAgo7yQSIG2eL7JK2HpRdTEZhw { background-color:#525658;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.3;overflow:hidden;position:absolute;width:15.625rem;height:3.8737rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:72.811393737794rem;left:21.903213500976rem;display:block; }
#BgINWnJNS6mZMwF6r7ULRSVolgrIP3Hs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eeR7Ac9F8O8akEMctlxmqJ0kdNUEmPTl { color:#525658;display:block;width:29.936rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.415582656861rem;left:14.748264312744rem;height:2.51855625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JuS1y6NqQXA4pJshsPiX7JBp8pFNrVvO { color:#525658;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.256076812744rem;left:0rem;height:5.9309875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VMUxw9pTA5nt4zhSsouacoRe7TetlnKb { color:#191919;display:block;width:59.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.03125rem;left:0rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z6TbENtECZbdqBSNdvVvtK4ZEFwuOC8S { color:rgba(var(--color-primary-2),1);display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:6.2055206298828rem;left:8.2421875rem;height:6.7995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#amPfJK6TfD5PdfxX4wgMKC5elTDoPSp0 { color:rgba(82,86,88,0.37);display:block;width:29.936rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.133247375488rem;left:14.816623687744rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fy7A2ObLQtulTghSz2t1GyHWQZd1Om6V { color:rgba(82,86,88,0.37);display:block;width:29.936rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:29.187934875488rem;left:14.748264312744rem;height:0;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FZQvgQPCH1MD83w7wK1hgnpTH1BBK7GP { color:rgba(82,86,88,0.37);display:block;width:29.936rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:31.055990219116rem;left:14.748264312744rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E4XaernruSsbuXb3sALTLF4SO6Lpl3Df { color:rgba(82,86,88,0.37);display:block;width:29.936rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:32.867179870606rem;left:14.748264312744rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 { 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; }#MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 > .row .container { background-color: transparent; background-image: none; }#MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 > .row .container > .video-iframe-container { display: none; }#MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 > .row > .video-iframe-container { display: none; }#MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 > .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); }#MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 > .row .container { border-width: 0; border-radius: 0; }#MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:60rem;position:relative;display:block; }#BvxK3CcBkqNakZdX9ArS1rbCPUO3pMgo { color:rgba(var(--color-tertiary-4),1);display:block;width:44.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:2.6616764068604rem;left:7.5618476867675rem;height:4.04948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcWb7GLE6LerXTxheFvJsGQ365Ii3rxz { color:rgba(var(--color-primary-2),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9926090240481rem;left:8.28125rem;height:6.7995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pED7fqn4Qw5M1DG6egdLcZCBrwezfVcb { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-secondary-4),0.08) ;height:33.625rem;width:44.5625rem;top:19.875rem;left:7.4375rem;display:block; }
#pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G { 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; }#pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G > .row .container { background-color: transparent; background-image: none; }#pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G > .row .container > .video-iframe-container { display: none; }#pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G > .row > .video-iframe-container { display: none; }#pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G > .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); }#pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G > .row .container { border-width: 0; border-radius: 0; }#pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:block; }#SxKcOyR9KaDiZOiKmndSB0mEg4RvHK2p { color:#535353;display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:10.499132871628rem;left:13.529731750488rem;height:1.57486875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vJoesokfpOqzBmyefIJPqiy40JpNX6dk { color:rgba(var(--color-primary-2),1);display:block;width:35.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.7482643127441rem;left:12.154949188233rem;height:5.03645625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G3Ov3P26IKIoO9I32URGCDQLRSTLl0gf { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.686632156372rem;left:0rem;height:5.9309875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i2HkPiHccaUmDBTPctOVyaTBEUHuG7fs { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:25rem;top:19.124349355698rem;left:17.5rem;display:block; }
#KXJNryhJotpNrJVocaCHOMmhTR502p4L { color:#68b6ff;display:block;width:32.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:19.998916387558rem;left:13.842231750488rem;height:7.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KXJNryhJotpNrJVocaCHOMmhTR502p4L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KXJNryhJotpNrJVocaCHOMmhTR502p4L li:before{  }
#H24o37MsZtlGsqeeTR15r6m9qJpnHleR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.3;overflow:hidden;position:absolute;width:15.625rem;height:3.87478125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:29.748281240463rem;left:22.1875rem;display:block; }
#cXluLtbock9gkxEGpJUIO01Pgf4Fl0kp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH.adaptive-delivery-prevent-bg, #HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH.lazyload, #HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH.lazyloading { background-image: none; }#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH > .row .container { background-color: transparent; background-image: none; }#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH > .row .container > .video-iframe-container { display: none; }#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH > .row > .video-iframe-container { display: none; }#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH > .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); }#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH > .row .container { border-width: 0; border-radius: 0; }#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#yHXmK4F4OUBhPu6vK7Gc36CpC1cquqwO { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.75rem;left:0rem;height:2.25043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GkNtU4VhSTUMlb7c0Qvrn9bob9wesonJ { color:rgba(var(--color-tertiary-3),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:6.875rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fVadeZsgOV27K4ab5L2m1XgBHA2Bt4aR { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:13rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#mukfOikMb5mzNSfvZnHHGNmRfpi93r0l { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:60.0625rem;top:15.6875rem;left:0rem;display:block; }
#Z2tRJrdk15FX3enZdvuhlcmwTfgBZ5h5 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.75rem;left:3.25rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IWJK4fBLIhcnFF4d731wL6F5IVFSiKF1 { color:rgba(var(--color-primary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0.625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IJeCTdeQMZ4a0srNiB24C8QKdKOlMTMD { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:34.375rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#y9aJCFPXIq2GHET06QmyhXVgiomnhVwp { color:rgba(var(--color-primary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.8125rem;left:30.625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#m98FRt54LrWyhLPX8RZEJPco6a6xPzWx { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:19.6875rem;left:30rem;display:block; }
#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/31848c98-8739-4ae4-a7c4-40253c2526e9/goldsilverchesschessboardgamebusinessmetaphorleadershipconcept.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.adaptive-delivery-prevent-bg, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyload, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyloading { background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { background-color: transparent; background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .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); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { border-width: 0; border-radius: 0; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::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; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;overflow:visible;position:relative;display:block; }#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-form-header {  }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),0.5);width:25.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-secondary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"source sans pro";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f0f3f9;width:15.0625rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),0.5);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),0.5);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),0.5);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),0.5);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.74);vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"source sans pro";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-container:first-of-type{padding-top:0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-container:last-of-type{padding-bottom:0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.1875rem;left:29.623697280884rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.1875rem;display:block;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-info-text { display:block;height:auto;font-family:"source sans pro";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl {display:block;}#lC6f818h472omQBftPmqHQE8TRoXJVWl { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.1875rem;left:29.623697280884rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #FZX1vBFrKsyEkqzaGw1UGcxr7dm7Jlgp { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #sDgAllR5TgU9cTsRSPbkR2ehc4H4a7xB { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #TJtT83QcP0uyTBnPT5KHhmCSrsaNbT8e { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #Uu0FA8V8TogDcTeT00Rov9crVVFFW9ek { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #rwp8GuM77bAZkD63VBeXtpr5hD5shPON { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #b3OK1IgFJrQ4xN9hSJsQCpQmMo69yec8 { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #A9OCmbJPxXt2zBk0IUlLuyPGE3Sqcchy { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #saNrLdTSbTkXubgrqdvD6FfPKEwAR5oN { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #duPCb6HFv4CCzuxc5fym3W48vZyrr7Q9 { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #TReFnZAs2K0kP5wxURU3H5uSESTG8ZFq { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #MMxiFLH7fXcDr59bKqLZD2WnA6aq25H1 { position:relative;display:block; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #p5KTJb5Z0rrSoxTUK8yoHOzlFKQJRoJr { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #L9JBdgRsXrQI6ZBVuqn5tT36i5leLPUa { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #OpUIAJwnN61h2SM5EbhPAgMBMnkgqvo5 { position:relative;display:block; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #lO8e7Zl6RvUSA1eoVTGnsyr06HJrHJwJ { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #QU046QKQRkiMnAPErTDiMlvtXaWyBTrz { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #x6bsPfCumXKZu8waTK4E71QJ0nTx6ONg { position:relative;z-index:2; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #qTiqUyaK9Z0ez2LNT4nodTTTww83tGOg { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #qB2tLqk1l5i0HxKw7VJz1iuNdRZb6Jp7 { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #RgL4h7fmgXLwD6ShGBxaqqxRxvTVppZf { position:relative; }
#dScT8g0kMFenT1JcXukOKlExAOWJzVTx { color:rgba(var(--color-tertiary-0),1);display:block;width:26.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:4.1861972808838rem;left:1.30859375rem;height:6.07421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wpPUfrXDFfAJwdkenGre1oXXdKzIr7xt { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:12.371963500976rem;left:1.3400611877441rem;height:10.19925rem;font-style:normal;display:block; }
#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { background-color: transparent; background-image: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .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); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { border-width: 0; border-radius: 0; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#I2JKdA2o6Me1J9TMD8ptEP4cKMHESoyH { color:rgba(var(--color-tertiary-0),0.8);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:2.6875rem;left:50.875rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bTefNT7a5UdZUcPNfaNlNmkeTto1fNXt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.5rem;left:48.4375rem; }
#bTefNT7a5UdZUcPNfaNlNmkeTto1fNXt > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#HfzGRZVm90UlPxv2xSTDroRFiyH9ybKn { color:rgba(var(--color-tertiary-0),0.8);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:2.142707824707rem;left:0.90625rem;height:4.46094375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTzukqkocV6HUJSeQ9EbDzc60GqQJpH7 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:2.390625rem;left:22.261459350586rem;height:4.4609375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cqeJ8U4rTAMKb0ZMF8FUElqm3vLGa8WL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.875rem;left:48.4375rem; }
#cqeJ8U4rTAMKb0ZMF8FUElqm3vLGa8WL > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#ti7rqVxaMTwJ8BNbU1UG5S2aIGcVPJG2 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:5rem;left:50.875rem;height:1.4875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS { display:block; }#s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHPNpVcFBG1hRHdyRdbR7cmELuzk7imv { width:4rem;height:2.1875rem;top:1.1875rem;left:19.956249237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeDxWEzSDTmA85FKzWOMazfMFg7mZsvW { display:block; }
 }@media only screen and (max-width: 763px) { #t5lwxUeuJ7hlLd8Mz7h8erZ3fE6wNg2z { width:5.25rem;height:2.1875rem;top:1.1875rem;left:30.10000038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #WopTFUcpqueTqgMJyhw4yHJ54pzSDgCv { display:block; }
 }@media only screen and (max-width: 763px) { #nXB8yxnKEutK2O5iVDb1NOBT6WA1BS97 { width:4.8125rem;height:2.1875rem;top:1.1875rem;left:24.800001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuLENnT1ga3Iic5G8dSsRWqfnLdqTG3k { display:block; }
 }@media only screen and (max-width: 763px) { #MXAQdsQVKwi43lapCaA0Zd3n7OWCt6EQ { width:3.1875rem;height:2.25rem;top:1.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAiysCTtAdewo011O5cRTxV2TPD9U9KN { width:15.5625rem;height:2.6875rem;top:0.9375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:46.875rem;height:13.5rem;top:6.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efTAKqRir5GfT7QHMGx6yWuliULXgsdl { width:46.875rem;height:4rem;top:23.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Ug9KZdacHmsqUaWOtxee3OldaCeyCg { width:25.8125rem;height:10.125rem;top:28.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVCtBdTMik0fzJmhsc7cOkKLtqPzLR6L { width:3.5625rem;height:2.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkbkRn4pDuBUvRZsWR5rFVpFqzz9Q08P { width:3.1875rem;height:2.25rem;top:1.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtqmAeTaORNvNQcK1hwUbez26o6u6siw { width:20.6875rem;height:3.25rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTx4Uhoh6UdUD9TvkOxTMotlWvyFRmN { display:block; }
 }@media only screen and (max-width: 763px) { #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { width:39.25rem;height:4.5rem;top:3.125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba3iqAlogtylRRgKzunhHiKwSp6d54aI { width:17rem;height:30.5625rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKJ6wWNRzOzkF91GnKsWNsnTahsCQkCV { width:18.375rem;height:32.25rem;top:12.875rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmdKAWSN5TtzITSlpDOpqaPi0grhvE1S { top:8.75rem;left:0rem;width:37.375rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL7C8t5mFB7RfVcOuvfs75ITGBCM0S7e { width:18.0625rem;height:13.5625rem;top:13.75rem;left:15.2373046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqeCEw2kGvPp13BXAxGvARZ4iviHuy0a { top:14.25rem;left:0rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJmvo1WVMfZ3paKUTsiKPx807m6eGn5C { top:14.25rem;left:14.274219512939rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzSrivbRJN6nxRKv3GW8VrXIvTK3heb1 { top:27.875rem;left:14.271873474121rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z24SqElq8xMQePdSq60miZltvaMfE84V { top:36.375rem;left:0rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7lulzqT5uoef8ZJ1p1UqDQi2JkactNP { top:41.5rem;left:0rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRHTSVMrTmQ4dEpQbQm5lWvJNKLZksS8 { top:36.4375rem;left:14.386459350586rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQyycXtblFG7qe1U70xOvw65qB7TsQor { top:41.5625rem;left:14.386459350586rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feZB1LQCZgca5TBtExsbu0yV1E8k0HrS { width:18.0625rem;height:18.6875rem;top:27.3125rem;left:15.304037094116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCGHceq9xVX2qDWE908uGXVgFs5rg3sf { display:block; }#qCGHceq9xVX2qDWE908uGXVgFs5rg3sf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdLUTTXMhcidKdPLZg46UckkmA3OCU8k { width:19.125rem;height:8.125rem;top:1.4375rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVyE7Bl5kZqMauTehtCrwrzcD27wippA { width:9.875rem;height:2.25rem;top:4.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXayFwCDZHvdqIr7IalkQ8XKFxQRHOws { width:16.6875rem;height:6.5rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgIhRFUtEtHXMp9eqsOupAuOWUURLubT { width:17.75rem;height:5.1875rem;top:9.5625rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFO5IHDUkJ8WNHWTeSbeMfNrtvwgvyWZ { width:12.875rem;height:8.125rem;top:1.3125rem;left:16.4375rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8trtfQF7vNpbB2wk1TbiDnLuOZ4nkvd { width:9rem;height:2.25rem;top:4.375rem;left:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlntoPal5osabtTsuUGlrRXRvM7Drqih { width:18.0625rem;height:7.75rem;top:9.5625rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnWFif1RxpU9B1A0SFqfc4wH1eS7qH1M { width:7.9375rem;height:8.125rem;top:1.4375rem;left:31.9375rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ0OPZ9SvZ6Zvt8PPuNi3fF4LiRrDemP { width:10.75rem;height:2.25rem;top:4.375rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW { display:block; }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqMxVfMMCwNiWOUi5LE5Ta2e9Frfeh62 { width:28.9375rem;height:0;top:2.5rem;left:18.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9nH14sOae5dVAIbnZcntOdBFemtQlid { width:26.875rem;height:4.5rem;top:13.25rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNVXB9o4qb2aF7rUo1CxgMTbxkaBFO1h { width:2.6875rem;height:3.75rem;top:12.4375rem;left:24.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKogfwqOVTa2T4ThCeQoP0JMFMtLe56u { width:0.0625rem;height:0.75rem;top:11.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6L0rbi6SBZcMXVSAkxWWoa9TQr52ni { width:3.375rem;height:0.0625rem;top:11.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBOpsykVM2VLR5uDCFVlFQ9POA7m2vvX { width:3.375rem;height:0.0625rem;top:18.0625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ds0XxW4t4QOm7tM9iUntkpQx77lZhg { width:0.0625rem;height:0.75rem;top:17.375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKa3qmCNTASIfmimR77PwsvhHCvrDBTp { width:26.875rem;height:6rem;top:21.25rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXbRK2lfN1byqMFBqrTQ6h5R00rhuE1k { width:2.5rem;height:3.75rem;top:21.5rem;left:24.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEPhSkI9Fg8wAcFD4MfIobBZZZ022Pt6 { width:0.0625rem;height:0.75rem;top:19.0625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRTXH4VTd535KiV7TolgxIZzuZrExNWe { width:3.375rem;height:0.0625rem;top:19.0625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8wxPwOLIrpcWIXd0CNKaE9V9WiXBuJw { width:0.0625rem;height:1.125rem;top:26.5rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5XG1UqIukyNLTDkTQ1PkHkWdZ71JDhI { width:3.375rem;height:0.0625rem;top:27.5625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXlJ6BgoVJ7xlpyxV7T5babXIR619N26 { width:0.0625rem;height:0.75rem;top:28.625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtmPJLMs9LKu12VBZUH9W9HvOP6LCZ04 { width:3.375rem;height:0.0625rem;top:28.625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKS9QOpvM1RyTJNIyJgCyDf0yuZUWOky { width:2.3125rem;height:3.75rem;top:30.25rem;left:24.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE9JTcT467TLDB41aIuxRAxftz32s5mw { width:26.9375rem;height:6rem;top:30.875rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXeN15he0x8M2w7BX7AfmDbiQmoCahhP { width:0.0625rem;height:2.8125rem;top:34.3125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENFgD6nDSGo3eUbb1xpRH6hZ8naGQcKk { width:3.375rem;height:0.0625rem;top:37.0625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz08UixmE4IgWdvRoIAPVf7zZDLQ3hnv { width:21.5625rem;height:1.6875rem;top:11.8125rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7iZebHACaKc95NkahbOACL4btWyGZXy { width:27.625rem;height:1.6875rem;top:19.5625rem;left:20.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErNtJsdm2yutnVuwuP21n3wZnHMhvEeV { width:21.8125rem;height:1.6875rem;top:29.125rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e91mHzGT1G1xSUA7039MFmKtsA8K4GNk { width:2.3125rem;height:;top:40rem;left:24.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc4D12ha0UTQ92rHUevHBMbcvZ0VTkCX { width:0.0625rem;height:0.75rem;top:38.375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4D780cKvn6rQUk5D7TZISJSvzATTCdz { width:3.375rem;height:0.0625rem;top:38.375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poxaLDbve4LFVRepMhbCPCJJWXSxbW0N { width:25.9375rem;height:7.5rem;top:40.625rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHZwHTNcTK1NME3foqtBDXsew1pQck2K { width:26.125rem;height:1.6875rem;top:38.875rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eatgPsdih0yOHs4bVagyEsFivni4ZrPc { width:0.0625rem;height:2.8125rem;top:46rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS4SJCuN8VEcyXior2cRpyZzkNQLRWzi { width:3.375rem;height:0.0625rem;top:48.75rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhMHBKNREd3LScETTgNO3Ri1SrhHCD2R { width:2.3125rem;height:;top:51.625rem;left:24.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eURER1H9P61NRmbTfOTp0nBit4CZM3En { width:0.0625rem;height:0.75rem;top:50rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrIuSD72McUKTpqolKBTx0tpKdloF2ly { width:3.375rem;height:0.0625rem;top:50rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKgrTrsvXOZNWqmIhKMdOokzmcnEJZ2T { width:25.9375rem;height:7.5rem;top:52.25rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7NRM1IyUnqcgKsfqVkzKpOpRTy6L0zq { width:26.125rem;height:1.6875rem;top:50.5rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwWG3nD9EbvrN8C5xOITbk4oc2waGQRQ { width:0.0625rem;height:2.8125rem;top:57.625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6LSokVLk2nDNbMIkZq8mwsLGnUKSdEw { width:3.375rem;height:0.0625rem;top:60.375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSK59P19M5lIGEuL3m4AHaWS171PqAfP { width:25.9375rem;height:4.5rem;top:63.875rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQp5AEd7SkSXp6ND5CUPcksTrs3Ef9Sp { width:3.375rem;height:0.0625rem;top:69.375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN74Ugpgiv2CX8vXTpX3eUAuHUhKVXfP { width:2.3125rem;height:;top:63.25rem;left:24.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFmDMHwoEqZdS2E1iXCcl8ghB2xXbp3B { width:0.0625rem;height:2.8125rem;top:66.625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5UIdqi5NWEKJoGrCG4hJtlpf4vgsbmS { width:26.125rem;height:1.6875rem;top:62.125rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1le2y6s9J7NIneJfoLK5xo0epwzeFvz { width:0.0625rem;height:0.75rem;top:61.625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuBEnuxVAgyglJVbNigN71IRTx8K9BzO { width:3.375rem;height:0.0625rem;top:61.625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g01walOPHQayLuLnZ9Wz7sP6QrfHWT9y { width:25.375rem;height:2.8125rem;top:63.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfT15i5VC7HGbouweGku2DhPvHeOgmy { display:block; }#TSfT15i5VC7HGbouweGku2DhPvHeOgmy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHNAyCTpH8C5QWGRJXnTU0CXTuQiP167 { width:15.625rem;height:3.8125rem;top:31.375rem;left:5.6842460632324rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9OeWwqIBirrz7sXLLfbebUDmqwKeqy0 { display:block; }
 }@media only screen and (max-width: 763px) { #FnBDFwJPdxXViMXJ63SHtc5UUvX3wsL4 { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc6upVXW9XTwV4cS5MT0Ncn8RLBLvEKy { width:4.5625rem;height:4.5625rem;top:8.125rem;left:11.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug6NZU51qoS8oGV5RTODPWUCeDaaMNr1 { width:18.75rem;height:3.1875rem;top:15.6875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHKziG9ZoTqLTsGweMswa1te0qpmQ1Nl { width:18.75rem;height:9.5625rem;top:19.875rem;left:4.1217460632324rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMziZvOb6mvoDiOwQ3EElTCkeN0b3vBO { width:20.125rem;height:9.5625rem;top:19.875rem;left:24.216361999512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTntfZV0CvzLTL3GOXZNRtBSU9LfJpmQ { width:18.75rem;height:3.1875rem;top:15.6875rem;left:24.935768127441rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8FgvVQkno5KUtukfOARiDcGuzQ5Bo01 { width:15.625rem;height:3.8125rem;top:31.375rem;left:27.060333251953rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6IxctyWZETTnQKUNSaENC5y1E8CQV7w { display:block; }
 }@media only screen and (max-width: 763px) { #yfRHym1HhTWLRdGnnx916WbVkR9TtVGM { top:6.4375rem;left:9.4982643127444rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETC0KILCbEEMm85TvNOaE9zPQZT3zTAE { top:6.5rem;left:30.3125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkULM0aHcEhTJ7yVdon7OrZv3GlwhGJE { width:4rem;height:4rem;top:8.4375rem;left:32.310981750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg { display:block; }#L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOfnIUbStPps89RihwqmQ303TMUDVTUr { top:13.6875rem;left:0rem;width:44.5625rem;height:54.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQAUV52CkaFCQATdBAKkaJU9wfes7g0y { width:34.0625rem;height:1.5625rem;top:21.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhZs0pqTSWtaeI0cIpGE3fVLzMkCtFOi { top:30.75rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBeXh235GzoGMr2Z5VxiAJMcNFgExV83 { width:32.3125rem;height:;top:32.9375rem;left:0rem;font-size:0.9375rem;display:block; }#dBeXh235GzoGMr2Z5VxiAJMcNFgExV83 li:before{  }
 }@media only screen and (max-width: 763px) { #nADEVPTz4anciIEEmdpDL4BldsHpEamc { width:15.625rem;height:3.875rem;top:58.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfvmz0eZIyKwDARSKnS4ST3u2vzxD8yE { display:block; }
 }@media only screen and (max-width: 763px) { #eILpXughlb0x7kr8poE0VPA8idyU8sZ7 { width:33.875rem;height:2.5rem;top:17.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKiruxRANpmTvGo7IPs5vRkmARASeJob { width:47.75rem;height:;top:24.8125rem;left:0rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDfGIcbL7bywXTyebxigd8lFXenoWKuZ { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTQCaXNsDrqcUDSxhHkiZnGsdaG1KxEH { width:45.3125rem;height:5.0625rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D { display:block; }#hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5WhD9gp6JVWTpTFCPXuXD1ny209KeVa { width:44.875rem;height:4rem;top:3.75rem;left:1.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSWVQQyqkgdLpE9UpTVXNKwaRnZCBhaG { width:43.4375rem;height:1.6875rem;top:8.5rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F { display:block; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rForX26SygfJb8nybyG6OzmazluBfoEt { width:18.5rem;height:11.6875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcbNK1MdKm4QrR1neQsH4WGwu3xuVwZ2 { width:3.3125rem;height:3.3125rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5qzalLWhiPPqqrXe58z5qrqhgZizGC0 { width:15.25rem;height:5.0625rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHxdMSypzxl5Bp2heSBzCQ3MsvmULZMp { width:18.5rem;height:11.5625rem;top:1.3125rem;left:14.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #bebrtGIEn3Bsx7GF56CcTJMIolLdPdzr { width:3.3125rem;height:3.3125rem;top:0rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2mzmeyrp8dRKaWJqf6Kwu3mLTWE2myH { width:15.25rem;height:3.375rem;top:4.5rem;left:16.250001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJBXRkvUzuZ1nIAVUC811Lw9mTz8pJZx { width:18.5rem;height:11.4375rem;top:1.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiQCeTsEyR9SEE43WTO66POEvFcwHfKF { width:3.3125rem;height:3.3125rem;top:0rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQiNB3xiWAFkHLN3aTk9iBObpsAFgpGh { width:15.25rem;height:5.0625rem;top:4.5rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ergbrbl3seEm0WB2BZPbSUICUS39RaBF { width:18.5rem;height:11.5625rem;top:16.125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW8y06kgQtInFPZFvzwl25xueEa4w3Us { width:18.5rem;height:11.6875rem;top:16.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJJU42uKxFF5rKIUO2fsPIxwDEwte1Qa { width:15.25rem;height:5.0625rem;top:19.9375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCzMDve1yozh6C3yzeDdEF7XCRFHwEsX { width:15.25rem;height:5.0625rem;top:19.4375rem;left:26.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPopmfKGq92JpDGCyDGGSswZKqKuNiIx { width:3.3125rem;height:3.3125rem;top:14.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nruUd6SiiCq62mcuWPsTShIVIPFiuyTw { width:3.3125rem;height:3.3125rem;top:15rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPX1Rl71e2Nkw2V2bL8GmTQUwDNVW7lB { width:31.8125rem;height:3.25rem;top:30.0625rem;left:7.7812519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUUmnetIbbGK2qqt3TTlPtv6KU0rFcB3 { display:block; }
 }@media only screen and (max-width: 763px) { #sowcH9fTehWRXmafdnER2GV8iTNIhXio { display:block; }#sowcH9fTehWRXmafdnER2GV8iTNIhXio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUGRt1HKpV5ZKLQNuOSUlShpptuGC7kO { top:13.75rem;left:0rem;width:44.5625rem;height:64.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0PfSQncLNTJZGd3NocDcZhpQQEOJops { width:34.0625rem;height:1.5625rem;top:18.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHHVZ64LoyKtBqqkyB1Fehp7zJKottpQ { top:26.1875rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8ny6gekKTqp3s9UdoZdAPrtdHEhhvn0 { width:32.25rem;height:;top:36.25rem;left:0rem;font-size:0.9375rem;display:block; }#J8ny6gekKTqp3s9UdoZdAPrtdHEhhvn0 li:before{  }
 }@media only screen and (max-width: 763px) { #Kie8VRDAgo7yQSIG2eL7JK2HpRdTEZhw { width:15.625rem;height:3.8125rem;top:72.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgINWnJNS6mZMwF6r7ULRSVolgrIP3Hs { display:block; }
 }@media only screen and (max-width: 763px) { #eeR7Ac9F8O8akEMctlxmqJ0kdNUEmPTl { width:29.875rem;height:2.5rem;top:15.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuS1y6NqQXA4pJshsPiX7JBp8pFNrVvO { width:47.75rem;height:;top:20.25rem;left:0rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMUxw9pTA5nt4zhSsouacoRe7TetlnKb { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TbENtECZbdqBSNdvVvtK4ZEFwuOC8S { width:45.3125rem;height:6.75rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amPfJK6TfD5PdfxX4wgMKC5elTDoPSp0 { width:29.875rem;height:1.5625rem;top:27.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy7A2ObLQtulTghSz2t1GyHWQZd1Om6V { width:29.875rem;height:;top:29.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZQvgQPCH1MD83w7wK1hgnpTH1BBK7GP { width:29.875rem;height:;top:31rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4XaernruSsbuXb3sALTLF4SO6Lpl3Df { width:29.875rem;height:;top:32.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 { display:block; }#MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvxK3CcBkqNakZdX9ArS1rbCPUO3pMgo { width:44.8125rem;height:;top:2.625rem;left:1.4357643127441rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcWb7GLE6LerXTxheFvJsGQ365Ii3rxz { width:43.4375rem;height:6.75rem;top:7.9375rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pED7fqn4Qw5M1DG6egdLcZCBrwezfVcb { top:19.875rem;left:1.3125rem;width:44.5625rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G { display:block; }#pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxKcOyR9KaDiZOiKmndSB0mEg4RvHK2p { width:34.0625rem;height:1.5625rem;top:10.4375rem;left:7.4047317504881rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJoesokfpOqzBmyefIJPqiy40JpNX6dk { width:35.625rem;height:;top:4.6875rem;left:6.0299491882324rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Ov3P26IKIoO9I32URGCDQLRSTLl0gf { width:47.75rem;height:5.875rem;top:12.625rem;left:0rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2HkPiHccaUmDBTPctOVyaTBEUHuG7fs { top:19.0625rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXJNryhJotpNrJVocaCHOMmhTR502p4L { width:32.25rem;height:;top:19.9375rem;left:7.7172317504881rem;font-size:0.9375rem;display:block; }#KXJNryhJotpNrJVocaCHOMmhTR502p4L li:before{  }
 }@media only screen and (max-width: 763px) { #H24o37MsZtlGsqeeTR15r6m9qJpnHleR { width:15.625rem;height:3.8125rem;top:29.6875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXluLtbock9gkxEGpJUIO01Pgf4Fl0kp { display:block; }
 }@media only screen and (max-width: 763px) { #HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH { display:block; }#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHXmK4F4OUBhPu6vK7Gc36CpC1cquqwO { width:47.75rem;height:2.25rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkNtU4VhSTUMlb7c0Qvrn9bob9wesonJ { width:46.25rem;height:5.1875rem;top:6.75rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVadeZsgOV27K4ab5L2m1XgBHA2Bt4aR { width:47.75rem;height:1.25rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mukfOikMb5mzNSfvZnHHGNmRfpi93r0l { width:47.625rem;height:12.8125rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2tRJrdk15FX3enZdvuhlcmwTfgBZ5h5 { width:26.1875rem;height:7.75rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJK4fBLIhcnFF4d731wL6F5IVFSiKF1 { width:28.75rem;height:1.4375rem;top:25.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJeCTdeQMZ4a0srNiB24C8QKdKOlMTMD { width:21.3125rem;height:7.75rem;top:16.75rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9aJCFPXIq2GHET06QmyhXVgiomnhVwp { width:28.75rem;height:1.4375rem;top:25.8125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98FRt54LrWyhLPX8RZEJPco6a6xPzWx { width:0.125rem;height:7.5rem;top:19.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-regular-label { width:25.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-textarea { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl  { width:25.1875rem;height:auto;top:1.1875rem;left:20.0625rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .radio-container { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl {display:block;}#lC6f818h472omQBftPmqHQE8TRoXJVWl { width:25.1875rem;height:auto;top:1.1875rem;left:20.0625rem; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #FZX1vBFrKsyEkqzaGw1UGcxr7dm7Jlgp {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #sDgAllR5TgU9cTsRSPbkR2ehc4H4a7xB { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #TJtT83QcP0uyTBnPT5KHhmCSrsaNbT8e {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #Uu0FA8V8TogDcTeT00Rov9crVVFFW9ek {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #rwp8GuM77bAZkD63VBeXtpr5hD5shPON {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #b3OK1IgFJrQ4xN9hSJsQCpQmMo69yec8 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #A9OCmbJPxXt2zBk0IUlLuyPGE3Sqcchy {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #saNrLdTSbTkXubgrqdvD6FfPKEwAR5oN { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #duPCb6HFv4CCzuxc5fym3W48vZyrr7Q9 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #TReFnZAs2K0kP5wxURU3H5uSESTG8ZFq {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #MMxiFLH7fXcDr59bKqLZD2WnA6aq25H1 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #p5KTJb5Z0rrSoxTUK8yoHOzlFKQJRoJr {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #L9JBdgRsXrQI6ZBVuqn5tT36i5leLPUa {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #OpUIAJwnN61h2SM5EbhPAgMBMnkgqvo5 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #lO8e7Zl6RvUSA1eoVTGnsyr06HJrHJwJ {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #QU046QKQRkiMnAPErTDiMlvtXaWyBTrz {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #x6bsPfCumXKZu8waTK4E71QJ0nTx6ONg {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qTiqUyaK9Z0ez2LNT4nodTTTww83tGOg {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qB2tLqk1l5i0HxKw7VJz1iuNdRZb6Jp7 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #RgL4h7fmgXLwD6ShGBxaqqxRxvTVppZf {  }
 }@media only screen and (max-width: 763px) { #dScT8g0kMFenT1JcXukOKlExAOWJzVTx { width:26.875rem;height:6.0625rem;top:4.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpPUfrXDFfAJwdkenGre1oXXdKzIr7xt { width:26.875rem;height:10.1875rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2JKdA2o6Me1J9TMD8ptEP4cKMHESoyH { width:6.5625rem;height:1.4375rem;top:2.6875rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTefNT7a5UdZUcPNfaNlNmkeTto1fNXt { top:2.5rem;left:42.3125rem;width:1.8125rem;height:1.8125rem;display:block; }
#bTefNT7a5UdZUcPNfaNlNmkeTto1fNXt > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #HfzGRZVm90UlPxv2xSTDroRFiyH9ybKn { width:20.8125rem;height:4.4375rem;top:2.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTzukqkocV6HUJSeQ9EbDzc60GqQJpH7 { width:23.4375rem;height:4.4375rem;top:2.375rem;left:16.136459350586rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqeJ8U4rTAMKb0ZMF8FUElqm3vLGa8WL { top:4.875rem;left:42.3125rem;width:1.8125rem;height:1.8125rem;display:block; }
#cqeJ8U4rTAMKb0ZMF8FUElqm3vLGa8WL > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #ti7rqVxaMTwJ8BNbU1UG5S2aIGcVPJG2 { width:6.5625rem;height:1.4375rem;top:5rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#s8gxNq9RgAoEKOgOcAUTftWfCbiONEfS > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHPNpVcFBG1hRHdyRdbR7cmELuzk7imv { width:3.9375rem;height:2.1875rem;top:5.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeDxWEzSDTmA85FKzWOMazfMFg7mZsvW { display:block; }
 }@media only screen and (max-width: 763px) { #t5lwxUeuJ7hlLd8Mz7h8erZ3fE6wNg2z { width:4.1875rem;height:2.1875rem;top:5.6875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WopTFUcpqueTqgMJyhw4yHJ54pzSDgCv { display:block; }
 }@media only screen and (max-width: 763px) { #nXB8yxnKEutK2O5iVDb1NOBT6WA1BS97 { width:4.75rem;height:2.1875rem;top:5.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuLENnT1ga3Iic5G8dSsRWqfnLdqTG3k { display:block; }
 }@media only screen and (max-width: 763px) { #MXAQdsQVKwi43lapCaA0Zd3n7OWCt6EQ { width:3.1875rem;height:1.8rem;top:2.0625001192093rem;left:1.7500001192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BAiysCTtAdewo011O5cRTxV2TPD9U9KN { width:13.75rem;height:3.25rem;top:1.2750000953674rem;left:5.7500003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6e94164c-182a-49ee-b12d-14dd1e8b2b10/10.crop_2973x4000_2495,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { border-width: 0; border-radius: 0; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::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; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:20rem;height:3.375rem;top:21.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efTAKqRir5GfT7QHMGx6yWuliULXgsdl { width:20rem;height:1.94965rem;top:25.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d4Ug9KZdacHmsqUaWOtxee3OldaCeyCg { width:14.25rem;height:6.74805rem;top:28.375rem;left:3rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVCtBdTMik0fzJmhsc7cOkKLtqPzLR6L { width:3.5625rem;height:2.875rem;top:1.25rem;left:8.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xkbkRn4pDuBUvRZsWR5rFVpFqzz9Q08P { width:3.1875rem;height:1.8rem;top:1.6624984741211rem;left:8.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtqmAeTaORNvNQcK1hwUbez26o6u6siw { width:15.6875rem;height:3.25rem;top:33.1875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTx4Uhoh6UdUD9TvkOxTMotlWvyFRmN { display:block; }
 }@media only screen and (max-width: 763px) { #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { width:20rem;height:99.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { width:20rem;height:1.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ba3iqAlogtylRRgKzunhHiKwSp6d54aI { width:20rem;height:27.19789375rem;top:37.454168319702rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKJ6wWNRzOzkF91GnKsWNsnTahsCQkCV { width:20rem;height:22.25rem;top:12.624998092651rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4057902e-8aaa-481e-a0c1-c162ff4fe7a9/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GKJ6wWNRzOzkF91GnKsWNsnTahsCQkCV.adaptive-delivery-prevent-bg, #GKJ6wWNRzOzkF91GnKsWNsnTahsCQkCV.lazyload, #GKJ6wWNRzOzkF91GnKsWNsnTahsCQkCV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QmdKAWSN5TtzITSlpDOpqaPi0grhvE1S { width:16.5625rem;height:6.5rem;top:4.7375011444092rem;left:1.7187501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CL7C8t5mFB7RfVcOuvfs75ITGBCM0S7e { width:18.0625rem;height:13.59898125rem;top:67.653129577638rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqeCEw2kGvPp13BXAxGvARZ4iviHuy0a { display:flex;width:0.6875rem;height:0.6875rem;top:36.062503814698rem;left:9.656250834465rem; }
 }@media only screen and (max-width: 763px) { #WJmvo1WVMfZ3paKUTsiKPx807m6eGn5C { display:flex;width:0.6875rem;height:0.6875rem;top:55.379170417786rem;left:9.656250834465rem; }
 }@media only screen and (max-width: 763px) { #MzSrivbRJN6nxRKv3GW8VrXIvTK3heb1 { display:flex;width:0.6875rem;height:0.6875rem;top:60.312501907349rem;left:9.656250834465rem; }
 }@media only screen and (max-width: 763px) { #z24SqElq8xMQePdSq60miZltvaMfE84V { display:flex;width:0.6875rem;height:0.6875rem;top:79.875rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #H7lulzqT5uoef8ZJ1p1UqDQi2JkactNP { display:flex;width:0.6875rem;height:0.6875rem;top:93.3125rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #eRHTSVMrTmQ4dEpQbQm5lWvJNKLZksS8 { display:flex;width:0.6875rem;height:0.6875rem;top:88.375rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #TQyycXtblFG7qe1U70xOvw65qB7TsQor { display:flex;width:0.6875rem;height:0.6875rem;top:66.375005722044rem;left:9.656250834465rem; }
 }@media only screen and (max-width: 763px) { #feZB1LQCZgca5TBtExsbu0yV1E8k0HrS { width:18.0625rem;height:18.69858125rem;top:80.625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCGHceq9xVX2qDWE908uGXVgFs5rg3sf { display:block; }#qCGHceq9xVX2qDWE908uGXVgFs5rg3sf > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdLUTTXMhcidKdPLZg46UckkmA3OCU8k { width:7.5625rem;height:5.44375rem;top:3.0000052452088rem;left:5.4375003576279rem;text-align:center;text-align-last:center;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVyE7Bl5kZqMauTehtCrwrzcD27wippA { width:14.25rem;height:1.3rem;top:5.071875333786rem;left:2.8750001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXayFwCDZHvdqIr7IalkQ8XKFxQRHOws { width:14.4375rem;height:6.497375rem;top:9.3125007152556rem;left:2.7812501192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgIhRFUtEtHXMp9eqsOupAuOWUURLubT { width:16.5rem;height:5.19791875rem;top:23.750000715256rem;left:1.7500001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFO5IHDUkJ8WNHWTeSbeMfNrtvwgvyWZ { width:7.5625rem;height:5.3625rem;top:17.875000715256rem;left:5.4375003576279rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8trtfQF7vNpbB2wk1TbiDnLuOZ4nkvd { width:14.25rem;height:1.3rem;top:19.906250715256rem;left:2.8750001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlntoPal5osabtTsuUGlrRXRvM7Drqih { width:16rem;height:7.796875rem;top:37.548962116241rem;left:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnWFif1RxpU9B1A0SFqfc4wH1eS7qH1M { width:7.5625rem;height:5.3625rem;top:31.561459064484rem;left:5.4375003576279rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ0OPZ9SvZ6Zvt8PPuNi3fF4LiRrDemP { width:14.25rem;height:1.3rem;top:33.592710971833rem;left:2.8750001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/514f2166-cba0-42d7-81e2-02921cc51bfe/piotrmakowski27LH_0jXKYIunsplash.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW.adaptive-delivery-prevent-bg, #KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW.lazyload, #KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW.lazyloading { background-image: none; }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row .container { background-color: transparent; background-image: none; }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row .container > .video-iframe-container { display: none; }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row > .video-iframe-container { display: none; }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .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); }#KxTZvkny18yWqP2uJwNTPT6dTOXdOZXW > .row .container { width:20rem;height:146.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqMxVfMMCwNiWOUi5LE5Ta2e9Frfeh62 { width:16.1875rem;height:7.75rem;top:1.9375rem;left:1.9062501192093rem;text-align:center;text-align-last:center;font-size:1.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G9nH14sOae5dVAIbnZcntOdBFemtQlid { width:17.5rem;height:6rem;top:20.462500572204rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNVXB9o4qb2aF7rUo1CxgMTbxkaBFO1h { width:2.0625rem;height:2.43815rem;top:13.837509155274rem;left:8.937500834465rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKogfwqOVTa2T4ThCeQoP0JMFMtLe56u { width:0.0625rem;height:0.75rem;top:11.837509155274rem;left:8.312500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6L0rbi6SBZcMXVSAkxWWoa9TQr52ni { width:3.375rem;height:0.0625rem;top:11.837509155274rem;left:8.312500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBOpsykVM2VLR5uDCFVlFQ9POA7m2vvX { width:3.375rem;height:0.0625rem;top:28.775009155274rem;left:8.312500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ds0XxW4t4QOm7tM9iUntkpQx77lZhg { width:0.0625rem;height:0.75rem;top:27.962509155274rem;left:8.312500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKa3qmCNTASIfmimR77PwsvhHCvrDBTp { width:17.5rem;height:7.5rem;top:38.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXbRK2lfN1byqMFBqrTQ6h5R00rhuE1k { width:2.5rem;height:2.43815rem;top:32.1875rem;left:8.75rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEPhSkI9Fg8wAcFD4MfIobBZZZ022Pt6 { width:0.0625rem;height:0.75rem;top:31rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRTXH4VTd535KiV7TolgxIZzuZrExNWe { width:3.375rem;height:0.0625rem;top:31rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8wxPwOLIrpcWIXd0CNKaE9V9WiXBuJw { width:0.0625rem;height:1.125rem;top:46.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5XG1UqIukyNLTDkTQ1PkHkWdZ71JDhI { width:3.375rem;height:0.0625rem;top:47.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXlJ6BgoVJ7xlpyxV7T5babXIR619N26 { width:0.0625rem;height:0.75rem;top:49.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtmPJLMs9LKu12VBZUH9W9HvOP6LCZ04 { width:3.375rem;height:0.0625rem;top:49.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKS9QOpvM1RyTJNIyJgCyDf0yuZUWOky { width:2.5rem;height:2.43815rem;top:51.125rem;left:8.75rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE9JTcT467TLDB41aIuxRAxftz32s5mw { width:17.5rem;height:10.5rem;top:56.962503433228rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXeN15he0x8M2w7BX7AfmDbiQmoCahhP { width:0.0625rem;height:2.8125rem;top:67.9492225647rem;left:8.3125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENFgD6nDSGo3eUbb1xpRH6hZ8naGQcKk { width:3.375rem;height:0.0625rem;top:70.720054626462rem;left:8.3125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz08UixmE4IgWdvRoIAPVf7zZDLQ3hnv { width:16.9375rem;height:3.3997375rem;top:16.275000572204rem;left:1.5312501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7iZebHACaKc95NkahbOACL4btWyGZXy { width:16.125rem;height:3.3997375rem;top:34.291668891907rem;left:1.9375001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErNtJsdm2yutnVuwuP21n3wZnHMhvEeV { width:16.0625rem;height:3.3997375rem;top:53.562507629394rem;left:1.9687501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e91mHzGT1G1xSUA7039MFmKtsA8K4GNk { width:2.3125rem;height:2.43815rem;top:72.375rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc4D12ha0UTQ92rHUevHBMbcvZ0VTkCX { width:0.0625rem;height:0.75rem;top:71.666669845581rem;left:8.3125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4D780cKvn6rQUk5D7TZISJSvzATTCdz { width:3.375rem;height:0.0625rem;top:71.645835876462rem;left:8.3125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #poxaLDbve4LFVRepMhbCPCJJWXSxbW0N { width:17.9375rem;height:10.5rem;top:78.72084236145rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHZwHTNcTK1NME3foqtBDXsew1pQck2K { width:15.625rem;height:3.3997375rem;top:75.320838928225rem;left:2.1875001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eatgPsdih0yOHs4bVagyEsFivni4ZrPc { width:0.0625rem;height:2.8125rem;top:91.53333854675rem;left:8.312500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS4SJCuN8VEcyXior2cRpyZzkNQLRWzi { width:3.375rem;height:0.0625rem;top:94.350006103512rem;left:8.3166674375531rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhMHBKNREd3LScETTgNO3Ri1SrhHCD2R { width:2.3125rem;height:2.43815rem;top:97.8125rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eURER1H9P61NRmbTfOTp0nBit4CZM3En { width:0.0625rem;height:0.75rem;top:95.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrIuSD72McUKTpqolKBTx0tpKdloF2ly { width:3.375rem;height:0.0625rem;top:95.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKgrTrsvXOZNWqmIhKMdOokzmcnEJZ2T { width:17.4375rem;height:12rem;top:104.55834579468rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7NRM1IyUnqcgKsfqVkzKpOpRTy6L0zq { width:15.125rem;height:3.3997375rem;top:101.15833663941rem;left:2.4375001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwWG3nD9EbvrN8C5xOITbk4oc2waGQRQ { width:0.0625rem;height:2.8125rem;top:118.18334007263rem;left:8.312500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6LSokVLk2nDNbMIkZq8mwsLGnUKSdEw { width:3.375rem;height:0.0625rem;top:121.00000762939rem;left:8.312500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSK59P19M5lIGEuL3m4AHaWS171PqAfP { width:20rem;height:6rem;top:129.1250038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQp5AEd7SkSXp6ND5CUPcksTrs3Ef9Sp { width:3.375rem;height:0.0625rem;top:140.50833892822rem;left:8.312500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN74Ugpgiv2CX8vXTpX3eUAuHUhKVXfP { width:2.3125rem;height:2.43815rem;top:124.1875rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFmDMHwoEqZdS2E1iXCcl8ghB2xXbp3B { width:0.0625rem;height:2.8125rem;top:137.76250457764rem;left:8.312500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5UIdqi5NWEKJoGrCG4hJtlpf4vgsbmS { width:20rem;height:1.70030625rem;top:126.6250038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1le2y6s9J7NIneJfoLK5xo0epwzeFvz { width:0.0625rem;height:0.75rem;top:122.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuBEnuxVAgyglJVbNigN71IRTx8K9BzO { width:3.375rem;height:0.0625rem;top:122.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g01walOPHQayLuLnZ9Wz7sP6QrfHWT9y { width:20rem;height:3.75rem;top:141.76237869262rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfT15i5VC7HGbouweGku2DhPvHeOgmy { display:block; }#TSfT15i5VC7HGbouweGku2DhPvHeOgmy > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHNAyCTpH8C5QWGRJXnTU0CXTuQiP167 { width:15.625rem;height:3.87478125rem;top:35.935333251953rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9OeWwqIBirrz7sXLLfbebUDmqwKeqy0 { display:block; }
 }@media only screen and (max-width: 763px) { #FnBDFwJPdxXViMXJ63SHtc5UUvX3wsL4 { width:20rem;height:7.7988125rem;top:2.4262199401856rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc6upVXW9XTwV4cS5MT0Ncn8RLBLvEKy { width:3.99956875rem;height:3.99956875rem;top:14.624557495118rem;left:7.999132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug6NZU51qoS8oGV5RTODPWUCeDaaMNr1 { width:18.75rem;height:2.59895625rem;top:22.03125rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHKziG9ZoTqLTsGweMswa1te0qpmQ1Nl { width:18.75rem;height:9.597625rem;top:25.315753936767rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMziZvOb6mvoDiOwQ3EElTCkeN0b3vBO { width:18.75rem;height:11.19725rem;top:55.5625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTntfZV0CvzLTL3GOXZNRtBSU9LfJpmQ { width:18.75rem;height:2.59895625rem;top:51rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8FgvVQkno5KUtukfOARiDcGuzQ5Bo01 { width:15.625rem;height:3.8125rem;top:68.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6IxctyWZETTnQKUNSaENC5y1E8CQV7w { display:block; }
 }@media only screen and (max-width: 763px) { #yfRHym1HhTWLRdGnnx916WbVkR9TtVGM { width:7.9375rem;height:7.9375rem;top:12.652969837189rem;left:6.0308163762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETC0KILCbEEMm85TvNOaE9zPQZT3zTAE { width:7.9375rem;height:7.9375rem;top:42.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkULM0aHcEhTJ7yVdon7OrZv3GlwhGJE { width:4rem;height:4rem;top:44.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg { display:block; }#L7RXa8g98vnnxwIbitZs7PnkmxTJFmxg > .row .container { width:20rem;height:99.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOfnIUbStPps89RihwqmQ303TMUDVTUr { width:20rem;height:71.375rem;top:24.3125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NQAUV52CkaFCQATdBAKkaJU9wfes7g0y { width:18.9375rem;height:3.1497375rem;top:34.2763671875rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KhZs0pqTSWtaeI0cIpGE3fVLzMkCtFOi { width:15.625rem;height:0.125rem;top:44.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBeXh235GzoGMr2Z5VxiAJMcNFgExV83 { width:18.811875rem;height:37rem;top:48.125007152558rem;left:0.59353297948838rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#dBeXh235GzoGMr2Z5VxiAJMcNFgExV83 li:before{  }
 }@media only screen and (max-width: 763px) { #nADEVPTz4anciIEEmdpDL4BldsHpEamc { width:15.625rem;height:3.87478125rem;top:88.936628341675rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfvmz0eZIyKwDARSKnS4ST3u2vzxD8yE { display:block; }
 }@media only screen and (max-width: 763px) { #eILpXughlb0x7kr8poE0VPA8idyU8sZ7 { width:18.311625rem;height:7.5553125rem;top:26.06121635437rem;left:0.84309905767444rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JKiruxRANpmTvGo7IPs5vRkmARASeJob { width:15.0625rem;height:4.46875rem;top:39rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #yDfGIcbL7bywXTyebxigd8lFXenoWKuZ { width:20rem;height:7.7988125rem;top:1.5527153015137rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTQCaXNsDrqcUDSxhHkiZnGsdaG1KxEH { width:18.5rem;height:11.8990625rem;top:10.57275390625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D { display:block; }#hkx1o1MMgPK4EOvbyobz7Uhv54Ia9I3D > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5WhD9gp6JVWTpTFCPXuXD1ny209KeVa { width:20rem;height:5.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSWVQQyqkgdLpE9UpTVXNKwaRnZCBhaG { width:20rem;height:5.0996125rem;top:7.9rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F { display:block; }#HcdSUFhUy7wEGHeAVLihe2kQu7Kl3z1F > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rForX26SygfJb8nybyG6OzmazluBfoEt { width:18.1875rem;height:10.875rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcbNK1MdKm4QrR1neQsH4WGwu3xuVwZ2 { display:flex;width:3.3125rem;height:3.3125rem;top:-0.0625rem;left:14.6875rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #e5qzalLWhiPPqqrXe58z5qrqhgZizGC0 { width:15.125rem;height:5.0996125rem;top:4.4132843017578rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHxdMSypzxl5Bp2heSBzCQ3MsvmULZMp { width:18.5rem;height:10.25rem;top:13.575rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bebrtGIEn3Bsx7GF56CcTJMIolLdPdzr { display:flex;width:3.3125rem;height:3.3125rem;top:12.2625rem;left:14.5625rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #d2mzmeyrp8dRKaWJqf6Kwu3mLTWE2myH { width:15.25rem;height:3.3997375rem;top:16.7625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJBXRkvUzuZ1nIAVUC811Lw9mTz8pJZx { width:18.5rem;height:11.5rem;top:25.275rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiQCeTsEyR9SEE43WTO66POEvFcwHfKF { display:flex;width:3.3125rem;height:3.3125rem;top:23.9625rem;left:14.562496185302rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #RQiNB3xiWAFkHLN3aTk9iBObpsAFgpGh { width:15.25rem;height:5.0996125rem;top:28.4625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ergbrbl3seEm0WB2BZPbSUICUS39RaBF { width:18.5rem;height:11.5625rem;top:51.3625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW8y06kgQtInFPZFvzwl25xueEa4w3Us { width:18.5rem;height:11.6875rem;top:38.225rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJJU42uKxFF5rKIUO2fsPIxwDEwte1Qa { width:15.25rem;height:5.0996125rem;top:41.1625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCzMDve1yozh6C3yzeDdEF7XCRFHwEsX { width:15.25rem;height:5.0996125rem;top:54.2375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPopmfKGq92JpDGCyDGGSswZKqKuNiIx { display:flex;width:3.3125rem;height:3.3125rem;top:37.1rem;left:14.5625rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #nruUd6SiiCq62mcuWPsTShIVIPFiuyTw { display:flex;width:3.3125rem;height:3.3125rem;top:50.2375rem;left:14.5625rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #fPX1Rl71e2Nkw2V2bL8GmTQUwDNVW7lB { width:18.4375rem;height:3.25rem;top:67.57470703125rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUUmnetIbbGK2qqt3TTlPtv6KU0rFcB3 { display:block; }
 }@media only screen and (max-width: 763px) { #sowcH9fTehWRXmafdnER2GV8iTNIhXio { display:block; }#sowcH9fTehWRXmafdnER2GV8iTNIhXio > .row .container { width:20rem;height:115.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUGRt1HKpV5ZKLQNuOSUlShpptuGC7kO { width:20rem;height:88.125rem;top:25.3125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #n0PfSQncLNTJZGd3NocDcZhpQQEOJops { width:18.936625rem;height:3.1497375rem;top:32.213541507721rem;left:0.53059905767441rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vHHVZ64LoyKtBqqkyB1Fehp7zJKottpQ { width:15.625rem;height:0.124783125rem;top:40.474176406861rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8ny6gekKTqp3s9UdoZdAPrtdHEhhvn0 { width:18.811875rem;height:56.8125rem;top:51.263034820557rem;left:0.59353297948838rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#J8ny6gekKTqp3s9UdoZdAPrtdHEhhvn0 li:before{  }
 }@media only screen and (max-width: 763px) { #Kie8VRDAgo7yQSIG2eL7JK2HpRdTEZhw { width:15.625rem;height:3.87478125rem;top:107.99913787842rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgINWnJNS6mZMwF6r7ULRSVolgrIP3Hs { display:block; }
 }@media only screen and (max-width: 763px) { #eeR7Ac9F8O8akEMctlxmqJ0kdNUEmPTl { width:18.311625rem;height:5.03689375rem;top:26.561405181885rem;left:0.84309905767444rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JuS1y6NqQXA4pJshsPiX7JBp8pFNrVvO { width:15.061875rem;height:4.46875rem;top:36.061197757721rem;left:2.4685330986977rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VMUxw9pTA5nt4zhSsouacoRe7TetlnKb { width:20rem;height:7.7988125rem;top:1.0525207519531rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TbENtECZbdqBSNdvVvtK4ZEFwuOC8S { width:18.5rem;height:13.5989375rem;top:10.57275390625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amPfJK6TfD5PdfxX4wgMKC5elTDoPSp0 { width:20rem;height:1.625rem;top:41.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Fy7A2ObLQtulTghSz2t1GyHWQZd1Om6V { width:20rem;height:0;top:43.561145782471rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FZQvgQPCH1MD83w7wK1hgnpTH1BBK7GP { width:20rem;height:1.625rem;top:45.184478759766rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #E4XaernruSsbuXb3sALTLF4SO6Lpl3Df { width:20rem;height:1.625rem;top:46.808812141419rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 { display:block; }#MWHHgVBRFRUFZXDWoTh4Qo6NS6J0tXH6 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvxK3CcBkqNakZdX9ArS1rbCPUO3pMgo { width:17.061625rem;height:7.1979375rem;top:2.2450084686279rem;left:1.4680989384651rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcWb7GLE6LerXTxheFvJsGQ365Ii3rxz { width:17.374125rem;height:18.6985625rem;top:10.374349594116rem;left:1.3118489384651rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pED7fqn4Qw5M1DG6egdLcZCBrwezfVcb { width:20rem;height:29.8125rem;top:0.9971923828125rem;left:0rem;z-index:14996;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-secondary-4),0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G { display:block; }#pVHd6pbe8cDSVvKR3OqQ7JsGAzbscK1G > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxKcOyR9KaDiZOiKmndSB0mEg4RvHK2p { width:20rem;height:3.1497375rem;top:15.09225rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vJoesokfpOqzBmyefIJPqiy40JpNX6dk { width:20rem;height:12.591125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #G3Ov3P26IKIoO9I32URGCDQLRSTLl0gf { width:20rem;height:2.5996125rem;top:19.049472808838rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #i2HkPiHccaUmDBTPctOVyaTBEUHuG7fs { width:20rem;height:0.0618489375rem;top:22.523874282837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXJNryhJotpNrJVocaCHOMmhTR502p4L { width:20rem;height:12.4375rem;top:24.084180831909rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#KXJNryhJotpNrJVocaCHOMmhTR502p4L li:before{  }
 }@media only screen and (max-width: 763px) { #H24o37MsZtlGsqeeTR15r6m9qJpnHleR { width:15.625rem;height:3.81185rem;top:37.896053314209rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXluLtbock9gkxEGpJUIO01Pgf4Fl0kp { display:block; }
 }@media only screen and (max-width: 763px) { #HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH { display:block; }#HG8FrLaZkbqNxXhqW9o3AhgSvx8uT6cH > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHXmK4F4OUBhPu6vK7Gc36CpC1cquqwO { width:20rem;height:1.25rem;top:2.6866340637207rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkNtU4VhSTUMlb7c0Qvrn9bob9wesonJ { width:20rem;height:12.9948125rem;top:5.9365901947021rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVadeZsgOV27K4ab5L2m1XgBHA2Bt4aR { width:20rem;height:1.25rem;top:20.874567747116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mukfOikMb5mzNSfvZnHHGNmRfpi93r0l { width:20.0625rem;height:20.0625rem;top:24.375000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2tRJrdk15FX3enZdvuhlcmwTfgBZ5h5 { width:20rem;height:10.3958125rem;top:25.749118804932rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJK4fBLIhcnFF4d731wL6F5IVFSiKF1 { width:20rem;height:1.2999125rem;top:36.685764312744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJeCTdeQMZ4a0srNiB24C8QKdKOlMTMD { width:20rem;height:7.796875rem;top:40.236112594604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9aJCFPXIq2GHET06QmyhXVgiomnhVwp { width:20rem;height:1.2999125rem;top:48.782119750976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98FRt54LrWyhLPX8RZEJPco6a6xPzWx { width:0.125rem;height:7.5rem;top:19.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60de6f24-120c-4335-880d-1a7fe8d71268/hassanpashanEbMedmVwgwunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.adaptive-delivery-prevent-bg, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyload, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyloading { background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { background-color: transparent; background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .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); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.5;overflow:hidden;height:auto; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl  { width:17.5rem;height:auto;top:28.206379890442rem;left:0rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl {display:block;}#lC6f818h472omQBftPmqHQE8TRoXJVWl { width:17.5rem;height:auto;top:28.206379890442rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #FZX1vBFrKsyEkqzaGw1UGcxr7dm7Jlgp {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #sDgAllR5TgU9cTsRSPbkR2ehc4H4a7xB { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #TJtT83QcP0uyTBnPT5KHhmCSrsaNbT8e {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #Uu0FA8V8TogDcTeT00Rov9crVVFFW9ek {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #rwp8GuM77bAZkD63VBeXtpr5hD5shPON {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #b3OK1IgFJrQ4xN9hSJsQCpQmMo69yec8 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #A9OCmbJPxXt2zBk0IUlLuyPGE3Sqcchy {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #saNrLdTSbTkXubgrqdvD6FfPKEwAR5oN { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #duPCb6HFv4CCzuxc5fym3W48vZyrr7Q9 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #TReFnZAs2K0kP5wxURU3H5uSESTG8ZFq {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #MMxiFLH7fXcDr59bKqLZD2WnA6aq25H1 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #p5KTJb5Z0rrSoxTUK8yoHOzlFKQJRoJr {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #L9JBdgRsXrQI6ZBVuqn5tT36i5leLPUa {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #OpUIAJwnN61h2SM5EbhPAgMBMnkgqvo5 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #lO8e7Zl6RvUSA1eoVTGnsyr06HJrHJwJ {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #QU046QKQRkiMnAPErTDiMlvtXaWyBTrz {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #x6bsPfCumXKZu8waTK4E71QJ0nTx6ONg {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qTiqUyaK9Z0ez2LNT4nodTTTww83tGOg {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qB2tLqk1l5i0HxKw7VJz1iuNdRZb6Jp7 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #RgL4h7fmgXLwD6ShGBxaqqxRxvTVppZf {  }
 }@media only screen and (max-width: 763px) { #dScT8g0kMFenT1JcXukOKlExAOWJzVTx { width:20rem;height:5.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpPUfrXDFfAJwdkenGre1oXXdKzIr7xt { width:17.75rem;height:13.5989375rem;top:8.3993391990662rem;left:1.1241319775581rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2JKdA2o6Me1J9TMD8ptEP4cKMHESoyH { width:20rem;height:1.4875rem;top:3rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTefNT7a5UdZUcPNfaNlNmkeTto1fNXt { display:flex;width:1.8125rem;height:1.8125rem;top:1.1875rem;left:9.093750834465rem; }
#bTefNT7a5UdZUcPNfaNlNmkeTto1fNXt > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #HfzGRZVm90UlPxv2xSTDroRFiyH9ybKn { width:20rem;height:4.46094375rem;top:5.611457824707rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTzukqkocV6HUJSeQ9EbDzc60GqQJpH7 { width:20rem;height:7.43489375rem;top:13.6375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cqeJ8U4rTAMKb0ZMF8FUElqm3vLGa8WL { display:flex;width:1.8125rem;height:1.8125rem;top:22.375rem;left:9.0625rem; }
#cqeJ8U4rTAMKb0ZMF8FUElqm3vLGa8WL > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #ti7rqVxaMTwJ8BNbU1UG5S2aIGcVPJG2 { width:6.5625rem;height:1.4875rem;top:24.1875rem;left:6.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }