.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:230,203,173;--color-primary-1:222,185,146;--color-primary-2:167,139,110;--color-primary-3:111,93,73;--color-primary-4:56,46,37;--color-secondary-0:255,255,255;--color-secondary-1:193,197,200;--color-secondary-2:130,139,145;--color-secondary-3:68,80,89;--color-secondary-4:5,22,34;--color-tertiary-0:195,205,212;--color-tertiary-1:164,180,191;--color-tertiary-2:134,155,169;--color-tertiary-3:101,116,127;--color-tertiary-4:67,78,85;--headlines-font-family:"Raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { background-color: transparent; background-image: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container > .video-iframe-container { display: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { display: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .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); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { border-width: 0; border-radius: 0; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#LCSurvOSdVmZWPwxQtJlMVe4bnLb1wHN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#wXz0RoCcsCLJqidOEeubeE4QygoMutlN { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#xCHgn5M948kqrC7zKTtqTONJz5eJLyCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6X5yy9QqhKX8X3tK7q47WKWXlo5Ri6G { background-color:transparent;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-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:26.6875rem;display:block; }
#aPHTXNgE0w5hBhzik3Mfs2waFXEDuBk8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#niLEN44rXZCaSIeecm06rhHfxGhAUTIa { background-color:transparent;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-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:34.8125rem;display:block; }
#FkW6aAEdaRX65CZB3E1aAkBh6flFkoEX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uA8vw3iHqKGrHvJQJH6rCXQdfzWBIiF4 { background-color:transparent;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-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:42.9375rem;display:block; }
#Ogt1X8WuDIdbrTSgsUqp4IwTHtEhO4zd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1XdHWWwbtK1lVkXw6n5eWGiRetPF6S1 { background-color:transparent;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-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.25rem;left:52.1875rem;display:block; }
#hdKZ864iSWDITI0nRRl3KEilQuoMpy6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/artificial-intelligence_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.adaptive-delivery-prevent-bg, #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.lazyload, #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.lazyloading { background-image: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { background-color: transparent; background-image: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .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); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { border-width: 0; border-radius: 0; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO::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; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:50rem;width:75rem;position:relative;display:block; }#dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:16.0625rem;left:7.5rem;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;text-align:center;text-align-last:center;display:block; }
#LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:26rem;left:7.5rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:20rem;width:0.5rem;top:0.0625rem;left:4.875rem;display:block; }
#rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:20rem;width:0.5rem;top:0rem;left:7.0625rem;display:block; }
#xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:20rem;width:0.5rem;top:0rem;left:9.4375rem;display:block; }
#Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:20rem;width:0.5rem;top:30rem;left:64.875rem;display:block; }
#qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:20rem;width:0.5rem;top:30rem;left:67.25rem;display:block; }
#VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:20rem;width:0.5rem;top:30rem;left:69.625rem;display:block; }
#dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:20rem;width:0.5rem;top:30rem;left:72rem;display:block; }
#AEIf9aotnZBkCQOa7Wbx7WFIBbBZO4TO { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.8125rem;left:30.25rem;display:block; }
#dE0vpgx9p9CPTz9qzIZkIrlVuJ03rvhN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { background-color: transparent; background-image: none; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container > .video-iframe-container { display: none; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row > .video-iframe-container { display: none; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .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); }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { border-width: 0; border-radius: 0; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:50rem;width:75rem;position:relative;display:block; }#D9cvRab1yvWKFfgAmWyEtBNezhgSS1CQ { color:rgba(var(--color-tertiary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.25rem;left:0rem;height:13.5rem;display:block; }
#DnJuysBEkP7iUC39pDcrRg8kmAaQt2T9 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:6.5rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XNNaLOCZtBvzBVUHleLZFZHWKo0wNZQQ { color:rgba(var(--color-primary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:3.625rem;left:0.0625rem;height:1.6875rem;font-style:normal;display:block; }
#HTrbzli4WW2ZN0chcTIC9mGd4sayD8f5 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#rKaTLMhLR43cITPI9vMH9AWB8u4c4uPD { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#fWDIaM4Pt9BV132PKW4y3rpi34Q55ITR { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#SSiM9USzgHD8HQADweBfAFHFTSPPOWgT { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#SyTBi7aO4kkkwVqhhy8NJGrJ7DLBzz1b { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:28.875rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#MsBJxT1QTFHWTASLMoLUnMLOmUyIXBAl { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:33.8125rem;left:0rem;height:;font-style:normal;display:block; }#MsBJxT1QTFHWTASLMoLUnMLOmUyIXBAl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MsBJxT1QTFHWTASLMoLUnMLOmUyIXBAl li:before{  }
#hdgmxTLlrhgOZip3fsIPJTNpeCB7HXcT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:26.5625rem;left:0rem; }
#vqoFd7gPKaFGEFhIpgQ2e63IIT8U36NL { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:33.8125rem;left:17.5625rem;height:;font-style:normal;display:block; }#vqoFd7gPKaFGEFhIpgQ2e63IIT8U36NL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vqoFd7gPKaFGEFhIpgQ2e63IIT8U36NL li:before{  }
#S1JDRSWWBAVmI3LMl8mgWOSwPMX7Z81f { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:29.4375rem;left:17.5625rem;height:1.875rem;font-style:normal;display:block; }
#Sbs075lB9y036QayOAI8XFbNlrUGPefd { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:26.5625rem;left:17.6875rem; }
#PMk4QVU6kMZ9Uf516efWuKKT6wT5xVS2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.3125rem;width:37.5625rem;top:6.5rem;left:37.4375rem;overflow:hidden;display:block; }
#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { background-color: transparent; background-image: none; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container > .video-iframe-container { display: none; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row > .video-iframe-container { display: none; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .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); }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { border-width: 0; border-radius: 0; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:59.1875rem;width:75rem;position:relative;display:block; }#Mvte6JsVxTIu5Oya6XX0tNhw541GOPlQ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:5.5rem;left:41.25rem;height:7.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oBzkI8RUowQyO9A7kPT2HyAZucnSetOT { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:19.625rem;left:40.625rem;height:32.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OHoa6fqxvPqx6zMWW8zdFEC77zMNzM2w { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.75rem;left:40.625rem;display:block; }
#b43bspkM9tmf40yJ40Kzkm0nGFghyoOD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C55XRrxif0v8CRMtVfh3A0Q00cF9EfID { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#ae8O0dQzf6tKfOVz4MVwcU7pSZMn0bDX { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#tR90v75BtStIibM0et9CLhDVLPlkMAFm { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#qyIXAKZRHTCocw3Ow43LtZ3Dt8PQXIHO { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#iMZJ5s8k7DIMx2SSLihfBaOgiXV9bfld { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-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:1.875rem;width:12.5rem;top:2.15625rem;left:41.25rem;display:block; }
#aaaeT2Z2IFlqLxIUIkSl7xI5RuGxEmaG { color:rgba(var(--color-primary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:2.25rem;left:41.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lWIXf3ZROyWPoGncueQmlCmacpp2NSHg { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:37.4375rem;top:10.9375rem;left:0rem;overflow:hidden;display:block; }
#i2SRMBDTOlTuO9wcrzpJiGMOJpH4iLqV { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:37.5rem;left:0rem;overflow:hidden;display:block; }
#OiCPd2RR0f7VZ3fC1xg1v6JHBrnwRuZ0 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:18.8125rem;top:37.5625rem;left:18.75rem;overflow:hidden;display:block; }
#KrPs2eJGtnGqIiuHDwocePQPQQstd2MI { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:54.3125rem;left:40.625rem;display:block; }
#hFAdFd02RWbo9OtJE2iScwUQT0woiX1a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/artificial-intelligence_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.adaptive-delivery-prevent-bg, #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.lazyload, #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.lazyloading { background-image: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { background-color: transparent; background-image: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container > .video-iframe-container { display: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container { display: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .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); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { border-width: 0; border-radius: 0; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu::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; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:55.125rem;width:75rem;position:relative;display:block; }#pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:15.8125rem;left:31.625rem; }
#NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:18.875rem;left:31.625rem;height:5rem;font-style:normal;display:block; }
#Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:24.4375rem;left:31.625rem;height:6.75rem;font-style:normal;display:block; }
#ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { color:rgba(var(--color-primary-1),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:3.625rem;left:0rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { color:rgba(var(--color-tertiary-0),1);display:block;width:66.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:7.4375rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:43.5625rem;left:31.625rem;height:6.75rem;font-style:normal;display:block; }
#U5L7WwXpR1TKN1tE8PQTJATviD18lScA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:38.5625rem;left:31.625rem;height:5rem;font-style:normal;display:block; }
#dF976RvMKBAkGwIou82WPkkWewMwDWXt { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:35.5rem;left:31.625rem; }
#DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:43.5625rem;left:55.3125rem;height:5.0625rem;font-style:normal;display:block; }
#IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:38.5625rem;left:55.3125rem;height:2.5rem;font-style:normal;display:block; }
#w3xf0oy1NzRLwTzCAkycmIhi1VgufzwT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:35.5rem;left:55.3125rem; }
#EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:55.3125rem;height:6.75rem;font-style:normal;display:block; }
#ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:18.875rem;left:55.3125rem;height:2.5rem;font-style:normal;display:block; }
#HBhFaZwK9p076FI9ksxAi31kMHUk8pFH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:15.8125rem;left:55.3125rem; }
#RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:14.75rem;left:0rem;height:32.0625rem;display:block; }
#ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),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:37.5rem;width:45.625rem;top:13.28125rem;left:29.375rem;display:block; }
#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { background-color: transparent; background-image: none; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container > .video-iframe-container { display: none; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row > .video-iframe-container { display: none; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .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); }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { border-width: 0; border-radius: 0; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:20rem;width:75rem;position:relative;display:block; }#DlgcSfO4bUNwVcC8r0tZrplKduPhopJD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:4.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xH4ORTbm3xIGpToAfqqEbV4SUDzSu3qZ { color:rgba(var(--color-primary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:11.9375rem;left:0rem;height:2.5rem;font-style:normal;display:block; }
#fRNeGtAG3lDJSMBZVQhJFtTRScTDBAkT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:10.8125rem;left:0rem;display:block; }
#rrBIKFsl9cL693S7yvflLsvxrfTeDCd9 { color:rgba(var(--color-primary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.9375rem;left:19.375rem;height:2.5rem;font-style:normal;display:block; }
#raS8L19nsOmQuTJ64Jf9ulv6kIHJOMZz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.5625rem;left:19.375rem;height:4.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UpETG1KN1Px9ODLMnphBeLu7DR53aLed { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:10.8125rem;left:19.375rem;display:block; }
#NpKVSmS6RpeODnut8etI2HufTrg9Ac7W { color:rgba(var(--color-primary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:11.9375rem;left:38.75rem;height:2.5rem;font-style:normal;display:block; }
#NfDqtM8u92lm5o82BWTCnUr9suZqxrpc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.5625rem;left:38.75rem;height:4.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bHclvyN2MREGxlTKUeQlWqJEss0IT6o3 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:10.8125rem;left:38.75rem;display:block; }
#t5vuB2DdO2CHmF9KmN0DHyuyg5XkKo8o { color:rgba(var(--color-primary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:11.9375rem;left:58.75rem;height:2.5rem;font-style:normal;display:block; }
#eodzH7nusenzKW6ylJX8Gu1BCPuqzbP9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.5625rem;left:58.75rem;height:4.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dhT3xrcwm7vbFIvyQPB1O65TPJfxP2Ug { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:10.8125rem;left:58.75rem;display:block; }
#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container { background-color: transparent; background-image: none; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container > .video-iframe-container { display: none; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row > .video-iframe-container { display: none; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .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); }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container { border-width: 0; border-radius: 0; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:56.25rem;width:75rem;position:relative;display:block; }#y6GthGSNlTegSdN7dx9Mzih5hoMpXN7l { color:rgba(var(--color-primary-1),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:19.375rem;left:4.0625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tEJPkFGQl5goqX9eb8lxiTxB8Prv4u2r { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:21.0625rem;left:4.0625rem;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;text-align:left;text-align-last:left;display:block; }
#ogaTBbia22MLh8ratonUaWQ81q0tnAmQ { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/artificial-intelligence_1920x1080_5.avif");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:56.25rem;width:37.5rem;top:0rem;left:0rem;display:block; }#ogaTBbia22MLh8ratonUaWQ81q0tnAmQ.adaptive-delivery-prevent-bg, #ogaTBbia22MLh8ratonUaWQ81q0tnAmQ.lazyload, #ogaTBbia22MLh8ratonUaWQ81q0tnAmQ.lazyloading { background-image: none; }
#ogaTBbia22MLh8ratonUaWQ81q0tnAmQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ogaTBbia22MLh8ratonUaWQ81q0tnAmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#PUhHzTxQZhBAH45FwcO7G7CEfJkiwTAG { color:rgba(var(--color-tertiary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:41.4375rem;left:4.0625rem;height:3.375rem;display:block; }
#iCBDsh34DTPXTqX0VMi0vLFfiha6ggBZ { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:18.75rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#IqgvpJkNNE3Wg46Di2tEdeFWRyDsou5K { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.5625rem;left:40rem; }
#FKSz2C4Gwq5cJ53a1k6qpFM4QCXNg2gF { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:7.625rem;left:40rem;height:2.5rem;font-style:normal;display:block; }
#b1Kg9whafPwnK5AAcQkgNnipOI3U6y8y { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:10.8125rem;left:40rem;height:1.6875rem;font-style:normal;display:block; }
#BpE68RXiK53m0xCeDhyMzunFm1cCJRAO { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:18.75rem;width:37.5rem;top:18.75rem;left:37.5rem;display:block; }
#x4R8kT4xeNTn4HqonV6zEibNM8Dz6zMy { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:29.5625rem;left:40rem;height:3.375rem;font-style:normal;display:block; }
#rGT6NvTZwqQ6qk0pPKFvor2bJruOF0ce { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23.3125rem;left:40rem; }
#MzkZTuoTFIWdli750HEMMfeU20D2Wc6M { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:26.375rem;left:40rem;height:2.5rem;font-style:normal;display:block; }
#SSXDk5uEa0iKJli3q8Hy1vsIFq2mDCZu { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:18.75rem;width:37.5rem;top:37.5rem;left:37.5rem;display:block; }
#ZFNN4c0hwNJckC5ecB9mRhGUoD2DscLE { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:48.3125rem;left:40rem;height:3.375rem;font-style:normal;display:block; }
#TydZVT42MvecRza9TWlH18vG9MdKmU1A { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:42.0625rem;left:40rem; }
#eH6pKWgnIN8Ahyh1cMPARv6gU6BXg1EK { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:45.125rem;left:40rem;height:2.5rem;font-style:normal;display:block; }
#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { background-color: transparent; background-image: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container > .video-iframe-container { display: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container { display: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .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); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { border-width: 0; border-radius: 0; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:47.5rem;width:75rem;position:relative;display:block; }#mJUm4iBOXuG2AIdcfCavW6dWEbyGSyvw { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:32.1875rem;left:0rem;height:2.5rem;font-style:normal;display:block; }
#JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:35.125rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#g2EVWTG9gTvQx7cqfXu2iAz5PWCttVbV { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#mTh69GOKLnAMevFKKf4hzxO6UhhBJnHX { 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:14.9375rem;width:22.5rem;top:16rem;left:0rem;overflow:hidden;display:block; }
#E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:32.1875rem;left:26.25rem;height:2.5rem;font-style:normal;display:block; }
#UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:35.125rem;left:26.25rem;height:5.0625rem;font-style:normal;display:block; }
#Mam37JHL9AH6TppQwXl2VzGWUmDTtrzA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:22.5rem;top:16rem;left:26.25rem;overflow:hidden;display:block; }
#WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:32.1875rem;left:52.5rem;height:2.5rem;font-style:normal;display:block; }
#LspoGQSzdDqzIno54xonWHSFphxB00xG { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:35.125rem;left:52.5rem;height:5.0625rem;font-style:normal;display:block; }
#B3y3x8dbZAUCTSSsG1UMm5pxmgTLTtkS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:22.5rem;top:16rem;left:52.5rem;overflow:hidden;display:block; }
#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/artificial-intelligence_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd.adaptive-delivery-prevent-bg, #fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd.lazyload, #fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd.lazyloading { background-image: none; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container { background-color: transparent; background-image: none; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),1); }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container > .video-iframe-container { display: none; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),1); }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row > .video-iframe-container { display: none; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .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); }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container { border-width: 0; border-radius: 0; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd::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; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:27.5rem;width:75rem;position:relative;display:block; }#kqzae6eDuTy7Fz1H1nHCOoBNIaWx40sT { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.4375rem;left:0rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IBEWDHyWcUcRL7xEidt65KDG3c4RexOV { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:7.4375rem;left:38.4375rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#W95i7e5uBVmdaHoxOeIHeITvVIeM6NTo { background-color:rgba(var(--color-secondary-4),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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.3125rem;left:38.4375rem;display:block; }
#LQfsQZ064Mm0bGgW0HVHRhBFNBpdcsxI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1clOJiMz7b6oxJhro9VmQB8yOuZK8BT { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));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:27.5rem;width:0.5rem;top:0rem;left:65.5rem;display:block; }
#gGs4TiTleMDTfmsDBg0llSAnxFsw9gfK { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));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:27.5rem;width:0.5rem;top:0rem;left:70.25rem;display:block; }
#keLL2sEeqyxVRseGChJAifRb8CQsIW71 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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:27.5rem;width:0.5rem;top:0rem;left:72.625rem;display:block; }
#pXIdqwFvWugc88k4lM169iUmEMRWFcZU { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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:27.5rem;width:0.5rem;top:0rem;left:67.875rem;display:block; }
#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { background-color: transparent; background-image: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container > .video-iframe-container { display: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container { display: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .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); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { border-width: 0; border-radius: 0; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:37.5rem;width:75rem;position:relative;display:block; }#CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5.0625rem;left:11.25rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.75rem;left:11.25rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:15rem;width:25rem;top:13.75rem;left:0rem;display:block; }
#Mrmux0VuBBPFg76L7hM3twHEuJbvJot4 { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:17rem;left:1.625rem;height:5.625rem;font-style:italic;display:block; }
#ab851C3QZ1UwN6MhWFdHXsqk3NNJ1AKb { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:25.1875rem;left:1.625rem;height:1.4375rem;font-style:normal;display:block; }
#yaWu4evAIH2vOqok0KnPeqPIFFXp95fc { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:15rem;left:0.875rem; }
#tGdosznTiXNa9EqItsGFSAkgr332w5wB { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(158deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:15rem;width:25rem;top:13.75rem;left:25rem;display:block; }
#QJXOfk7Fpk3pCfEB3xubMtAR3TVq9EBO { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.7;letter-spacing:0;top:17rem;left:26.625rem;height:7.5rem;font-style:italic;display:block; }
#f9UfWGRohZHKITeVtSaORqLPBTTqmUXA { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:25.1875rem;left:26.625rem;height:1.4375rem;font-style:normal;display:block; }
#JM4spBRbaLqBMtOzJwAUMyXDZDFfcDgC { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:15rem;left:25.875rem; }
#HxiSuXlxk0LaeH0FrM2mTO6mvQkKZ2Qh { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(69deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:15rem;width:25rem;top:13.75rem;left:50rem;display:block; }
#JGhZ78O9q5nXC2wr5rRUko5ltFkiI01w { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.7;letter-spacing:0;top:17rem;left:51.625rem;height:7.5rem;font-style:italic;display:block; }
#TlvNanTLGKCoAZn4gU6yiAyFzpgo4E2F { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:25.1875rem;left:51.625rem;height:1.4375rem;font-style:normal;display:block; }
#I2KlgpItWisTETfKD7nVdRpCM3Q9chtI { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:15rem;left:50.875rem; }
#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { background-color: transparent; background-image: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container > .video-iframe-container { display: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container { display: none; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .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); }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { border-width: 0; border-radius: 0; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:30.375rem;width:75rem;position:relative;display:block; }#rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:16.4375rem;left:0rem;height:3.375rem;display:block; }
#Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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.5rem;width:25.625rem;top:14.6875rem;left:0rem;display:block; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-4),1);background-image:none;vertical-align:top; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--headlines-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_627f036ebbc66cd64a7d14b70f39b199512952cf.svg");background-size:contain !important; }#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-trigger.adaptive-delivery-prevent-bg, #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-trigger.lazyload, #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-trigger.lazyloading { background-image: none; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15043;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.0625rem;left:32.3125rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #B6xfGkMhPmG5UcoB5TIILPa472KSIyeg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #xZ3PTZkaFZzc8P7P0e3ccUu45qeFakTS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #E4lQCva41N7LAO8BGaTDDtNQE7xBi2O4 { display:block;position:relative; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #z827rm37xNGinMV1bvO5eSKIu1kR3pVB {  }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #Jnx7J6K3EThAJ9ofgBLPhZcC0L8UDgeg {  }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #USCW6GBQmPgkSnZpDlJTM3TFHPSWVkrF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AZbJfaXdIcIn5kleNmkvTLZ1TNX0rgJD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #K83Xbu8e3slTAAyuPEE4eP4cf4c40T1i { display:block;position:relative; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AUP6DCGSccpH7o4dTZJN1Fvpq6TiRiCL {  }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #RVLAfMxZAm68ZSou6JLUmzyCotoOJXod { display:none; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #WU4vgCrkkmRz1XmP1z1t4LrQxRU6Xl3z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #yNWh3JNGgrO5VdpvtVpxC4w3JA7KOr8q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #bpAruCRzGQrXNGXZE2EdRrvBcJEDcTT8 { display:block;position:relative; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #OKQzvhGQ8sqo18AviXR9MRiQRfeTyl9z {  }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #ZLXOJDQl6ephwDXDwehmvTe94EtbmxGh { display:none; }
#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { background-color: transparent; background-image: none; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container > .video-iframe-container { display: none; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row > .video-iframe-container { display: none; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .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); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { border-width: 0; border-radius: 0; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:50rem;width:75rem;position:relative;display:block; }#zXztC1ufAQqKc9VoNkQpzGLibvx7F6WX { color:rgba(var(--color-primary-1),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sucWNisKAWcm8DL4hOPxUJtd2asFW9xo { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SLTmerNPIBqVTFhKohnGJXLnb7A7IKAk { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:3.375rem;display:block; }
#miio10CyfIngrZxPd3xTsDTL1WDF310D { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.25rem;left:0rem; }
#VPiTHrGW0QPbq4ALusFWlTT8N3c3GJE9 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:21.0625rem;left:0rem;height:2.5rem;font-style:normal;display:block; }
#iVX3Ii8TP81bIhyOc0FPcxE1PPi8cXwd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:19.0625rem;left:2.25rem;height:1.875rem;font-style:normal;display:block; }
#uM73f5F0TPSAnPbxHRoGveTUBBfuWnPe { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:27.5rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#NDwbCVyoPO7TSbKkaUfJr0BMd9Un7lE9 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:27.5rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#sE9IwHTcA5Gi6toW9t3UCMQfDnRyGdrd { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:27.5rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#fDO6qXnkPrtEeVwtKCeKUXmpEdNPvCI0 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:27.5rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#kNIgQ37mVUSNDCoz8dMLUlycTHQyihFf { position:absolute;display:block;z-index:15047;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:38.75rem;width:38.75rem;top:6.25rem;left:36.25rem;overflow:hidden;display:block; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-form-header {  }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:15rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1;font-style:normal; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-text { 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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-text {padding-top: 0; padding-bottom: 0;}#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-textarea { 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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-select {padding-top: 0; padding-bottom: 0;}#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.3125rem solid #000164;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:15rem;height:4.0625rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M [class*="-text"]:-moz-placeholder { color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M [class*="-text"]::-moz-placeholder { color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .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);line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .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; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .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:var(--headlines-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-container:first-of-type{padding-top:0;}#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-container:last-of-type{padding-bottom:0;}#emlD0XU5SC3OciR7pU33GoendRhHt05M  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:27.5rem;z-index:15048;position:absolute; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M {display:block;}#emlD0XU5SC3OciR7pU33GoendRhHt05M { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:27.5rem;z-index:15048;position:absolute; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M #Po74u6p14p4K3BeIyK9ySuCApAeIaCD9 { position:relative; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M #CwbBCHqm1nemBZ3BfXchqRuB1XyGtMWh { position:relative;display:block; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M #O9B55eIrqqmziiQn82xvzDc7cANOcDBf { position:relative; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M #MocDv4i54L4QpltwsMLUlTzdfim8lfan { position:relative; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M #rH4NE2mHz0dnpsk433MSXRFVb5GWMkiD { position:relative;display:block; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M #riQZoi7xwsxm6u0Cuk6AWqOhk7c5gCRl { position:relative; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M #u40m67HTrdTzM9oqaukTv97gmOXqh9CJ { position:relative; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M #ruWxnhBX1pg2d42ZbgdyPoc1TwxTVxUk { position:relative;display:block; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M #EEmOOQwnEPXGCG2ZGNOTt26gVLhe5Pbv { position:relative; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M #tClrg3HIJ6mofrxXIvfWbhigIaWtEWOD { position:relative; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M #FwDfWMI9fLiqhQC6A9nyDf2epxogyNLT { position:relative; }
#TOloRsovT9Ufhpo7eLiai9bq2zBBPny4 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:26.0625rem;left:0rem; }
#CpTvacm4UwMECmAiZFnirCLJFlxHiggP { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.7;letter-spacing:0;top:25.6875rem;left:2.25rem;height:1.875rem;font-style:normal;display:block; }
#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { background-color: transparent; background-image: none; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container > .video-iframe-container { display: none; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row > .video-iframe-container { display: none; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .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); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { border-width: 0; border-radius: 0; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:10rem;width:75rem;position:relative;display:block; }#U2c3R3pGOSgZkZgrepcwHv1kUu1sefTO { background-color:transparent;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-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.8125rem;left:23.4375rem;display:block; }
#BTW7xqlR9mx6bEqEJDZkVvaDS29DFHXz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZyD5n57ZwCZsrp8HJ9vRkQvzWI2NwXf { background-color:transparent;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-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.8125rem;left:32.8125rem;display:block; }
#z7bStwRK3ryrhl1lyLKWFRiUOso7dT9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnX9LHdeMCW62goAosF03y2uGMzV6Isp { background-color:transparent;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-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.8125rem;left:42.1875rem;display:block; }
#CobQZTt1Rzug3kOcXuBT0u7vgwIVbV4H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DAJN7nKS7iXOmmGWzF9P3shSQL9DmFPS { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.6875rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#sJ8Iw2Og0zHV0e6GcDCaDX48dPCJ6Le8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.125rem;left:35.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCSurvOSdVmZWPwxQtJlMVe4bnLb1wHN { width:1.875rem;height:1.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXz0RoCcsCLJqidOEeubeE4QygoMutlN { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCHgn5M948kqrC7zKTtqTONJz5eJLyCl { display:block; }
 }@media only screen and (max-width: 763px) { #s6X5yy9QqhKX8X3tK7q47WKWXlo5Ri6G { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPHTXNgE0w5hBhzik3Mfs2waFXEDuBk8 { display:block; }
 }@media only screen and (max-width: 763px) { #niLEN44rXZCaSIeecm06rhHfxGhAUTIa { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkW6aAEdaRX65CZB3E1aAkBh6flFkoEX { display:block; }
 }@media only screen and (max-width: 763px) { #uA8vw3iHqKGrHvJQJH6rCXQdfzWBIiF4 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogt1X8WuDIdbrTSgsUqp4IwTHtEhO4zd { display:block; }
 }@media only screen and (max-width: 763px) { #N1XdHWWwbtK1lVkXw6n5eWGiRetPF6S1 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKZ864iSWDITI0nRRl3KEilQuoMpy6J { display:block; }
 }@media only screen and (max-width: 763px) { #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { top:16.0625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { top:26rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { width:0.5rem;height:20rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEIf9aotnZBkCQOa7Wbx7WFIBbBZO4TO { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE0vpgx9p9CPTz9qzIZkIrlVuJ03rvhN { display:block; }
 }@media only screen and (max-width: 763px) { #TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl { display:block; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cvRab1yvWKFfgAmWyEtBNezhgSS1CQ { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnJuysBEkP7iUC39pDcrRg8kmAaQt2T9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNNaLOCZtBvzBVUHleLZFZHWKo0wNZQQ { top:3.625rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrbzli4WW2ZN0chcTIC9mGd4sayD8f5 { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKaTLMhLR43cITPI9vMH9AWB8u4c4uPD { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDIaM4Pt9BV132PKW4y3rpi34Q55ITR { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSiM9USzgHD8HQADweBfAFHFTSPPOWgT { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTBi7aO4kkkwVqhhy8NJGrJ7DLBzz1b { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsBJxT1QTFHWTASLMoLUnMLOmUyIXBAl { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }#MsBJxT1QTFHWTASLMoLUnMLOmUyIXBAl li:before{  }
 }@media only screen and (max-width: 763px) { #hdgmxTLlrhgOZip3fsIPJTNpeCB7HXcT { top:26.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqoFd7gPKaFGEFhIpgQ2e63IIT8U36NL { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }#vqoFd7gPKaFGEFhIpgQ2e63IIT8U36NL li:before{  }
 }@media only screen and (max-width: 763px) { #S1JDRSWWBAVmI3LMl8mgWOSwPMX7Z81f { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbs075lB9y036QayOAI8XFbNlrUGPefd { top:26.5625rem;left:10.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMk4QVU6kMZ9Uf516efWuKKT6wT5xVS2 { top:6.5rem;left:0rem;width:37.5625rem;height:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phmdxl3U7uyOki1BsdMq8HIdt38Duot0 { display:block; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvte6JsVxTIu5Oya6XX0tNhw541GOPlQ { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBzkI8RUowQyO9A7kPT2HyAZucnSetOT { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHoa6fqxvPqx6zMWW8zdFEC77zMNzM2w { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b43bspkM9tmf40yJ40Kzkm0nGFghyoOD { display:block; }
 }@media only screen and (max-width: 763px) { #C55XRrxif0v8CRMtVfh3A0Q00cF9EfID { width:0.5rem;height:31.25rem;top:0rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8O0dQzf6tKfOVz4MVwcU7pSZMn0bDX { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR90v75BtStIibM0et9CLhDVLPlkMAFm { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyIXAKZRHTCocw3Ow43LtZ3Dt8PQXIHO { width:0.5rem;height:31.25rem;top:0rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZJ5s8k7DIMx2SSLihfBaOgiXV9bfld { width:12.5rem;height:1.875rem;top:2.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaaeT2Z2IFlqLxIUIkSl7xI5RuGxEmaG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWIXf3ZROyWPoGncueQmlCmacpp2NSHg { width:37.4375rem;height:24.8125rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2SRMBDTOlTuO9wcrzpJiGMOJpH4iLqV { width:18.75rem;height:10.5rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCPd2RR0f7VZ3fC1xg1v6JHBrnwRuZ0 { width:18.8125rem;height:10.375rem;top:37.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrPs2eJGtnGqIiuHDwocePQPQQstd2MI { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFAdFd02RWbo9OtJE2iScwUQT0woiX1a { display:block; }
 }@media only screen and (max-width: 763px) { #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { top:15.8125rem;left:18rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { top:3.625rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5L7WwXpR1TKN1tE8PQTJATviD18lScA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF976RvMKBAkGwIou82WPkkWewMwDWXt { top:35.5rem;left:18rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3xf0oy1NzRLwTzCAkycmIhi1VgufzwT { top:35.5rem;left:41.6875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBhFaZwK9p076FI9ksxAi31kMHUk8pFH { top:15.8125rem;left:41.6875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { width:45.625rem;height:37.5rem;top:13.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku { display:block; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlgcSfO4bUNwVcC8r0tZrplKduPhopJD { top:5.5625rem;left:0rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH4ORTbm3xIGpToAfqqEbV4SUDzSu3qZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRNeGtAG3lDJSMBZVQhJFtTRScTDBAkT { width:16.25rem;height:0.5rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrBIKFsl9cL693S7yvflLsvxrfTeDCd9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raS8L19nsOmQuTJ64Jf9ulv6kIHJOMZz { top:5.5625rem;left:5.75rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpETG1KN1Px9ODLMnphBeLu7DR53aLed { width:16.25rem;height:0.5rem;top:10.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpKVSmS6RpeODnut8etI2HufTrg9Ac7W { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfDqtM8u92lm5o82BWTCnUr9suZqxrpc { top:5.5625rem;left:25.125rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHclvyN2MREGxlTKUeQlWqJEss0IT6o3 { width:16.25rem;height:0.5rem;top:10.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5vuB2DdO2CHmF9KmN0DHyuyg5XkKo8o { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eodzH7nusenzKW6ylJX8Gu1BCPuqzbP9 { top:5.5625rem;left:31.5rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhT3xrcwm7vbFIvyQPB1O65TPJfxP2Ug { width:16.25rem;height:0.5rem;top:10.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M { display:block; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6GthGSNlTegSdN7dx9Mzih5hoMpXN7l { top:19.375rem;left:0rem;width:29.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEJPkFGQl5goqX9eb8lxiTxB8Prv4u2r { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogaTBbia22MLh8ratonUaWQ81q0tnAmQ { width:37.5rem;height:56.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUhHzTxQZhBAH45FwcO7G7CEfJkiwTAG { top:41.4375rem;left:0rem;width:29.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCBDsh34DTPXTqX0VMi0vLFfiha6ggBZ { width:37.5rem;height:18.75rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqgvpJkNNE3Wg46Di2tEdeFWRyDsou5K { top:4.5625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKSz2C4Gwq5cJ53a1k6qpFM4QCXNg2gF { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1Kg9whafPwnK5AAcQkgNnipOI3U6y8y { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpE68RXiK53m0xCeDhyMzunFm1cCJRAO { width:37.5rem;height:18.75rem;top:18.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4R8kT4xeNTn4HqonV6zEibNM8Dz6zMy { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGT6NvTZwqQ6qk0pPKFvor2bJruOF0ce { top:23.3125rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzkZTuoTFIWdli750HEMMfeU20D2Wc6M { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSXDk5uEa0iKJli3q8Hy1vsIFq2mDCZu { width:37.5rem;height:18.75rem;top:37.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNN4c0hwNJckC5ecB9mRhGUoD2DscLE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TydZVT42MvecRza9TWlH18vG9MdKmU1A { top:42.0625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH6pKWgnIN8Ahyh1cMPARv6gU6BXg1EK { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJUm4iBOXuG2AIdcfCavW6dWEbyGSyvw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2EVWTG9gTvQx7cqfXu2iAz5PWCttVbV { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTh69GOKLnAMevFKKf4hzxO6UhhBJnHX { top:16rem;left:0rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mam37JHL9AH6TppQwXl2VzGWUmDTtrzA { top:16rem;left:12.625rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LspoGQSzdDqzIno54xonWHSFphxB00xG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3y3x8dbZAUCTSSsG1UMm5pxmgTLTtkS { top:16rem;left:25.25rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd { display:block; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqzae6eDuTy7Fz1H1nHCOoBNIaWx40sT { top:7.4375rem;left:0rem;width:35.1875rem;height:6.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBEWDHyWcUcRL7xEidt65KDG3c4RexOV { top:7.4375rem;left:11.1875rem;width:36.5625rem;height:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95i7e5uBVmdaHoxOeIHeITvVIeM6NTo { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQfsQZ064Mm0bGgW0HVHRhBFNBpdcsxI { display:block; }
 }@media only screen and (max-width: 763px) { #i1clOJiMz7b6oxJhro9VmQB8yOuZK8BT { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGs4TiTleMDTfmsDBg0llSAnxFsw9gfK { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #keLL2sEeqyxVRseGChJAifRb8CQsIW71 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXIdqwFvWugc88k4lM169iUmEMRWFcZU { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { display:block; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { top:5.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { width:25rem;height:15rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrmux0VuBBPFg76L7hM3twHEuJbvJot4 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab851C3QZ1UwN6MhWFdHXsqk3NNJ1AKb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaWu4evAIH2vOqok0KnPeqPIFFXp95fc { width:2rem;height:2rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGdosznTiXNa9EqItsGFSAkgr332w5wB { width:25rem;height:15rem;top:13.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJXOfk7Fpk3pCfEB3xubMtAR3TVq9EBO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9UfWGRohZHKITeVtSaORqLPBTTqmUXA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM4spBRbaLqBMtOzJwAUMyXDZDFfcDgC { width:2rem;height:2rem;top:15rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxiSuXlxk0LaeH0FrM2mTO6mvQkKZ2Qh { width:25rem;height:15rem;top:13.75rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGhZ78O9q5nXC2wr5rRUko5ltFkiI01w { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlvNanTLGKCoAZn4gU6yiAyFzpgo4E2F { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2KlgpItWisTETfKD7nVdRpCM3Q9chtI { width:2rem;height:2rem;top:15rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { display:block; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { width:25.625rem;height:0.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #B6xfGkMhPmG5UcoB5TIILPa472KSIyeg {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #xZ3PTZkaFZzc8P7P0e3ccUu45qeFakTS {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #E4lQCva41N7LAO8BGaTDDtNQE7xBi2O4 {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #z827rm37xNGinMV1bvO5eSKIu1kR3pVB {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #Jnx7J6K3EThAJ9ofgBLPhZcC0L8UDgeg {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #USCW6GBQmPgkSnZpDlJTM3TFHPSWVkrF {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AZbJfaXdIcIn5kleNmkvTLZ1TNX0rgJD {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #K83Xbu8e3slTAAyuPEE4eP4cf4c40T1i {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AUP6DCGSccpH7o4dTZJN1Fvpq6TiRiCL {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #RVLAfMxZAm68ZSou6JLUmzyCotoOJXod {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #WU4vgCrkkmRz1XmP1z1t4LrQxRU6Xl3z {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #yNWh3JNGgrO5VdpvtVpxC4w3JA7KOr8q {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #bpAruCRzGQrXNGXZE2EdRrvBcJEDcTT8 {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #OKQzvhGQ8sqo18AviXR9MRiQRfeTyl9z {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #ZLXOJDQl6ephwDXDwehmvTe94EtbmxGh {  }
 }@media only screen and (max-width: 763px) { #f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS { display:block; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXztC1ufAQqKc9VoNkQpzGLibvx7F6WX { top:6.25rem;left:0rem;width:31.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sucWNisKAWcm8DL4hOPxUJtd2asFW9xo { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTmerNPIBqVTFhKohnGJXLnb7A7IKAk { top:13.4375rem;left:0rem;width:31.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miio10CyfIngrZxPd3xTsDTL1WDF310D { width:1.5rem;height:1.5rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPiTHrGW0QPbq4ALusFWlTT8N3c3GJE9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVX3Ii8TP81bIhyOc0FPcxE1PPi8cXwd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM73f5F0TPSAnPbxHRoGveTUBBfuWnPe { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDwbCVyoPO7TSbKkaUfJr0BMd9Un7lE9 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE9IwHTcA5Gi6toW9t3UCMQfDnRyGdrd { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDO6qXnkPrtEeVwtKCeKUXmpEdNPvCI0 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNIgQ37mVUSNDCoz8dMLUlycTHQyihFf { width:38.75rem;height:38.75rem;top:6.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-text {padding-top: 0; padding-bottom: 0;}#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-select {padding-top: 0; padding-bottom: 0;}#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M  { width:15rem;height:auto;top:27.5rem;left:0rem; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M {display:block;}#emlD0XU5SC3OciR7pU33GoendRhHt05M { width:15rem;height:auto;top:27.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #Po74u6p14p4K3BeIyK9ySuCApAeIaCD9 {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #CwbBCHqm1nemBZ3BfXchqRuB1XyGtMWh { display:block; }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #O9B55eIrqqmziiQn82xvzDc7cANOcDBf {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #MocDv4i54L4QpltwsMLUlTzdfim8lfan {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #rH4NE2mHz0dnpsk433MSXRFVb5GWMkiD { display:block; }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #riQZoi7xwsxm6u0Cuk6AWqOhk7c5gCRl {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #u40m67HTrdTzM9oqaukTv97gmOXqh9CJ {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #ruWxnhBX1pg2d42ZbgdyPoc1TwxTVxUk { display:block; }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #EEmOOQwnEPXGCG2ZGNOTt26gVLhe5Pbv {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #tClrg3HIJ6mofrxXIvfWbhigIaWtEWOD {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #FwDfWMI9fLiqhQC6A9nyDf2epxogyNLT {  }
 }@media only screen and (max-width: 763px) { #TOloRsovT9Ufhpo7eLiai9bq2zBBPny4 { width:1.5rem;height:1.5rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpTvacm4UwMECmAiZFnirCLJFlxHiggP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { display:block; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2c3R3pGOSgZkZgrepcwHv1kUu1sefTO { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTW7xqlR9mx6bEqEJDZkVvaDS29DFHXz { display:block; }
 }@media only screen and (max-width: 763px) { #bZyD5n57ZwCZsrp8HJ9vRkQvzWI2NwXf { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7bStwRK3ryrhl1lyLKWFRiUOso7dT9q { display:block; }
 }@media only screen and (max-width: 763px) { #fnX9LHdeMCW62goAosF03y2uGMzV6Isp { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CobQZTt1Rzug3kOcXuBT0u7vgwIVbV4H { display:block; }
 }@media only screen and (max-width: 763px) { #DAJN7nKS7iXOmmGWzF9P3shSQL9DmFPS { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ8Iw2Og0zHV0e6GcDCaDX48dPCJ6Le8 { width:1.875rem;height:1.875rem;top:1.125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCSurvOSdVmZWPwxQtJlMVe4bnLb1wHN { width:1.875rem;height:1.875rem;top:1.25rem;left:5.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wXz0RoCcsCLJqidOEeubeE4QygoMutlN { width:12.75rem;height:3.75rem;top:23.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCHgn5M948kqrC7zKTtqTONJz5eJLyCl { display:block; }
 }@media only screen and (max-width: 763px) { #s6X5yy9QqhKX8X3tK7q47WKWXlo5Ri6G { width:8.125rem;height:3.75rem;top:4.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPHTXNgE0w5hBhzik3Mfs2waFXEDuBk8 { display:block; }
 }@media only screen and (max-width: 763px) { #niLEN44rXZCaSIeecm06rhHfxGhAUTIa { width:8.125rem;height:3.75rem;top:8.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkW6aAEdaRX65CZB3E1aAkBh6flFkoEX { display:block; }
 }@media only screen and (max-width: 763px) { #uA8vw3iHqKGrHvJQJH6rCXQdfzWBIiF4 { width:10rem;height:3.75rem;top:11.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogt1X8WuDIdbrTSgsUqp4IwTHtEhO4zd { display:block; }
 }@media only screen and (max-width: 763px) { #N1XdHWWwbtK1lVkXw6n5eWGiRetPF6S1 { width:7.5rem;height:3.75rem;top:19.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKZ864iSWDITI0nRRl3KEilQuoMpy6J { display:block; }
 }@media only screen and (max-width: 763px) { #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { width:20rem;height:9.375rem;top:5.275390625rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { width:20rem;height:3.375rem;top:15.7978515625rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { width:0.5rem;height:20rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { width:0.5rem;height:20rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { width:0.5rem;height:20rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { width:0.5rem;height:20rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { width:0.5rem;height:20rem;top:15.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { width:0.5rem;height:20rem;top:15.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { width:0.5rem;height:20rem;top:15.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { width:0.5rem;height:20rem;top:15.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEIf9aotnZBkCQOa7Wbx7WFIBbBZO4TO { width:12.75rem;height:3.75rem;top:27.3955078125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE0vpgx9p9CPTz9qzIZkIrlVuJ03rvhN { display:block; }
 }@media only screen and (max-width: 763px) { #TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl { display:block; }#TeDTiKxPNZk97xcQv8cmfltc3VTGrqSl > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cvRab1yvWKFfgAmWyEtBNezhgSS1CQ { width:20rem;height:21.9375rem;top:8.249025rem;left:0rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #DnJuysBEkP7iUC39pDcrRg8kmAaQt2T9 { width:20rem;height:5.5rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNNaLOCZtBvzBVUHleLZFZHWKo0wNZQQ { width:20rem;height:1.6875rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrbzli4WW2ZN0chcTIC9mGd4sayD8f5 { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKaTLMhLR43cITPI9vMH9AWB8u4c4uPD { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDIaM4Pt9BV132PKW4y3rpi34Q55ITR { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSiM9USzgHD8HQADweBfAFHFTSPPOWgT { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTBi7aO4kkkwVqhhy8NJGrJ7DLBzz1b { width:17.5rem;height:1.875rem;top:47.4375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MsBJxT1QTFHWTASLMoLUnMLOmUyIXBAl { width:20rem;height:6.75rem;top:49.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#MsBJxT1QTFHWTASLMoLUnMLOmUyIXBAl li:before{  }
 }@media only screen and (max-width: 763px) { #hdgmxTLlrhgOZip3fsIPJTNpeCB7HXcT { display:flex;width:1.5rem;height:1.5rem;top:47.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vqoFd7gPKaFGEFhIpgQ2e63IIT8U36NL { width:20rem;height:5.0625rem;top:59.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#vqoFd7gPKaFGEFhIpgQ2e63IIT8U36NL li:before{  }
 }@media only screen and (max-width: 763px) { #S1JDRSWWBAVmI3LMl8mgWOSwPMX7Z81f { width:17.5rem;height:1.875rem;top:56.9375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sbs075lB9y036QayOAI8XFbNlrUGPefd { display:flex;width:1.5rem;height:1.5rem;top:57.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PMk4QVU6kMZ9Uf516efWuKKT6wT5xVS2 { width:14.875rem;height:15.5625rem;top:31.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phmdxl3U7uyOki1BsdMq8HIdt38Duot0 { display:block; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvte6JsVxTIu5Oya6XX0tNhw541GOPlQ { width:20rem;height:5.5rem;top:6.3496125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBzkI8RUowQyO9A7kPT2HyAZucnSetOT { width:20rem;height:5.0625rem;top:13.199225rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHoa6fqxvPqx6zMWW8zdFEC77zMNzM2w { width:12.75rem;height:3.75rem;top:21.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b43bspkM9tmf40yJ40Kzkm0nGFghyoOD { display:block; }
 }@media only screen and (max-width: 763px) { #C55XRrxif0v8CRMtVfh3A0Q00cF9EfID { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8O0dQzf6tKfOVz4MVwcU7pSZMn0bDX { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR90v75BtStIibM0et9CLhDVLPlkMAFm { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyIXAKZRHTCocw3Ow43LtZ3Dt8PQXIHO { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZJ5s8k7DIMx2SSLihfBaOgiXV9bfld { width:12.5rem;height:1.875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaaeT2Z2IFlqLxIUIkSl7xI5RuGxEmaG { width:9.9375rem;height:1.875rem;top:3.875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWIXf3ZROyWPoGncueQmlCmacpp2NSHg { width:19.75rem;height:13.0625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2SRMBDTOlTuO9wcrzpJiGMOJpH4iLqV { width:20rem;height:11.125rem;top:46.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OiCPd2RR0f7VZ3fC1xg1v6JHBrnwRuZ0 { width:20rem;height:11rem;top:59.868288590604rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KrPs2eJGtnGqIiuHDwocePQPQQstd2MI { width:19rem;height:3.75rem;top:44.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFAdFd02RWbo9OtJE2iScwUQT0woiX1a { display:block; }
 }@media only screen and (max-width: 763px) { #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { width:20rem;height:97.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { display:flex;width:2.125rem;height:2.125rem;top:29.1875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { width:17.5rem;height:2.5rem;top:32.25rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { width:17.5rem;height:6.75rem;top:35.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { width:20rem;height:1.6875rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { width:20rem;height:2.75rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { width:17.5rem;height:5.0625rem;top:68.3125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U5L7WwXpR1TKN1tE8PQTJATviD18lScA { width:17.5rem;height:2.5rem;top:65.375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dF976RvMKBAkGwIou82WPkkWewMwDWXt { display:flex;width:2.125rem;height:2.125rem;top:62.3125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { width:17.5rem;height:6.75rem;top:84.875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { width:17.5rem;height:2.5rem;top:81.9375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w3xf0oy1NzRLwTzCAkycmIhi1VgufzwT { display:flex;width:2.125rem;height:2.125rem;top:78.875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { width:17.5rem;height:5.0625rem;top:51.75rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { width:17.5rem;height:2.5rem;top:48.8125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HBhFaZwK9p076FI9ksxAi31kMHUk8pFH { display:flex;width:2.125rem;height:2.125rem;top:45.75rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { width:20rem;height:21.9375rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { width:20rem;height:65.6875rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku { display:block; }#PgS3RM5K41ZN7MwFaDTqUC4w82gaH2ku > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlgcSfO4bUNwVcC8r0tZrplKduPhopJD { width:16.25rem;height:4.625rem;top:1.25rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH4ORTbm3xIGpToAfqqEbV4SUDzSu3qZ { width:16.25rem;height:1.875rem;top:7.625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fRNeGtAG3lDJSMBZVQhJFtTRScTDBAkT { width:16.25rem;height:0.5rem;top:6.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrBIKFsl9cL693S7yvflLsvxrfTeDCd9 { width:16.25rem;height:1.875rem;top:17.810546875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #raS8L19nsOmQuTJ64Jf9ulv6kIHJOMZz { width:16.25rem;height:4.625rem;top:11.412109375rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpETG1KN1Px9ODLMnphBeLu7DR53aLed { width:16.25rem;height:0.5rem;top:16.685546875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpKVSmS6RpeODnut8etI2HufTrg9Ac7W { width:16.25rem;height:1.875rem;top:27.99609375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NfDqtM8u92lm5o82BWTCnUr9suZqxrpc { width:16.25rem;height:4.625rem;top:21.59765625rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHclvyN2MREGxlTKUeQlWqJEss0IT6o3 { width:16.25rem;height:0.5rem;top:26.87109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5vuB2DdO2CHmF9KmN0DHyuyg5XkKo8o { width:16.25rem;height:1.875rem;top:38.181640625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eodzH7nusenzKW6ylJX8Gu1BCPuqzbP9 { width:16.25rem;height:4.625rem;top:31.783203125rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhT3xrcwm7vbFIvyQPB1O65TPJfxP2Ug { width:16.25rem;height:0.5rem;top:37.056640625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M { display:block; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6GthGSNlTegSdN7dx9Mzih5hoMpXN7l { width:16.25rem;height:1.6875rem;top:9.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEJPkFGQl5goqX9eb8lxiTxB8Prv4u2r { width:16.25rem;height:8.25rem;top:11.4375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogaTBbia22MLh8ratonUaWQ81q0tnAmQ { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUhHzTxQZhBAH45FwcO7G7CEfJkiwTAG { width:16.25rem;height:5.0625rem;top:21.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCBDsh34DTPXTqX0VMi0vLFfiha6ggBZ { width:20rem;height:16.25rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqgvpJkNNE3Wg46Di2tEdeFWRyDsou5K { display:flex;width:2.125rem;height:2.125rem;top:35rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #FKSz2C4Gwq5cJ53a1k6qpFM4QCXNg2gF { width:17.5rem;height:2.5rem;top:38.0625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b1Kg9whafPwnK5AAcQkgNnipOI3U6y8y { width:17.5rem;height:5.0625rem;top:41.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BpE68RXiK53m0xCeDhyMzunFm1cCJRAO { width:20rem;height:16.25rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4R8kT4xeNTn4HqonV6zEibNM8Dz6zMy { width:17.5rem;height:1.6875rem;top:59.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rGT6NvTZwqQ6qk0pPKFvor2bJruOF0ce { display:flex;width:2.125rem;height:2.125rem;top:53.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #MzkZTuoTFIWdli750HEMMfeU20D2Wc6M { width:17.5rem;height:5rem;top:56.1875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SSXDk5uEa0iKJli3q8Hy1vsIFq2mDCZu { width:20rem;height:16.25rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNN4c0hwNJckC5ecB9mRhGUoD2DscLE { width:17.5rem;height:5.0625rem;top:77.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TydZVT42MvecRza9TWlH18vG9MdKmU1A { display:flex;width:2.125rem;height:2.125rem;top:71.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #eH6pKWgnIN8Ahyh1cMPARv6gU6BXg1EK { width:17.5rem;height:2.5rem;top:74.3125rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJUm4iBOXuG2AIdcfCavW6dWEbyGSyvw { width:20rem;height:2.5rem;top:25.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { width:20rem;height:5.0625rem;top:28.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2EVWTG9gTvQx7cqfXu2iAz5PWCttVbV { width:20rem;height:1.6875rem;top:2.55078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { width:20rem;height:5.5rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTh69GOKLnAMevFKKf4hzxO6UhhBJnHX { width:20rem;height:13.277777777777rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { width:20rem;height:2.5rem;top:48.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { width:20rem;height:5.0625rem;top:52.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mam37JHL9AH6TppQwXl2VzGWUmDTtrzA { width:20rem;height:13.277777777777rem;top:35.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { width:20rem;height:2.5rem;top:73rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LspoGQSzdDqzIno54xonWHSFphxB00xG { width:20rem;height:3.375rem;top:76.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3y3x8dbZAUCTSSsG1UMm5pxmgTLTtkS { width:20rem;height:13.277375rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd { display:block; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqzae6eDuTy7Fz1H1nHCOoBNIaWx40sT { width:20rem;height:6.25rem;top:5rem;left:0rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #IBEWDHyWcUcRL7xEidt65KDG3c4RexOV { width:20rem;height:5.625rem;top:15.0625rem;left:0rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #W95i7e5uBVmdaHoxOeIHeITvVIeM6NTo { width:12.75rem;height:3.75rem;top:29.9375rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #LQfsQZ064Mm0bGgW0HVHRhBFNBpdcsxI { display:block; }
 }@media only screen and (max-width: 763px) { #i1clOJiMz7b6oxJhro9VmQB8yOuZK8BT { width:0.5rem;height:27.5rem;top:12.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGs4TiTleMDTfmsDBg0llSAnxFsw9gfK { width:0.5rem;height:27.5rem;top:12.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #keLL2sEeqyxVRseGChJAifRb8CQsIW71 { width:0.5rem;height:27.5rem;top:12.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXIdqwFvWugc88k4lM169iUmEMRWFcZU { width:0.5rem;height:27.5rem;top:12.25rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { display:block; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { width:20rem;height:1.6875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { width:20rem;height:2.75rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { width:20rem;height:17.8125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrmux0VuBBPFg76L7hM3twHEuJbvJot4 { width:17.5rem;height:7.5rem;top:11.875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ab851C3QZ1UwN6MhWFdHXsqk3NNJ1AKb { width:17.5rem;height:1.6875rem;top:22rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yaWu4evAIH2vOqok0KnPeqPIFFXp95fc { display:flex;width:2rem;height:2rem;top:9.9375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #tGdosznTiXNa9EqItsGFSAkgr332w5wB { width:20rem;height:17.8125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJXOfk7Fpk3pCfEB3xubMtAR3TVq9EBO { width:17.5rem;height:9.375rem;top:30.9375rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f9UfWGRohZHKITeVtSaORqLPBTTqmUXA { width:17.5rem;height:1.6875rem;top:41.125rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JM4spBRbaLqBMtOzJwAUMyXDZDFfcDgC { display:flex;width:2rem;height:2rem;top:28.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #HxiSuXlxk0LaeH0FrM2mTO6mvQkKZ2Qh { width:20rem;height:17.8125rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGhZ78O9q5nXC2wr5rRUko5ltFkiI01w { width:17.5rem;height:9.375rem;top:50.5625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TlvNanTLGKCoAZn4gU6yiAyFzpgo4E2F { width:17.5rem;height:1.6875rem;top:60.75rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I2KlgpItWisTETfKD7nVdRpCM3Q9chtI { display:flex;width:2rem;height:2rem;top:48.625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld { display:block; }#zzVBFJ3n8dnib0e7L3nCnHLZNt2kSCld > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf9NTDZBWqfLN8ZXLe6lTCWpEgRSVmIG { width:20rem;height:2.75rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5JRVr2BKBEDAgrlu9foGuxZO3GW4tow { width:20rem;height:5.0625rem;top:11.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec3gSUDtHOegJFr1UGy55mS96HhtiK7E { width:20rem;height:0.5rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ .accordion-desc-text { font-size:0.875rem;height:auto; }
#Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ { display:flex;height:auto;width:20rem;top:19rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #B6xfGkMhPmG5UcoB5TIILPa472KSIyeg {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #xZ3PTZkaFZzc8P7P0e3ccUu45qeFakTS {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #E4lQCva41N7LAO8BGaTDDtNQE7xBi2O4 {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #z827rm37xNGinMV1bvO5eSKIu1kR3pVB {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #Jnx7J6K3EThAJ9ofgBLPhZcC0L8UDgeg {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #USCW6GBQmPgkSnZpDlJTM3TFHPSWVkrF {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AZbJfaXdIcIn5kleNmkvTLZ1TNX0rgJD {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #K83Xbu8e3slTAAyuPEE4eP4cf4c40T1i {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #AUP6DCGSccpH7o4dTZJN1Fvpq6TiRiCL {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #RVLAfMxZAm68ZSou6JLUmzyCotoOJXod {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #WU4vgCrkkmRz1XmP1z1t4LrQxRU6Xl3z {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #yNWh3JNGgrO5VdpvtVpxC4w3JA7KOr8q {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #bpAruCRzGQrXNGXZE2EdRrvBcJEDcTT8 {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #OKQzvhGQ8sqo18AviXR9MRiQRfeTyl9z {  }
 }@media only screen and (max-width: 763px) { #Z404rnR7NFtIMOvCGDB8GSpnuXJRd0DZ #ZLXOJDQl6ephwDXDwehmvTe94EtbmxGh {  }
 }@media only screen and (max-width: 763px) { #f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS { display:block; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXztC1ufAQqKc9VoNkQpzGLibvx7F6WX { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sucWNisKAWcm8DL4hOPxUJtd2asFW9xo { width:20rem;height:2.75rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTmerNPIBqVTFhKohnGJXLnb7A7IKAk { width:20rem;height:5.0625rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miio10CyfIngrZxPd3xTsDTL1WDF310D { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VPiTHrGW0QPbq4ALusFWlTT8N3c3GJE9 { width:20rem;height:2.5rem;top:17.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iVX3Ii8TP81bIhyOc0FPcxE1PPi8cXwd { width:15.3125rem;height:1.875rem;top:15.25rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uM73f5F0TPSAnPbxHRoGveTUBBfuWnPe { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDwbCVyoPO7TSbKkaUfJr0BMd9Un7lE9 { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE9IwHTcA5Gi6toW9t3UCMQfDnRyGdrd { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDO6qXnkPrtEeVwtKCeKUXmpEdNPvCI0 { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNIgQ37mVUSNDCoz8dMLUlycTHQyihFf { width:20rem;height:20rem;top:37.5996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-text {padding-top: 0; padding-bottom: 0;}#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-select {padding-top: 0; padding-bottom: 0;}#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M  { width:15rem;height:20rem;top:58.849609375rem;left:1.25rem; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#emlD0XU5SC3OciR7pU33GoendRhHt05M {display:block;}#emlD0XU5SC3OciR7pU33GoendRhHt05M { width:15rem;height:20rem;top:58.849609375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #Po74u6p14p4K3BeIyK9ySuCApAeIaCD9 {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #CwbBCHqm1nemBZ3BfXchqRuB1XyGtMWh { display:block; }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #O9B55eIrqqmziiQn82xvzDc7cANOcDBf {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #MocDv4i54L4QpltwsMLUlTzdfim8lfan {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #rH4NE2mHz0dnpsk433MSXRFVb5GWMkiD { display:block; }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #riQZoi7xwsxm6u0Cuk6AWqOhk7c5gCRl {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #u40m67HTrdTzM9oqaukTv97gmOXqh9CJ {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #ruWxnhBX1pg2d42ZbgdyPoc1TwxTVxUk { display:block; }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #EEmOOQwnEPXGCG2ZGNOTt26gVLhe5Pbv {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #tClrg3HIJ6mofrxXIvfWbhigIaWtEWOD {  }
 }@media only screen and (max-width: 763px) { #emlD0XU5SC3OciR7pU33GoendRhHt05M #FwDfWMI9fLiqhQC6A9nyDf2epxogyNLT {  }
 }@media only screen and (max-width: 763px) { #TOloRsovT9Ufhpo7eLiai9bq2zBBPny4 { display:flex;width:1.5rem;height:1.5rem;top:82.599609375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #CpTvacm4UwMECmAiZFnirCLJFlxHiggP { width:15.3125rem;height:1.875rem;top:85.349609375rem;left:2.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { display:block; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2c3R3pGOSgZkZgrepcwHv1kUu1sefTO { width:9.375rem;height:2.75rem;top:1.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTW7xqlR9mx6bEqEJDZkVvaDS29DFHXz { display:block; }
 }@media only screen and (max-width: 763px) { #bZyD5n57ZwCZsrp8HJ9vRkQvzWI2NwXf { width:9.375rem;height:2.75rem;top:4.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7bStwRK3ryrhl1lyLKWFRiUOso7dT9q { display:block; }
 }@media only screen and (max-width: 763px) { #fnX9LHdeMCW62goAosF03y2uGMzV6Isp { width:9.375rem;height:2.75rem;top:7.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CobQZTt1Rzug3kOcXuBT0u7vgwIVbV4H { display:block; }
 }@media only screen and (max-width: 763px) { #DAJN7nKS7iXOmmGWzF9P3shSQL9DmFPS { width:20rem;height:1.6875rem;top:13.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJ8Iw2Og0zHV0e6GcDCaDX48dPCJ6Le8 { width:1.875rem;height:1.875rem;top:11.75rem;left:9.0625rem;display:block; }
 }