.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:230,236,234;--color-primary-1:172,191,185;--color-primary-2:89,126,115;--color-primary-3:45,63,58;--color-primary-4:13,19,17;--color-secondary-0:243,246,245;--color-secondary-1:215,224,220;--color-secondary-2:174,193,185;--color-secondary-3:87,97,93;--color-secondary-4:26,29,28;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Manrope";--paragraphs-font-family:"Inter"; }@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:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e60bacb5-ab44-49a4-b838-bb6decbceff6/ChatGPTImage12mar2026o08_55_02.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#WAKKvpirbELW6yvgp1bMZruBfHkaXhOT { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iza3EzDmJDgentApkuBszGtdw4hFu7dP { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:17.625rem;top:2.625rem;left:27.75rem;overflow:hidden;display:block; }
#BkdLZUBSfLdZp04Fo4b5iAahHKEn6pEo { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.25rem;left:9.875rem;height:6.75rem;font-style:normal;display:block; }
#hT9rnPM1W7NbBKmmPdhnXNTheKAcezXh { box-sizing:content-box;height:3.6875rem;width:25.0625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #cfa342, #90610c);background-image: -moz-linear-gradient(90deg, #cfa342, #90610c);background-image: -ms-linear-gradient(90deg, #cfa342, #90610c);background-image: -o-linear-gradient(90deg, #cfa342, #90610c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa342', endColorstr='#90610c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfa342', endColorstr='#90610c' );";background-image: linear-gradient(90deg, #cfa342, #90610c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:9.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LIlfQc3EtnSlDTy5BqhlAzCWcJwfxqGO { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:29.1875rem;left:10.25rem;height:1.875rem;font-style:normal;display:block; }
#wokEda7OHcp8b5iKuvg9GxgiMFTLsqTd { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.6875rem;left:10.25rem;height:2.5rem;font-style:normal;display:block; }
#KqB79HolfEATrSUSLgp3pKFmNTJligTx { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.25rem;left:12.75rem;height:1.9375rem;font-style:normal;display:block; }
#k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC > .row .container { background-color: transparent; background-image: none; }#k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC > .row .container > .video-iframe-container { display: none; }#k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC > .row > .video-iframe-container { display: none; }#k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC > .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); }#k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC > .row .container { border-width: 0; border-radius: 0; }#k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#aPJQspcTO8gZRIwKWg40VzN4BFBOR5Gy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.25rem;width:23.375rem;top:2.5rem;left:10rem;overflow:hidden;display:block; }
#HlkHnsxkEAh6nix4dBGnwGXSPOgpQblC { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:37.5rem;height:1.9375rem;font-style:normal;display:block; }
#DAbkRl6meQJN1J0N8bQHynZZdS9PzwT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.75rem;left:37.5rem;height:3rem;font-style:normal;display:block; }
#BhEIK7ol4fcUULC2utHaUcxqh8MoGcyH { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12.5rem;left:38.75rem;height:3.375rem;font-style:normal;display:block; }
#TsKZqgxRMqV5kwnTG6Ls4Ap1A7cB5Z6v { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:17.5rem;left:37.5rem;height:3rem;display:block; }
#W3uaKFasmqOuodhVutfeuOdfuiUrH3JZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.25rem;left:38.75rem;height:3.375rem;font-style:normal;display:block; }
#D8flRB5QPHD5lNRUMoGlg8TTnT6VcsR7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:39rem;left:38.78125rem;height:0.9375rem;font-style:normal;display:block; }
#bsgXlKBPZvFz1iKcdBXa4pmeqw5wHiST { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:23.375rem;top:2.5rem;left:10rem;overflow:hidden;display:none; }
#zv4XtVDUySNKgnWIfmLgLL7HNUWHzZil { position:absolute;display:block;z-index:15010;height:12.5rem;width:25rem;top:25.625rem;left:37.5rem;display:block; }
#WTt79LBgTnhik1ERkzu3EzSinXFDqoh4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WTt79LBgTnhik1ERkzu3EzSinXFDqoh4 > .row .container { border-width: 0; border-radius: 0; }#WTt79LBgTnhik1ERkzu3EzSinXFDqoh4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTt79LBgTnhik1ERkzu3EzSinXFDqoh4 > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:none; }#mAL6qH5TFTQ5z4nfMve9HWfPeeL86agf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.25rem;width:23.375rem;top:2.5rem;left:10rem;overflow:hidden;display:block; }
#cpxE5nNLhSuJwlRRqO9OgZVuZIhaTAAJ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:37.5rem;height:1.9375rem;font-style:normal;display:block; }
#vM4ntFCbzlCx5uXS7CTaPIz7arR8EaH1 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.75rem;left:37.5rem;height:3rem;font-style:normal;display:block; }
#kmPVlsR0DlATqzEmnE3VBzVlMZHnraWC { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12.5rem;left:38.75rem;height:3.375rem;font-style:normal;display:block; }
#UMmmLwdmTpZvHfz8VcxTfH0qeMVFNios { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:17.5rem;left:37.5rem;height:3rem;display:block; }
#MXbCK75mkJL9DlP54CtiPIyIMVUZUcoT { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.25rem;left:38.75rem;height:3.375rem;font-style:normal;display:block; }
#mbQmzHa2raryHTVBIN89RUP8PhKd9fpc { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:39rem;left:38.78125rem;height:0.9375rem;font-style:normal;display:block; }
#PAJOrS19KDgyaVVwRhAhuirPOZITZRNJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:23.375rem;top:2.5rem;left:10rem;overflow:hidden;display:none; }
#udsnelbbd7kETyAFgZWN69WZV9thqUrt { position:absolute;display:block;z-index:15010;height:12.5rem;width:25rem;top:25.625rem;left:37.5rem;display:block; }
#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f45a3b01-24b8-4617-9750-2060a53d76ea/Group76.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H.adaptive-delivery-prevent-bg, #x50i1qBXCaVKA83VJziXFHxmN2oKbE3H.lazyload, #x50i1qBXCaVKA83VJziXFHxmN2oKbE3H.lazyloading { background-image: none; }#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H > .row .container { background-color: transparent; background-image: none; }#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H > .row .container > .video-iframe-container { display: none; }#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H > .row > .video-iframe-container { display: none; }#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H > .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); }#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H > .row .container { border-width: 0; border-radius: 0; }#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H > .row .container { font-size:0.875rem;font-family:arial;height:69.8125rem;width:75rem;position:relative;display:block; }#y31CX4bJuaZUobuFQzGGEabZpzCoTBTC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:44.9375rem;top:46.125rem;left:15rem;overflow:hidden;display:block; }
#tperBxATTqErdmNA2GzeUuXyZZO8akTL { color:rgba(var(--color-primary-2),1);display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.625rem;left:17.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vmWdh7cf7UxZScVCc86LNdLLGZhtDJWr { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:8.625rem;left:20rem;overflow:hidden;display:block; }
#iFX1VTLGLbmLmyGZ7kyGsagOs8DTL8ur { color:rgba(var(--color-primary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:9rem;left:26.875rem;height:1.6875rem;font-style:normal;display:block; }
#qpJIXTRU5ZUtT0vNKLTk3GithcsXBItl { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.0625rem;left:26.8125rem;height:1.125rem;font-style:normal;display:block; }
#OHp7Dop88pUzQUACsVQCP8rJtlDe8efF { color:rgba(var(--color-primary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:15.25rem;left:26.9375rem;height:1.6875rem;font-style:normal;display:block; }
#b0tTbATdnfZk3L1155gPrAVolRiTH3Fc { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:17.375rem;left:26.875rem;height:2.25rem;font-style:normal;display:block; }
#Uqf5ZeZlLFN4xKEraH0Nwhxg1H1B7MBt { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.875rem;left:20rem;overflow:hidden;display:block; }
#IiQtLGeqfGsHcVu4alHG9tpmT1I8qyQ8 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:22.375rem;left:20rem;overflow:hidden;display:block; }
#BtJf3zHu9z37kx9sTtTVKZQav1nEEXLw { color:rgba(var(--color-primary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.625rem;left:26.875rem;height:2.5rem;font-style:normal;display:block; }
#cllSEFlcrUlXfVaqqAeDGbJmr8it3BBE { color:rgba(var(--color-primary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.625rem;left:45.625rem;height:2.5rem;font-style:normal;display:block; }
#lCJ8MTJmNdRlFEOZ6D8T0wSRn9fgtVTw { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:22.375rem;left:38.75rem;overflow:hidden;display:block; }
#LCIfPfzIhLwVTp9n8iCHHDJGbFq6cGx2 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:28.625rem;left:20rem;overflow:hidden;display:block; }
#opVxaJ9MQxWKVkF9XGMdILf8sROUPy1w { color:rgba(var(--color-primary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29.875rem;left:26.875rem;height:2.5rem;font-style:normal;display:block; }
#NDtekuvEXHOEZod9gRKQDsiOqLbHranr { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:28.625rem;left:38.75rem;overflow:hidden;display:block; }
#RJQG9w0uNnqDpOl1aSnXBKwlEsTF84nW { color:rgba(var(--color-primary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.875rem;left:45.625rem;height:2.5rem;font-style:normal;display:block; }
#HoJEHtvs7tZiR8edDLxAWwVnPc8Nluq9 { color:rgba(0,0,0,0);display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:36.3125rem;left:17.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmXdNEXHzsFeL9sEKViSX05kmZJ01Q9m { color:rgba(var(--color-primary-2),1);display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:38.8125rem;left:17.5rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFem4MB105sXmdfb2PcWR9m39RG1D9Ja { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NFem4MB105sXmdfb2PcWR9m39RG1D9Ja > .row .container { background-color: transparent; background-image: none; }#NFem4MB105sXmdfb2PcWR9m39RG1D9Ja::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFem4MB105sXmdfb2PcWR9m39RG1D9Ja > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFem4MB105sXmdfb2PcWR9m39RG1D9Ja > .row .container > .video-iframe-container { display: none; }#NFem4MB105sXmdfb2PcWR9m39RG1D9Ja > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFem4MB105sXmdfb2PcWR9m39RG1D9Ja > .row > .video-iframe-container { display: none; }#NFem4MB105sXmdfb2PcWR9m39RG1D9Ja > .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); }#NFem4MB105sXmdfb2PcWR9m39RG1D9Ja > .row .container { border-width: 0; border-radius: 0; }#NFem4MB105sXmdfb2PcWR9m39RG1D9Ja > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFem4MB105sXmdfb2PcWR9m39RG1D9Ja > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#rknaXFnfSkVuN35TLiUxsFSzcU3aEsBv { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:13.3125rem;top:3.8125rem;left:11.25rem;overflow:hidden;display:block; }
#wAZBT0sJ9cdynolrQeHGIDQiF5Mw3UGn { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.0625rem;top:6.875rem;left:11.3125rem;overflow:hidden;display:block; }
#JSSzCmafKDKhl8nTTUIvniplNuW5IBUs { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.0625rem;left:13.75rem;height:1.125rem;font-style:normal;display:block; }
#wtnUdhvwSG3TQcSrVbAIOWyd73LKaHZf { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:8.9375rem;left:13.6875rem;height:1.125rem;font-style:normal;display:block; }
#otzsA40MS0cVr5RzEATPypa6B55tiBfE { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:8.75rem;left:11.25rem;overflow:hidden;display:block; }
#GtNHC1TOWnMoCEt0TsqO2OmvIwuxtetz { box-sizing:content-box;height:0.125rem;width:62.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:6.25rem;display:block; }
#QKVODlrEQHueqoiITDA5NpE4KbbuW61l { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.0625rem;left:41.25rem;height:1.125rem;font-style:normal;display:block; }
#fIsXVck2ZV3Mbp7il96lWAV1gUmgmvWH { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:6.875rem;left:41.25rem;height:1.125rem;font-style:normal;display:block; }
#Py8uRfH5mNnPAzhMvTApMltkXuo9sTA7 { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:8.8125rem;left:41.25rem;height:1.125rem;font-style:normal;display:block; }
#Inek3Ttw27TDxXaSTsWoBHLu2RVqVpTt { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:10.625rem;left:41.25rem;height:1.125rem;font-style:normal;display:block; }
#JUQskzzu6d3B4uNohiknT5q9lGen6ugf { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:12.5625rem;left:41.25rem;height:1.125rem;font-style:normal;display:block; }
#cEO6w1GoyQ7rDGHgd3ZvHirb0LVb749F { color:rgba(var(--color-primary-2),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:19.125rem;left:11.25rem;height:0.9375rem;font-style:normal;display:block; }
#PGhbiLhWKkO1BOetCSFnS2ifaDG7omJl { color:rgba(var(--color-primary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:19.125rem;left:51.25rem;height:0.9375rem;font-style:normal;display:block; }
#hbEdFxW9lGC41redVGD0eN36gtnCzpHZ { color:rgba(var(--color-primary-2),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:19.125rem;left:60rem;height:0.9375rem;font-style:normal;display:block; }
#aXQT7ontPWm1amDzIV1gepSom4ZfdZnV { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:12.375rem;left:61.5625rem;overflow:hidden;display:block; }
#BnzefzJXUsBdFZ6JPoRuZVJ9ag0aVM3A { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:12.25rem;left:58.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAKKvpirbELW6yvgp1bMZruBfHkaXhOT { top:1.25rem;left:0rem;width:47.75rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iza3EzDmJDgentApkuBszGtdw4hFu7dP { top:2.625rem;left:14.125rem;width:17.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkdLZUBSfLdZp04Fo4b5iAahHKEn6pEo { top:13.25rem;left:0rem;width:28.5625rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT9rnPM1W7NbBKmmPdhnXNTheKAcezXh { top:22.375rem;left:0rem;width:25.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIlfQc3EtnSlDTy5BqhlAzCWcJwfxqGO { top:29.1875rem;left:0rem;width:27.875rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wokEda7OHcp8b5iKuvg9GxgiMFTLsqTd { top:31.6875rem;left:0rem;width:27.875rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqB79HolfEATrSUSLgp3pKFmNTJligTx { top:23.25rem;left:0rem;width:19.3125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC { display:block; }#k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPJQspcTO8gZRIwKWg40VzN4BFBOR5Gy { top:2.5rem;left:0rem;width:23.375rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlkHnsxkEAh6nix4dBGnwGXSPOgpQblC { top:5rem;left:19.1875rem;width:27.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAbkRl6meQJN1J0N8bQHynZZdS9PzwT7 { top:8.75rem;left:20.25rem;width:27.5rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhEIK7ol4fcUULC2utHaUcxqh8MoGcyH { top:12.5rem;left:25.125rem;width:20.0625rem;height:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsKZqgxRMqV5kwnTG6Ls4Ap1A7cB5Z6v { top:17.5rem;left:20.25rem;width:27.5rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3uaKFasmqOuodhVutfeuOdfuiUrH3JZ { top:21.25rem;left:25.125rem;width:20rem;height:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8flRB5QPHD5lNRUMoGlg8TTnT6VcsR7 { top:39rem;left:25.15625rem;width:20rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgXlKBPZvFz1iKcdBXa4pmeqw5wHiST { top:2.5rem;left:0rem;width:23.375rem;height:26.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zv4XtVDUySNKgnWIfmLgLL7HNUWHzZil { top:25.625rem;left:22.75rem;width:25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTt79LBgTnhik1ERkzu3EzSinXFDqoh4 { display:block; }#WTt79LBgTnhik1ERkzu3EzSinXFDqoh4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAL6qH5TFTQ5z4nfMve9HWfPeeL86agf { top:2.5rem;left:0rem;width:23.375rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpxE5nNLhSuJwlRRqO9OgZVuZIhaTAAJ { top:5rem;left:19.1875rem;width:27.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM4ntFCbzlCx5uXS7CTaPIz7arR8EaH1 { top:8.75rem;left:20.25rem;width:27.5rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmPVlsR0DlATqzEmnE3VBzVlMZHnraWC { top:12.5rem;left:25.125rem;width:20.0625rem;height:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMmmLwdmTpZvHfz8VcxTfH0qeMVFNios { top:17.5rem;left:20.25rem;width:27.5rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXbCK75mkJL9DlP54CtiPIyIMVUZUcoT { top:21.25rem;left:25.125rem;width:20rem;height:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbQmzHa2raryHTVBIN89RUP8PhKd9fpc { top:39rem;left:25.15625rem;width:20rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAJOrS19KDgyaVVwRhAhuirPOZITZRNJ { top:2.5rem;left:0rem;width:23.375rem;height:26.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #udsnelbbd7kETyAFgZWN69WZV9thqUrt { top:25.625rem;left:22.75rem;width:25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x50i1qBXCaVKA83VJziXFHxmN2oKbE3H { display:block; }#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y31CX4bJuaZUobuFQzGGEabZpzCoTBTC { top:46.125rem;left:1.375rem;width:44.9375rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tperBxATTqErdmNA2GzeUuXyZZO8akTL { top:3.625rem;left:3.875rem;width:40.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmWdh7cf7UxZScVCc86LNdLLGZhtDJWr { top:8.625rem;left:6.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFX1VTLGLbmLmyGZ7kyGsagOs8DTL8ur { top:9rem;left:13.25rem;width:23.5625rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpJIXTRU5ZUtT0vNKLTk3GithcsXBItl { top:11.0625rem;left:13.1875rem;width:27.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHp7Dop88pUzQUACsVQCP8rJtlDe8efF { top:15.25rem;left:13.3125rem;width:23.5625rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0tTbATdnfZk3L1155gPrAVolRiTH3Fc { top:17.375rem;left:13.25rem;width:27.5625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqf5ZeZlLFN4xKEraH0Nwhxg1H1B7MBt { top:14.875rem;left:6.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiQtLGeqfGsHcVu4alHG9tpmT1I8qyQ8 { top:22.375rem;left:6.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtJf3zHu9z37kx9sTtTVKZQav1nEEXLw { top:23.625rem;left:13.25rem;width:10.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cllSEFlcrUlXfVaqqAeDGbJmr8it3BBE { top:23.625rem;left:32rem;width:10.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCJ8MTJmNdRlFEOZ6D8T0wSRn9fgtVTw { top:22.375rem;left:25.125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCIfPfzIhLwVTp9n8iCHHDJGbFq6cGx2 { top:28.625rem;left:6.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opVxaJ9MQxWKVkF9XGMdILf8sROUPy1w { top:29.875rem;left:13.25rem;width:10.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDtekuvEXHOEZod9gRKQDsiOqLbHranr { top:28.625rem;left:25.125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJQG9w0uNnqDpOl1aSnXBKwlEsTF84nW { top:29.875rem;left:32rem;width:10.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoJEHtvs7tZiR8edDLxAWwVnPc8Nluq9 { top:36.3125rem;left:3.875rem;width:40.0625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmXdNEXHzsFeL9sEKViSX05kmZJ01Q9m { top:38.8125rem;left:3.875rem;width:40.0625rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFem4MB105sXmdfb2PcWR9m39RG1D9Ja { display:block; }#NFem4MB105sXmdfb2PcWR9m39RG1D9Ja > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rknaXFnfSkVuN35TLiUxsFSzcU3aEsBv { top:3.8125rem;left:0rem;width:13.3125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZBT0sJ9cdynolrQeHGIDQiF5Mw3UGn { top:6.875rem;left:0rem;width:1.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSSzCmafKDKhl8nTTUIvniplNuW5IBUs { top:7.0625rem;left:0.125rem;width:17.5625rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtnUdhvwSG3TQcSrVbAIOWyd73LKaHZf { top:8.9375rem;left:0.0625rem;width:17.5625rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otzsA40MS0cVr5RzEATPypa6B55tiBfE { top:8.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtNHC1TOWnMoCEt0TsqO2OmvIwuxtetz { top:17.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKVODlrEQHueqoiITDA5NpE4KbbuW61l { top:5.0625rem;left:27.625rem;width:8.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIsXVck2ZV3Mbp7il96lWAV1gUmgmvWH { top:6.875rem;left:27.625rem;width:8.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py8uRfH5mNnPAzhMvTApMltkXuo9sTA7 { top:8.8125rem;left:27.625rem;width:8.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inek3Ttw27TDxXaSTsWoBHLu2RVqVpTt { top:10.625rem;left:27.625rem;width:8.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUQskzzu6d3B4uNohiknT5q9lGen6ugf { top:12.5625rem;left:27.625rem;width:8.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEO6w1GoyQ7rDGHgd3ZvHirb0LVb749F { top:19.125rem;left:0rem;width:21.1875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGhbiLhWKkO1BOetCSFnS2ifaDG7omJl { top:19.125rem;left:37.625rem;width:6.25rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbEdFxW9lGC41redVGD0eN36gtnCzpHZ { top:19.125rem;left:44.4375rem;width:3.3125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXQT7ontPWm1amDzIV1gepSom4ZfdZnV { top:12.375rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnzefzJXUsBdFZ6JPoRuZVJ9ag0aVM3A { top:12.25rem;left:44.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/26ab3600-3cf9-4609-a2d2-71bbb99c7207/1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAKKvpirbELW6yvgp1bMZruBfHkaXhOT { width:20rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iza3EzDmJDgentApkuBszGtdw4hFu7dP { width:10.5rem;height:1.3125rem;top:2.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkdLZUBSfLdZp04Fo4b5iAahHKEn6pEo { width:18.75rem;height:4.125rem;top:8.75rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hT9rnPM1W7NbBKmmPdhnXNTheKAcezXh { width:18.75rem;height:3.0625rem;top:14.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIlfQc3EtnSlDTy5BqhlAzCWcJwfxqGO { width:20rem;height:1.625rem;top:19.0625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wokEda7OHcp8b5iKuvg9GxgiMFTLsqTd { width:20rem;height:2.25rem;top:21.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqB79HolfEATrSUSLgp3pKFmNTJligTx { width:20rem;height:1.4375rem;top:15rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC { display:none; }#k7HGoM3bQ3xaDi5Qf1Ni8uaKOzU65EuC > .row .container { width:20rem;height:80.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aPJQspcTO8gZRIwKWg40VzN4BFBOR5Gy { width:20rem;height:35.6875rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlkHnsxkEAh6nix4dBGnwGXSPOgpQblC { width:18.875rem;height:1.9375rem;top:25.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAbkRl6meQJN1J0N8bQHynZZdS9PzwT7 { width:17.75rem;height:3.9375rem;top:28.6875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhEIK7ol4fcUULC2utHaUcxqh8MoGcyH { width:18.25rem;height:2.8125rem;top:33.6875rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsKZqgxRMqV5kwnTG6Ls4Ap1A7cB5Z6v { width:16.375rem;height:2.625rem;top:38.6875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3uaKFasmqOuodhVutfeuOdfuiUrH3JZ { width:16.125rem;height:2.8125rem;top:42.75rem;left:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8flRB5QPHD5lNRUMoGlg8TTnT6VcsR7 { width:16.9375rem;height:0.9375rem;top:62.4375rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgXlKBPZvFz1iKcdBXa4pmeqw5wHiST { width:20rem;height:22.375rem;top:1.1875rem;left:0rem;z-index:15001;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv4XtVDUySNKgnWIfmLgLL7HNUWHzZil { width:20rem;height:12.5rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTt79LBgTnhik1ERkzu3EzSinXFDqoh4 { display:block; }#WTt79LBgTnhik1ERkzu3EzSinXFDqoh4 > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAL6qH5TFTQ5z4nfMve9HWfPeeL86agf { width:20rem;height:35.6875rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpxE5nNLhSuJwlRRqO9OgZVuZIhaTAAJ { width:18.875rem;height:1.9375rem;top:25.4375rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM4ntFCbzlCx5uXS7CTaPIz7arR8EaH1 { width:17.75rem;height:3.9375rem;top:28.6875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmPVlsR0DlATqzEmnE3VBzVlMZHnraWC { width:18.25rem;height:2.8125rem;top:33.6875rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMmmLwdmTpZvHfz8VcxTfH0qeMVFNios { width:16.375rem;height:2.625rem;top:38.6875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXbCK75mkJL9DlP54CtiPIyIMVUZUcoT { width:16.125rem;height:2.8125rem;top:42.75rem;left:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbQmzHa2raryHTVBIN89RUP8PhKd9fpc { width:16.9375rem;height:0.9375rem;top:62.4375rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAJOrS19KDgyaVVwRhAhuirPOZITZRNJ { width:20rem;height:22.375rem;top:1.1875rem;left:0rem;z-index:15001;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udsnelbbd7kETyAFgZWN69WZV9thqUrt { width:20rem;height:12.5rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x50i1qBXCaVKA83VJziXFHxmN2oKbE3H { display:block; }#x50i1qBXCaVKA83VJziXFHxmN2oKbE3H > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y31CX4bJuaZUobuFQzGGEabZpzCoTBTC { width:20rem;height:9.3125rem;top:66.7236328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tperBxATTqErdmNA2GzeUuXyZZO8akTL { width:15.5625rem;height:5.8125rem;top:2.375rem;left:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmWdh7cf7UxZScVCc86LNdLLGZhtDJWr { width:3.75rem;height:3.75rem;top:10.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFX1VTLGLbmLmyGZ7kyGsagOs8DTL8ur { width:19.125rem;height:1.3125rem;top:15.25rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qpJIXTRU5ZUtT0vNKLTk3GithcsXBItl { width:16.625rem;height:2.25rem;top:17.375rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHp7Dop88pUzQUACsVQCP8rJtlDe8efF { width:20rem;height:1.3125rem;top:26.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0tTbATdnfZk3L1155gPrAVolRiTH3Fc { width:20rem;height:3.375rem;top:28.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uqf5ZeZlLFN4xKEraH0Nwhxg1H1B7MBt { width:3.75rem;height:3.75rem;top:21.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiQtLGeqfGsHcVu4alHG9tpmT1I8qyQ8 { width:3.6875rem;height:3.6875rem;top:34.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtJf3zHu9z37kx9sTtTVKZQav1nEEXLw { width:10.625rem;height:2.25rem;top:35.625rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cllSEFlcrUlXfVaqqAeDGbJmr8it3BBE { width:10.625rem;height:2.25rem;top:40.5rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCJ8MTJmNdRlFEOZ6D8T0wSRn9fgtVTw { width:3.6875rem;height:3.6875rem;top:39.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCIfPfzIhLwVTp9n8iCHHDJGbFq6cGx2 { width:3.75rem;height:3.75rem;top:44.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opVxaJ9MQxWKVkF9XGMdILf8sROUPy1w { width:10.625rem;height:2.25rem;top:45.5rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDtekuvEXHOEZod9gRKQDsiOqLbHranr { width:3.8125rem;height:3.8125rem;top:49.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJQG9w0uNnqDpOl1aSnXBKwlEsTF84nW { width:10.625rem;height:2.25rem;top:50.625rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoJEHtvs7tZiR8edDLxAWwVnPc8Nluq9 { width:20rem;height:1.625rem;top:57.375rem;left:0rem;font-size:1.25rem;color:#f4b63f;display:block; }
 }@media only screen and (max-width: 763px) { #xmXdNEXHzsFeL9sEKViSX05kmZJ01Q9m { width:16.3125rem;height:4.3125rem;top:59.25rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFem4MB105sXmdfb2PcWR9m39RG1D9Ja { display:block; }#NFem4MB105sXmdfb2PcWR9m39RG1D9Ja > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rknaXFnfSkVuN35TLiUxsFSzcU3aEsBv { width:13.3125rem;height:1.6875rem;top:3.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZBT0sJ9cdynolrQeHGIDQiF5Mw3UGn { width:1.0625rem;height:1.25rem;top:7.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSSzCmafKDKhl8nTTUIvniplNuW5IBUs { width:12.4375rem;height:0.9375rem;top:7.6875rem;left:4.8125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wtnUdhvwSG3TQcSrVbAIOWyd73LKaHZf { width:10.125rem;height:0.9375rem;top:10rem;left:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otzsA40MS0cVr5RzEATPypa6B55tiBfE { width:1.25rem;height:1.25rem;top:9.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtNHC1TOWnMoCEt0TsqO2OmvIwuxtetz { width:20rem;height:0.125rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKVODlrEQHueqoiITDA5NpE4KbbuW61l { width:8.75rem;height:1.125rem;top:13.75rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIsXVck2ZV3Mbp7il96lWAV1gUmgmvWH { width:8.75rem;height:1.125rem;top:16.25rem;left:5.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Py8uRfH5mNnPAzhMvTApMltkXuo9sTA7 { width:8.75rem;height:1.125rem;top:18.75rem;left:5.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Inek3Ttw27TDxXaSTsWoBHLu2RVqVpTt { width:8.75rem;height:1.125rem;top:21.25rem;left:5.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUQskzzu6d3B4uNohiknT5q9lGen6ugf { width:8.75rem;height:1.125rem;top:23.75rem;left:5.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cEO6w1GoyQ7rDGHgd3ZvHirb0LVb749F { width:15rem;height:1.875rem;top:35rem;left:2.5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGhbiLhWKkO1BOetCSFnS2ifaDG7omJl { width:6.25rem;height:0.9375rem;top:38.625rem;left:6.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbEdFxW9lGC41redVGD0eN36gtnCzpHZ { width:3.3125rem;height:0.9375rem;top:41.125rem;left:8.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXQT7ontPWm1amDzIV1gepSom4ZfdZnV { width:2.5rem;height:2.5rem;top:27.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnzefzJXUsBdFZ6JPoRuZVJ9ag0aVM3A { width:2.5rem;height:2.5rem;top:27.375rem;left:6.8125rem;display:block; }
 }