.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:225,208,255;--color-primary-1:165,115,255;--color-primary-2:105,21,255;--color-primary-3:63,13,153;--color-primary-4:20,18,35;--color-secondary-0:247,221,247;--color-secondary-1:227,143,230;--color-secondary-2:199,31,204;--color-secondary-3:100,16,102;--color-secondary-4:30,5,31;--color-tertiary-0:220,219,222;--color-tertiary-1:138,137,145;--color-tertiary-2:20,18,35;--color-tertiary-3:10,9,18;--color-tertiary-4:3,3,5;--headlines-font-family:"plus jakarta sans";--paragraphs-font-family:"plus jakarta 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:#ffffff;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); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk { background-color:transparent;background-image:none;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; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container { background-color: transparent; background-image: none; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container > .video-iframe-container { display: none; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row > .video-iframe-container { display: block; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .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); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container { border-width: 0; border-radius: 0; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk::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; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ACHDwavhxVKHU1o6ZrBcrOTifRaTitQo { 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:3.875rem;width:20.125rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#xTB7LVeF5TG9gFnCT7MWNqKy1b1LX4Fs { color:rgba(var(--color-tertiary-2),1);display:block;width:67.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:16.84375rem;left:3.625rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUGDa2dJsGkoSSwDr90dSNAwMndZVgq2 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:32.40625rem;left:0rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izLGdHWhfdoNcKLA0ZblHcuPeOgyIfcO { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0rem 0.3125rem 0rem #900094 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.125rem;left:28.90625rem;display:block; }
#R6g9DCI2ACv2UI7Cyo5aoECq8wwQp9XX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vIfrNfhc39VTX4xQh4ZrmeTobHIc7T25 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.21875rem;left:73.1875rem;overflow:hidden;display:block; }
#OQHr9JzZ9D81QU1Ios5X5PXfSJDEIHqx { color:rgba(var(--color-tertiary-2),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:6.125rem;left:42.125rem;height:0.8125rem;font-style:normal;display:block; }
#MOcvRvmfQToPoVpQeXZ3LRxpM8LV17ef { color:rgba(var(--color-tertiary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:6.125rem;left:34.25rem;height:0.8125rem;font-style:normal;display:block; }
#W2RN5HTsUIkgThrqGfJpGH8GfpOvoL4l { color:rgba(var(--color-tertiary-2),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:6.125rem;left:50.1875rem;height:0.8125rem;font-style:normal;display:block; }
#OgWAc6A5FEds5k2GTz11vTADoJvcCivd { color:rgba(var(--color-tertiary-2),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:6.125rem;left:57.375rem;height:0.8125rem;font-style:normal;display:block; }
#yBzLxria18egVJ1TadQHm3rJiAzubrb7 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:6.125rem;left:64.5625rem;height:0.8125rem;font-style:normal;display:block; }
#cIS415UzWZO2MgSk27nq3uz6Exi5uDTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));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; }#cIS415UzWZO2MgSk27nq3uz6Exi5uDTL > .row .container { background-color: transparent; background-image: none; }#cIS415UzWZO2MgSk27nq3uz6Exi5uDTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIS415UzWZO2MgSk27nq3uz6Exi5uDTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIS415UzWZO2MgSk27nq3uz6Exi5uDTL > .row .container > .video-iframe-container { display: none; }#cIS415UzWZO2MgSk27nq3uz6Exi5uDTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIS415UzWZO2MgSk27nq3uz6Exi5uDTL > .row > .video-iframe-container { display: none; }#cIS415UzWZO2MgSk27nq3uz6Exi5uDTL > .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); }#cIS415UzWZO2MgSk27nq3uz6Exi5uDTL > .row .container { border-width: 0; border-radius: 0; }#cIS415UzWZO2MgSk27nq3uz6Exi5uDTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cIS415UzWZO2MgSk27nq3uz6Exi5uDTL > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#y7cWE29mNmiTtnKCS4pFmc7h1Cp38ozn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#y7cWE29mNmiTtnKCS4pFmc7h1Cp38ozn > .row .container { border-width: 0; border-radius: 0; }#y7cWE29mNmiTtnKCS4pFmc7h1Cp38ozn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7cWE29mNmiTtnKCS4pFmc7h1Cp38ozn > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:none; }#H4CLEflSbnwdfCfyZQtBEiIW0rfaobwu { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:8.25rem;left:39.375rem;height:5.625rem;font-style:normal;display:block; }
#pcCnOIxuhGFgopV7KcKkJSkqTVA4CWVd { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:6.375rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#fatf1qh6eT7CHSsdTTLpqaZaEpkSqMMI { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:15.75rem;left:39.375rem;height:0.8994125rem;font-style:italic;display:block; }
#SEB2qrE3MlFKQlhsJZIkbTTXv2Zm4BGe { box-sizing:content-box;height:3.125rem;width:38rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:17.125rem;left:14.34375rem;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#ru2pqKVfGlN4OSWRgc8LJvmArJgAx00N { box-sizing:content-box;height:1.8125rem;width:19.8125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:20.25rem;left:3.28125rem;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;display:block; }
#No8lk4JBK8VLWf6reD0SMAczxQFvJJcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#No8lk4JBK8VLWf6reD0SMAczxQFvJJcT > .row .container { background-color: transparent; background-image: none; }#No8lk4JBK8VLWf6reD0SMAczxQFvJJcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#No8lk4JBK8VLWf6reD0SMAczxQFvJJcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#No8lk4JBK8VLWf6reD0SMAczxQFvJJcT > .row .container > .video-iframe-container { display: none; }#No8lk4JBK8VLWf6reD0SMAczxQFvJJcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#No8lk4JBK8VLWf6reD0SMAczxQFvJJcT > .row > .video-iframe-container { display: none; }#No8lk4JBK8VLWf6reD0SMAczxQFvJJcT > .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); }#No8lk4JBK8VLWf6reD0SMAczxQFvJJcT > .row .container { border-width: 0; border-radius: 0; }#No8lk4JBK8VLWf6reD0SMAczxQFvJJcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#No8lk4JBK8VLWf6reD0SMAczxQFvJJcT > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#gQcP3DINioWKDJuKSUQtSOcB8eBkkZ7Z { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8rem;left:24.875rem;height:5.0625rem;font-style:normal;display:block; }
#SU7FxgEqkW9CcZTmbtO50sWZkq9ihm7i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.875rem;left:24.875rem; }
#laTEzVPbDqZV65Z2eAZClu1vxwH3v8Oo { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.0625rem;left:42.375rem;height:5.0625rem;font-style:normal;display:block; }
#N6kxZ4cII2CN00gWDkGygl8lCufKPdyi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.125rem;left:42.375rem; }
#pFCXUL0HBqP6cJtpUXvLEI0v8FT5fnPB { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:8.0625rem;left:58.75rem;height:3.375rem;font-style:normal;display:block; }
#M0f4TAQOse3tJckzhiDHsw631HTLTvp7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.125rem;left:58.75rem; }
#azJcE45sFIinS51seJinCmq1VGWs6Iv8 { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:21.375rem;left:58.75rem;height:3.375rem;font-style:normal;display:block; }
#ii3NqIRTEBzcSo5lmzEHZRzPcFPTrZsU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.4375rem;left:58.75rem; }
#pToxh4V7GcD9ETHnDFTJeg2D76gIa0ZC { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:21.375rem;left:42.375rem;height:5.0625rem;font-style:normal;display:block; }
#lsHO5nwRARTe5ThazxAKKXfQ1tDVUdUA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:18.4375rem;left:42.375rem; }
#v8FHMaTPg19VTSCWCR1I9UFltTspIIzO { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:21.3125rem;left:24.875rem;height:3.375rem;font-style:normal;display:block; }
#vI4Opt8WMTvNsl9eMdhkTG6I9RTzvxqD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.25rem;left:24.875rem; }
#enQLMHPBWqZ787h5INBtTOTygiOpCKbH { color:#ffffff;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a > .row .container { background-color: transparent; background-image: none; }#rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a > .row .container > .video-iframe-container { display: none; }#rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a > .row > .video-iframe-container { display: none; }#rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a > .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); }#rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a > .row .container { border-width: 0; border-radius: 0; }#rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#UDTq8hfbNm2dIgMGCgHE05cbKhCvGGff { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:2.65625rem;left:24.75rem;height:1.6875rem;font-style:normal;display:block; }
#EvgtdT1Eivd1kIM0BiTd7UR8ZMWs9gk2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:9.8125rem;top:2.53125rem;left:51.0625rem;overflow:hidden;display:block; }
#d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf { position:relative;display:block; }#d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf { background-color: transparent; background-image: none; }#d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf > .row .container > .video-iframe-container { display: none; }#d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf > .row > .video-iframe-container { display: none; }#d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf > .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); }#d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf { border-width: 0; border-radius: 0; }#d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WBwHJQHJscht6aTGH8FfHDzEukOqqaTi { 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:48.5rem;width:48.5rem;top:-14.1894375rem;left:-19.972125rem;overflow:hidden;display:block; }
#J3t8OAUI8PnEiRkCv5TEUTroZgsnI8wx { color:rgba(var(--color-tertiary-2),1);display:block;width:49.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:5.6875rem;left:24.3125rem;height:13.75rem;font-style:normal;display:block; }
#bBvck8tp3ZqhwbnNFJDy3MF2Q13buIlS { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:25.75rem;left:24.3125rem;height:1.875rem;font-style:normal;display:block; }
#ooNs6DvpMOBBHGS1fm0yF6VfWwzNoC47 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:33.5rem;left:24.3125rem; }
#gueup7Q51BuZ2TWCfVio4te5BcV8f1tu { color:rgba(var(--color-tertiary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:33.4375rem;left:26.65625rem;height:3.375rem;font-style:normal;display:block; }
#KS9GGUuKKFw36DSXLFhCOPQSANEtPCbD { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:33.5rem;left:43.8125rem;height:3.375rem;font-style:normal;display:block; }
#ulIWaHOr91Jx1qcagI5FK3KAm3y6Rvc5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:33.5625rem;left:41.5rem; }
#DCi6lBzGJHTWxe3r1rVG9irQ6fP8PzNb { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:33.5rem;left:60.75rem;height:3.375rem;font-style:normal;display:block; }
#tQowTnBPHeuz9SvbF3CCBi5iWPK8QPuu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.5625rem;left:58.4375rem; }
#s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq { position:relative;display:block; }#s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq { background-color: transparent; background-image: none; }#s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq > .row .container > .video-iframe-container { display: none; }#s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq > .row > .video-iframe-container { display: none; }#s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq > .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); }#s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq { border-width: 0; border-radius: 0; }#s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FGIS7hJCHIhEMs60aAb4NkFChrfkdu7k { color:#000000;display:block;width:64.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:0.6875rem;left:5.21875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui { position:relative;display:block; }#fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui { background-color: transparent; background-image: none; }#fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui > .row .container > .video-iframe-container { display: none; }#fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui > .row > .video-iframe-container { display: none; }#fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui > .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); }#fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui { border-width: 0; border-radius: 0; }#fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui > .row .container { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#TC0dk9eQbTCeJTOGkDDkelSCvsab7V1O { color:rgba(var(--color-tertiary-2),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:7.3125rem;left:3.125rem;height:1.5625rem;font-style:normal;display:block; }
#Ouf6zHxnwvgTnXQ8ezEx4cpxslbLxpBT { color:rgba(var(--color-tertiary-2),1);display:block;width:58.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:3.125rem;left:3.125rem;height:3.125rem;font-style:normal;display:block; }
#sAmLkJa5g6l2S98uksq6homNOy6IunX7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:1.625rem;left:61.3125rem;overflow:hidden;display:block; }
#TQf0Fmla2ETCQOy69tfUCuIVtk486EhD { position:relative;display:block; }#TQf0Fmla2ETCQOy69tfUCuIVtk486EhD { background-color: transparent; background-image: none; }#TQf0Fmla2ETCQOy69tfUCuIVtk486EhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQf0Fmla2ETCQOy69tfUCuIVtk486EhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQf0Fmla2ETCQOy69tfUCuIVtk486EhD > .row .container > .video-iframe-container { display: none; }#TQf0Fmla2ETCQOy69tfUCuIVtk486EhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQf0Fmla2ETCQOy69tfUCuIVtk486EhD > .row > .video-iframe-container { display: none; }#TQf0Fmla2ETCQOy69tfUCuIVtk486EhD > .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); }#TQf0Fmla2ETCQOy69tfUCuIVtk486EhD { border-width: 0; border-radius: 0; }#TQf0Fmla2ETCQOy69tfUCuIVtk486EhD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TQf0Fmla2ETCQOy69tfUCuIVtk486EhD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 { position:relative;display:block; }#EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 { background-color: transparent; background-image: none; }#EikuVLddHHQmMITuy9lJKSn6PPLsCHT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 > .row .container > .video-iframe-container { display: none; }#EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 > .row > .video-iframe-container { display: none; }#EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 > .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); }#EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 { border-width: 0; border-radius: 0; }#EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 > .row .container { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#TDsxITbl4kGItlUHWlqADhb3iTD9JGEX { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:7.3125rem;left:30.625rem;height:1.5625rem;font-style:normal;display:block; }
#yTwKT4WWNCkSdJNskG7h0ttUqgNr3wvT { color:rgba(var(--color-tertiary-2),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:3.125rem;left:30.625rem;height:3.125rem;font-style:normal;display:block; }
#icyq0vo8ooWiQHg9e9ZUE3aDEQmtsb9N { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:2.21875rem;left:4.5rem;overflow:hidden;display:block; }
#TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR { position:relative;display:block; }#TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR { background-color: transparent; background-image: none; }#TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR > .row .container > .video-iframe-container { display: none; }#TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR > .row > .video-iframe-container { display: none; }#TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR > .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); }#TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR { border-width: 0; border-radius: 0; }#TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 { position:relative;display:block; }#i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 { background-color: transparent; background-image: none; }#i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 > .row .container > .video-iframe-container { display: none; }#i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 > .row > .video-iframe-container { display: none; }#i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 > .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); }#i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 { border-width: 0; border-radius: 0; }#i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 > .row .container { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#X3lbgrhvo6h9U7aqvbX11dCSUWymrwl3 { color:rgba(var(--color-tertiary-2),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:7.3125rem;left:3.125rem;height:1.5625rem;font-style:normal;display:block; }
#Stpcg0zvBiaypS5w6l3DlVdtVvT10rZg { color:rgba(var(--color-tertiary-2),1);display:block;width:58.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:3.125rem;left:3.125rem;height:3.125rem;font-style:normal;display:block; }
#u2xBQy4w2WhZ3s632PWthi8fN22kutpK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:1.8125rem;left:61.5rem;overflow:hidden;display:block; }
#MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT { position:relative;display:block; }#MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT { background-color: transparent; background-image: none; }#MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT > .row .container > .video-iframe-container { display: none; }#MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT > .row > .video-iframe-container { display: none; }#MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT > .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); }#MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT { border-width: 0; border-radius: 0; }#MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dbJICWo1Wdsom6sdRAd9uzQletNwtDRf { position:relative;display:block; }#dbJICWo1Wdsom6sdRAd9uzQletNwtDRf { background-color: transparent; background-image: none; }#dbJICWo1Wdsom6sdRAd9uzQletNwtDRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbJICWo1Wdsom6sdRAd9uzQletNwtDRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbJICWo1Wdsom6sdRAd9uzQletNwtDRf > .row .container > .video-iframe-container { display: none; }#dbJICWo1Wdsom6sdRAd9uzQletNwtDRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbJICWo1Wdsom6sdRAd9uzQletNwtDRf > .row > .video-iframe-container { display: none; }#dbJICWo1Wdsom6sdRAd9uzQletNwtDRf > .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); }#dbJICWo1Wdsom6sdRAd9uzQletNwtDRf { border-width: 0; border-radius: 0; }#dbJICWo1Wdsom6sdRAd9uzQletNwtDRf > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#dbJICWo1Wdsom6sdRAd9uzQletNwtDRf > .row .container { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#aldBOy6wSDJPuBpxWuKdbtEV9ZUL9ABD { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:7.3125rem;left:30.625rem;height:1.5625rem;font-style:normal;display:block; }
#THIDUeB4JOU2FlFXKmk4b3f6ziIJuXXZ { color:rgba(var(--color-tertiary-2),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:3.125rem;left:30.625rem;height:3.125rem;font-style:normal;display:block; }
#wHkGVTJmkeiZaIeuphAOXXIZvM9evFKi { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:2.21875rem;left:4.5rem;overflow:hidden;display:block; }
#IufTKOIZFFRJWpwcF4gErLWLGPENJT84 { position:relative;display:block; }#IufTKOIZFFRJWpwcF4gErLWLGPENJT84 { background-color: transparent; background-image: none; }#IufTKOIZFFRJWpwcF4gErLWLGPENJT84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IufTKOIZFFRJWpwcF4gErLWLGPENJT84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IufTKOIZFFRJWpwcF4gErLWLGPENJT84 > .row .container > .video-iframe-container { display: none; }#IufTKOIZFFRJWpwcF4gErLWLGPENJT84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IufTKOIZFFRJWpwcF4gErLWLGPENJT84 > .row > .video-iframe-container { display: none; }#IufTKOIZFFRJWpwcF4gErLWLGPENJT84 > .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); }#IufTKOIZFFRJWpwcF4gErLWLGPENJT84 { border-width: 0; border-radius: 0; }#IufTKOIZFFRJWpwcF4gErLWLGPENJT84 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IufTKOIZFFRJWpwcF4gErLWLGPENJT84 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yQWLDLhwuszF4wtp8gb9eezrdtNypt2y { position:relative;display:none; }#yQWLDLhwuszF4wtp8gb9eezrdtNypt2y { border-width: 0; border-radius: 0; }#yQWLDLhwuszF4wtp8gb9eezrdtNypt2y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yQWLDLhwuszF4wtp8gb9eezrdtNypt2y > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eNu2eT55e1HZKDkAq6aiVunfdcTOkmkM { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c739772a-2991-40c4-a16c-53cf720394a5/download20240127T100243178.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:12.5rem;top:0.25rem;left:2.5rem;display:block; }#eNu2eT55e1HZKDkAq6aiVunfdcTOkmkM.adaptive-delivery-prevent-bg, #eNu2eT55e1HZKDkAq6aiVunfdcTOkmkM.lazyload, #eNu2eT55e1HZKDkAq6aiVunfdcTOkmkM.lazyloading { background-image: none; }
#eNu2eT55e1HZKDkAq6aiVunfdcTOkmkM::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; }#eNu2eT55e1HZKDkAq6aiVunfdcTOkmkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#QvrQen28BoMhOVw31HzJew8LISTKPJBi { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf471fd2-f344-4d76-bfe8-6f32b20ddcfb/download20240127T100248333.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:12.5rem;top:0.25rem;left:16.875rem;display:block; }#QvrQen28BoMhOVw31HzJew8LISTKPJBi.adaptive-delivery-prevent-bg, #QvrQen28BoMhOVw31HzJew8LISTKPJBi.lazyload, #QvrQen28BoMhOVw31HzJew8LISTKPJBi.lazyloading { background-image: none; }
#QvrQen28BoMhOVw31HzJew8LISTKPJBi::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; }#QvrQen28BoMhOVw31HzJew8LISTKPJBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#TuvUOnDaOwTmbHm6vgzvlLSd4VbNkSeB { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf471fd2-f344-4d76-bfe8-6f32b20ddcfb/download20240127T100248333.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:12.5rem;top:0.25rem;left:45.625rem;display:block; }#TuvUOnDaOwTmbHm6vgzvlLSd4VbNkSeB.adaptive-delivery-prevent-bg, #TuvUOnDaOwTmbHm6vgzvlLSd4VbNkSeB.lazyload, #TuvUOnDaOwTmbHm6vgzvlLSd4VbNkSeB.lazyloading { background-image: none; }
#TuvUOnDaOwTmbHm6vgzvlLSd4VbNkSeB::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; }#TuvUOnDaOwTmbHm6vgzvlLSd4VbNkSeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#LkEFnRnOTxUPZDMZqabhPcVPvJgmvI9e { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c739772a-2991-40c4-a16c-53cf720394a5/download20240127T100243178.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:12.5rem;top:0.25rem;left:31.25rem;display:block; }#LkEFnRnOTxUPZDMZqabhPcVPvJgmvI9e.adaptive-delivery-prevent-bg, #LkEFnRnOTxUPZDMZqabhPcVPvJgmvI9e.lazyload, #LkEFnRnOTxUPZDMZqabhPcVPvJgmvI9e.lazyloading { background-image: none; }
#LkEFnRnOTxUPZDMZqabhPcVPvJgmvI9e::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; }#LkEFnRnOTxUPZDMZqabhPcVPvJgmvI9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#uQVmdK8tamtaTqtooGHRuMWMN01eRCrX { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c739772a-2991-40c4-a16c-53cf720394a5/download20240127T100243178.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:12.5rem;top:0.25rem;left:60rem;display:block; }#uQVmdK8tamtaTqtooGHRuMWMN01eRCrX.adaptive-delivery-prevent-bg, #uQVmdK8tamtaTqtooGHRuMWMN01eRCrX.lazyload, #uQVmdK8tamtaTqtooGHRuMWMN01eRCrX.lazyloading { background-image: none; }
#uQVmdK8tamtaTqtooGHRuMWMN01eRCrX::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; }#uQVmdK8tamtaTqtooGHRuMWMN01eRCrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#DESFN51FX10rtcqtt3mR7TGCcVX4P0gB { color:#000000;display:block;width:64.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:6.1875rem;left:5.21875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c { position:relative;display:block; }#aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c { background-color: transparent; background-image: none; }#aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c > .row .container > .video-iframe-container { display: none; }#aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c > .row > .video-iframe-container { display: none; }#aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c > .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); }#aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c { border-width: 0; border-radius: 0; }#aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DwOxPqT4gcMlz63uo4EW7tsT6OgUwdTe { box-sizing:content-box;height:21.6875rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.42);background-image:url("https://images.assets-landingi.com/uc/84cc2300-80fd-4b03-9ef7-a50cb571c33f/w1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#DwOxPqT4gcMlz63uo4EW7tsT6OgUwdTe.adaptive-delivery-prevent-bg, #DwOxPqT4gcMlz63uo4EW7tsT6OgUwdTe.lazyload, #DwOxPqT4gcMlz63uo4EW7tsT6OgUwdTe.lazyloading { background-image: none; }
#uo3wZC957eML0nM3xgwa3inNl0bfmFHr { color:rgba(var(--color-tertiary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:22.3125rem;left:1.71875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tk6WnAgexv6azvXsdc2mOMrIxzcn0hA4 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:22.3125rem;left:28.1875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gv9y7a1TIXSVvxp1XKhdsbTO3qTRMonD { box-sizing:content-box;height:21.6875rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.42);background-image:url("https://images.assets-landingi.com/uc/bc8b1b96-be52-4866-a260-77b7b7ae754e/w2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:26.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#Gv9y7a1TIXSVvxp1XKhdsbTO3qTRMonD.adaptive-delivery-prevent-bg, #Gv9y7a1TIXSVvxp1XKhdsbTO3qTRMonD.lazyload, #Gv9y7a1TIXSVvxp1XKhdsbTO3qTRMonD.lazyloading { background-image: none; }
#KZhfgDUkonuzHq4DtweIXaNLIlOhLHEt { box-sizing:content-box;height:21.6875rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.42);background-image:url("https://images.assets-landingi.com/uc/7d51eb47-4c74-4ab1-aca5-e012599dc36d/w3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:52.875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#KZhfgDUkonuzHq4DtweIXaNLIlOhLHEt.adaptive-delivery-prevent-bg, #KZhfgDUkonuzHq4DtweIXaNLIlOhLHEt.lazyload, #KZhfgDUkonuzHq4DtweIXaNLIlOhLHEt.lazyloading { background-image: none; }
#IUOarPv2d1qTESTWM7fEKRW7OmffBb7c { color:rgba(var(--color-tertiary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:22.3125rem;left:54.625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH { position:relative;display:block; }#AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH { background-color: transparent; background-image: none; }#AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH > .row .container > .video-iframe-container { display: none; }#AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH > .row > .video-iframe-container { display: none; }#AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH > .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); }#AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH { border-width: 0; border-radius: 0; }#AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV { position:relative;display:block; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV { background-color: transparent; background-image: none; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .row .container > .video-iframe-container { display: none; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .row > .video-iframe-container { display: none; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .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); }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV { border-width: 0; border-radius: 0; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#BO1k5FpSV3nHztAcUUi2T88OwxTXTZqg { color:#ffffff;display:block;width:64.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:1.875rem;left:5.21875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vouXNA6wdiDHp0q4VPrNi82mxsimUr1N { box-sizing:content-box;height:4.375rem;width:54.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.0625rem;left:10.21875rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JgATeParPBDwF0lVEwI67O9kMCNOtS3C { position:relative;display:block; }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C { background-color: transparent; background-image: none; }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row .container > .video-iframe-container { display: none; }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row > .video-iframe-container { display: none; }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .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); }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C { border-width: 0; border-radius: 0; }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#DCRb8SGRIZgH6K3252Ugwa1lO3M6SaHE { color:rgba(var(--color-tertiary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:6.25rem;left:13.4375rem;height:16.08498125rem;font-style:normal;display:block; }
#nNCMhCNw8VziTZfNTvXLzaXWraBkeu68 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:3.3125rem;left:38.6875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scbLMx8OMIH2t8tJ4Zo1M26PQi3oI2r5 { 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.375rem;width:7rem;top:3rem;left:32.0625rem;overflow:hidden;display:block; }
#ouJWh3lTCnErnEKQp3xIrplFXvAJAJD5 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:3.3125rem;left:46rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Muf82nOPtDulpeaDJ5063ZEOUVRqAG0o { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:3.3125rem;left:53.3125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2MvPO4OoD4Hbl5VAzmP8DCtN5dpBJ2r { color:#19d700;display:block;width:8.125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:6.25rem;left:31.6875rem;height:14.847675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s7ifog2AJ7H3ZdJsFHsDKcp10mAaE4TR { color:#19d700;display:block;width:6.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:6.25rem;left:39.6875rem;height:14.847675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AWFGM9r5rUp2N6Xsiwdo8LCxmIMh5uU9 { color:#19d700;display:block;width:6.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:6.25rem;left:46.5rem;height:14.847675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emZvcM8bT8khcaruerMZABQbxREFr0Cg { color:#19d700;display:block;width:6.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:6.25rem;left:53.8125rem;height:14.847675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ui4TgbmL3ONNM4fVmVAxxAD1Ao7fOwtT { box-sizing:content-box;height:0.0625rem;width:48.125rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:8.0625rem;left:13.4375rem;display:block; }
#Rca1kXVFOPGNNTcLgAdr7KkL7F1mmLFV { box-sizing:content-box;height:0.0625rem;width:48.125rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:10.5625rem;left:13.4375rem;display:block; }
#C3dERg094349VPPzKSVslTTbVKdHZTm4 { box-sizing:content-box;height:0.0625rem;width:48.125rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:13.0625rem;left:13.4375rem;display:block; }
#t06AoSVrG5FRGU9Cz5GWrMGlUDdxXFx8 { box-sizing:content-box;height:0.0625rem;width:48.125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:15.5625rem;left:13.4375rem;display:block; }
#udpEbDbPcfLPEmBCRiQtiCXCyGLocctb { box-sizing:content-box;height:0.0625rem;width:48.125rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:18.0625rem;left:13.4375rem;display:block; }
#d9lDc2DuOTLAMyi6w8CqubiCvRZ4cnUZ { box-sizing:content-box;height:0.0625rem;width:48.125rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:20.5625rem;left:13.4375rem;display:block; }
#a3aTEOla8M6Sf4wq2hXlANohO4JMbf0G { box-sizing:content-box;height:23.75rem;width:8.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.05);background-image:none;top:0rem;left:31.625rem;display:block; }
#qRqTQUdolAGkOCAJucoWqZLntd1PwEZz { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:4.375rem;left:31.9375rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dI4w5S1dkXAFHFGiOZ0zKo90QoxSTKRB { box-sizing:content-box;height:23.5rem;width:54.3125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:0rem;left:10.21875rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:0rem;display:block; }
#eIM2BqzsVXse2B5BXR6ffVBKRcghOOwo { color:rgba(var(--color-tertiary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:6.25rem;left:13.4375rem;height:16.08498125rem;font-style:normal;display:none; }
#z3aVm0xVbdp2Ge05B1JStyIoe615C7ML { position:relative;display:none; }#z3aVm0xVbdp2Ge05B1JStyIoe615C7ML { border-width: 0; border-radius: 0; }#z3aVm0xVbdp2Ge05B1JStyIoe615C7ML > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#z3aVm0xVbdp2Ge05B1JStyIoe615C7ML > .row .container { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:none; }#Qgl4F5EzvARvoM3TQkP6qKXSLoIaeScR { color:rgba(var(--color-tertiary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:6.25rem;left:3.125rem;height:23.50881875rem;font-style:normal;display:block; }
#y076VmzHLWcUnlSS3mJ4HCCf7CZhgGGK { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:3.28125rem;left:28.34375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbIwo858ngO1MIhy7y9OOFxKXEecRpP8 { 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.375rem;width:7rem;top:3rem;left:21.71875rem;overflow:hidden;display:block; }
#WTaAGSh4HFIW1i7pUbqHJLDmKMTxsRBr { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:3.28125rem;left:35.65625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VkeGpqnoicZX5SRS7up7AtmIpGe4XR5e { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:3.28125rem;left:42.96875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hSOPiTUTRMtd0xWQaF1N1HNMPkVDWuT9 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:3.28125rem;left:50.28125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CnWZkvCEZdOVrqExp1yZE4fKT9dSzwEl { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:3.28125rem;left:57.59375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVWTOzDB80a6WSIlKymRMFCdSll8KylA { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:3.28125rem;left:64.90625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2SVk5gippqJkWTmP1bp7ibIN4wZvWMc { color:#19d700;display:block;width:8.125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:6.25rem;left:21.34375rem;height:14.847675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Buw16Qbs1XPA0ZdsNVHgggcXDysS026J { color:#19d700;display:block;width:6.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:6.25rem;left:29.34375rem;height:24.746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qmLxXqoOvPCElRdQ2ZiXU0irlJhalGJn { color:#19d700;display:block;width:6.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:6.25rem;left:36.15625rem;height:24.746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X6A0WxXW3eBAvNnVtCALkxZoHyMxkugx { color:#19d700;display:block;width:6.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:6.25rem;left:43.46875rem;height:24.746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cUFK941AvX0qbRENTbVOARc4TOGLRBQB { color:#19d700;display:block;width:6.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:6.25rem;left:50.78125rem;height:24.746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ixiJHwgNTfKTUstarNrfK80aKNXt3RfU { color:#19d700;display:block;width:6.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:6.25rem;left:58.09375rem;height:24.746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oq8LKATXSmL1ANdwpL5TLScbrKKuXkAy { color:#19d700;display:block;width:6.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:6.25rem;left:65.40625rem;height:24.746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qPSvrDTK5mTWlTaEbrsmCVC9qdZPc3TT { color:rgba(var(--color-tertiary-2),0.52);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:21.0966796875rem;left:23.46875rem;height:8.66114375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bkdWc1MR3u5sXdFtk1n6lW6fQIX4S8h9 { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:8.0625rem;left:3.125rem;display:block; }
#kZyEgd0Rzq3BSVpBG7M1FVZZ8LvbkEHn { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:10.5625rem;left:3.125rem;display:block; }
#eEfvNw8Ocz8TpaAc0iNnU7bl1iw7V94E { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:13.0625rem;left:3.125rem;display:block; }
#nXZprvmWuzbDxTEQc6fVKOXeaZnNFSOQ { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:15.5625rem;left:3.125rem;display:block; }
#ZSSUexETJfuCpaktgCPJ3xDQ24vdoVZe { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:18.0625rem;left:3.125rem;display:block; }
#mQlfs0qtyNmD7ZFADkhUrCBieoNnzk3C { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:20.5625rem;left:3.125rem;display:block; }
#DtaGFcAwBS1mzECTB6LdGtvdF1MUW8FF { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:23.0625rem;left:3.125rem;display:block; }
#h8kBCy74kEkFTQ1kSFhpsGZtiTBHKXcb { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:25.5625rem;left:3.125rem;display:block; }
#EwNaqOEq7pAdPCtG9UqrqQO192ChDdTG { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:28.0625rem;left:3.125rem;display:block; }
#prm9Dg6D03NCpT0qcdmWNrPJGRRkO5Mp { box-sizing:content-box;height:33rem;width:8.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.05);background-image:none;top:0rem;left:21.28125rem;display:block; }
#oudsEza1aNl9Loz6y3R758RX4UnSTqx9 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:4.375rem;left:21.625rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17b74faa-8124-42bb-aa2e-083c8823e6ae/e2667d2f93a9da27.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll.adaptive-delivery-prevent-bg, #he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll.lazyload, #he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll.lazyloading { background-image: none; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container { background-color: transparent; background-image: none; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container > .video-iframe-container { display: none; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row > .video-iframe-container { display: none; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .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); }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container { border-width: 0; border-radius: 0; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll::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; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#vNwpyp7plbwwoEz79Md8fG1VVwQUtpzR { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.1875rem;left:3.125rem;height:15.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPQPRfyBTq7zx2W1HrtyTmBSvVREmFfB { box-sizing:content-box;height:28.8125rem;width:33.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(244,238,253,0.4);background-image:none;top:8.0625rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#PSlygeRkOV0HtXw4mnaKOQsAUs6HBOG9 { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84cc2300-80fd-4b03-9ef7-a50cb571c33f/w1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.5rem;left:3.125rem;display:block; }#PSlygeRkOV0HtXw4mnaKOQsAUs6HBOG9.adaptive-delivery-prevent-bg, #PSlygeRkOV0HtXw4mnaKOQsAUs6HBOG9.lazyload, #PSlygeRkOV0HtXw4mnaKOQsAUs6HBOG9.lazyloading { background-image: none; }
#cAfJ8mPnKXmWaKe0KWb0XSmTl6okIKNm { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:32.125rem;left:6.4375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sds8IsRWGdRzOBRaECTHMTx2iVrO5LIf { box-sizing:content-box;height:28.8125rem;width:33.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(244,238,253,0.4);background-image:none;top:8.0625rem;left:41.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#XKATDFQRKkA12qWLAXMF8chn0k505ZEC { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.1875rem;left:45.0625rem;height:15.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dmyWxqHu8CDhJnXtJ0wX3SDWUFQvsacm { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:32.125rem;left:48.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RikoxCyHrb4XPFhHyJJTaIrGtsUkXZdo { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84cc2300-80fd-4b03-9ef7-a50cb571c33f/w1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.5rem;left:45.0625rem;display:block; }#RikoxCyHrb4XPFhHyJJTaIrGtsUkXZdo.adaptive-delivery-prevent-bg, #RikoxCyHrb4XPFhHyJJTaIrGtsUkXZdo.lazyload, #RikoxCyHrb4XPFhHyJJTaIrGtsUkXZdo.lazyloading { background-image: none; }
#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17b74faa-8124-42bb-aa2e-083c8823e6ae/e2667d2f93a9da27.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w.adaptive-delivery-prevent-bg, #z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w.lazyload, #z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w.lazyloading { background-image: none; }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row .container { background-color: transparent; background-image: none; }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row .container > .video-iframe-container { display: none; }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row > .video-iframe-container { display: none; }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .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); }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row .container { border-width: 0; border-radius: 0; }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w::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; }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#H4UbTmZlNxg7Nx6ruICSkwDFumK78cMw { box-sizing:content-box;height:12.5rem;width:23.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a28ca17-6635-4b46-9655-d1eb8500d33d/Logoatl.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:-1.1875rem;display:block; }#H4UbTmZlNxg7Nx6ruICSkwDFumK78cMw.adaptive-delivery-prevent-bg, #H4UbTmZlNxg7Nx6ruICSkwDFumK78cMw.lazyload, #H4UbTmZlNxg7Nx6ruICSkwDFumK78cMw.lazyloading { background-image: none; }
#wBO74My8CvovXNtMJd1f23y3pMOlbdQX { color:rgba(var(--color-tertiary-2),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:2.375rem;left:26.5rem;height:6.75rem;font-style:normal;display:block; }
#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 { position:relative;display:block; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 { background-color: transparent; background-image: none; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row .container > .video-iframe-container { display: none; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row > .video-iframe-container { display: none; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .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); }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 { border-width: 0; border-radius: 0; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:cover !important;font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#xD7ubODtfuzvLTrIvKO5itoq0m2Q54if { color:#ffffff;display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:7.5625rem;left:4.8125rem;height:1.5625rem;font-style:normal;display:block; }
#Vif2dKPUFLU64swc4mkNvXHIT7iFqgru { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:3.375rem;left:4.8125rem;height:3.125rem;font-style:normal;display:block; }
#JA0HllGv8Wi2he4qRQ18BxQIa6n4SS89 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.75rem;left:58.53125rem;display:block; }
#p5vzw7OpnAiH1s6QDMFqWh90MbpGURo7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l7nzmzucHBGG65OCaawrrKsu2465TdDu { position:relative;display:block; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu { background-color: transparent; background-image: none; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .row .container > .video-iframe-container { display: none; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .row > .video-iframe-container { display: none; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .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); }#l7nzmzucHBGG65OCaawrrKsu2465TdDu { border-width: 0; border-radius: 0; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 { position:relative;display:block; }#hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 { background-color: transparent; background-image: none; }#hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 > .row .container > .video-iframe-container { display: none; }#hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 > .row > .video-iframe-container { display: none; }#hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 > .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); }#hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 { border-width: 0; border-radius: 0; }#hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GiB0OC0gXZJM1dJyfh5oil8UkwQvXVQ9 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:10.3125rem;font-style:normal;display:block; }
#ykUglMpxxxLTLMKzk9UaRZTKIAQ5t8yb { box-sizing:content-box;height:34.1875rem;width:33.0625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f4f4f4);background-image: -moz-linear-gradient(180deg, #ffffff, #f4f4f4);background-image: -ms-linear-gradient(180deg, #ffffff, #f4f4f4);background-image: -o-linear-gradient(180deg, #ffffff, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4' );";background-image: linear-gradient(180deg, #ffffff, #f4f4f4);background-size:cover !important;top:3.125rem;left:41.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.0625rem solid #959595;border-left:0.0625rem solid #959595;border-right:0.0625rem solid #959595;border-bottom:0.0625rem solid #959595;display:block; }
#acg7XZpa3v3nPEGEvgvOkkEVFsZTS47W { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.1875rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#LCoBcAyT2a034xZv9OrCNODOCxBL3OhK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.5rem;width:10.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:21.5625rem;left:0rem; }
#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row .container { background-color: transparent; background-image: none; }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.92); }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row .container > .video-iframe-container { display: none; }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.92); }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row > .video-iframe-container { display: block; }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .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); }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row .container { border-width: 0; border-radius: 0; }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O::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; }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#SHR8BclFDwG409iKvpDqXGAnXbLfkico .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-2),1); }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico .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_315909dc118a567be382ac46e051f6f0.svg");background-size:contain !important; }#SHR8BclFDwG409iKvpDqXGAnXbLfkico .accordion-trigger.adaptive-delivery-prevent-bg, #SHR8BclFDwG409iKvpDqXGAnXbLfkico .accordion-trigger.lazyload, #SHR8BclFDwG409iKvpDqXGAnXbLfkico .accordion-trigger.lazyloading { background-image: none; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.4375rem;left:0rem; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#SHR8BclFDwG409iKvpDqXGAnXbLfkico #l6KZThyU4LkhRoplon2i7mbeGHTdaMKh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #scNShiiZnQ3akkzM3bABm6dIaBqEx3y4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #rRaP9tpczlalw2ypLZhP96CIVLlcZ5BT { display:block;position:relative; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #re1lbgKna8FqtRTyT618rrgPIAI4FXUr {  }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #Q0RaaG1tmnEKkVNEQFeU5PKXhtg5avp5 {  }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #ieIzB7O7q3L1w9bp72ewde0yiO7nqVU5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #wA5UCGrd8GDoIQH3aAPFSax2vTHLm4ay { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #nzQQGZidAxGtvhNLbtdu9Igms6X0msw3 { display:block;position:relative; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #Soa08R5cl3xKkGppNlIbuuzAELRtdC05 {  }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #o8yuOkUM4ZfhEL2NiMoOqJbHQ58GTyr7 { display:none; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #flAAiObuqxsWTUTCb0lp4CGVt7E3fPm2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #eV2cpbe2VxKcA9qmtRwEBqJT6MrQBpCB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #gJUiK9wieaxcUCl5FBughFqK0WoFI6ob { display:block;position:relative; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #NdsL7xcHRhv9aINNBBOhKFMTW5OaK1kV {  }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico #R3ucbM8vW1WBfcITxVfAG4fAMMdLFSW7 { display:none; }
#OgrWf3d3mLi4QsygB91iSWHiuz1oazKG { color:rgba(var(--color-tertiary-2),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:6rem;left:37.5625rem;height:10.3125rem;font-style:normal;display:block; }
#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container { background-color: transparent; background-image: none; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container > .video-iframe-container { display: none; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row > .video-iframe-container { display: block; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .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); }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container { border-width: 0; border-radius: 0; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE::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; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#yGwU1TJMTHNeclRF5nMObdRz4thLfEnC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:17.6875rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#lARqUUsTVy7VgJsC5rXQttud3cGWeB0J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.3125rem;left:33.8125rem; }
#lARqUUsTVy7VgJsC5rXQttud3cGWeB0J > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#ilcTGNzGSGTFUq2APRx9T4af5ATLJRDO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.3125rem;left:30.25rem; }
#ilcTGNzGSGTFUq2APRx9T4af5ATLJRDO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#hEfqDGzxgnE41WT2LyggPxQrKKORWAIM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15011;opacity:1;top:5.375rem;left:26.5rem; }
#hEfqDGzxgnE41WT2LyggPxQrKKORWAIM > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#M6lohH75Z9Ez6sSp1UWM7ZoHfS0NVpII { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10rem;left:26.5rem;height:3.9375rem;font-style:normal;display:block; }
#iSuzI3n8REkPFChsBWVOapRDcXNQXF1t { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.3125rem;left:52.5rem;display:block; }
#tfWqTWiaNhCASTKu3KumERyIMMyfAJnf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MJwdgtdn9fzAFMr2y4l1Quaq0AeWIG9p { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.0625rem;left:52.5625rem;display:block; }
#pck8XlzKulM6JSComqeggDdvFX61HnmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZanRPJxrLmNddc6x7rXPOWVxxILNfpld { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.26);background-image:none;top:19.625rem;left:0rem;display:block; }
#KKDX1cKX24lQ5UM0RcUxz35KqHu7q9f7 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.6875rem;left:26.3125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sv7woNAWpQM6WFTgBfT8GpN2nTI699VH { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:9.1875rem;left:52.5rem;display:block; }
#J6iPBZDXh2t4quBZV9nTtWRbaTTnP1rF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy { background-color: transparent; background-image: none; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .row .container > .video-iframe-container { display: none; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .row > .video-iframe-container { display: none; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .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); }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy { border-width: 0; border-radius: 0; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OXBewBbqQ75bwvTg9ygp0imfmuRKp4Lq { background-color:rgba(var(--color-primary-2),0.92);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 1.5625rem 1.25rem 1.125rem rgba(0,0,0,0.28) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:61.5625rem;display:block; }
#HHIuHqmBwurcI0dmvlU8Fg2aidFBlkWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wSMX9beFOWaVMTBfSrpO563NSQn39xlz { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/048237fb-e1ab-4e36-8473-442f7bf0cebd/demonst.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.3125rem;left:61.9375rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }#wSMX9beFOWaVMTBfSrpO563NSQn39xlz.adaptive-delivery-prevent-bg, #wSMX9beFOWaVMTBfSrpO563NSQn39xlz.lazyload, #wSMX9beFOWaVMTBfSrpO563NSQn39xlz.lazyloading { background-image: none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TmPDuacvZExq9RBGxO6hJz4usDuplWHk { display:block; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACHDwavhxVKHU1o6ZrBcrOTifRaTitQo { width:20.125rem;height:3.875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTB7LVeF5TG9gFnCT7MWNqKy1b1LX4Fs { width:47.75rem;height:13.125rem;top:16.8125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUGDa2dJsGkoSSwDr90dSNAwMndZVgq2 { width:47.75rem;height:1.5625rem;top:32.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izLGdHWhfdoNcKLA0ZblHcuPeOgyIfcO { width:17.1875rem;height:3.4375rem;top:37.125rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6g9DCI2ACv2UI7Cyo5aoECq8wwQp9XX { display:block; }
 }@media only screen and (max-width: 763px) { #vIfrNfhc39VTX4xQh4ZrmeTobHIc7T25 { width:1.8125rem;height:1.8125rem;top:5.1875rem;left:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQHr9JzZ9D81QU1Ios5X5PXfSJDEIHqx { width:5.25rem;height:0.8125rem;top:6.125rem;left:28.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOcvRvmfQToPoVpQeXZ3LRxpM8LV17ef { width:4.375rem;height:0.8125rem;top:6.125rem;left:20.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2RN5HTsUIkgThrqGfJpGH8GfpOvoL4l { width:4.0625rem;height:0.8125rem;top:6.125rem;left:36.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgWAc6A5FEds5k2GTz11vTADoJvcCivd { width:4.0625rem;height:0.8125rem;top:6.125rem;left:43.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBzLxria18egVJ1TadQHm3rJiAzubrb7 { width:6.4375rem;height:0.8125rem;top:6.125rem;left:41.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIS415UzWZO2MgSk27nq3uz6Exi5uDTL { display:block; }#cIS415UzWZO2MgSk27nq3uz6Exi5uDTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7cWE29mNmiTtnKCS4pFmc7h1Cp38ozn { display:block; }#y7cWE29mNmiTtnKCS4pFmc7h1Cp38ozn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4CLEflSbnwdfCfyZQtBEiIW0rfaobwu { width:32.8125rem;height:5.625rem;top:8.25rem;left:14.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcCnOIxuhGFgopV7KcKkJSkqTVA4CWVd { width:37.3125rem;height:7.5rem;top:6.375rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fatf1qh6eT7CHSsdTTLpqaZaEpkSqMMI { width:32.8125rem;height:0.875rem;top:15.75rem;left:14.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEB2qrE3MlFKQlhsJZIkbTTXv2Zm4BGe { width:38rem;height:3.125rem;top:17.125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru2pqKVfGlN4OSWRgc8LJvmArJgAx00N { width:19.8125rem;height:1.8125rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #No8lk4JBK8VLWf6reD0SMAczxQFvJJcT { display:block; }#No8lk4JBK8VLWf6reD0SMAczxQFvJJcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQcP3DINioWKDJuKSUQtSOcB8eBkkZ7Z { width:10.875rem;height:5.0625rem;top:8rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU7FxgEqkW9CcZTmbtO50sWZkq9ihm7i { width:3.125rem;height:3.125rem;top:4.875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #laTEzVPbDqZV65Z2eAZClu1vxwH3v8Oo { width:7.8125rem;height:5.0625rem;top:8.0625rem;left:28.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6kxZ4cII2CN00gWDkGygl8lCufKPdyi { width:2.3125rem;height:2.3125rem;top:5.125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFCXUL0HBqP6cJtpUXvLEI0v8FT5fnPB { width:9.8125rem;height:5.0625rem;top:8.0625rem;left:37.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0f4TAQOse3tJckzhiDHsw631HTLTvp7 { width:2.3125rem;height:2.3125rem;top:5.125rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azJcE45sFIinS51seJinCmq1VGWs6Iv8 { width:9.8125rem;height:5.0625rem;top:21.375rem;left:37.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii3NqIRTEBzcSo5lmzEHZRzPcFPTrZsU { width:2.3125rem;height:2.3125rem;top:18.4375rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pToxh4V7GcD9ETHnDFTJeg2D76gIa0ZC { width:9.8125rem;height:5.0625rem;top:21.375rem;left:28.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsHO5nwRARTe5ThazxAKKXfQ1tDVUdUA { width:2.3125rem;height:2.3125rem;top:18.4375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8FHMaTPg19VTSCWCR1I9UFltTspIIzO { width:10.875rem;height:5.0625rem;top:21.3125rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI4Opt8WMTvNsl9eMdhkTG6I9RTzvxqD { width:2.5625rem;height:2.5625rem;top:18.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enQLMHPBWqZ787h5INBtTOTygiOpCKbH { width:16rem;height:7.5rem;top:5.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a { display:block; }#rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDTq8hfbNm2dIgMGCgHE05cbKhCvGGff { width:34.5rem;height:1.6875rem;top:2.625rem;left:11.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvgtdT1Eivd1kIM0BiTd7UR8ZMWs9gk2 { width:9.8125rem;height:1.9375rem;top:2.5rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf { display:block; }#d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBwHJQHJscht6aTGH8FfHDzEukOqqaTi { width:47.75rem;height:47.75rem;top:-14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3t8OAUI8PnEiRkCv5TEUTroZgsnI8wx { width:47.75rem;height:17.1875rem;top:5.6875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBvck8tp3ZqhwbnNFJDy3MF2Q13buIlS { width:47.75rem;height:1.875rem;top:25.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooNs6DvpMOBBHGS1fm0yF6VfWwzNoC47 { width:1.75rem;height:1.75rem;top:33.5rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gueup7Q51BuZ2TWCfVio4te5BcV8f1tu { width:9.75rem;height:3.375rem;top:33.4375rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS9GGUuKKFw36DSXLFhCOPQSANEtPCbD { width:11.375rem;height:3.375rem;top:33.5rem;left:30.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulIWaHOr91Jx1qcagI5FK3KAm3y6Rvc5 { width:1.75rem;height:1.75rem;top:33.5625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCi6lBzGJHTWxe3r1rVG9irQ6fP8PzNb { width:14.25rem;height:3.375rem;top:33.5rem;left:33.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQowTnBPHeuz9SvbF3CCBi5iWPK8QPuu { width:1.75rem;height:1.75rem;top:33.5625rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq { display:block; }#s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGIS7hJCHIhEMs60aAb4NkFChrfkdu7k { width:47.75rem;height:1.875rem;top:0.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui { display:block; }#fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC0dk9eQbTCeJTOGkDDkelSCvsab7V1O { width:47.75rem;height:1.5625rem;top:7.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouf6zHxnwvgTnXQ8ezEx4cpxslbLxpBT { width:47.75rem;height:3.125rem;top:3.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAmLkJa5g6l2S98uksq6homNOy6IunX7 { width:8.8125rem;height:8.8125rem;top:1.625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQf0Fmla2ETCQOy69tfUCuIVtk486EhD { display:block; }#TQf0Fmla2ETCQOy69tfUCuIVtk486EhD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 { display:block; }#EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDsxITbl4kGItlUHWlqADhb3iTD9JGEX { width:38.25rem;height:1.5625rem;top:7.3125rem;left:9.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwKT4WWNCkSdJNskG7h0ttUqgNr3wvT { width:38.0625rem;height:3.125rem;top:3.125rem;left:9.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icyq0vo8ooWiQHg9e9ZUE3aDEQmtsb9N { width:7.8125rem;height:7.8125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR { display:block; }#TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 { display:block; }#i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3lbgrhvo6h9U7aqvbX11dCSUWymrwl3 { width:47.75rem;height:1.5625rem;top:7.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stpcg0zvBiaypS5w6l3DlVdtVvT10rZg { width:47.75rem;height:3.125rem;top:3.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2xBQy4w2WhZ3s632PWthi8fN22kutpK { width:8.625rem;height:8.625rem;top:1.8125rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT { display:block; }#MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbJICWo1Wdsom6sdRAd9uzQletNwtDRf { display:block; }#dbJICWo1Wdsom6sdRAd9uzQletNwtDRf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aldBOy6wSDJPuBpxWuKdbtEV9ZUL9ABD { width:38.25rem;height:1.5625rem;top:7.3125rem;left:9.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THIDUeB4JOU2FlFXKmk4b3f6ziIJuXXZ { width:38.0625rem;height:3.125rem;top:3.125rem;left:9.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHkGVTJmkeiZaIeuphAOXXIZvM9evFKi { width:7.8125rem;height:7.8125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IufTKOIZFFRJWpwcF4gErLWLGPENJT84 { display:block; }#IufTKOIZFFRJWpwcF4gErLWLGPENJT84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQWLDLhwuszF4wtp8gb9eezrdtNypt2y { display:block; }#yQWLDLhwuszF4wtp8gb9eezrdtNypt2y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNu2eT55e1HZKDkAq6aiVunfdcTOkmkM { width:12.5rem;height:5.9375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvrQen28BoMhOVw31HzJew8LISTKPJBi { width:12.5rem;height:5.9375rem;top:0.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuvUOnDaOwTmbHm6vgzvlLSd4VbNkSeB { width:12.5rem;height:5.9375rem;top:0.25rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkEFnRnOTxUPZDMZqabhPcVPvJgmvI9e { width:12.5rem;height:5.9375rem;top:0.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQVmdK8tamtaTqtooGHRuMWMN01eRCrX { width:12.5rem;height:5.9375rem;top:0.25rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DESFN51FX10rtcqtt3mR7TGCcVX4P0gB { width:47.75rem;height:1.875rem;top:6.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c { display:block; }#aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwOxPqT4gcMlz63uo4EW7tsT6OgUwdTe { width:22.125rem;height:21.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo3wZC957eML0nM3xgwa3inNl0bfmFHr { width:18.6875rem;height:3.375rem;top:22.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk6WnAgexv6azvXsdc2mOMrIxzcn0hA4 { width:18.6875rem;height:3.375rem;top:22.3125rem;left:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv9y7a1TIXSVvxp1XKhdsbTO3qTRMonD { width:22.125rem;height:21.6875rem;top:0rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZhfgDUkonuzHq4DtweIXaNLIlOhLHEt { width:22.125rem;height:21.6875rem;top:0rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUOarPv2d1qTESTWM7fEKRW7OmffBb7c { width:18.6875rem;height:3.375rem;top:22.3125rem;left:28.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH { display:block; }#AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWVXdVAekPDb0g4929q9NsBN6bZqglIV { display:block; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO1k5FpSV3nHztAcUUi2T88OwxTXTZqg { width:47.75rem;height:1.875rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vouXNA6wdiDHp0q4VPrNi82mxsimUr1N { width:47.5rem;height:4.375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgATeParPBDwF0lVEwI67O9kMCNOtS3C { display:block; }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCRb8SGRIZgH6K3252Ugwa1lO3M6SaHE { width:17.125rem;height:16.0625rem;top:6.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNCMhCNw8VziTZfNTvXLzaXWraBkeu68 { width:7.3125rem;height:2.0625rem;top:3.3125rem;left:25.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scbLMx8OMIH2t8tJ4Zo1M26PQi3oI2r5 { width:7rem;height:1.375rem;top:3rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouJWh3lTCnErnEKQp3xIrplFXvAJAJD5 { width:7.3125rem;height:2.0625rem;top:3.3125rem;left:32.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Muf82nOPtDulpeaDJ5063ZEOUVRqAG0o { width:7.3125rem;height:2.0625rem;top:3.3125rem;left:39.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2MvPO4OoD4Hbl5VAzmP8DCtN5dpBJ2r { width:8.125rem;height:14.8125rem;top:6.25rem;left:18.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7ifog2AJ7H3ZdJsFHsDKcp10mAaE4TR { width:6.3125rem;height:14.8125rem;top:6.25rem;left:26.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWFGM9r5rUp2N6Xsiwdo8LCxmIMh5uU9 { width:6.3125rem;height:14.8125rem;top:6.25rem;left:32.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emZvcM8bT8khcaruerMZABQbxREFr0Cg { width:6.3125rem;height:14.8125rem;top:6.25rem;left:40.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui4TgbmL3ONNM4fVmVAxxAD1Ao7fOwtT { width:47.75rem;height:0.0625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rca1kXVFOPGNNTcLgAdr7KkL7F1mmLFV { width:47.75rem;height:0.0625rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3dERg094349VPPzKSVslTTbVKdHZTm4 { width:47.75rem;height:0.0625rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t06AoSVrG5FRGU9Cz5GWrMGlUDdxXFx8 { width:47.75rem;height:0.0625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udpEbDbPcfLPEmBCRiQtiCXCyGLocctb { width:47.75rem;height:0.0625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9lDc2DuOTLAMyi6w8CqubiCvRZ4cnUZ { width:47.75rem;height:0.0625rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3aTEOla8M6Sf4wq2hXlANohO4JMbf0G { width:8.0625rem;height:23.75rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRqTQUdolAGkOCAJucoWqZLntd1PwEZz { width:7.3125rem;height:1rem;top:4.375rem;left:18.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI4w5S1dkXAFHFGiOZ0zKo90QoxSTKRB { width:47.5rem;height:23.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIM2BqzsVXse2B5BXR6ffVBKRcghOOwo { width:4.9375rem;height:17.25rem;top:3.5625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3aVm0xVbdp2Ge05B1JStyIoe615C7ML { display:block; }#z3aVm0xVbdp2Ge05B1JStyIoe615C7ML > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qgl4F5EzvARvoM3TQkP6qKXSLoIaeScR { width:17.125rem;height:23.5rem;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y076VmzHLWcUnlSS3mJ4HCCf7CZhgGGK { width:7.3125rem;height:2.0625rem;top:3.25rem;left:14.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbIwo858ngO1MIhy7y9OOFxKXEecRpP8 { width:7rem;height:1.375rem;top:3rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTaAGSh4HFIW1i7pUbqHJLDmKMTxsRBr { width:7.3125rem;height:2.0625rem;top:3.25rem;left:22.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkeGpqnoicZX5SRS7up7AtmIpGe4XR5e { width:7.3125rem;height:2.0625rem;top:3.25rem;left:29.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSOPiTUTRMtd0xWQaF1N1HNMPkVDWuT9 { width:7.3125rem;height:2.0625rem;top:3.25rem;left:36.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnWZkvCEZdOVrqExp1yZE4fKT9dSzwEl { width:7.3125rem;height:2.0625rem;top:3.25rem;left:40.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVWTOzDB80a6WSIlKymRMFCdSll8KylA { width:7.3125rem;height:2.0625rem;top:3.25rem;left:40.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2SVk5gippqJkWTmP1bp7ibIN4wZvWMc { width:8.125rem;height:14.8125rem;top:6.25rem;left:7.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buw16Qbs1XPA0ZdsNVHgggcXDysS026J { width:6.3125rem;height:24.6875rem;top:6.25rem;left:15.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmLxXqoOvPCElRdQ2ZiXU0irlJhalGJn { width:6.3125rem;height:24.6875rem;top:6.25rem;left:22.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6A0WxXW3eBAvNnVtCALkxZoHyMxkugx { width:6.3125rem;height:24.6875rem;top:6.25rem;left:29.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUFK941AvX0qbRENTbVOARc4TOGLRBQB { width:6.3125rem;height:24.6875rem;top:6.25rem;left:37.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixiJHwgNTfKTUstarNrfK80aKNXt3RfU { width:6.3125rem;height:24.6875rem;top:6.25rem;left:41.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq8LKATXSmL1ANdwpL5TLScbrKKuXkAy { width:6.3125rem;height:24.6875rem;top:6.25rem;left:41.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPSvrDTK5mTWlTaEbrsmCVC9qdZPc3TT { width:3.875rem;height:8.625rem;top:21.0625rem;left:9.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkdWc1MR3u5sXdFtk1n6lW6fQIX4S8h9 { width:47.75rem;height:0.0625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZyEgd0Rzq3BSVpBG7M1FVZZ8LvbkEHn { width:47.75rem;height:0.0625rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEfvNw8Ocz8TpaAc0iNnU7bl1iw7V94E { width:47.75rem;height:0.0625rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXZprvmWuzbDxTEQc6fVKOXeaZnNFSOQ { width:47.75rem;height:0.0625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSSUexETJfuCpaktgCPJ3xDQ24vdoVZe { width:47.75rem;height:0.0625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQlfs0qtyNmD7ZFADkhUrCBieoNnzk3C { width:47.75rem;height:0.0625rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtaGFcAwBS1mzECTB6LdGtvdF1MUW8FF { width:47.75rem;height:0.0625rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8kBCy74kEkFTQ1kSFhpsGZtiTBHKXcb { width:47.75rem;height:0.0625rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwNaqOEq7pAdPCtG9UqrqQO192ChDdTG { width:47.75rem;height:0.0625rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prm9Dg6D03NCpT0qcdmWNrPJGRRkO5Mp { width:8.0625rem;height:33rem;top:0rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oudsEza1aNl9Loz6y3R758RX4UnSTqx9 { width:7.3125rem;height:1rem;top:4.375rem;left:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll { display:block; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNwpyp7plbwwoEz79Md8fG1VVwQUtpzR { width:27.5625rem;height:18.5625rem;top:11.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPQPRfyBTq7zx2W1HrtyTmBSvVREmFfB { width:33.0625rem;height:28.8125rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSlygeRkOV0HtXw4mnaKOQsAUs6HBOG9 { width:2.25rem;height:2.25rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAfJ8mPnKXmWaKe0KWb0XSmTl6okIKNm { width:23.75rem;height:1.6875rem;top:32.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sds8IsRWGdRzOBRaECTHMTx2iVrO5LIf { width:33.0625rem;height:28.8125rem;top:8.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKATDFQRKkA12qWLAXMF8chn0k505ZEC { width:27.5625rem;height:18.5625rem;top:11.1875rem;left:20.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmyWxqHu8CDhJnXtJ0wX3SDWUFQvsacm { width:23.75rem;height:1.6875rem;top:32.125rem;left:24rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RikoxCyHrb4XPFhHyJJTaIrGtsUkXZdo { width:2.25rem;height:2.25rem;top:31.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w { display:block; }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4UbTmZlNxg7Nx6ruICSkwDFumK78cMw { width:23.8125rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBO74My8CvovXNtMJd1f23y3pMOlbdQX { width:47.125rem;height:6.75rem;top:2.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 { display:block; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD7ubODtfuzvLTrIvKO5itoq0m2Q54if { width:47.75rem;height:1.5625rem;top:7.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vif2dKPUFLU64swc4mkNvXHIT7iFqgru { width:38.0625rem;height:3.125rem;top:3.375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA0HllGv8Wi2he4qRQ18BxQIa6n4SS89 { width:12.625rem;height:3.4375rem;top:5.75rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5vzw7OpnAiH1s6QDMFqWh90MbpGURo7 { display:block; }
 }@media only screen and (max-width: 763px) { #l7nzmzucHBGG65OCaawrrKsu2465TdDu { display:block; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 { display:block; }#hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiB0OC0gXZJM1dJyfh5oil8UkwQvXVQ9 { width:37.4375rem;height:13.75rem;top:3.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykUglMpxxxLTLMKzk9UaRZTKIAQ5t8yb { width:33.0625rem;height:34.1875rem;top:3.125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acg7XZpa3v3nPEGEvgvOkkEVFsZTS47W { width:28.75rem;height:3.375rem;top:19.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCoBcAyT2a034xZv9OrCNODOCxBL3OhK { width:10.5rem;height:10.5rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byua2kdPVb43SJwrpwJ4ABEDl0yTn51O { display:block; }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico { display:flex;height:auto;width:27.8125rem;top:0rem;left:0rem; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #l6KZThyU4LkhRoplon2i7mbeGHTdaMKh {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #scNShiiZnQ3akkzM3bABm6dIaBqEx3y4 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #rRaP9tpczlalw2ypLZhP96CIVLlcZ5BT {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #re1lbgKna8FqtRTyT618rrgPIAI4FXUr {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #Q0RaaG1tmnEKkVNEQFeU5PKXhtg5avp5 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #ieIzB7O7q3L1w9bp72ewde0yiO7nqVU5 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #wA5UCGrd8GDoIQH3aAPFSax2vTHLm4ay {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #nzQQGZidAxGtvhNLbtdu9Igms6X0msw3 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #Soa08R5cl3xKkGppNlIbuuzAELRtdC05 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #o8yuOkUM4ZfhEL2NiMoOqJbHQ58GTyr7 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #flAAiObuqxsWTUTCb0lp4CGVt7E3fPm2 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #eV2cpbe2VxKcA9qmtRwEBqJT6MrQBpCB {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #gJUiK9wieaxcUCl5FBughFqK0WoFI6ob {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #NdsL7xcHRhv9aINNBBOhKFMTW5OaK1kV {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #R3ucbM8vW1WBfcITxVfAG4fAMMdLFSW7 {  }
 }@media only screen and (max-width: 763px) { #OgrWf3d3mLi4QsygB91iSWHiuz1oazKG { width:37.4375rem;height:13.75rem;top:6rem;left:10.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE { display:block; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGwU1TJMTHNeclRF5nMObdRz4thLfEnC { width:17.6875rem;height:3.5rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lARqUUsTVy7VgJsC5rXQttud3cGWeB0J { width:2.25rem;height:2.25rem;top:5.3125rem;left:20.1875rem;display:block; }
#lARqUUsTVy7VgJsC5rXQttud3cGWeB0J > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #ilcTGNzGSGTFUq2APRx9T4af5ATLJRDO { width:2.1875rem;height:2.1875rem;top:5.3125rem;left:16.625rem;display:block; }
#ilcTGNzGSGTFUq2APRx9T4af5ATLJRDO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hEfqDGzxgnE41WT2LyggPxQrKKORWAIM { width:2.125rem;height:2.125rem;top:5.375rem;left:12.875rem;display:block; }
#hEfqDGzxgnE41WT2LyggPxQrKKORWAIM > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #M6lohH75Z9Ez6sSp1UWM7ZoHfS0NVpII { width:16.125rem;height:3.9375rem;top:10rem;left:12.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSuzI3n8REkPFChsBWVOapRDcXNQXF1t { width:16.375rem;height:2.6875rem;top:5.3125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfWqTWiaNhCASTKu3KumERyIMMyfAJnf { display:block; }
 }@media only screen and (max-width: 763px) { #MJwdgtdn9fzAFMr2y4l1Quaq0AeWIG9p { width:16.3125rem;height:2.6875rem;top:13.0625rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pck8XlzKulM6JSComqeggDdvFX61HnmF { display:block; }
 }@media only screen and (max-width: 763px) { #ZanRPJxrLmNddc6x7rXPOWVxxILNfpld { width:47.75rem;height:0.0625rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKDX1cKX24lQ5UM0RcUxz35KqHu7q9f7 { width:16.125rem;height:1.3125rem;top:20.6875rem;left:12.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7woNAWpQM6WFTgBfT8GpN2nTI699VH { width:16.375rem;height:2.6875rem;top:9.1875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6iPBZDXh2t4quBZV9nTtWRbaTTnP1rF { display:block; }
 }@media only screen and (max-width: 763px) { #ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy { display:block; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXBewBbqQ75bwvTg9ygp0imfmuRKp4Lq { width:13.4375rem;height:3.4375rem;top:0rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHIuHqmBwurcI0dmvlU8Fg2aidFBlkWA { display:block; }
 }@media only screen and (max-width: 763px) { #wSMX9beFOWaVMTBfSrpO563NSQn39xlz { width:2.5625rem;height:2.5625rem;top:0.3125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #TmPDuacvZExq9RBGxO6hJz4usDuplWHk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4fbca816-10ba-41ce-b2da-660788df5b85/2311.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk.adaptive-delivery-prevent-bg, #TmPDuacvZExq9RBGxO6hJz4usDuplWHk.lazyload, #TmPDuacvZExq9RBGxO6hJz4usDuplWHk.lazyloading { background-image: none; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container { background-color: transparent; background-image: none; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container > .video-iframe-container { display: none; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row > .video-iframe-container { display: none; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .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); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACHDwavhxVKHU1o6ZrBcrOTifRaTitQo { width:14.375rem;height:2.75rem;top:3.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTB7LVeF5TG9gFnCT7MWNqKy1b1LX4Fs { width:20rem;height:15.2578125rem;top:9.5625rem;left:0rem;font-size:2.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TUGDa2dJsGkoSSwDr90dSNAwMndZVgq2 { width:16.75rem;height:4.72265625rem;top:25.8125rem;left:1.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #izLGdHWhfdoNcKLA0ZblHcuPeOgyIfcO { width:17.1875rem;height:3.4375rem;top:32.375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6g9DCI2ACv2UI7Cyo5aoECq8wwQp9XX { display:block; }
 }@media only screen and (max-width: 763px) { #vIfrNfhc39VTX4xQh4ZrmeTobHIc7T25 { width:1.25rem;height:1.25rem;top:1.0625rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQHr9JzZ9D81QU1Ios5X5PXfSJDEIHqx { width:5.25rem;height:0;top:39.125rem;left:7.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOcvRvmfQToPoVpQeXZ3LRxpM8LV17ef { width:4.375rem;height:0;top:37.0625rem;left:7.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2RN5HTsUIkgThrqGfJpGH8GfpOvoL4l { width:4.0625rem;height:0;top:41.1875rem;left:7.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgWAc6A5FEds5k2GTz11vTADoJvcCivd { width:4.0625rem;height:0;top:43.25rem;left:7.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBzLxria18egVJ1TadQHm3rJiAzubrb7 { width:6.4375rem;height:0;top:45.3125rem;left:6.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIS415UzWZO2MgSk27nq3uz6Exi5uDTL { display:block; }#cIS415UzWZO2MgSk27nq3uz6Exi5uDTL > .row .container { width:20rem;height:0.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7cWE29mNmiTtnKCS4pFmc7h1Cp38ozn { display:none; }#y7cWE29mNmiTtnKCS4pFmc7h1Cp38ozn > .row .container { width:20rem;height:26.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H4CLEflSbnwdfCfyZQtBEiIW0rfaobwu { width:20rem;height:9.375rem;top:4.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcCnOIxuhGFgopV7KcKkJSkqTVA4CWVd { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fatf1qh6eT7CHSsdTTLpqaZaEpkSqMMI { width:20rem;height:1.798825rem;top:15.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEB2qrE3MlFKQlhsJZIkbTTXv2Zm4BGe { width:19.875rem;height:3.125rem;top:18.17285rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru2pqKVfGlN4OSWRgc8LJvmArJgAx00N { width:19.8125rem;height:1.8125rem;top:22.67285rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #No8lk4JBK8VLWf6reD0SMAczxQFvJJcT { display:block; }#No8lk4JBK8VLWf6reD0SMAczxQFvJJcT > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQcP3DINioWKDJuKSUQtSOcB8eBkkZ7Z { width:16.3125rem;height:3.1484375rem;top:14.125rem;left:3.6875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SU7FxgEqkW9CcZTmbtO50sWZkq9ihm7i { display:flex;width:2.875rem;height:2.875rem;top:14.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #laTEzVPbDqZV65Z2eAZClu1vxwH3v8Oo { width:13rem;height:3.1484375rem;top:20.375rem;left:3.6875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N6kxZ4cII2CN00gWDkGygl8lCufKPdyi { display:flex;width:2.3125rem;height:2.3125rem;top:20.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pFCXUL0HBqP6cJtpUXvLEI0v8FT5fnPB { width:13.875rem;height:3.1484375rem;top:26.625rem;left:3.75rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M0f4TAQOse3tJckzhiDHsw631HTLTvp7 { display:flex;width:2.3125rem;height:2.3125rem;top:26.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #azJcE45sFIinS51seJinCmq1VGWs6Iv8 { width:13.5rem;height:3.1484375rem;top:46rem;left:3.75rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ii3NqIRTEBzcSo5lmzEHZRzPcFPTrZsU { display:flex;width:2.3125rem;height:2.3125rem;top:46rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pToxh4V7GcD9ETHnDFTJeg2D76gIa0ZC { width:13.875rem;height:3.1484375rem;top:39.75rem;left:3.6875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lsHO5nwRARTe5ThazxAKKXfQ1tDVUdUA { display:flex;width:2.3125rem;height:2.3125rem;top:39.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v8FHMaTPg19VTSCWCR1I9UFltTspIIzO { width:14.125rem;height:3.1484375rem;top:32.875rem;left:3.6875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vI4Opt8WMTvNsl9eMdhkTG6I9RTzvxqD { display:flex;width:2.0625rem;height:2.0625rem;top:33.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #enQLMHPBWqZ787h5INBtTOTygiOpCKbH { width:20rem;height:5.625rem;top:5.625rem;left:0rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a { display:block; }#rMVhynZvOvR0BsUfM3kBuzMiqWr0zm3a > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDTq8hfbNm2dIgMGCgHE05cbKhCvGGff { width:20rem;height:3.75rem;top:3rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EvgtdT1Eivd1kIM0BiTd7UR8ZMWs9gk2 { width:12.5rem;height:2.4375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf { display:block; }#d7ITpPINR2Z1yKTJwE0Lz5269SyWZuNf > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBwHJQHJscht6aTGH8FfHDzEukOqqaTi { width:20rem;height:20rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3t8OAUI8PnEiRkCv5TEUTroZgsnI8wx { width:20rem;height:22.88675rem;top:5.1884765625rem;left:0rem;font-size:2.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bBvck8tp3ZqhwbnNFJDy3MF2Q13buIlS { width:20rem;height:3rem;top:29.9814453125rem;left:0rem;font-size:1.25rem;color:#6915ff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ooNs6DvpMOBBHGS1fm0yF6VfWwzNoC47 { display:flex;width:1.6875rem;height:1.6875rem;top:36.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gueup7Q51BuZ2TWCfVio4te5BcV8f1tu { width:17rem;height:1.57421875rem;top:36rem;left:3.125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KS9GGUuKKFw36DSXLFhCOPQSANEtPCbD { width:17.1875rem;height:1.57421875rem;top:39.625rem;left:3.125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ulIWaHOr91Jx1qcagI5FK3KAm3y6Rvc5 { display:flex;width:1.875rem;height:1.875rem;top:39.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DCi6lBzGJHTWxe3r1rVG9irQ6fP8PzNb { width:16.3125rem;height:3.1484375rem;top:43.1875rem;left:3.125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tQowTnBPHeuz9SvbF3CCBi5iWPK8QPuu { display:flex;width:1.75rem;height:1.75rem;top:43.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq { display:block; }#s0hSOBn2eTGDHL2KeBQzzwOTWJd1C0Jq > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGIS7hJCHIhEMs60aAb4NkFChrfkdu7k { width:19.9375rem;height:3.75rem;top:5.5625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui { display:block; }#fGV6lnBOXJ11DJLl5KXSucQ6Ev4Gzvui > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC0dk9eQbTCeJTOGkDDkelSCvsab7V1O { width:16.1875rem;height:2.9746125rem;top:10.6875rem;left:1.90625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ouf6zHxnwvgTnXQ8ezEx4cpxslbLxpBT { width:16.8125rem;height:1.5625rem;top:7.875rem;left:1.875rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sAmLkJa5g6l2S98uksq6homNOy6IunX7 { width:5.375rem;height:5.375rem;top:0.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQf0Fmla2ETCQOy69tfUCuIVtk486EhD { display:block; }#TQf0Fmla2ETCQOy69tfUCuIVtk486EhD > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 { display:block; }#EikuVLddHHQmMITuy9lJKSn6PPLsCHT8 > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDsxITbl4kGItlUHWlqADhb3iTD9JGEX { width:16.1875rem;height:2.9746125rem;top:10.6875rem;left:1.90625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yTwKT4WWNCkSdJNskG7h0ttUqgNr3wvT { width:16.8125rem;height:1.5625rem;top:7.875rem;left:1.875rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #icyq0vo8ooWiQHg9e9ZUE3aDEQmtsb9N { width:5.1875rem;height:5.1875rem;top:0.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR { display:block; }#TSWiwolTe4sAnhdM0xnFAR5KfZToTKcR > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 { display:block; }#i51dQ7vyOI2hBI1Qiwm1DieCxFZMK1F6 > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3lbgrhvo6h9U7aqvbX11dCSUWymrwl3 { width:16.1875rem;height:1.48730625rem;top:10.6875rem;left:1.90625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Stpcg0zvBiaypS5w6l3DlVdtVvT10rZg { width:17.5625rem;height:1.5625rem;top:7.875rem;left:1.875rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u2xBQy4w2WhZ3s632PWthi8fN22kutpK { width:5.375rem;height:5.375rem;top:0.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT { display:block; }#MKiPB4CZoSweZxQvntZ3nTvqH1nGDVWT > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbJICWo1Wdsom6sdRAd9uzQletNwtDRf { display:block; }#dbJICWo1Wdsom6sdRAd9uzQletNwtDRf > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aldBOy6wSDJPuBpxWuKdbtEV9ZUL9ABD { width:16.1875rem;height:2.9746125rem;top:10.6875rem;left:1.90625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #THIDUeB4JOU2FlFXKmk4b3f6ziIJuXXZ { width:16.8125rem;height:1.5625rem;top:7.875rem;left:1.875rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wHkGVTJmkeiZaIeuphAOXXIZvM9evFKi { width:5.1875rem;height:5.1875rem;top:0.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IufTKOIZFFRJWpwcF4gErLWLGPENJT84 { display:block; }#IufTKOIZFFRJWpwcF4gErLWLGPENJT84 > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQWLDLhwuszF4wtp8gb9eezrdtNypt2y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yQWLDLhwuszF4wtp8gb9eezrdtNypt2y > .row .container { border-width: 0; border-radius: 0; }#yQWLDLhwuszF4wtp8gb9eezrdtNypt2y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQWLDLhwuszF4wtp8gb9eezrdtNypt2y > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eNu2eT55e1HZKDkAq6aiVunfdcTOkmkM { width:6.5rem;height:3.0625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvrQen28BoMhOVw31HzJew8LISTKPJBi { width:6.5rem;height:3.0625rem;top:6.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuvUOnDaOwTmbHm6vgzvlLSd4VbNkSeB { width:6.5rem;height:3.0625rem;top:10.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkEFnRnOTxUPZDMZqabhPcVPvJgmvI9e { width:6.5rem;height:3.0625rem;top:6.375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQVmdK8tamtaTqtooGHRuMWMN01eRCrX { width:6.5rem;height:3.0625rem;top:10.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DESFN51FX10rtcqtt3mR7TGCcVX4P0gB { width:16rem;height:3.75rem;top:1.25rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c { display:block; }#aoTiVlhGfTqrsTwU5vb7dO8ad8C0OF2c > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwOxPqT4gcMlz63uo4EW7tsT6OgUwdTe { width:8.9375rem;height:9.6875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo3wZC957eML0nM3xgwa3inNl0bfmFHr { width:9.125rem;height:6.75rem;top:4.625rem;left:10.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tk6WnAgexv6azvXsdc2mOMrIxzcn0hA4 { width:9.125rem;height:6.75rem;top:17.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gv9y7a1TIXSVvxp1XKhdsbTO3qTRMonD { width:8.9375rem;height:9.6875rem;top:15.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZhfgDUkonuzHq4DtweIXaNLIlOhLHEt { width:8.9375rem;height:9.6875rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUOarPv2d1qTESTWM7fEKRW7OmffBb7c { width:9.125rem;height:6.75rem;top:30.25rem;left:10.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH { display:block; }#AUuJ6U1tSLSCgOyRME4TeDQWE6RApCKH > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWVXdVAekPDb0g4929q9NsBN6bZqglIV { display:block; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV { background-color: transparent; background-image: none; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .row .container > .video-iframe-container { display: none; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .row > .video-iframe-container { display: none; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .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); }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV { border-width: 0; border-radius: 0; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWVXdVAekPDb0g4929q9NsBN6bZqglIV > .row .container { width:20rem;height:3.9375rem;background-color:#6915ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0.75rem solid #6915ff;border-right:0.75rem solid #6915ff;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO1k5FpSV3nHztAcUUi2T88OwxTXTZqg { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vouXNA6wdiDHp0q4VPrNi82mxsimUr1N { width:19.75rem;height:3.625rem;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #JgATeParPBDwF0lVEwI67O9kMCNOtS3C { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row .container { background-color: transparent; background-image: none; }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row .container > .video-iframe-container { display: none; }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row > .video-iframe-container { display: none; }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .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); }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row .container { border-width: 0; border-radius: 0; }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#JgATeParPBDwF0lVEwI67O9kMCNOtS3C > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCRb8SGRIZgH6K3252Ugwa1lO3M6SaHE { width:6.8125rem;height:0;top:44.6875rem;left:11rem;font-size:0.8125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #nNCMhCNw8VziTZfNTvXLzaXWraBkeu68 { width:3.5rem;height:1.75rem;top:1.8037109375rem;left:9.125rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #scbLMx8OMIH2t8tJ4Zo1M26PQi3oI2r5 { width:4.125rem;height:0.8125rem;top:1.8037109375rem;left:4.7073863636364rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouJWh3lTCnErnEKQp3xIrplFXvAJAJD5 { width:3.1875rem;height:1.75rem;top:1.8037109375rem;left:13.0625rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Muf82nOPtDulpeaDJ5063ZEOUVRqAG0o { width:3.0625rem;height:1.75rem;top:1.8037109375rem;left:16.9375rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w2MvPO4OoD4Hbl5VAzmP8DCtN5dpBJ2r { width:3.9375rem;height:17.25rem;top:4.240234375rem;left:5rem;font-size:0.625rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #s7ifog2AJ7H3ZdJsFHsDKcp10mAaE4TR { width:3rem;height:17.25rem;top:4.240234375rem;left:9.5rem;font-size:0.625rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #AWFGM9r5rUp2N6Xsiwdo8LCxmIMh5uU9 { width:2.8125rem;height:17.25rem;top:4.240234375rem;left:13.3125rem;font-size:0.625rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #emZvcM8bT8khcaruerMZABQbxREFr0Cg { width:3rem;height:17.25rem;top:4.240234375rem;left:17rem;font-size:0.625rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #ui4TgbmL3ONNM4fVmVAxxAD1Ao7fOwtT { width:0.0625rem;height:23.4375rem;top:0rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rca1kXVFOPGNNTcLgAdr7KkL7F1mmLFV { width:0.0625rem;height:23.4375rem;top:0rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3dERg094349VPPzKSVslTTbVKdHZTm4 { width:20rem;height:0.0625rem;top:51.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t06AoSVrG5FRGU9Cz5GWrMGlUDdxXFx8 { width:20rem;height:0.0625rem;top:53.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #udpEbDbPcfLPEmBCRiQtiCXCyGLocctb { width:20rem;height:0.0625rem;top:54.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9lDc2DuOTLAMyi6w8CqubiCvRZ4cnUZ { width:20rem;height:0.0625rem;top:55.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3aTEOla8M6Sf4wq2hXlANohO4JMbf0G { width:4.3125rem;height:25.6875rem;top:0rem;left:4.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(105,21,255,0.12), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(105,21,255,0.12), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(105,21,255,0.12), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(105,21,255,0.12), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6915ff1e', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6915ff1e', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(105,21,255,0.12), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qRqTQUdolAGkOCAJucoWqZLntd1PwEZz { width:2.125rem;height:0.875rem;top:2.7412109375rem;left:6.0625rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dI4w5S1dkXAFHFGiOZ0zKo90QoxSTKRB { width:19.75rem;height:23.5rem;top:190.5986015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIM2BqzsVXse2B5BXR6ffVBKRcghOOwo { width:5.1875rem;height:17.25rem;top:4.1162109375rem;left:0.0625rem;font-size:0.625rem;line-height:2.3;z-index:15005;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z3aVm0xVbdp2Ge05B1JStyIoe615C7ML { display:none; }#z3aVm0xVbdp2Ge05B1JStyIoe615C7ML > .row .container { width:20rem;height:295.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qgl4F5EzvARvoM3TQkP6qKXSLoIaeScR { width:16.1875rem;height:28.25881875rem;top:10.6875rem;left:1.90625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y076VmzHLWcUnlSS3mJ4HCCf7CZhgGGK { width:7.3125rem;height:2.625rem;top:86.2588125rem;left:6.3125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SbIwo858ngO1MIhy7y9OOFxKXEecRpP8 { width:7rem;height:1.375rem;top:55.0088125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTaAGSh4HFIW1i7pUbqHJLDmKMTxsRBr { width:7.3125rem;height:2.625rem;top:90.1338125rem;left:6.3125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VkeGpqnoicZX5SRS7up7AtmIpGe4XR5e { width:7.3125rem;height:2.625rem;top:94.0088125rem;left:6.3125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hSOPiTUTRMtd0xWQaF1N1HNMPkVDWuT9 { width:7.3125rem;height:2.625rem;top:97.8838125rem;left:6.3125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CnWZkvCEZdOVrqExp1yZE4fKT9dSzwEl { width:7.3125rem;height:2.625rem;top:101.7588125rem;left:6.3125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kVWTOzDB80a6WSIlKymRMFCdSll8KylA { width:7.3125rem;height:2.625rem;top:105.6338125rem;left:6.3125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f2SVk5gippqJkWTmP1bp7ibIN4wZvWMc { width:8.125rem;height:18.890625rem;top:58.2588125rem;left:6rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Buw16Qbs1XPA0ZdsNVHgggcXDysS026J { width:6.3125rem;height:29.746125rem;top:109.5088125rem;left:6.8125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qmLxXqoOvPCElRdQ2ZiXU0irlJhalGJn { width:6.3125rem;height:29.746125rem;top:140.5049375rem;left:6.8125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X6A0WxXW3eBAvNnVtCALkxZoHyMxkugx { width:6.3125rem;height:29.746125rem;top:171.5010625rem;left:6.8125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cUFK941AvX0qbRENTbVOARc4TOGLRBQB { width:6.3125rem;height:29.746125rem;top:202.4971875rem;left:6.8125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ixiJHwgNTfKTUstarNrfK80aKNXt3RfU { width:6.3125rem;height:29.746125rem;top:233.4933125rem;left:6.8125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Oq8LKATXSmL1ANdwpL5TLScbrKKuXkAy { width:6.3125rem;height:29.746125rem;top:264.4894375rem;left:6.8125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qPSvrDTK5mTWlTaEbrsmCVC9qdZPc3TT { width:3.875rem;height:10.41114375rem;top:73.1054921875rem;left:8.125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bkdWc1MR3u5sXdFtk1n6lW6fQIX4S8h9 { width:20rem;height:0.0625rem;top:40.1963125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZyEgd0Rzq3BSVpBG7M1FVZZ8LvbkEHn { width:20rem;height:0.0625rem;top:41.5088125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEfvNw8Ocz8TpaAc0iNnU7bl1iw7V94E { width:20rem;height:0.0625rem;top:42.8213125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXZprvmWuzbDxTEQc6fVKOXeaZnNFSOQ { width:20rem;height:0.0625rem;top:44.1338125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSSUexETJfuCpaktgCPJ3xDQ24vdoVZe { width:20rem;height:0.0625rem;top:45.4463125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQlfs0qtyNmD7ZFADkhUrCBieoNnzk3C { width:20rem;height:0.0625rem;top:46.7588125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtaGFcAwBS1mzECTB6LdGtvdF1MUW8FF { width:20rem;height:0.0625rem;top:48.0713125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8kBCy74kEkFTQ1kSFhpsGZtiTBHKXcb { width:20rem;height:0.0625rem;top:49.3838125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwNaqOEq7pAdPCtG9UqrqQO192ChDdTG { width:20rem;height:0.0625rem;top:50.6963125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prm9Dg6D03NCpT0qcdmWNrPJGRRkO5Mp { width:8.0625rem;height:33rem;top:52.0088125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oudsEza1aNl9Loz6y3R758RX4UnSTqx9 { width:7.3125rem;height:1.3125rem;top:56.3838125rem;left:6.28125rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll { background-color:transparent;background-image:none;display:block; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container { background-color: transparent; background-image: none; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container > .video-iframe-container { display: none; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row > .video-iframe-container { display: none; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .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); }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNwpyp7plbwwoEz79Md8fG1VVwQUtpzR { width:16.375rem;height:22.5rem;top:5.625rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hPQPRfyBTq7zx2W1HrtyTmBSvVREmFfB { width:20rem;height:31.9375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSlygeRkOV0HtXw4mnaKOQsAUs6HBOG9 { width:2.25rem;height:2.25rem;top:30.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAfJ8mPnKXmWaKe0KWb0XSmTl6okIKNm { width:12.5rem;height:1.40625rem;top:31.046875rem;left:4.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sds8IsRWGdRzOBRaECTHMTx2iVrO5LIf { width:20rem;height:31.9375rem;top:38.1875rem;left:0rem;background-color:rgba(244,238,253,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XKATDFQRKkA12qWLAXMF8chn0k505ZEC { width:16.375rem;height:22.5rem;top:40.0625rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dmyWxqHu8CDhJnXtJ0wX3SDWUFQvsacm { width:12.5rem;height:1.40625rem;top:65.5rem;left:4.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RikoxCyHrb4XPFhHyJJTaIrGtsUkXZdo { width:2.25rem;height:2.25rem;top:65.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w { background-color:transparent;background-image:none;display:block; }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row .container { background-color: transparent; background-image: none; }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row .container > .video-iframe-container { display: none; }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row > .video-iframe-container { display: none; }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .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); }#z6mJLTFU4ni3EoyD90WOUX98TkvA3U4w > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4UbTmZlNxg7Nx6ruICSkwDFumK78cMw { width:11.6875rem;height:7.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBO74My8CvovXNtMJd1f23y3pMOlbdQX { width:20rem;height:17.9980625rem;top:8.125rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 { display:block; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 { background-color: transparent; background-image: none; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row .container > .video-iframe-container { display: none; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row > .video-iframe-container { display: none; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .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); }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 { border-width: 0; border-radius: 0; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row .container { width:20rem;height:21.125rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6915ff, #c71fcc);background-image: -moz-linear-gradient(90deg, #6915ff, #c71fcc);background-image: -ms-linear-gradient(90deg, #6915ff, #c71fcc);background-image: -o-linear-gradient(90deg, #6915ff, #c71fcc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6915ff', endColorstr='#c71fcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6915ff', endColorstr='#c71fcc' );";background-image: linear-gradient(90deg, #6915ff, #c71fcc);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD7ubODtfuzvLTrIvKO5itoq0m2Q54if { width:12.75rem;height:4.4619125rem;top:8.3125rem;left:1.90625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Vif2dKPUFLU64swc4mkNvXHIT7iFqgru { width:16.8125rem;height:4.625rem;top:2.5rem;left:1.875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA0HllGv8Wi2he4qRQ18BxQIa6n4SS89 { width:12.625rem;height:3.4375rem;top:14.6484375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5vzw7OpnAiH1s6QDMFqWh90MbpGURo7 { display:block; }
 }@media only screen and (max-width: 763px) { #l7nzmzucHBGG65OCaawrrKsu2465TdDu { display:block; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 { display:block; }#hlZDp2oz5WHH4lrTTJRhyIJQZEALmeX4 > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiB0OC0gXZJM1dJyfh5oil8UkwQvXVQ9 { width:20rem;height:8.796875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykUglMpxxxLTLMKzk9UaRZTKIAQ5t8yb { width:19.875rem;height:34.1875rem;top:18.62109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acg7XZpa3v3nPEGEvgvOkkEVFsZTS47W { width:20rem;height:5.0625rem;top:10.74609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCoBcAyT2a034xZv9OrCNODOCxBL3OhK { display:flex;width:10.5rem;height:10.5rem;top:19.808625rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #byua2kdPVb43SJwrpwJ4ABEDl0yTn51O { background-color:rgba(244,238,253,0.5);background-image:none;display:block; }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row .container { background-color: transparent; background-image: none; }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row .container > .video-iframe-container { display: none; }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row > .video-iframe-container { display: none; }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .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); }#byua2kdPVb43SJwrpwJ4ABEDl0yTn51O > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico { display:flex;height:auto;width:20rem;top:12.4375rem;left:0rem; }
#SHR8BclFDwG409iKvpDqXGAnXbLfkico .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #l6KZThyU4LkhRoplon2i7mbeGHTdaMKh {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #scNShiiZnQ3akkzM3bABm6dIaBqEx3y4 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #rRaP9tpczlalw2ypLZhP96CIVLlcZ5BT {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #re1lbgKna8FqtRTyT618rrgPIAI4FXUr {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #Q0RaaG1tmnEKkVNEQFeU5PKXhtg5avp5 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #ieIzB7O7q3L1w9bp72ewde0yiO7nqVU5 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #wA5UCGrd8GDoIQH3aAPFSax2vTHLm4ay {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #nzQQGZidAxGtvhNLbtdu9Igms6X0msw3 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #Soa08R5cl3xKkGppNlIbuuzAELRtdC05 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #o8yuOkUM4ZfhEL2NiMoOqJbHQ58GTyr7 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #flAAiObuqxsWTUTCb0lp4CGVt7E3fPm2 {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #eV2cpbe2VxKcA9qmtRwEBqJT6MrQBpCB {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #gJUiK9wieaxcUCl5FBughFqK0WoFI6ob {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #NdsL7xcHRhv9aINNBBOhKFMTW5OaK1kV {  }
 }@media only screen and (max-width: 763px) { #SHR8BclFDwG409iKvpDqXGAnXbLfkico #R3ucbM8vW1WBfcITxVfAG4fAMMdLFSW7 {  }
 }@media only screen and (max-width: 763px) { #OgrWf3d3mLi4QsygB91iSWHiuz1oazKG { width:20rem;height:5.625rem;top:3.125rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE { background-color:#000000;background-image:none;display:block; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container { background-color: transparent; background-image: none; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container > .video-iframe-container { display: none; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row > .video-iframe-container { display: none; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .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); }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGwU1TJMTHNeclRF5nMObdRz4thLfEnC { width:11.375rem;height:2.1875rem;top:26.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lARqUUsTVy7VgJsC5rXQttud3cGWeB0J { display:flex;width:2.25rem;height:2.25rem;top:4.96875rem;left:12.3125rem;font-size:1.5rem; }
#lARqUUsTVy7VgJsC5rXQttud3cGWeB0J > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #ilcTGNzGSGTFUq2APRx9T4af5ATLJRDO { display:flex;width:2.1875rem;height:2.1875rem;top:5rem;left:8.875rem; }
#ilcTGNzGSGTFUq2APRx9T4af5ATLJRDO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hEfqDGzxgnE41WT2LyggPxQrKKORWAIM { display:flex;width:2.125rem;height:2.125rem;top:5.03125rem;left:5.5625rem; }
#hEfqDGzxgnE41WT2LyggPxQrKKORWAIM > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #M6lohH75Z9Ez6sSp1UWM7ZoHfS0NVpII { width:16.125rem;height:3.65625rem;top:9.25rem;left:1.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSuzI3n8REkPFChsBWVOapRDcXNQXF1t { width:11.5625rem;height:2.1875rem;top:15.125rem;left:4.25rem;font-size:0.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tfWqTWiaNhCASTKu3KumERyIMMyfAJnf { display:block; }
 }@media only screen and (max-width: 763px) { #MJwdgtdn9fzAFMr2y4l1Quaq0AeWIG9p { width:11.5625rem;height:2.1875rem;top:20.75rem;left:4.25rem;font-size:0.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pck8XlzKulM6JSComqeggDdvFX61HnmF { display:block; }
 }@media only screen and (max-width: 763px) { #ZanRPJxrLmNddc6x7rXPOWVxxILNfpld { width:20rem;height:0.0625rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKDX1cKX24lQ5UM0RcUxz35KqHu7q9f7 { width:16.125rem;height:0.9375rem;top:31.125rem;left:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7woNAWpQM6WFTgBfT8GpN2nTI699VH { width:11.5625rem;height:2.1875rem;top:17.9375rem;left:4.25rem;font-size:0.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J6iPBZDXh2t4quBZV9nTtWRbaTTnP1rF { display:block; }
 }@media only screen and (max-width: 763px) { #ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXBewBbqQ75bwvTg9ygp0imfmuRKp4Lq { width:10.9375rem;height:2.6875rem;top:0rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHIuHqmBwurcI0dmvlU8Fg2aidFBlkWA { display:block; }
 }@media only screen and (max-width: 763px) { #wSMX9beFOWaVMTBfSrpO563NSQn39xlz { width:2.1875rem;height:2.1875rem;top:0.125rem;left:9.1875rem;display:block; }
 }