.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:253,242,226;--color-primary-1:247,213,158;--color-primary-2:239,170,60;--color-primary-3:120,85,30;--color-primary-4:36,26,9;--color-secondary-0:218,225,234;--color-secondary-1:132,157,186;--color-secondary-2:9,58,116;--color-secondary-3:5,29,58;--color-secondary-4:1,9,17;--color-tertiary-0:255,255,255;--color-tertiary-1:240,240,240;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:20,20,20;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:rgba(9,58,116,0.97);background-image:url("https://images.assets-landingi.com/uc/c75f559e-12ee-4ebe-9908-ce05dfe70f29/fototowinieta1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#WQDGpMkTWHHwW8oLDJbWDeKJUF8BLLGA { 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:none; }#WQDGpMkTWHHwW8oLDJbWDeKJUF8BLLGA > .row .container { border-width: 0; border-radius: 0; }#WQDGpMkTWHHwW8oLDJbWDeKJUF8BLLGA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQDGpMkTWHHwW8oLDJbWDeKJUF8BLLGA > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#iFeaxGgzeSZptG9NwNeFVi23lUE1FU5E { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:10.1875rem;top:0.875rem;left:1.75rem;overflow:hidden;display:block; }
#XtzxEmPS157bGuqtQApb9Vu4pcQp0ZyZ { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:14999;line-height:1.4;letter-spacing:0;top:1rem;left:10.6875rem;height:1.5744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#glSoNiG318iwzJGP4qeepG7hV4bOHTCp { 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:none; }#glSoNiG318iwzJGP4qeepG7hV4bOHTCp > .row .container { border-width: 0; border-radius: 0; }#glSoNiG318iwzJGP4qeepG7hV4bOHTCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glSoNiG318iwzJGP4qeepG7hV4bOHTCp > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:none; }#Mp6OE5PeEdsZXcSETD8AoeyUWqwxkwDv { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:12.92578125rem;left:1.4375rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gQ2FE7PLADXh4u1s6yobQAH6grnoewmK { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:1.4375rem;height:7.474625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BESUvhxPWAMsWp7ITxRVqqdoiiBkTyae { color:rgba(var(--color-primary-4),1);display:block;width:8.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:28.6875rem;left:30.8125rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Omz63dpvIMM66xTfDWh52oiDkFlDZ53x { z-index:15003;top:20.8125rem;left:1.4375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ULcrWa79ZwrM84a7iZy49pgQuDZ38SXW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wsikwTRP3K8Mtq510hh5MOrU0yTgNi8C { color:rgba(var(--color-primary-4),1);display:block;width:8.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:24.4375rem;left:6.75rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#cRl31WIZ3iyPLGQ4Q5ZTTP7eNqqv6yJX { position:absolute;display:block;z-index:15035;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.625rem;width:8.9375rem;top:26.5625rem;left:1.4375rem;overflow:hidden;display:block; }
#nTuVpwkgA4cP1qz0tBDL52PbAy5AmLPF { position:absolute;display:block;z-index:15019;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:27.875rem;width:30.1875rem;top:4rem;left:42.625rem;overflow:hidden;display:block; }
#CLGUZxdkIqgbntA6JOmMnLVTXTmLuTZ7 { color:rgba(var(--color-primary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15056;line-height:1.4;letter-spacing:0;top:29.375rem;left:62.8125rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ehtz8u7RTVD5DZmOPtzL2Aqs82nqmGqs { position:absolute;display:block;z-index:15059;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:4.5rem;width:3.8125rem;top:27.375rem;left:60.4375rem;overflow:hidden;display:block; }
#qU27QyfgXP1tS7fJyilGyml6EE3ksoT4 { color:rgba(var(--color-primary-2),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15052;line-height:1.4;letter-spacing:0;top:31.875rem;left:43.1875rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTRlOTaQXDCf9DXxEWJUs8vBwbKlPTwa { color:rgba(var(--color-primary-2),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15054;line-height:1.4;letter-spacing:0;top:5.5751953125rem;left:48.1875rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F52z8nRfkEfyOz9P2APsz21T9auA5RqQ { position:absolute;display:block;z-index:15058;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:3.8125rem;width:4.5625rem;top:1.8251953125rem;left:59.25rem;overflow:hidden;display:block; }
#DaWSsTIeNZIywvpR1La1TiTXOiMMF713 { color:#1e625f;display:block;width:38.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.125rem;left:26.6875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BCavvP9PkzhxmxuSSVae7SpLKAwy4GTa { color:rgba(var(--color-primary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:31.81298828125rem;left:28.7734375rem;height:2.97363125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#v8M58TepGQrNv1k94KIayhWPDDFOob2w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;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; }#v8M58TepGQrNv1k94KIayhWPDDFOob2w > .row .container { background-color: transparent; background-image: none; }#v8M58TepGQrNv1k94KIayhWPDDFOob2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8M58TepGQrNv1k94KIayhWPDDFOob2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8M58TepGQrNv1k94KIayhWPDDFOob2w > .row .container > .video-iframe-container { display: none; }#v8M58TepGQrNv1k94KIayhWPDDFOob2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8M58TepGQrNv1k94KIayhWPDDFOob2w > .row > .video-iframe-container { display: none; }#v8M58TepGQrNv1k94KIayhWPDDFOob2w > .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); }#v8M58TepGQrNv1k94KIayhWPDDFOob2w > .row .container { border-width: 0; border-radius: 0; }#v8M58TepGQrNv1k94KIayhWPDDFOob2w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8M58TepGQrNv1k94KIayhWPDDFOob2w > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#dwcZtnHr5s7FseJKaT7aQpazWGmCxqwM { position:absolute;display:block;z-index:15002;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.125rem;width:17.625rem;top:1.06201171875rem;left:1.06201171875rem;overflow:hidden;display:block; }
#xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl { 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; }#xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl > .row .container { background-color: transparent; background-image: none; }#xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl > .row .container > .video-iframe-container { display: none; }#xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl > .row > .video-iframe-container { display: none; }#xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl > .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); }#xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl > .row .container { border-width: 0; border-radius: 0; }#xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#OKBhMGTfoXw9olvgx4IgZwpxU2MR7Kzf { color:#1e625f;display:block;width:38.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.2490234375rem;left:29.4365234375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VBaz7QzxJGl2y1mVgm8mZnfKybEQlLsJ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:16.53125rem;left:1.0677108764649rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b2GKhMNzmgQLhnEJOLo1X9rWBFHHdL9I { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4982643127441rem;left:1.0687942504882rem;height:10.722625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gurazA1tR9c8kFGorX3KuTDl3GRQD88x { color:rgba(var(--color-primary-4),1);display:block;width:8.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:36.4375rem;left:30.375rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#dT3ox7GPLszUARZGTT81z3vc6gcuArd4 { color:rgba(var(--color-primary-4),1);display:block;width:8.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:30.1875rem;left:5.3125rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#MrLG0Cl3OFB4Ln8ooV3cHqbeJd8tDAmI { color:#1e625f;display:block;width:38.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.75rem;left:28.4375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NIDOC79bdTb58B13Eh6PSwbwTuKQdcdG { 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:21.0625rem;width:31.5625rem;top:5.625rem;left:43.4375rem;overflow:hidden;display:block; }
#dtPBWspbul7OFk4ppZsNQ1neoNzGEAdU { box-sizing:content-box;height:3.625rem;width:9.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;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);top:4.1875rem;left:61.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#XKTMoxoTU8chtxxB9WapbnqTHfTp7gfB { color:rgba(var(--color-secondary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15054;line-height:1.4;letter-spacing:0;top:4.875rem;left:61.75rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqp6NxIlGJgERaKIK0Ocslb3JClNXlOZ { box-sizing:content-box;height:3.625rem;width:9.9375rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;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);top:25rem;left:61.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#aP1KlVHd5BlgvI75wClJZvlSo7GsNhFN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15056;line-height:1.4;letter-spacing:0;top:25.6875rem;left:61.125rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOrhxVmJqWMBg1J7miOII9cCgOOwFuBz { box-sizing:content-box;height:3.625rem;width:9.9375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;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);top:21.75rem;left:42.5625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#mJtHZC6TrO1p6xZn9hUH2Tuv2abkfV4C { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:22.462890625rem;left:43.71875rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#myBxUmkSIEn966Twy3KJe7tpKFfEP6Tl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:4.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.685791015625rem;left:1.06689453125rem;display:block; }
#tu1mzy8knfKlF7qmAN1lABO0p8846vTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row .container { background-color: transparent; background-image: none; }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row .container > .video-iframe-container { display: none; }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row > .video-iframe-container { display: none; }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .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); }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row .container { border-width: 0; border-radius: 0; }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#NtKP9mrpaPc6vITKSiqq9Lxi06e7pVun { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.124511875rem;width:31.25rem;top:11.5625rem;left:21.875rem;display:block; }
#oZGQlbW4EHT3mNH0DP6r7fbbJBo15wcG { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem #000000 ;height:11.5625rem;width:18.9375rem;top:15.4375rem;left:7.0625rem;display:block; }
#WHK1CNtlUyqXc84e0J4O9n28lTvqCmSC { color:#333333;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.8125rem;left:9.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DND9se9zSpenLfes8q0ShBxcq9nUwz9Q { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem #000000 ;height:11.625rem;width:18.9375rem;top:15.4375rem;left:49rem;display:block; }
#ECimVsTHH7lG0LV6eTuvEI9ce50CB2Fg { color:#333333;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.96875rem;left:49.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p7kJhJoa5sGWm5hZvGULoU0zp9KJSk1M { color:#000000;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.625rem;left:7.5rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nba2rIqlOtZqIylTH8wuVXMFGI4PB4T8 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:17.25rem;left:49.4375rem;height:3.500975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mw11z9GhJWckstuQ0uKdL9mXSSFu57Ba { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem #000000 ;height:11.5rem;width:18.9375rem;top:15.4375rem;left:27.75rem;display:block; }
#MaTF0dWHZs8TQ8T11dUmeGoZmMZuCVZw { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:17.1875rem;left:28.1875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SnfePmKSrhA2rv7QhL9TrRkHTyLBzqTy { color:#333333;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.5625rem;left:29.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3Q3s5B0LrlsUsT2pri01phTMTbVZUMJ { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.12353515625rem;left:16.591796875rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#cl0hmC1m2nrKMHhs3cBm1zUT51QrkR0F { color:rgba(var(--color-primary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:14999;line-height:1.4;letter-spacing:0;top:33.360679626465rem;left:18.0625rem;height:2.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#TQCpATAHq1I4vLQTXDhxPTu4Gm3KHT0S { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:28.104167938233rem;left:7.53125rem;height:1.1254875rem;display:block; }
#SG6wKnpN8k37mvb5kkMhZ1QGBkt9hqVy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.8515625rem;left:49.81201171875rem;height:1.625rem;display:block; }
#oTO3bUe7a9i94sxdJh5WVQElMSVJcSRE { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:28.10302734375rem;left:28.49853515625rem;height:1.1254875rem;display:block; }
#tghtdKRvTxVH1C7DUtwFXxV0bz1Tp2t4 { 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:6.997375rem;width:5.8737rem;top:35.8125rem;left:55.53125rem;overflow:hidden;display:block; }
#JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi { 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; }#JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi > .row .container { background-color: transparent; background-image: none; }#JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi > .row .container > .video-iframe-container { display: none; }#JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi > .row > .video-iframe-container { display: none; }#JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi > .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); }#JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi > .row .container { border-width: 0; border-radius: 0; }#JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#oFUSug7mcux9EOptQ97f4MUdhV3ooeLb { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:16.375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#pHieU2J6PVNn2srHPgiyCTITtcFMVIq4 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:25.5rem;left:36.25rem;height:11.82225rem;display:block; }#pHieU2J6PVNn2srHPgiyCTITtcFMVIq4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pHieU2J6PVNn2srHPgiyCTITtcFMVIq4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
#TsUWNJxkbTiBM5W2WuJ5Qi72TIh6Nk7x { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.123046875rem;width:31.25rem;top:9.9375rem;left:21.875rem;display:block; }
#srtqRszThz4TWfJyJHMPT0WQOCqko02b { color:rgba(var(--color-tertiary-4),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14rem;left:31rem;height:9.09863125rem;display:block; }
#Q0vSe8mDKud35eM6WU1SE9eXLzUKSEx4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.87425rem;height:4.1870125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:40.0341796875rem;left:41.217041015625rem;display:block; }
#lzADRm19tqvZOTF6OXebmtTkTQpxbMCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ig3W4D6gkTIpCA04JSvhtLTsEcaaCXMv { 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:23.6875rem;width:31.0625rem;top:15.25rem;left:1.90625rem;overflow:hidden;display:block; }
#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 { position:relative;display:block; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 { background-color: transparent; background-image: none; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row .container > .video-iframe-container { display: none; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row > .video-iframe-container { display: none; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .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); }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 { border-width: 0; border-radius: 0; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .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; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .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:30.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zRZ67QWPmkPa26uOAc7yRmU6RcHvuJgg { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.061279296875rem;left:10.9375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#EActmofHOBgJQbVePXGEwEhSbKWQwe4S { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.123698125rem;width:31.25rem;top:11.561279296875rem;left:21.875rem;display:block; }
#aSl4hrlPWqm2MlnTlf8DEvVt0tGFAZRh { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:13.30859375rem;left:19.65625rem;height:4.798825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pT5Gor2T9lvDsvlS8BrF3c1V0ii7ADhe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8730625rem;height:4.186525rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:21.560546875rem;left:27.5625rem;display:block; }
#gMUePooiXUQPTd4cJoomvTlIfTkt6W1r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KnhSHHsTyOuX08vNEkmryNtUppMiR0ay { 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; }#KnhSHHsTyOuX08vNEkmryNtUppMiR0ay > .row .container { background-color: transparent; background-image: none; }#KnhSHHsTyOuX08vNEkmryNtUppMiR0ay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnhSHHsTyOuX08vNEkmryNtUppMiR0ay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnhSHHsTyOuX08vNEkmryNtUppMiR0ay > .row .container > .video-iframe-container { display: none; }#KnhSHHsTyOuX08vNEkmryNtUppMiR0ay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnhSHHsTyOuX08vNEkmryNtUppMiR0ay > .row > .video-iframe-container { display: none; }#KnhSHHsTyOuX08vNEkmryNtUppMiR0ay > .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); }#KnhSHHsTyOuX08vNEkmryNtUppMiR0ay > .row .container { border-width: 0; border-radius: 0; }#KnhSHHsTyOuX08vNEkmryNtUppMiR0ay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnhSHHsTyOuX08vNEkmryNtUppMiR0ay > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#vC7haMJ8XQ8L5CnhBsAWMpbrlzvdktV0 { color:rgba(var(--color-secondary-2),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1865234375rem;left:10.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#uVtv6sqvLK1VK1bnc4nWHq9fyd624CqG { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:9.8134765625rem;left:21.875rem;display:block; }
#zb49eNIDVzEXraSJlKfMQT87g9cLZHMM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zb49eNIDVzEXraSJlKfMQT87g9cLZHMM > .row .container { background-color: transparent; background-image: none; }#zb49eNIDVzEXraSJlKfMQT87g9cLZHMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zb49eNIDVzEXraSJlKfMQT87g9cLZHMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zb49eNIDVzEXraSJlKfMQT87g9cLZHMM > .row .container > .video-iframe-container { display: none; }#zb49eNIDVzEXraSJlKfMQT87g9cLZHMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zb49eNIDVzEXraSJlKfMQT87g9cLZHMM > .row > .video-iframe-container { display: none; }#zb49eNIDVzEXraSJlKfMQT87g9cLZHMM > .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); }#zb49eNIDVzEXraSJlKfMQT87g9cLZHMM > .row .container { border-width: 0; border-radius: 0; }#zb49eNIDVzEXraSJlKfMQT87g9cLZHMM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zb49eNIDVzEXraSJlKfMQT87g9cLZHMM > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#A7NfJdePD3Ig0STRRX0uMyZUMeA77U9S { box-sizing:content-box;height:14.9375rem;width:24.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;top:1.875rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #798cd9;border-left:0.0625rem solid #798cd9;border-right:0.0625rem solid #798cd9;border-bottom:0.0625rem solid #798cd9;display:block; }
#ESbkyKLzxZNd8fqywEd7oXz2xQ4g3nsD { color:rgba(var(--color-primary-2),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:1.9375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wDxnzeJXfRTz3xg6L4wv1voTdbHC0Pp9 { box-sizing:content-box;height:14.8125rem;width:24.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;top:1.875rem;left:25.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #798cd9;border-left:0.0625rem solid #798cd9;border-right:0.0625rem solid #798cd9;border-bottom:0.0625rem solid #798cd9;display:block; }
#T95vAyL2Cv2vOFSrsnICfSTS2p2uR3Ut { color:rgba(var(--color-secondary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.490234375rem;left:1.46875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hyUp1vPm92ObflR79ox0bustE3LKb9AV { color:rgba(var(--color-primary-2),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.560546875rem;left:26.9375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rm5PJxfnFnDTi3DTplrxW4aO8UyqID2L { color:rgba(var(--color-secondary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.490234375rem;left:26.46875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTSuppSyQizR9ubplTp6hmT6iI09xag5 { color:rgba(var(--color-primary-2),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5615234375rem;left:51.9375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXazWGa4WdV4r51vcfNmSMNtlHS5K5Zz { box-sizing:content-box;height:14.5rem;width:24.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;top:2.0920181274414rem;left:50.366754531861rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #798cd9;border-left:0.0625rem solid #798cd9;border-right:0.0625rem solid #798cd9;border-bottom:0.0625rem solid #798cd9;display:block; }
#WsMbnRiS5UcSRTVWz9KfIgNPP9zXVXxL { color:rgba(var(--color-secondary-4),1);display:block;width:22.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.489366531372rem;left:51.469186782837rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rdRzzmCeBDbAeusZsRsVDW9n3fPQVLT0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.9008255004883rem;left:11.319444656372rem; }
#E7wTn8IF1756iX78EuBerTFtourqROsb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6235375rem;width:1.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.900146484375rem;left:36.688232421875rem; }
#NNuLGQKTniaWf0uVyBoebS5xo0dRVTSI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6235375rem;width:1.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.900146484375rem;left:61.688232421875rem; }
#xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt > .row .container { background-color: transparent; background-image: none; }#xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt > .row .container > .video-iframe-container { display: none; }#xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt > .row > .video-iframe-container { display: none; }#xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt > .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); }#xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt > .row .container { border-width: 0; border-radius: 0; }#xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#gDDGFis7fBVdunOXcsUgDmLfFthZiFav { color:rgba(var(--color-secondary-4),1);display:block;width:22.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.0993957519531rem;left:1.4691848754882rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#puLzowCk3kewa4JzaPNp4awTfgw3JD0X { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9555130004883rem;left:4.2187519073486rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0m6fdmvq2b8Ckqig6SsSAh5llOUdlsw { color:rgba(var(--color-secondary-4),1);display:block;width:22.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.0993957519531rem;left:26.469186782837rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwLSaWJlbGL6uJO5px3wbPyDgrXxv6G0 { color:rgba(var(--color-primary-2),1);display:block;width:13.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.9555130004883rem;left:30.593534469604rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNzyOT4u2Td3ghWwSgp5I2bi5p7yDWf6 { color:rgba(var(--color-secondary-4),1);display:block;width:22.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.0993957519531rem;left:52.286241531372rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XiJvzsmRbbGuWDp3afk6hNmJRi3A74Qp { color:rgba(var(--color-primary-2),1);display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9555130004883rem;left:53.155382156372rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Breo6OXklwRbOzw2AfKZ3sHJXV4Q1ORC { box-sizing:content-box;height:14.9370625rem;width:24.124375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;top:0.80186462402344rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #798cd9;border-left:0.0625rem solid #798cd9;border-right:0.0625rem solid #798cd9;border-bottom:0.0625rem solid #798cd9;display:block; }
#UlM25EEAkQqMpPgaFbL28LU3x9ktDbOC { box-sizing:content-box;height:14.936rem;width:24.124375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;top:0.74001693725588rem;left:25.415582656861rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #798cd9;border-left:0.0625rem solid #798cd9;border-right:0.0625rem solid #798cd9;border-bottom:0.0625rem solid #798cd9;display:block; }
#wZ2WSQHT9VTWDyI8FaRF9SmIvTaJLDQZ { box-sizing:content-box;height:14.936rem;width:24.124375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;top:0.80295181274412rem;left:50.415582656861rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #798cd9;border-left:0.0625rem solid #798cd9;border-right:0.0625rem solid #798cd9;border-bottom:0.0625rem solid #798cd9;display:block; }
#gyF9nCtwu9N7yO7r1eMMkLNf3hwKLvkg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.87425rem;height:4.1870125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:19.097900390625rem;left:27.56103515625rem;display:block; }
#miH4N8QBPRHdZBg7yUKtbzdDcqK8dKqu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zlTcDsuJWdgONH6m7OAF3nnQ624BHFUl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6235375rem;width:1.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.318115234375rem;left:11.68701171875rem; }
#zWeSHdmpJG0iKElox0h6MdxbS8ZtgKJN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6235375rem;width:1.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.318115234375rem;left:36.688232421875rem; }
#dod8uweGqkdKTINn6C4FGcVqtpJoZd7p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6235375rem;width:1.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.318115234375rem;left:62.503662109375rem; }
#LKOw3MA8Kht3nESpWCHLzzkXVIBnqNuo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.87425rem;height:4.1870125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:19.097900390625rem;left:27.56103515625rem;display:block; }
#nzZbtqsuV5grLCaHg4RQJCwxLusUkDN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L6huICeFy9DDq1PdOIdqBfEdMu2ZO5i7 { 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:none; }#L6huICeFy9DDq1PdOIdqBfEdMu2ZO5i7 > .row .container { border-width: 0; border-radius: 0; }#L6huICeFy9DDq1PdOIdqBfEdMu2ZO5i7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6huICeFy9DDq1PdOIdqBfEdMu2ZO5i7 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:none; }#CquOkZipdAE2XLXVgNgy9LdS8U5kTFp3 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.0993957519531rem;left:1.4691848754882rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H12Hg7wDRwQXR0C2b99r9XLLLZRlzi4n { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9555130004883rem;left:4.2187519073486rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VkGG3i5c2xndRnKiybPWurKRofE4RsdC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.0993957519531rem;left:26.469186782837rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BCy09fSqpw9LJnM9kVfcm7ATPIQAkzyQ { color:rgba(var(--color-primary-2),1);display:block;width:13.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.9555130004883rem;left:30.593534469604rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZIVeloHVL4Z0LhUODl1C21nHXukxHaO { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.0993957519531rem;left:52.286241531372rem;height:3.6547875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qT1X46uyJOEOov617FXdm7HWp7BfF4lL { color:rgba(var(--color-primary-2),1);display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9555130004883rem;left:53.155382156372rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HO38LExdTgsQBeJBnJ01J6CnCdt44tJh { box-sizing:content-box;height:14.9370625rem;width:24.124375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:0.80186462402344rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #798cd9;border-left:0.0625rem solid #798cd9;border-right:0.0625rem solid #798cd9;border-bottom:0.0625rem solid #798cd9;display:block; }
#ruEUv81UwePxkVSWRNZhTfpXdleaHbAO { box-sizing:content-box;height:14.936rem;width:24.124375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:0.74001693725588rem;left:25.415582656861rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #798cd9;border-left:0.0625rem solid #798cd9;border-right:0.0625rem solid #798cd9;border-bottom:0.0625rem solid #798cd9;display:block; }
#fnAGre6AwFzGHuhsSdD1uSm0hBwXhi0c { box-sizing:content-box;height:14.936rem;width:24.124375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:0.80295181274412rem;left:50.415582656861rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #798cd9;border-left:0.0625rem solid #798cd9;border-right:0.0625rem solid #798cd9;border-bottom:0.0625rem solid #798cd9;display:block; }
#JQFoF3R6XGebJpz80Bw1DDJugdThfD8X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.3187942504883rem;left:11.687284469604rem; }
#Anz8DKAG55Rbdv73BSHQFKcMh2fhJkHU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.3187942504883rem;left:36.687288284302rem; }
#ZPTk7WIclndCHc1w27OHKCOWfvV9dc7C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.3187942504883rem;left:62.504343032837rem; }
#tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF { position:relative;display:block; }#tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF { background-color: transparent; background-image: none; }#tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF > .row .container > .video-iframe-container { display: none; }#tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF > .row > .video-iframe-container { display: none; }#tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF > .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); }#tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF { border-width: 0; border-radius: 0; }#tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF > .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; }#tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF > .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:14rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nk5CesbbkR9EBze2zOAqSQ5xn5qzclh9 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1865234375rem;left:10.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#kMGA0TeWsdrsyGtv9fzF8OpT3geE2C98 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:9.8134765625rem;left:21.875rem;display:block; }
#KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T { position:relative;display:block; }#KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T { background-color: transparent; background-image: none; }#KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T > .row .container > .video-iframe-container { display: none; }#KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T > .row > .video-iframe-container { display: none; }#KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T > .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); }#KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T { border-width: 0; border-radius: 0; }#KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T > .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; }#KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T > .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:27.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JZTb6UW2tIAGEhT35rxWLTfaTLV11Kzo { color:rgba(var(--color-primary-2),1);display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:2.4375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#K5okBqwF7XDcLDBq9MwDmTHlD101STgM { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5625rem;left:2.4375rem;height:5.19921875rem;display:block; }
#XZuJTxTJFUShL0qDEfrKBrbOxKK7G7QP { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:13.3125rem;left:4.6875rem;height:8.6230625rem;display:block; }#XZuJTxTJFUShL0qDEfrKBrbOxKK7G7QP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XZuJTxTJFUShL0qDEfrKBrbOxKK7G7QP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
#mMGZXvT0qyGfGk6mHJtqLcsB14NiystA { 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:18.625rem;width:25.3125rem;top:2.686767578125rem;left:44.500732421875rem;overflow:hidden;display:block; }
#AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM { position:relative;display:block; }#AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM { background-color: transparent; background-image: none; }#AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM > .row .container > .video-iframe-container { display: none; }#AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM > .row > .video-iframe-container { display: none; }#AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM > .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); }#AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM { border-width: 0; border-radius: 0; }#AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM > .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; }#AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM > .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:28.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IeGmxggQaZM0AuBxZ0sgJFFrR2VOhUWe { color:rgba(var(--color-primary-2),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.25rem;left:37.625rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#K7V5pW8Z6xufrOI86Ct1QCWAZTPdMqN6 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.125rem;left:37.625000953674rem;height:3.8994125rem;display:block; }
#ME1GbBg2k0XpNfnEPePVhNnuitW3CE20 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:11.3134765625rem;left:40.1865234375rem;height:8.6230625rem;display:block; }#ME1GbBg2k0XpNfnEPePVhNnuitW3CE20 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ME1GbBg2k0XpNfnEPePVhNnuitW3CE20 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
#KoHTTd2PMnP3Kk20UUXlbfNtSDvH9duz { 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:11.9375rem;width:16.5rem;top:9.375rem;left:14.3125rem;overflow:hidden;display:block; }
#P2qL53NPLBFZudXXxX6kdOykx4gMwxEs { position:absolute;display:block;z-index:15003;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:17.625rem;width:9rem;top:2.25rem;left:7.6875rem;overflow:hidden;display:block; }
#Zyf2AbAHfTuLsmF8txF6zommBGvmf96D { 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:14.625rem;width:9.6875rem;top:7.9990234375rem;left:3.28125rem;overflow:hidden;display:block; }
#KHE9TZngOWOmP06Twc3X89vH6S5Sx97I { position:relative;display:block; }#KHE9TZngOWOmP06Twc3X89vH6S5Sx97I { background-color: transparent; background-image: none; }#KHE9TZngOWOmP06Twc3X89vH6S5Sx97I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHE9TZngOWOmP06Twc3X89vH6S5Sx97I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHE9TZngOWOmP06Twc3X89vH6S5Sx97I > .row .container > .video-iframe-container { display: none; }#KHE9TZngOWOmP06Twc3X89vH6S5Sx97I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHE9TZngOWOmP06Twc3X89vH6S5Sx97I > .row > .video-iframe-container { display: none; }#KHE9TZngOWOmP06Twc3X89vH6S5Sx97I > .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); }#KHE9TZngOWOmP06Twc3X89vH6S5Sx97I { border-width: 0; border-radius: 0; }#KHE9TZngOWOmP06Twc3X89vH6S5Sx97I > .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; }#KHE9TZngOWOmP06Twc3X89vH6S5Sx97I > .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:26rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TQUs1CZ3rcx3838Ql8fsxd5i3rLsGPx6 { color:rgba(var(--color-primary-2),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.4375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#CIwJ9lEzge9JeT4G0tw0UukUusrgmOVM { color:rgba(var(--color-primary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.4375rem;height:3.8994125rem;display:block; }
#eOqFaXGwdJ7scdrCF06KRZZ0RVWuzWvi { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:12.5625rem;left:4.09375rem;height:6.7109375rem;display:block; }#eOqFaXGwdJ7scdrCF06KRZZ0RVWuzWvi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eOqFaXGwdJ7scdrCF06KRZZ0RVWuzWvi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
#XGIkm4IPVx55tv6n6wKOVZ0DBwR5Gha5 { 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:17.6875rem;width:29.375rem;top:2.3750009536743rem;left:41.465626716614rem;overflow:hidden;display:block; }
#kiLd60TTfquT4JFlbG0trcC4QMcKfT5S { position:relative;display:block; }#kiLd60TTfquT4JFlbG0trcC4QMcKfT5S { background-color: transparent; background-image: none; }#kiLd60TTfquT4JFlbG0trcC4QMcKfT5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiLd60TTfquT4JFlbG0trcC4QMcKfT5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiLd60TTfquT4JFlbG0trcC4QMcKfT5S > .row .container > .video-iframe-container { display: none; }#kiLd60TTfquT4JFlbG0trcC4QMcKfT5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiLd60TTfquT4JFlbG0trcC4QMcKfT5S > .row > .video-iframe-container { display: none; }#kiLd60TTfquT4JFlbG0trcC4QMcKfT5S > .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); }#kiLd60TTfquT4JFlbG0trcC4QMcKfT5S { border-width: 0; border-radius: 0; }#kiLd60TTfquT4JFlbG0trcC4QMcKfT5S > .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; }#kiLd60TTfquT4JFlbG0trcC4QMcKfT5S > .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:24.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bpomZmdM5mMT5A04ASdz8NGbL689EbJc { color:rgba(var(--color-primary-2),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:37.125000953674rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#tNZHoPpNp18DfiFUKdCCTgyyn15annm0 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5rem;left:37.125rem;height:2.5996125rem;display:block; }
#UgoeuRfcayCpGUpyugBZTrnSGE78CnDN { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:10.4375rem;left:38.78125rem;height:;display:block; }#UgoeuRfcayCpGUpyugBZTrnSGE78CnDN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UgoeuRfcayCpGUpyugBZTrnSGE78CnDN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
#QAnwH31moFEnbBrHkCRs96zxn0enrDIx { 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:20.875rem;width:23.4375rem;top:0.9375rem;left:5.8125rem;overflow:hidden;display:block; }
#QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M { 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; }#QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M > .row .container { background-color: transparent; background-image: none; }#QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M > .row .container > .video-iframe-container { display: none; }#QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M > .row > .video-iframe-container { display: none; }#QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M > .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); }#QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M > .row .container { border-width: 0; border-radius: 0; }#QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M > .row .container { font-size:0.875rem;font-family:arial;height:66.3125rem;width:75rem;position:relative;display:block; }#wWvpSxOLUIRIbK8JHTTvPWxWcGvsXsVK { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.34375rem;left:18.15625rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#O2Hz8b5rnHWT5HFbxhXcQMMo0J5TOhhD { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:10.625rem;left:21.875rem;display:block; }
#HJlezhg5LbWrEl6ZfFUrheoVhLvbn2tP { position:absolute;display:block;z-index:15013;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:43.8125rem;width:26.8125rem;top:22.5rem;left:45.375rem;overflow:hidden;display:block; }
#WMMwthoIfug7rrd3B9sUQioSwJ5VtSeq { color:rgba(var(--color-primary-4),1);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:12.0771484375rem;left:16.6875rem;height:3.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f7IMU4ynUqxtdybVS5SfvBa5r66DCzNl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8730625rem;height:4.186525rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:49.7548828125rem;left:10.84375rem;display:block; }
#BUEkzFRTCWhod9AcgIkToG9F5deg9iBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AzrFgzbFGucuGWRcdPAkskd6fJZ60CAP { box-sizing:content-box;height:14.9375rem;width:14.9375rem;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:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.875rem;left:58.75rem;display:block; }
#LhFR6J25aKiS80m5dOQdnEV3D7k6gZEh { color:rgba(var(--color-primary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:49.3056640625rem;left:60.3125rem;height:3.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EXRLI5WXpbtwC3oqEx1DmyW0PcAcoQJD { color:rgba(var(--color-primary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:53.94140625rem;left:60rem;height:3.59765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qDNJPZ1o0ta1uKBuGByqxULmlrxSfJnT { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:7.5rem;top:53.2666015625rem;left:62.75rem;display:block; }
#MVtr8txFBI6iMO3QqAPzEiC5EDFnX1IN { 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:5.4375rem;width:6.5625rem;top:56.9375rem;left:3.75rem;overflow:hidden;display:block; }
#mHuI9ATLbraV0yoea79sxF8ymquPLvGd { position:absolute;display:block;z-index:15015;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:5.8125rem;width:11.9375rem;top:56.75rem;left:29.8125rem;overflow:hidden;display:block; }
#B47GpE8OUwo1kFVWR9hi1L2tB3Xufvig { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.1875rem;left:5.5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#fLeByt9dvXIfgG70E6Z2pri6u5mcPBXd { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:22.5rem;top:26.375rem;left:5.5rem;display:block; }
#aEE5Te46g6cTTO5OQRTOHTQTD7x8lShe { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:28.5625rem;left:5.5rem;height:;display:block; }#aEE5Te46g6cTTO5OQRTOHTQTD7x8lShe li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#aEE5Te46g6cTTO5OQRTOHTQTD7x8lShe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
#sPpFQhT0Laq0T7FLcwBfUSMgvvHTa2Ti { position:absolute;display:block;z-index:15022;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:8.1875rem;width:20.875rem;top:17.5rem;left:31.71875rem;overflow:hidden;display:block; }
#dmqLSFpW57QFCAiBXB78Gsxw6mTw1EsC { position:absolute;display:block;z-index:15023;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:7.375rem;width:13.9375rem;top:55.0625rem;left:14.125rem;overflow:hidden;display:block; }
#TLLR6wIVRtJFC1S3AAkNk3pZd559DieX { 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; }#TLLR6wIVRtJFC1S3AAkNk3pZd559DieX > .row .container { background-color: transparent; background-image: none; }#TLLR6wIVRtJFC1S3AAkNk3pZd559DieX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLLR6wIVRtJFC1S3AAkNk3pZd559DieX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLLR6wIVRtJFC1S3AAkNk3pZd559DieX > .row .container > .video-iframe-container { display: none; }#TLLR6wIVRtJFC1S3AAkNk3pZd559DieX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLLR6wIVRtJFC1S3AAkNk3pZd559DieX > .row > .video-iframe-container { display: none; }#TLLR6wIVRtJFC1S3AAkNk3pZd559DieX > .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); }#TLLR6wIVRtJFC1S3AAkNk3pZd559DieX > .row .container { border-width: 0; border-radius: 0; }#TLLR6wIVRtJFC1S3AAkNk3pZd559DieX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLLR6wIVRtJFC1S3AAkNk3pZd559DieX > .row .container { font-size:0.875rem;font-family:"open sans";height:64.875rem;width:75rem;position:relative;display:block; }#ZADpH2meXw2fFFNVBIkONIa7ZL3gSzM0 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:10.6875rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNv01XwTT1Wdnvxi8PcVHI7nHkrucnWF { position:absolute;display:block;z-index:15008;background-color:#c0c0c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0611979375rem;width:33.1861875rem;top:12.625rem;left:20.9375rem;display:block; }
#urNJGRI3pbkiTZGkLeJ2VTVOUEO3qZyJ { box-sizing:content-box;height:46.6875rem;width:30.4375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);top:15.125rem;left:22.125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#iU3AIzDcmEEUGaeXhzEQL4WvyGfNqHPG { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.185546875rem;width:12.5rem;top:22.375rem;left:30.5rem;display:block; }
#uKqvGM6veyqfUqdE2OlP2APoKRtsttcG { color:rgba(var(--color-secondary-4),1);display:block;width:24.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.1875rem;left:25.3125rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#iJ8fCPZIoQhyDRoCploZU0V4SZS0okB2 { color:rgba(var(--color-secondary-4),1);display:block;width:24.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17rem;left:25.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#y586A1tQPkTLWBc72wZ1Qq0vdJJFVgmp { position:absolute;z-index:15036;top:24.0615234375rem;left:24.46875rem;width:26.0625rem;height:35rem;display:block; }
#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD { 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:none; }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row .container { border-width: 0; border-radius: 0; }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:none; }#IgPo6thRvFmpIzvyvcDJtJeZBsBITDEf { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:11.5625rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#tvCRo1EM9dZ2JlCXfDyk3itJJTflARyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.4375rem;left:34.4375rem;height:34.52150625rem;display:block; }
#WMPzoh424aX05mgC0nhW1TJNBm9iS5Pb { position:absolute;display:block;z-index:15012;background-color:#e62121;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.124511875rem;width:31.25rem;top:9.6875rem;left:22.5rem;display:block; }
#r2OrxDpAMMqdJPoiI0tdN9zvQd14PVrx { z-index:15004;top:44.625rem;left:26.6875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9980625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rFPSQnUaFTpNlITI9WPMcIIH2uARX1LD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xm7bsa8qSL3FJbunmb6JNwBiQUFONLOP { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4375rem;left:34rem;height:4.142575rem;display:none; }
#di1TMGV75Me6GtLw7cITGTtIOoX9V8zh { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4375rem;left:34rem;height:4.142575rem;display:none; }
#tzNopb7WiqOFT5TXBM74B065eEa8QbiE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tzNopb7WiqOFT5TXBM74B065eEa8QbiE > .row .container { border-width: 0; border-radius: 0; }#tzNopb7WiqOFT5TXBM74B065eEa8QbiE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tzNopb7WiqOFT5TXBM74B065eEa8QbiE > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:none; }#NXr6ghwgtstUTaomubTyaoEfTZatA7Fy { position:absolute;display:block;z-index:15014;background-color:#e62121;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:9.1875rem;left:21.875rem;display:block; }
#pBO0TrxsiMbTbgQuX8aeGFIQnhMAmbC6 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.21875rem;left:18.75rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#LdupWU5OMvfz1n9mMDDaxs6WfOpaqqkg { 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:4.4375rem;width:10.5625rem;top:0rem;left:64.311393805313rem;overflow:hidden;display:block; }
#AtVJEJgKbTdnqLTtnW3MfzPrUNwG8x8P { z-index:15005;top:31.5625rem;left:43.65625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9980625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KkSTlkugcL8A7QePwykHeOAvq6ONG5Tb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwG3CUaSbv5BToZEziE4myAUGppDnT53 { 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; }#JwG3CUaSbv5BToZEziE4myAUGppDnT53 > .row .container { border-width: 0; border-radius: 0; }#JwG3CUaSbv5BToZEziE4myAUGppDnT53 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwG3CUaSbv5BToZEziE4myAUGppDnT53 > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;position:relative;display:none; }#kJ966bSc63qcZHoEg8kHy0MDbNvNrbT9 { box-sizing:content-box;height:29.43725rem;width:17.68675rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.75rem;left:0.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#dJwBR2ayuTaJLHTOvafPSLF5XDhRTOdH { box-sizing:content-box;height:29.2480625rem;width:17.6855625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.75rem;left:20rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#SIzKLTZbRvTu1kMlKpVn9gRXFT9vVkvc { box-sizing:content-box;height:29.0625rem;width:17.68675rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.9375rem;left:38.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#Zs3chOcoaF3M21aP6TTcoMRaOHv6vUlo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.6875rem;left:3.0625rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#btkfvFphKqmKoV8MCmGEryQTwKuQxuSL { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.6875rem;left:23.0625rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MHU7im1OXw2zHAPL8Z3VgweAhgngcnd6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.625rem;left:60.0927734375rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gf5b6h4BIPpx28HvfgbCBgKzvCkD7B0h { box-sizing:content-box;height:29.0625rem;width:17.68675rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.9375rem;left:57.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#Mi0gOVkTk6vN5DnhQIoMrmNObbyN8fH2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.625rem;left:40.3427734375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cvVxMAgHbIqWs7T3ZIOqA721KRLDnZTc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.6875rem;left:2rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#IUtUwU5Re7ZDsd761bM4mLNX4J6Kh52N { color:rgba(var(--color-tertiary-4),1);display:block;width:14.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.6875rem;left:21.625rem;height:9.0918125rem;text-align:center;text-align-last:center;display:block; }
#DQw7HyIR0kbwGfUi8QI7a3ITihfRsdTr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.3369140625rem;left:58.560546875rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#odZvQTZXgCAyP37bAno5iuR3bc3OIdsu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.3369140625rem;left:39.8115234375rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#M5tw8aS8b9HpOTHaRf6JwZsdnvvb5VgT { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.311525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:46.4375rem;left:28.75rem;display:block; }
#fNbflSsZcpOEFJqRuvxgSGG8xPRbsGC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P5wPlPh1TEMIVG44zUb9UUTPr1yKFGFI { position:absolute;display:block;z-index:15014;background-color:#e62121;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:9.1875rem;left:21.875rem;display:block; }
#RZXnJlkrIAmllgdk4xa23Uo22PSCfffu { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.34375rem;left:18.75rem;height:5.6860375rem;text-align:center;text-align-last:center;display:block; }
#qfvcpmzIqFtk4yVMLvhxF7Kw9uTKX4T6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:14.8125rem;top:12.75rem;left:1.96875rem;overflow:hidden;display:block; }
#X2nIR2wf3rwNTEp5OJTGmGeV63AECAAW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:12.0625rem;top:13.3125rem;left:23.0625rem;overflow:hidden;display:block; }
#n8RIzrZ7QmzvskKbP6nqJ5SLAIpvhFn9 { position:absolute;display:block;z-index:15013;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.375rem;width:12.0625rem;top:13.46875rem;left:60.1865234375rem;overflow:hidden;display:block; }
#SfPPnnUdivQu7eia50zunehR1OXclIW7 { position:absolute;display:block;z-index:15014;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.1875rem;width:10.5625rem;top:13.5625rem;left:42.1865234375rem;overflow:hidden;display:block; }
#WDhI58wTOi3cVHAToLWPRVFenqmISaVu { 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:none; }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row .container { border-width: 0; border-radius: 0; }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:none; }#arclZiFedEUvUvioZrPPXg9EkF8pxT1m { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4990234375rem;left:26.375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#OQ89RfLQLVCdIaFErm2acsEFMyQMT6Ec { position:absolute;display:block;z-index:15012;background-color:#e62121;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:7.9375rem;left:21.875rem;display:block; }
#cqSTAehLvq1u4Rebvb4TOuTcgFN5mJEs { z-index:15004;top:34.544677734375rem;left:34.249267578125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9970625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BZNs6Zv07p3xR2iRFVcecKvUZeQ9Wkdz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DV3hRiqduBecWJrJkfmOwZ8HhHzSyKIw { position:absolute;display:block;z-index:15013;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:29.75rem;width:24.25rem;top:9.96875rem;left:2.90625rem;overflow:hidden;display:block; }
#bfWTikKJcQ1QQvqXxS4OdnIPGMAUlzIC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.2861328125rem;left:21.28125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#w816pQnryCM0MQRqHToIKmhyVATreenu { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.1875rem;left:30.875rem;height:2.76041875rem;display:block; }
#IzTeCyxmF1CoENL6eqD1eD83T9bEX98a { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.890625rem;left:34.25rem;height:13.4114375rem;overflow:hidden;display:block; }#IzTeCyxmF1CoENL6eqD1eD83T9bEX98a li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#IzTeCyxmF1CoENL6eqD1eD83T9bEX98a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
#uwCstW7zEL7iee06zFDTRcDTP9rBw0OB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:6.9375rem;top:30.3056640625rem;left:21.28125rem;overflow:hidden;display:block; }
#T383vVzLBdmezUdEvcOmSRudGedoALNQ { box-sizing:content-box;height:24.8125rem;width:24.8125rem;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:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.40625rem;left:0.6875rem;display:block; }
#HkdK1NWcBTNqxx2qKsmmAsQkPTaTzG6s { position:absolute;display:block;z-index:15037;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:5.81176875rem;width:4.311525rem;top:30.992431640625rem;left:57.117919921875rem;overflow:hidden;display:block; }
#tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA { 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:none; }#tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA > .row .container { border-width: 0; border-radius: 0; }#tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:none; }#HheEZqmnma8Z7WqIxX3FvZxeZ97W0LeF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:26.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#AMPQMKGGQXNka1t4cqDrVer64IQThF4Z { position:absolute;display:block;z-index:15012;background-color:#e62121;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:10.1875rem;left:22.3125rem;display:block; }
#s94Aic0z2fxd0D9UfGzRshu9VB9qL3fV { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:16.09375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#ItTE9AQ1ieB6kO5VmmzI3tZyne3Gxtu1 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:14rem;left:31.5625rem;height:17.53125rem;display:block; }
#yJ5T5IxgMDUHz2MOdTwW7JmzsqxN079t { position:absolute;display:block;z-index:15036;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:32.25rem;width:19.8125rem;top:11.5625rem;left:6.0625rem;overflow:hidden;display:block; }
#z9dLSd1q2egez9eQwEXSRQqLs8McSAot { position:absolute;display:block;z-index:15013;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:13.3115rem;width:12.1875rem;top:31.6259765625rem;left:39.833984375rem;overflow:hidden;display:block; }
#HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI { 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:none; }#HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI > .row .container { border-width: 0; border-radius: 0; }#HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:none; }#euzkLFIJSb9rBK854vXARHifIEpHH7ka { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:26.8125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#G60BUpfOOTPbMV5bJL6o5Md6eZJCt5z4 { position:absolute;display:block;z-index:15012;background-color:#e62121;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:10.1875rem;left:22.3125rem;display:block; }
#BwZC3fidqyN1eNKlQJSwU1wCtS465FDM { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:16.09375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#Er4N7MFN0UzM0vKih6m8NDoCnCoxzMGg { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:14rem;left:31.5625rem;height:19.125rem;display:block; }
#oTX1ry0fhxeCNZ6vcpOQBUUDHTQeCod2 { position:absolute;display:block;z-index:15036;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:32.25rem;width:19.8125rem;top:11.5625rem;left:6.0625rem;overflow:hidden;display:block; }
#nmoeDJd041QNXMtJM4XXsEritfeEcdPk { position:absolute;display:block;z-index:15013;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:13.8125rem;width:12.625rem;top:33.3105625rem;left:39.44794543089rem;overflow:hidden;display:block; }
#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf { 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; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container { background-color: transparent; background-image: none; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container > .video-iframe-container { display: none; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row > .video-iframe-container { display: none; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .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); }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container { border-width: 0; border-radius: 0; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf > .row .container { border-width: 0; border-radius: 0; }#wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:none; }#AHzLETDChCmttkrNqB8ImhHCSSZH4sTZ { color:#1e625f;display:block;width:38.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.2490234375rem;left:29.4365234375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HpXt62TVTyDmMVkB0tJ0IgngkxWN5AP6 { z-index:15003;top:25.810546875rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.499rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Io71NJM0vTgHhgv6NJ3rCaRWNb7FgZHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0Jwqa0Cg8M270bmQx3pBCWESpW5tvXg { color:rgba(var(--color-tertiary-1),1);display:block;width:42.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:16.318359375rem;left:0rem;height:6.2988125rem;font-style:normal;display:block; }
#iAgwKVxE1Z0E1UHBAGuA4fJREfVOwiQ0 { color:rgba(var(--color-tertiary-1),1);display:block;width:42.06175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.685546875rem;left:0rem;height:7.1484375rem;font-style:normal;display:block; }
#H5Czsr286WyCUoVhCrJTQAffwnSlfugo { box-sizing:content-box;height:7.99925rem;width:17.8125rem;position:absolute;display:block;z-index:15023;background-color:#f2f2f2;background-image:none;top:34.5rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#NPua0tgHkIayNhohUy60RlHfeeed7GyV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.488037109375rem;left:1.12548828125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#WUaJ62ihgBaCw1pv7SkUq7P9M7qO9qzO { box-sizing:content-box;height:7.9980625rem;width:17.8125rem;position:absolute;display:block;z-index:14997;background-color:#f2f2f2;background-image:none;top:34.5rem;left:19.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#U4vWNK628f4zGTpkI0fKolrOEnKw3pkV { box-sizing:content-box;height:7.9980625rem;width:17.8125rem;position:absolute;display:block;z-index:15025;background-color:#f2f2f2;background-image:none;top:34.5rem;left:38.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#Zccx8bmvhFAX9w2xkVqLq0BU92hfBxhr { box-sizing:content-box;height:7.9980625rem;width:17.8125rem;position:absolute;display:block;z-index:14996;background-color:#f2f2f2;background-image:none;top:34.5rem;left:56.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#rbaHugr2L8tc5O8DNrZkT5MoFchrvq9W { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:36.611328125rem;left:20.52978515625rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#drzu22wZEZvct1EH2KaiJiUQP7XGcaQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1853125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:38.39599609375rem;left:22.718505859375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#B2NQ31zwh9PRhvlTMmtmrOC9FAaD62dZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.81175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:36.44287109375rem;left:39.27978515625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#V68qSZp7f9WmgTO4z1qSxJX8TKfPb4HH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1853125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:38.4375rem;left:41.625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#eNCNdWJVkvGfJUOA4vwAHtlpQE4PJLd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5603125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.611328125rem;left:58.7109375rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#mWvQu2TB9xMC2tqdQBhxKCMpmW8zDU5M { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:38.519287109375rem;left:57.801513671875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#OLvZWkpSV4xGmSiDVw7PQl5hAyAFfXLM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:38.519287109375rem;left:3.311767578125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#lGW7xyQ1XQ174tUG9poXwRROGeO2oqz1 { position:absolute;display:block;z-index:14995;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:28.62425rem;width:31.9995rem;top:5.15625rem;left:43.00048828125rem;overflow:hidden;display:block; }
#o5sA6I6CpG2WIASO2LxnFz2rUs71ELGP { box-sizing:content-box;height:2.5rem;width:10.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.125rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bhCboX6nKCwnrZnSsBaW8KeEQMKL71u0 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qsAukwFgkXv9SXeAaBRC7kO3a6SiclLL { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.68725625rem;width:20rem;top:18.123779296875rem;left:6.953125rem;overflow:hidden;display:block; }
#SlxZU9n1l2U3F4SPbXH72gxLSHzni5PJ { box-sizing:content-box;height:10.81175rem;width:10.81175rem;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:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.435791015625rem;left:43.436279296875rem;display:block; }
#mLP834sADdd9UAU2f0UemoxHHLbXbWsP { color:rgba(var(--color-primary-4),1);display:block;width:8.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:24.791259765625rem;left:44.530029296875rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ViTaV9xdVXpUPAn2P699xTTdbA8lJIrd { color:rgba(var(--color-primary-4),1);display:block;width:8.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:24.791259765625rem;left:44.530029296875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN > .row .container { border-width: 0; border-radius: 0; }#GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:none; }#rJ4x6nuqQlF5cP0WmS8kW6bks8fPQfiU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:0.3125rem;left:57.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ > .row .container { border-width: 0; border-radius: 0; }#kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:none; }#BFUuXDSbM5pBympVqZxHkVh2C5tSwVmq { color:rgba(var(--color-primary-2),1);display:block;width:44.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.56103515625rem;left:0rem;height:10.722625rem;font-style:normal;display:block; }
#b01ZGd7UettFy1XvJd6KaqPHH0a7q03E { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14997;line-height:1.4;letter-spacing:0;top:15.25rem;left:0rem;height:12.995625rem;overflow:hidden;display:block; }#b01ZGd7UettFy1XvJd6KaqPHH0a7q03E li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#b01ZGd7UettFy1XvJd6KaqPHH0a7q03E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cebef684-bc88-4604-9705-970e45c663de/Vector.png); }
#SifgToL5ydNtbbt93vTW7lkNGMJwIcyd { position:absolute;display:block;z-index:15002;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:33.4375rem;width:28.25rem;top:0.59375rem;left:46.75rem;overflow:hidden;display:block; }
#Zck1vIODgibbtfgh2kPMZ40cqCP24JD8 { box-sizing:content-box;height:10.8125rem;width:10.8125rem;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:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.375rem;left:60.84375rem;display:block; }
#BmUoAaOtPtxZE9cyiJXxLeNzpuS1ZyPV { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.6875rem;left:64.625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLvuC5HSa1T09y0wGyuxEVDkLb8E5muf { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.5rem;left:61.28125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#bbvTkHQh8nTviBsg4KxWvQXzsvoxWSXl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.90625rem;left:0rem;display:block; }
#ne4rahnQs8UDdtOLLuaUtI4akpU13zdo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UMMJ70ypOSPOaOAtQ6zQHnkITa0gXVKX { position:absolute;display:block;z-index:15007;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.0625rem;width:9rem;top:38.0625rem;left:0rem;overflow:hidden;display:block; }
#FzoD9L25TTEHEHTdmteykRu6z4vWS4NL { position:absolute;display:block;z-index:15008;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.625rem;width:8.9375rem;top:38.0625rem;left:11.03125rem;overflow:hidden;display:block; }
#cNX77pB3GTMEoSdsNHWtkfKoes8T76aG { color:rgba(var(--color-primary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:39.9375rem;left:11.03125rem;height:1.94824375rem;display:block; }
#vr5815XK3GaVcDFzskDeDExlOT6PFTDl { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:12.5rem;top:16.6875rem;left:14.5rem;overflow:hidden;display:block; }
#zv8pscitqkB6Tly15dPOw98nhvKqwSET { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:12.5rem;top:21.375rem;left:2.5rem;overflow:hidden;display:block; }
#GeA6EThgNroLVDF54E1RDyXKkarU00I2 { 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:0.625rem;width:12.5rem;top:26.1875rem;left:7.3125rem;overflow:hidden;display:block; }
#HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D { 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; }#HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D > .row .container { border-width: 0; border-radius: 0; }#HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:75rem;position:relative;display:none; }#lTig2MSXMCF58g7h3t9LRQ1hQNfUdwU7 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.25rem;height:1.625rem;display:block; }
#yw73yRfPLLXUv3sVSo0mZl3SPTBDMxsx { box-sizing:content-box;height:0.0625rem;width:27.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.1875rem;left:1.25rem;display:block; }
#HGx2Q26A8K1m1rtrrIDX7MhmEXdtsT1C { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.499267578125rem;left:1.25rem;height:6.5rem;display:block; }
#WW4R5TRANqvKk2pcfK4VTUBs8ofJKHdV { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:1.25rem;height:4.875rem;display:block; }
#xC5F2CvZIcv3feG7EhRoQIFyMPmG9wiD { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.311525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:49.437255859375rem;left:6.951904296875rem;display:block; }
#Ll8QWfkCXyA6laVGboFLOb9NBxuVu9ez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g0LQeTignNtCCxEwlbRpAqHWJurTRg2P { color:rgba(var(--color-primary-4),1);display:block;width:40.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.4;letter-spacing:0;top:22.685546875rem;left:1.25rem;height:22.4926875rem;overflow:hidden;display:block; }#g0LQeTignNtCCxEwlbRpAqHWJurTRg2P li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#g0LQeTignNtCCxEwlbRpAqHWJurTRg2P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc9bad2-933b-4d1e-9885-340273391950/arrow.svg); }
#zmIN0DU11JXAIaVZQu5mGcrx1EhVrTq7 { position:absolute;display:block;z-index:15021;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:36.375rem;width:35.0625rem;top:22.152853515625rem;left:39.776297993682rem;overflow:hidden;display:block; }
#elbGxxU0yOGhpZm1RrELfMrs5n8SRluz { 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:none; }#elbGxxU0yOGhpZm1RrELfMrs5n8SRluz > .row .container { border-width: 0; border-radius: 0; }#elbGxxU0yOGhpZm1RrELfMrs5n8SRluz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elbGxxU0yOGhpZm1RrELfMrs5n8SRluz > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;position:relative;display:none; }#ktdOBLsTlyfIEPX395Q7E4Om34iPJJF6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:22.625rem;left:2rem;height:6.74926875rem;display:block; }
#Fw4qCU0i3T7JNxcsypPrMHyEFN2fDrzF { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.9375rem;left:0.8125rem;display:block; }
#pRbFt3XQlrHd6V8A9687GfBZyOib9a4K { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.625rem;left:0.8125rem;height:17.1228125rem;overflow:hidden;display:block; }#pRbFt3XQlrHd6V8A9687GfBZyOib9a4K li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#pRbFt3XQlrHd6V8A9687GfBZyOib9a4K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#poTpyXM3PCtJSNl0JFxrEmp6GSInDVMV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:22.625rem;left:27.9375rem;height:6.74926875rem;display:block; }
#GqfMyck2uw5BZ5AZCct41ch841nRG9CE { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.9375rem;left:26.75rem;display:block; }
#Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.625rem;left:27.0625rem;height:17.1228125rem;overflow:hidden;display:block; }#Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#ozIMg0OUzPMo5Pd12FutgByt5W3DsOUh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:22.625rem;left:52.9375rem;height:6.74926875rem;display:block; }
#sWOw0G7yuDKsAe7Xx4VnUQwuzyhgQ0TS { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.9375rem;left:51.75rem;display:block; }
#h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.375rem;left:52.0625rem;height:17.1228125rem;overflow:hidden;display:block; }#h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#U0Zc8pk120EOWAV4Bf2dB2bTioNEmbtL { position:absolute;display:block;z-index:15008;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:19.24925rem;width:13.0615rem;top:1.561279296875rem;left:56.218017578125rem;overflow:hidden;display:block; }
#tfzqCJoS2gOxRfVb9e5HtMalvlFH98VW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.24925rem;width:13.62425rem;top:2.19970703125rem;left:4.622802734375rem;overflow:hidden;display:block; }
#emumFlIVXmx8pAJ5VdQoIEgQrVNaEnPW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.62425rem;width:12.68675rem;top:1.873779296875rem;left:30.499267578125rem;overflow:hidden;display:block; }
#Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH { 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:none; }#Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH > .row .container { border-width: 0; border-radius: 0; }#Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#B3EpVTc5n8r01wTOpJIrx0mtaVyEeyOi { color:rgba(var(--color-tertiary-4),1);display:block;width:44.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1240234375rem;left:15.186767578125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF { 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:none; }#TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF > .row .container { border-width: 0; border-radius: 0; }#TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;position:relative;display:none; }#p5SnJvsd8nJhptQdOw04iSX2tVEehT1p { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:22.625rem;left:2rem;height:6.74926875rem;display:block; }
#nfuhUioByuPtI1RbNHa0M286i3ZnE8eD { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.9375rem;left:0.8125rem;display:block; }
#drtG0I5N3fDMNyABXNf0uh7rlkED1drX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.625rem;left:0.8125rem;height:17.1228125rem;overflow:hidden;display:block; }#drtG0I5N3fDMNyABXNf0uh7rlkED1drX li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#drtG0I5N3fDMNyABXNf0uh7rlkED1drX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#rXTrAOHnJPTkKHxb9bwn4B9UZ3Zwp8xT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:22.625rem;left:27.9375rem;height:6.74926875rem;display:block; }
#MN7M62yJKDt3WmiK8ITh0uXstfp4Bff3 { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.9375rem;left:26.75rem;display:block; }
#eX4ls9OZBeOecVZBZtzORxUhseEgcaKp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.625rem;left:27.0625rem;height:17.1228125rem;overflow:hidden;display:block; }#eX4ls9OZBeOecVZBZtzORxUhseEgcaKp li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#eX4ls9OZBeOecVZBZtzORxUhseEgcaKp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#gN1FGym2ZLw5l8B8NcNuJlpJMmw4V5aa { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:22.625rem;left:52.9375rem;height:6.74926875rem;display:block; }
#AtkXV6bEe2IyInZnJ8leX1G8D9vmh2GK { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.9375rem;left:51.75rem;display:block; }
#aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.375rem;left:52.0625rem;height:17.1228125rem;overflow:hidden;display:block; }#aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#C08WAxazeZQgOuJsGbCFAuLbMgNaogOh { position:absolute;display:block;z-index:15008;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:19.24925rem;width:13.0615rem;top:1.561279296875rem;left:56.218017578125rem;overflow:hidden;display:block; }
#fQTPww3vuwS54fecN0obvRlyd3mOfwxd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.24925rem;width:13.62425rem;top:2.19970703125rem;left:4.622802734375rem;overflow:hidden;display:block; }
#U9eT78VNFIDuzz081HMcBIM3leB7aKTu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.62425rem;width:12.68675rem;top:1.873779296875rem;left:30.499267578125rem;overflow:hidden;display:block; }
#ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu { 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; }#ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu > .row .container { border-width: 0; border-radius: 0; }#ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:none; }#N6fnhikTMEUM6Dq601D5GdQXEEZK9Cp9 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:14.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bt70gcmwOnaDo6mCvZMnPXpPnKzVWJQn { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:9.375rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#VfLogdtU26OwExEfUJ75lEUG21tgvLz4 { 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; }#VfLogdtU26OwExEfUJ75lEUG21tgvLz4 > .row .container { border-width: 0; border-radius: 0; }#VfLogdtU26OwExEfUJ75lEUG21tgvLz4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VfLogdtU26OwExEfUJ75lEUG21tgvLz4 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#T7CAoqFNkHf0vvkn6MIKiUxb2Ur3HE5a { position:absolute;display:block;z-index:15000;height:16.125rem;width:68.75rem;top:0rem;left:3.125rem;display:block; }
#a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk > .row .container { border-width: 0; border-radius: 0; }#a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:none; }#LSPzLyIdlPcSXG2pGePkceBsK4fNT3f6 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:12.75rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buGIAEabri5T0qw5B8t8Re1cgqhT2b4A { 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:0.625rem;width:25rem;top:5.25rem;left:37rem;overflow:hidden;display:block; }
#RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 { position:relative;display:none; }#RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 { border-width: 0; border-radius: 0; }#RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 > .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; }#RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.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:none; }#knhhSAP6Qt7Ol73TV8AtJNiqXZrSkUT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.996826171875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#wqA0IsR8mTzuKTCe5b0ztUMzlBJBGTt1 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0rem;height:3.25rem;display:block; }
#qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk { color:rgba(var(--color-tertiary-4),1);display:block;width:45.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.499755859375rem;left:1.1865234375rem;height:21.2475625rem;overflow:hidden;display:block; }#qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#TbQTEqab3f4eCoXu6ZdfDddTwbvLL4ak { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37rem;left:0rem;display:block; }
#KkFNxWyG75TNglskwLshwPURksFknqsd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egOEKnE4KkLU04ivWMJgsqtCvF1NNSEH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:24.9375rem;top:1.875rem;left:50.0625rem;overflow:hidden;display:block; }
#CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN { position:relative;display:none; }#CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN { border-width: 0; border-radius: 0; }#CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN > .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; }#CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51.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:none; }#r1fPaIBxIC74LSOM8iltvPA2eI4FlnDX { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.996826171875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#PMtxrL23zWzNqAzCSuT1SybSlTZbE1t2 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0rem;height:4.875rem;display:block; }
#D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT { color:rgba(var(--color-tertiary-4),1);display:block;width:45.7483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.18798828125rem;left:1.187744140625rem;height:21.2475625rem;overflow:hidden;display:block; }#D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#ZnuBb2r7B5RnkBvPTxTlqwdvHcBa8Mnt { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.875rem;left:0rem;display:block; }
#eSTxwcxCPEId7AM7Ki4A2e24cx8wm12f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQKqqasvoynQxN3AN0k14MCyThS53Wqm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:24.9365rem;top:4.263916015625rem;left:49.3115234375rem;overflow:hidden;display:block; }
#Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT > .row .container { border-width: 0; border-radius: 0; }#Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:none; }#qTaf9U0i7T8KnuUZ70hKA6JiWwVgpJs2 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:30.5rem;left:0.8125rem;height:2.59765625rem;display:block; }
#AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL { 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; }#AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL > .row .container { border-width: 0; border-radius: 0; }#AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:none; }#Tp0szV9RrAeBIStDXMWMpxOeOs552uSf { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6650390625rem;left:19.998779296875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g2xMKMPqfLJUnlPuXbf53xNKGWIpmlU0 { 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:0.625rem;width:28.125rem;top:8.0859375rem;left:23.4375rem;overflow:hidden;display:block; }
#abtsttGNaHTVZuPVuNbmGd0VwgeLnsXW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.647216796875rem;left:20.562744140625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a { 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; }#woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a > .row .container { border-width: 0; border-radius: 0; }#woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:none; }#k0O8OHHBwrwMcK3Nesho0N4LoP2ZZ0uR { box-sizing:content-box;height:29.43725rem;width:17.68675rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6875rem;left:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#TG4WLG5ZzepKHPbiKRErNl8NVkr3aZ9w { 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:8.125rem;width:7.937rem;top:3.6865234375rem;left:5.406494140625rem;overflow:hidden;display:block; }
#wd3vALxoWb2IsH1itevdQ1zirJEPxXKQ { box-sizing:content-box;height:29.2480625rem;width:17.6855625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6875rem;left:19.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#NLfwl7EwwFurND05KsqCvNlEAaVPWZOC { box-sizing:content-box;height:29.0625rem;width:17.68675rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:38.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#qFA76t61mplkceIVCoQdMhl5oylhyXl7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9365rem;width:9.9365rem;top:3.6875rem;left:42.5rem;overflow:hidden;display:block; }
#qfwUxK4vJlC1AHtDqJZ4Kis1Lnoq0v4E { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.5625rem;left:3rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#um2WTDL0rU9ypTFwm0Fh5sGCq4cKa5bo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.75rem;left:20.561767578125rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IoNZI5dPMKoGlaXwLlHoBK3WRvaSTHmG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.75rem;left:40.9375rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xTvtoRaRo8WZUG6P9TsnTAAAmAOFm4Vx { box-sizing:content-box;height:29.0625rem;width:17.68675rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:57.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#tcPaGkCKlKx8vuAmvN0wd9tEIm0tBTt1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.75rem;left:57.75rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WH3egTvw5qlRHL5bIgV2TXcap0u9c0uP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.624267578125rem;left:1.93603515625rem;height:7.793rem;text-align:center;text-align-last:center;display:block; }
#O6K96GQXCWeUKWuQeHA54OM1yNTpt6e2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.624267578125rem;left:21.558837890625rem;height:9.0918125rem;text-align:center;text-align-last:center;display:block; }
#qkWxpOMe9yBiqE5B044ehiRAPT1c0I9H { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.4375rem;left:39.74853515625rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#nTAWVgaIpsrn1ygzX57oXn6tkV42Lf0R { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.624267578125rem;left:58.75rem;height:10.390625rem;text-align:center;text-align-last:center;display:block; }
#yP1iVlR56qAATlhHEaiFQnbq9ZBzv1U3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:6.4978125rem;top:3.2177734375rem;left:65.84228515625rem;overflow:hidden;display:block; }
#qWAFgkNABgCsuKbDZk1XZmwURgERDtf7 { position:absolute;display:block;z-index:15016;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.3108125rem;width:7.3108125rem;top:3.6865234375rem;left:60.26611328125rem;overflow:hidden;display:block; }
#leC0fB0c4vLHyg1TrmlE2mxFglkS95qe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:10.99975rem;top:4.1552734375rem;left:23.2177734375rem;overflow:hidden;display:block; }
#vqTCTcFhEr6vGtv3wddSVAiDCuth6e7x { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.311525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.43701171875rem;left:28.812255859375rem;display:block; }
#eOMzafQ4f87AuJ7paR8FuWM2KopQE7gf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 > .row .container { border-width: 0; border-radius: 0; }#FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:none; }#JL0Pc880NH8yVzK4E6bFa0JGDTclo0t6 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:16.624755859375rem;left:5.029296875rem;height:18.75856875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#MnTTyGnOqZAfxHgtVVcAzSSBdVvGv0sK { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:16.625rem;left:51.0625rem;height:16.0729875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#opCu62whrDemteoFDNMxJLeLBD6EQtr4 { color:#202020;display:block;width:5.5625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:16.625rem;left:61.4375rem;height:16.0729875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#vytOOkXTX5msvBSWJIHVakuLUugIE5IO { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:9.8125rem;left:50.3125rem;height:5.35766875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#G9NrJ3gyt65x6Le1D3TOFncZRhXwLhKS { color:#202020;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:9.8125rem;left:60.4375rem;height:5.35766875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#OIXEImXRR11o2s5uAhEKLy8H1eLbKPbQ { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:31.8125rem;width:9.6875rem;top:7.75rem;left:59.375rem;display:block; }
#dIeH5Sx5d2aqEIZfpabL70z7UniKulbn { color:rgba(var(--color-tertiary-0),1);display:block;width:32.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:7.060546875rem;left:5.029296875rem;height:6.01171875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e8y5x1IpPC0BwaprzH9v0Pg4HH9h3nwi { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:28.4375rem;top:15.3125rem;left:5.9375rem;display:none; }
#qsG0S3dpSeusTtwtkr2RbVBwJqPPK6zX { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:34.9375rem;left:50.625rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#wWToth8uZ87EHvPg0VVgohgtwcLekCxf { color:#202020;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:34.875rem;left:60.6875rem;height:2.11230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#bEmhRcfz5ESVKqR4R7FdJVxTGXpxxfaI { color:rgba(var(--color-tertiary-0),1);display:block;width:45.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:34.9365234375rem;left:5.029296875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#ppuJu71P7uyZU4Rpf7461dNQ2ePJ64uI { box-sizing:content-box;height:2.5rem;width:13.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.8125rem;left:5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XRrJeQigRJcCL8DzTSJ6FWcDiOCLIQ7U { color:rgba(var(--color-tertiary-0),1);display:block;width:12.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:5.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 { 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; }#aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 > .row .container { border-width: 0; border-radius: 0; }#aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:none; }#VHfcR9F4mqy75EixJWJT6TWbUurIm8kT { box-sizing:content-box;height:34.25rem;width:17.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:0.53125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#p6JZxPZ2TahQmXFSV26aPUHA4t044bD0 { 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:7.3125rem;width:7.3125rem;top:4.9375rem;left:5.125rem;overflow:hidden;display:block; }
#MUMFqHP8TJJTqugyGZzi9MTtcPWUCJkS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.75rem;left:2.1875rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZrcgQrRckkyW2JMUXZTT3DctEtaMBa7P { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.637451171875rem;left:2.1240234375rem;height:9.0918125rem;text-align:center;text-align-last:center;display:block; }
#HBvkmzfEQlHJv8AXH1TetSECa81lGKq9 { box-sizing:content-box;height:25.5rem;width:17.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:19.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#HXoOame8QeAmS2meSk02puhgrXfouFcG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.609375rem;left:20.875rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#TT2RsipVm2icyE0coCNNwuLTTVOol85v { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.75rem;left:21.53125rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QC9ms8OQ5ab4nCA9wVQpowlfdSMNeRhs { 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:9.0625rem;width:6.9375rem;top:4.0625rem;left:24.65625rem;overflow:hidden;display:block; }
#JoJmVNDsI46ZpU4ROpuH0etl9mpg5HWv { box-sizing:content-box;height:28.625rem;width:17.6875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:38.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#ZLfzM2GoICK6XRI5ClwgMQXFcoMLFcH8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.9384765625rem;left:39.625rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#MU1fdA3BdBC6Kv2CfLOx2qT8dLFxiTE9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.75rem;left:39.34326171875rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tpF4y18F4dx4JxatJE6FzBpcoqTTrU0s { box-sizing:content-box;height:32.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:56.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#OA0PHylzxMUxx8Cxgdd5DpDOuo6TxSkg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.9375rem;left:58.375rem;height:10.390625rem;text-align:center;text-align-last:center;display:block; }
#vZQegIwbb4wWyb9O4Jv5C3wRMroIKPdQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.75rem;left:57.21875rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZN77mvMDasNR0t6Ew1WeKHHlJJTZ7xXR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:6.5rem;top:4.0625rem;left:62.375rem;overflow:hidden;display:block; }
#M0F6K4TKOitogchFAEcfMKDdfuTX8hv2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8108125rem;width:9.8108125rem;top:6.788330078125rem;left:46.500244140625rem;overflow:hidden;display:block; }
#swJASCl3VTVuBxcNt7rZWmll7FxSdtAH { position:relative;display:none; }#swJASCl3VTVuBxcNt7rZWmll7FxSdtAH { border-width: 0; border-radius: 0; }#swJASCl3VTVuBxcNt7rZWmll7FxSdtAH > .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; }#swJASCl3VTVuBxcNt7rZWmll7FxSdtAH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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:none; }#etKTFWeZdNEUntaTtvV6uHUSgmJiu9Vp { color:rgba(var(--color-tertiary-4),1);display:block;width:44.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:15.1875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ENkSNNRzNSE1J6S22TTamXDFIlRLPNkg { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.775390625rem;left:5.625rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #WQDGpMkTWHHwW8oLDJbWDeKJUF8BLLGA { display:none; }#WQDGpMkTWHHwW8oLDJbWDeKJUF8BLLGA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iFeaxGgzeSZptG9NwNeFVi23lUE1FU5E { width:10.1875rem;height:1.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XtzxEmPS157bGuqtQApb9Vu4pcQp0ZyZ { width:39.812rem;height:2.01280625rem;top:11.5234375rem;left:3.968505859375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #glSoNiG318iwzJGP4qeepG7hV4bOHTCp { display:none; }#glSoNiG318iwzJGP4qeepG7hV4bOHTCp > .row .container { width:47.75rem;height:68.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Mp6OE5PeEdsZXcSETD8AoeyUWqwxkwDv { width:39.812rem;height:6.03515625rem;top:11.5234375rem;left:3.968505859375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gQ2FE7PLADXh4u1s6yobQAH6grnoewmK { width:42.749rem;height:5.8496125rem;top:4.43115234375rem;left:2.5rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BESUvhxPWAMsWp7ITxRVqqdoiiBkTyae { width:27.24975rem;height:0;top:13.6865234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Omz63dpvIMM66xTfDWh52oiDkFlDZ53x { top:49.637451171875rem;left:14.7802734375rem;width:18.18725rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULcrWa79ZwrM84a7iZy49pgQuDZ38SXW { display:block; }
 }@media only screen and (max-width: 1199px) { #wsikwTRP3K8Mtq510hh5MOrU0yTgNi8C { width:27.24975rem;height:0;top:13.6865234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRl31WIZ3iyPLGQ4Q5ZTTP7eNqqv6yJX { width:8.9375rem;height:2.625rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTuVpwkgA4cP1qz0tBDL52PbAy5AmLPF { width:30.1875rem;height:27.875rem;top:4rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CLGUZxdkIqgbntA6JOmMnLVTXTmLuTZ7 { width:39.812rem;height:6.03515625rem;top:11.5234375rem;left:3.968505859375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ehtz8u7RTVD5DZmOPtzL2Aqs82nqmGqs { width:3.8125rem;height:4.5rem;top:27.375rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qU27QyfgXP1tS7fJyilGyml6EE3ksoT4 { width:39.812rem;height:6.03515625rem;top:11.5234375rem;left:3.968505859375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #FTRlOTaQXDCf9DXxEWJUs8vBwbKlPTwa { width:39.812rem;height:6.03515625rem;top:11.5234375rem;left:3.968505859375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #F52z8nRfkEfyOz9P2APsz21T9auA5RqQ { width:4.5625rem;height:3.8125rem;top:1.8125rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DaWSsTIeNZIywvpR1La1TiTXOiMMF713 { width:19rem;height:0;top:1rem;left:27.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BCavvP9PkzhxmxuSSVae7SpLKAwy4GTa { width:27.2485625rem;height:6.9965rem;top:41.12060546875rem;left:10.2490234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v8M58TepGQrNv1k94KIayhWPDDFOob2w { display:block; }#v8M58TepGQrNv1k94KIayhWPDDFOob2w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dwcZtnHr5s7FseJKaT7aQpazWGmCxqwM { width:20.9375rem;height:3.93555rem;top:0.65625rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl { display:block; }#xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl > .row .container { width:47.75rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OKBhMGTfoXw9olvgx4IgZwpxU2MR7Kzf { width:19rem;height:0;top:1rem;left:27.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBaz7QzxJGl2y1mVgm8mZnfKybEQlLsJ { width:39.8105625rem;height:6.296875rem;top:11.1748046875rem;left:3.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #b2GKhMNzmgQLhnEJOLo1X9rWBFHHdL9I { width:42.7480625rem;height:5.8496125rem;top:3.0537109375rem;left:2.5rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gurazA1tR9c8kFGorX3KuTDl3GRQD88x { width:27.24975rem;height:0;top:13.6865234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dT3ox7GPLszUARZGTT81z3vc6gcuArd4 { width:27.24975rem;height:0;top:13.6865234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MrLG0Cl3OFB4Ln8ooV3cHqbeJd8tDAmI { width:19rem;height:0;top:1rem;left:27.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NIDOC79bdTb58B13Eh6PSwbwTuKQdcdG { width:31.5625rem;height:21.0623125rem;top:19.958778381347rem;left:8.0924479961394rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dtPBWspbul7OFk4ppZsNQ1neoNzGEAdU { width:8.5rem;height:3.625rem;top:25.373264789581rem;left:7.4600698947906rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XKTMoxoTU8chtxxB9WapbnqTHfTp7gfB { width:7.5rem;height:2.0996125rem;top:20.393881320953rem;left:30.373265981674rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #kqp6NxIlGJgERaKIK0Ocslb3JClNXlOZ { width:9.9370625rem;height:3.62413125rem;top:37.328560352326rem;left:23.498264074326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aP1KlVHd5BlgvI75wClJZvlSo7GsNhFN { width:8.624125rem;height:2.0996125rem;top:38.159724235534rem;left:24.222005605698rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #mOrhxVmJqWMBg1J7miOII9cCgOOwFuBz { width:8.8125rem;height:3.125rem;top:19.81142616272rem;left:29.64843916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJtHZC6TrO1p6xZn9hUH2Tuv2abkfV4C { width:9.124375rem;height:2.44921875rem;top:26.030817031861rem;left:7.2167971134187rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #myBxUmkSIEn966Twy3KJe7tpKFfEP6Tl { width:22.5625rem;height:4.1875rem;top:44.142578125rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tu1mzy8knfKlF7qmAN1lABO0p8846vTV { display:block; }
 }@media only screen and (max-width: 1199px) { #dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS { display:block; }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row .container { width:47.75rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NtKP9mrpaPc6vITKSiqq9Lxi06e7pVun { width:31.25rem;height:0.062255875rem;top:9.686279296875rem;left:7.967529296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oZGQlbW4EHT3mNH0DP6r7fbbJBo15wcG { width:18.9375rem;height:11.5625rem;top:12.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WHK1CNtlUyqXc84e0J4O9n28lTvqCmSC { width:16.062rem;height:3.8997375rem;top:17.911376953125rem;left:4.4970703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DND9se9zSpenLfes8q0ShBxcq9nUwz9Q { width:18.9375rem;height:11.625rem;top:12.6875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ECimVsTHH7lG0LV6eTuvEI9ce50CB2Fg { width:18.125rem;height:2.599825rem;top:18.5625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7kJhJoa5sGWm5hZvGULoU0zp9KJSk1M { width:18.125rem;height:2.2753875rem;top:14.875rem;left:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nba2rIqlOtZqIylTH8wuVXMFGI4PB4T8 { width:18.125rem;height:3.50043125rem;top:14.9375rem;left:26.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mw11z9GhJWckstuQ0uKdL9mXSSFu57Ba { width:18.9375rem;height:11.5rem;top:28.4375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MaTF0dWHZs8TQ8T11dUmeGoZmMZuCVZw { width:18.1875rem;height:3.5rem;top:30.1875rem;left:14.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SnfePmKSrhA2rv7QhL9TrRkHTyLBzqTy { width:15.875rem;height:2.5996125rem;top:34.5625rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3Q3s5B0LrlsUsT2pri01phTMTbVZUMJ { width:41.62325rem;height:5.19921875rem;top:3.6848964691162rem;left:3.0620660781861rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cl0hmC1m2nrKMHhs3cBm1zUT51QrkR0F { width:29.8125rem;height:4.72265625rem;top:44.6826171875rem;left:8.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQCpATAHq1I4vLQTXDhxPTu4Gm3KHT0S { width:18rem;height:1.125rem;top:24.9375rem;left:3.53125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SG6wKnpN8k37mvb5kkMhZ1QGBkt9hqVy { width:18.75rem;height:1.625rem;top:24.6875rem;left:26.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTO3bUe7a9i94sxdJh5WVQElMSVJcSRE { width:18rem;height:1.125rem;top:40.5rem;left:14.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tghtdKRvTxVH1C7DUtwFXxV0bz1Tp2t4 { width:5.8125rem;height:6.9244670629246rem;top:35.8125rem;left:41.90625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi { display:block; }#JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi > .row .container { width:47.75rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oFUSug7mcux9EOptQ97f4MUdhV3ooeLb { width:41.624rem;height:5.19921875rem;top:2.935546875rem;left:3.0615234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pHieU2J6PVNn2srHPgiyCTITtcFMVIq4 { width:32.5615rem;height:15.918rem;top:26.8056640625rem;left:12.185546875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#pHieU2J6PVNn2srHPgiyCTITtcFMVIq4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
 }@media only screen and (max-width: 1199px) { #TsUWNJxkbTiBM5W2WuJ5Qi72TIh6Nk7x { width:31.25rem;height:0.0615234375rem;top:9.2490234375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #srtqRszThz4TWfJyJHMPT0WQOCqko02b { width:37.249rem;height:11.046875rem;top:11.9287109375rem;left:5.2490234375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Q0vSe8mDKud35eM6WU1SE9eXLzUKSEx4 { width:26.0625rem;height:4.1875rem;top:49.330078125rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzADRm19tqvZOTF6OXebmtTkTQpxbMCo { display:block; }
 }@media only screen and (max-width: 1199px) { #Ig3W4D6gkTIpCA04JSvhtLTsEcaaCXMv { width:29.25rem;height:22.1875rem;top:55.6875rem;left:12.185546875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 { display:block; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row .container { width:47.75rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zRZ67QWPmkPa26uOAc7yRmU6RcHvuJgg { width:35.3125rem;height:5.19921875rem;top:3.3072662353516rem;left:6.2174479961395rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EActmofHOBgJQbVePXGEwEhSbKWQwe4S { width:31.25rem;height:0.062255875rem;top:9.998779296875rem;left:8.248291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aSl4hrlPWqm2MlnTlf8DEvVt0tGFAZRh { width:23.5615rem;height:6rem;top:11.75rem;left:12.09375rem;font-size:1rem;text-align:center;text-align-last:center;padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #pT5Gor2T9lvDsvlS8BrF3c1V0ii7ADhe { width:26.0625rem;height:4.1875rem;top:21.142578125rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMUePooiXUQPTd4cJoomvTlIfTkt6W1r { display:block; }
 }@media only screen and (max-width: 1199px) { #KnhSHHsTyOuX08vNEkmryNtUppMiR0ay { display:block; }#KnhSHHsTyOuX08vNEkmryNtUppMiR0ay > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vC7haMJ8XQ8L5CnhBsAWMpbrlzvdktV0 { width:35.3125rem;height:5.19921875rem;top:3.3072662353516rem;left:6.2174479961395rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uVtv6sqvLK1VK1bnc4nWHq9fyd624CqG { width:31.25rem;height:0.062255875rem;top:9.998779296875rem;left:8.248291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zb49eNIDVzEXraSJlKfMQT87g9cLZHMM { display:block; }#zb49eNIDVzEXraSJlKfMQT87g9cLZHMM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A7NfJdePD3Ig0STRRX0uMyZUMeA77U9S { width:15.375rem;height:16.9375rem;top:1.9368286132812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ESbkyKLzxZNd8fqywEd7oXz2xQ4g3nsD { width:13.311625rem;height:3.8997375rem;top:6.5625rem;left:0.56098091602326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDxnzeJXfRTz3xg6L4wv1voTdbHC0Pp9 { width:15.375rem;height:16.6875rem;top:1.875rem;left:16.25000166893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T95vAyL2Cv2vOFSrsnICfSTS2p2uR3Ut { width:12.8125rem;height:6.09375rem;top:11.108942031861rem;left:0.8094618320465rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hyUp1vPm92ObflR79ox0bustE3LKb9AV { width:11.5625rem;height:3.8997375rem;top:6.5625rem;left:17.999131917954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rm5PJxfnFnDTi3DTplrxW4aO8UyqID2L { width:14.124375rem;height:6.09375rem;top:11.108942031861rem;left:16.812066793442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTSuppSyQizR9ubplTp6hmT6iI09xag5 { width:14.0625rem;height:3.8997375rem;top:6.5625rem;left:32.759332418442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXazWGa4WdV4r51vcfNmSMNtlHS5K5Zz { width:15.375rem;height:16.25rem;top:1.9368286132812rem;left:32.124566793442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WsMbnRiS5UcSRTVWz9KfIgNPP9zXVXxL { width:14.249125rem;height:4.875rem;top:11.717664718628rem;left:32.667100667954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rdRzzmCeBDbAeusZsRsVDW9n3fPQVLT0 { width:1.5625rem;height:1.5625rem;top:3.875rem;left:6.7569446563719rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7wTn8IF1756iX78EuBerTFtourqROsb { width:1.5625rem;height:1.5625rem;top:3.875rem;left:23.000732421875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NNuLGQKTniaWf0uVyBoebS5xo0dRVTSI { width:1.5625rem;height:1.5625rem;top:3.875rem;left:38.875732421875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt { display:block; }#xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt > .row .container { width:47.75rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gDDGFis7fBVdunOXcsUgDmLfFthZiFav { width:13.4375rem;height:4.875rem;top:9.0625rem;left:1.2391493320465rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #puLzowCk3kewa4JzaPNp4awTfgw3JD0X { width:12.1875rem;height:2.599825rem;top:5.33203125rem;left:1.8641493320465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0m6fdmvq2b8Ckqig6SsSAh5llOUdlsw { width:13.4375rem;height:3.65625rem;top:9.6701393127444rem;left:17.154948949814rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwLSaWJlbGL6uJO5px3wbPyDgrXxv6G0 { width:11.875rem;height:2.599825rem;top:5.33203125rem;left:17.936198949814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNzyOT4u2Td3ghWwSgp5I2bi5p7yDWf6 { width:13.8748125rem;height:4.875rem;top:9.6701393127444rem;left:32.853734731674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XiJvzsmRbbGuWDp3afk6hNmJRi3A74Qp { width:13.8748125rem;height:2.599825rem;top:5.33203125rem;left:32.853734731674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Breo6OXklwRbOzw2AfKZ3sHJXV4Q1ORC { width:15.375rem;height:13.5625rem;top:1.9325065612793rem;left:32.23632979393rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UlM25EEAkQqMpPgaFbL28LU3x9ktDbOC { width:15.375rem;height:13.5625rem;top:1.9346771240234rem;left:16.380208730698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZ2WSQHT9VTWDyI8FaRF9SmIvTaJLDQZ { width:15.375rem;height:13.625rem;top:1.9368286132812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gyF9nCtwu9N7yO7r1eMMkLNf3hwKLvkg { width:26.0625rem;height:4.1875rem;top:60.518230438233rem;left:10.881510734558rem;display:block; }
 }@media only screen and (max-width: 1199px) { #miH4N8QBPRHdZBg7yUKtbzdDcqK8dKqu { display:block; }
 }@media only screen and (max-width: 1199px) { #zlTcDsuJWdgONH6m7OAF3nnQ624BHFUl { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:7.12451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWeSHdmpJG0iKElox0h6MdxbS8ZtgKJN { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:23.000732421875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dod8uweGqkdKTINn6C4FGcVqtpJoZd7p { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:39.691162109375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LKOw3MA8Kht3nESpWCHLzzkXVIBnqNuo { width:26.0625rem;height:4.1875rem;top:19.080078125rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nzZbtqsuV5grLCaHg4RQJCwxLusUkDN3 { display:block; }
 }@media only screen and (max-width: 1199px) { #L6huICeFy9DDq1PdOIdqBfEdMu2ZO5i7 { display:none; }#L6huICeFy9DDq1PdOIdqBfEdMu2ZO5i7 > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CquOkZipdAE2XLXVgNgy9LdS8U5kTFp3 { width:13.4375rem;height:4.87413125rem;top:9.0625rem;left:1.2391493320465rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H12Hg7wDRwQXR0C2b99r9XLLLZRlzi4n { width:12.1875rem;height:2.599825rem;top:5.33203125rem;left:1.8641493320465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VkGG3i5c2xndRnKiybPWurKRofE4RsdC { width:13.4375rem;height:3.6556rem;top:9.6701393127444rem;left:17.154948949814rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BCy09fSqpw9LJnM9kVfcm7ATPIQAkzyQ { width:11.875rem;height:2.599825rem;top:5.33203125rem;left:17.936198949814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yZIVeloHVL4Z0LhUODl1C21nHXukxHaO { width:13.8748125rem;height:4.87413125rem;top:9.6701393127444rem;left:32.853734731674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qT1X46uyJOEOov617FXdm7HWp7BfF4lL { width:13.8748125rem;height:2.599825rem;top:5.33203125rem;left:32.853734731674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HO38LExdTgsQBeJBnJ01J6CnCdt44tJh { width:15.375rem;height:13.5625rem;top:1.9325065612793rem;left:32.23632979393rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ruEUv81UwePxkVSWRNZhTfpXdleaHbAO { width:15.375rem;height:13.5625rem;top:1.9346771240234rem;left:16.380208730698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fnAGre6AwFzGHuhsSdD1uSm0hBwXhi0c { width:15.375rem;height:13.625rem;top:1.9368286132812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQFoF3R6XGebJpz80Bw1DDJugdThfD8X { width:1.5625rem;height:1.5625rem;top:3.4429244995117rem;left:7.1766498088837rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Anz8DKAG55Rbdv73BSHQFKcMh2fhJkHU { width:1.5625rem;height:1.5625rem;top:3.4418411254883rem;left:23.092448949814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZPTk7WIclndCHc1w27OHKCOWfvV9dc7C { width:1.5625rem;height:1.5625rem;top:3.4418411254883rem;left:39.211156606674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF { display:block; }#tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nk5CesbbkR9EBze2zOAqSQ5xn5qzclh9 { width:35.3125rem;height:2.5996125rem;top:5.7454414367676rem;left:6.2174479961395rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kMGA0TeWsdrsyGtv9fzF8OpT3geE2C98 { width:31.25rem;height:0.062255875rem;top:9.998779296875rem;left:8.248291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T { display:block; }#KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T > .row .container { width:47.75rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JZTb6UW2tIAGEhT35rxWLTfaTLV11Kzo { width:27.3115rem;height:5.19921875rem;top:3.306640625rem;left:10.2177734375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #K5okBqwF7XDcLDBq9MwDmTHlD101STgM { width:25.1865rem;height:6.499rem;top:10.62109375rem;left:21.8134765625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #XZuJTxTJFUShL0qDEfrKBrbOxKK7G7QP { width:21.8125rem;height:11.1484375rem;top:18.7568359375rem;left:24.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#XZuJTxTJFUShL0qDEfrKBrbOxKK7G7QP li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#XZuJTxTJFUShL0qDEfrKBrbOxKK7G7QP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
 }@media only screen and (max-width: 1199px) { #mMGZXvT0qyGfGk6mHJtqLcsB14NiystA { width:20.0615rem;height:14.6875rem;top:10.62109375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM { display:block; }#AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM > .row .container { width:47.75rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IeGmxggQaZM0AuBxZ0sgJFFrR2VOhUWe { width:25.1248125rem;height:5.19921875rem;top:3.6197967529297rem;left:11.311849355698rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #K7V5pW8Z6xufrOI86Ct1QCWAZTPdMqN6 { width:31.4995625rem;height:3.8994125rem;top:12.176654815674rem;left:1.9694011211395rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ME1GbBg2k0XpNfnEPePVhNnuitW3CE20 { width:25.3125rem;height:8.5488125rem;top:17.9365234375rem;left:5.0615234375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#ME1GbBg2k0XpNfnEPePVhNnuitW3CE20 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ME1GbBg2k0XpNfnEPePVhNnuitW3CE20 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
 }@media only screen and (max-width: 1199px) { #KoHTTd2PMnP3Kk20UUXlbfNtSDvH9duz { width:13.499375rem;height:9.749375rem;top:20.875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P2qL53NPLBFZudXXxX6kdOykx4gMwxEs { width:9rem;height:17.625rem;top:9.8125rem;left:37.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Zyf2AbAHfTuLsmF8txF6zommBGvmf96D { width:9.6875rem;height:14.6245625rem;top:31.927085876465rem;left:26.060113668442rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 1199px) { #KHE9TZngOWOmP06Twc3X89vH6S5Sx97I { display:block; }#KHE9TZngOWOmP06Twc3X89vH6S5Sx97I > .row .container { width:47.75rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TQUs1CZ3rcx3838Ql8fsxd5i3rLsGPx6 { width:30.0615rem;height:5.19921875rem;top:2.6806640625rem;left:8.8427734375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #CIwJ9lEzge9JeT4G0tw0UukUusrgmOVM { width:24.3120625rem;height:5.19921875rem;top:10.574001312256rem;left:23.155383825302rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #eOqFaXGwdJ7scdrCF06KRZZ0RVWuzWvi { width:22.375rem;height:6.7109375rem;top:17.048828125rem;left:25.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#eOqFaXGwdJ7scdrCF06KRZZ0RVWuzWvi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
 }@media only screen and (max-width: 1199px) { #XGIkm4IPVx55tv6n6wKOVZ0DBwR5Gha5 { width:21.9998125rem;height:13.125rem;top:10.572917938233rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #kiLd60TTfquT4JFlbG0trcC4QMcKfT5S { display:block; }#kiLd60TTfquT4JFlbG0trcC4QMcKfT5S > .row .container { width:47.75rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bpomZmdM5mMT5A04ASdz8NGbL689EbJc { width:32.374125rem;height:2.5996125rem;top:2.8070755004883rem;left:7.6866319179537rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #tNZHoPpNp18DfiFUKdCCTgyyn15annm0 { width:23.8115rem;height:2.5996125rem;top:8.25rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #UgoeuRfcayCpGUpyugBZTrnSGE78CnDN { width:21.125rem;height:9.910125rem;top:12.5rem;left:1.65625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#UgoeuRfcayCpGUpyugBZTrnSGE78CnDN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
 }@media only screen and (max-width: 1199px) { #QAnwH31moFEnbBrHkCRs96zxn0enrDIx { width:23.4375rem;height:20.8745625rem;top:7.0290813446044rem;left:24.312066793442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M { display:block; }#QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M > .row .container { width:47.75rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wWvpSxOLUIRIbK8JHTTvPWxWcGvsXsVK { width:41.6230625rem;height:5.19921875rem;top:3.875rem;left:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O2Hz8b5rnHWT5HFbxhXcQMMo0J5TOhhD { width:31.25rem;height:0.0625rem;top:10.25rem;left:8.8740234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJlezhg5LbWrEl6ZfFUrheoVhLvbn2tP { width:18.1875rem;height:29.875rem;top:29.0625rem;left:29.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #WMMwthoIfug7rrd3B9sUQioSwJ5VtSeq { width:36.5625rem;height:4.798825rem;top:12.0146484375rem;left:6.2177734375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #f7IMU4ynUqxtdybVS5SfvBa5r66DCzNl { width:26.0625rem;height:4.1875rem;top:53.537109375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BUEkzFRTCWhod9AcgIkToG9F5deg9iBV { display:block; }
 }@media only screen and (max-width: 1199px) { #AzrFgzbFGucuGWRcdPAkskd6fJZ60CAP { width:14.9375rem;height:14.9375rem;top:45.875rem;left:32.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LhFR6J25aKiS80m5dOQdnEV3D7k6gZEh { width:12.5625rem;height:0;top:53.25rem;left:30.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #EXRLI5WXpbtwC3oqEx1DmyW0PcAcoQJD { width:16.9375rem;height:0;top:54.8125rem;left:30.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #qDNJPZ1o0ta1uKBuGByqxULmlrxSfJnT { width:31.25rem;height:0.0625rem;top:62.0625rem;left:8.8740234375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MVtr8txFBI6iMO3QqAPzEiC5EDFnX1IN { width:6.0625rem;height:5.0625rem;top:54.28125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mHuI9ATLbraV0yoea79sxF8ymquPLvGd { width:8.0625rem;height:4rem;top:54.28125rem;left:17rem;display:none; }
 }@media only screen and (max-width: 1199px) { #B47GpE8OUwo1kFVWR9hi1L2tB3Xufvig { width:27.75rem;height:2.5996125rem;top:20.5625rem;left:10.6240234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fLeByt9dvXIfgG70E6Z2pri6u5mcPBXd { width:31.25rem;height:0.0625rem;top:24.2587890625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aEE5Te46g6cTTO5OQRTOHTQTD7x8lShe { width:28.25rem;height:25.3945rem;top:27.1328125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#aEE5Te46g6cTTO5OQRTOHTQTD7x8lShe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
 }@media only screen and (max-width: 1199px) { #sPpFQhT0Laq0T7FLcwBfUSMgvvHTa2Ti { width:20.875rem;height:8.1875rem;top:17.5rem;left:18.09375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dmqLSFpW57QFCAiBXB78Gsxw6mTw1EsC { width:13.9375rem;height:7.375rem;top:55.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TLLR6wIVRtJFC1S3AAkNk3pZd559DieX { display:block; }#TLLR6wIVRtJFC1S3AAkNk3pZd559DieX > .row .container { width:47.75rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZADpH2meXw2fFFNVBIkONIa7ZL3gSzM0 { width:35.0625rem;height:4.548825rem;top:5.625rem;left:6.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zNv01XwTT1Wdnvxi8PcVHI7nHkrucnWF { width:33.1875rem;height:0.0625rem;top:11.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #urNJGRI3pbkiTZGkLeJ2VTVOUEO3qZyJ { width:30.4375rem;height:49rem;top:16.125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iU3AIzDcmEEUGaeXhzEQL4WvyGfNqHPG { width:18.75rem;height:0.0625rem;top:26.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uKqvGM6veyqfUqdE2OlP2APoKRtsttcG { width:24.3115rem;height:3.8994125rem;top:21.0732421875rem;left:11.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #iJ8fCPZIoQhyDRoCploZU0V4SZS0okB2 { width:17.5625rem;height:1.4619125rem;top:18.2607421875rem;left:16.40625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #y586A1tQPkTLWBc72wZ1Qq0vdJJFVgmp { width:27.5rem;height:35rem;top:27.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD { display:none; }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row .container { width:47.75rem;height:88.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IgPo6thRvFmpIzvyvcDJtJeZBsBITDEf { width:41.62475rem;height:7.7988125rem;top:3.0625rem;left:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tvCRo1EM9dZ2JlCXfDyk3itJJTflARyQ { width:37.25rem;height:5.84765625rem;top:13.6220703125rem;left:5.248046875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WMPzoh424aX05mgC0nhW1TJNBm9iS5Pb { width:31.25rem;height:0.062255875rem;top:11.8115234375rem;left:8.248291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r2OrxDpAMMqdJPoiI0tdN9zvQd14PVrx { top:48.5625rem;left:13.25rem;width:19.24925rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rFPSQnUaFTpNlITI9WPMcIIH2uARX1LD { display:block; }
 }@media only screen and (max-width: 1199px) { #Xm7bsa8qSL3FJbunmb6JNwBiQUFONLOP { width:37.25rem;height:5.8496125rem;top:13.685302734375rem;left:4.248046875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #di1TMGV75Me6GtLw7cITGTtIOoX9V8zh { width:37.25rem;height:5.8496125rem;top:13.685302734375rem;left:4.248046875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #tzNopb7WiqOFT5TXBM74B065eEa8QbiE { display:none; }#tzNopb7WiqOFT5TXBM74B065eEa8QbiE > .row .container { width:47.75rem;height:88.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #NXr6ghwgtstUTaomubTyaoEfTZatA7Fy { width:31.25rem;height:0.062255875rem;top:9.3115234375rem;left:8.311767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBO0TrxsiMbTbgQuX8aeGFIQnhMAmbC6 { width:41.6235625rem;height:5.19921875rem;top:2.87353515625rem;left:4.437255859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LdupWU5OMvfz1n9mMDDaxs6WfOpaqqkg { width:10.5625rem;height:4.4375rem;top:0rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AtVJEJgKbTdnqLTtnW3MfzPrUNwG8x8P { top:41.6376953125rem;left:11.9375rem;width:24.249rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkSTlkugcL8A7QePwykHeOAvq6ONG5Tb { display:block; }
 }@media only screen and (max-width: 1199px) { #JwG3CUaSbv5BToZEziE4myAUGppDnT53 { display:none; }#JwG3CUaSbv5BToZEziE4myAUGppDnT53 > .row .container { width:47.75rem;height:88.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #kJ966bSc63qcZHoEg8kHy0MDbNvNrbT9 { width:17.68675rem;height:30.9375rem;top:12.249755859375rem;left:2.6220703125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJwBR2ayuTaJLHTOvafPSLF5XDhRTOdH { width:17.6875rem;height:30.875rem;top:12.249755859375rem;left:26.591796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SIzKLTZbRvTu1kMlKpVn9gRXFT9vVkvc { width:17.6875rem;height:27.75rem;top:45.8740234375rem;left:2.62451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zs3chOcoaF3M21aP6TTcoMRaOHv6vUlo { width:13.1860625rem;height:3.898925rem;top:24.498291015625rem;left:4.87060546875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btkfvFphKqmKoV8MCmGEryQTwKuQxuSL { width:11.5625rem;height:3.898925rem;top:24.498291015625rem;left:29.6533203125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MHU7im1OXw2zHAPL8Z3VgweAhgngcnd6 { width:15.1245rem;height:1.9494625rem;top:55.5625rem;left:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gf5b6h4BIPpx28HvfgbCBgKzvCkD7B0h { width:17.6875rem;height:28.5rem;top:45.875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mi0gOVkTk6vN5DnhQIoMrmNObbyN8fH2 { width:16.5625rem;height:3.898925rem;top:56.5rem;left:27.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cvVxMAgHbIqWs7T3ZIOqA721KRLDnZTc { width:14.4983125rem;height:9.098625rem;top:30.10986328125rem;left:4.215087890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUtUwU5Re7ZDsd761bM4mLNX4J6Kh52N { width:14.4983125rem;height:9.098625rem;top:30.10986328125rem;left:28.184814453125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DQw7HyIR0kbwGfUi8QI7a3ITihfRsdTr { width:14.4995rem;height:6.499rem;top:60rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odZvQTZXgCAyP37bAno5iuR3bc3OIdsu { width:14.4995rem;height:7.7988125rem;top:61.1875rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M5tw8aS8b9HpOTHaRf6JwZsdnvvb5VgT { width:17.5rem;height:4.311525rem;top:79.871826171875rem;left:15.186767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNbflSsZcpOEFJqRuvxgSGG8xPRbsGC9 { display:block; }
 }@media only screen and (max-width: 1199px) { #P5wPlPh1TEMIVG44zUb9UUTPr1yKFGFI { width:31.25rem;height:0.062255875rem;top:9.3115234375rem;left:8.311767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RZXnJlkrIAmllgdk4xa23Uo22PSCfffu { width:41.6235625rem;height:5.19921875rem;top:2.87353515625rem;left:4.437255859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfvcpmzIqFtk4yVMLvhxF7Kw9uTKX4T6 { width:14.4995rem;height:9.4995rem;top:13.870849609375rem;left:4.21630859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X2nIR2wf3rwNTEp5OJTGmGeV63AECAAW { width:10.7495rem;height:7.6245rem;top:14.810791015625rem;left:30.05859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8RIzrZ7QmzvskKbP6nqJ5SLAIpvhFn9 { width:7.8735625rem;height:5.4370125rem;top:47.935791015625rem;left:6.795654296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfPPnnUdivQu7eia50zunehR1OXclIW7 { width:6.875rem;height:5.3125rem;top:47.998046875rem;left:32.09228515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WDhI58wTOi3cVHAToLWPRVFenqmISaVu { display:none; }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row .container { width:47.75rem;height:75.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #arclZiFedEUvUvioZrPPXg9EkF8pxT1m { width:41.6235625rem;height:1.7871125rem;top:1.93603515625rem;left:3.0615234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OQ89RfLQLVCdIaFErm2acsEFMyQMT6Ec { width:31.25rem;height:0.062255875rem;top:7.186279296875rem;left:8.248291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqSTAehLvq1u4Rebvb4TOuTcgFN5mJEs { top:64.9365234375rem;left:13.466796875rem;width:20.81175rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BZNs6Zv07p3xR2iRFVcecKvUZeQ9Wkdz { display:block; }
 }@media only screen and (max-width: 1199px) { #DV3hRiqduBecWJrJkfmOwZ8HhHzSyKIw { width:24.24925rem;height:29.74975rem;top:8.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bfWTikKJcQ1QQvqXxS4OdnIPGMAUlzIC { width:41.6235625rem;height:2.5996125rem;top:3.720703125rem;left:3.0615234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w816pQnryCM0MQRqHToIKmhyVATreenu { width:34.12475rem;height:2.923825rem;top:40.872802734375rem;left:6.435546875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #IzTeCyxmF1CoENL6eqD1eD83T9bEX98a { width:40.68725rem;height:13.983375rem;top:46.561279296875rem;left:3.5302734375rem;font-size:1.125rem;display:block; }#IzTeCyxmF1CoENL6eqD1eD83T9bEX98a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
 }@media only screen and (max-width: 1199px) { #uwCstW7zEL7iee06zFDTRcDTP9rBw0OB { width:5.49926875rem;height:7.24975rem;top:11.060791015625rem;left:31.451416015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T383vVzLBdmezUdEvcOmSRudGedoALNQ { width:25.875rem;height:25.875rem;top:11.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HkdK1NWcBTNqxx2qKsmmAsQkPTaTzG6s { width:4.25rem;height:5.7288354323586rem;top:30.9375rem;left:43.492919921875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA { display:none; }#tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA > .row .container { width:47.75rem;height:63.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HheEZqmnma8Z7WqIxX3FvZxeZ97W0LeF { width:41.62475rem;height:2.5996125rem;top:4.74853515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AMPQMKGGQXNka1t4cqDrVer64IQThF4Z { width:31.25rem;height:0.0625rem;top:10.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s94Aic0z2fxd0D9UfGzRshu9VB9qL3fV { width:41.6235625rem;height:5.19921875rem;top:3.447265625rem;left:3.0615234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ItTE9AQ1ieB6kO5VmmzI3tZyne3Gxtu1 { width:42.5rem;height:18.5625rem;top:12.130126953125rem;left:3.0615234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJ5T5IxgMDUHz2MOdTwW7JmzsqxN079t { width:16.062rem;height:26.1865rem;top:35.496826171875rem;left:15.841064453125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z9dLSd1q2egez9eQwEXSRQqLs8McSAot { width:12.1875rem;height:13.3105625rem;top:45.06103515625rem;left:31.0205078125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI { display:none; }#HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI > .row .container { width:47.75rem;height:63.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #euzkLFIJSb9rBK854vXARHifIEpHH7ka { width:41.62475rem;height:2.5996125rem;top:4.74853515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G60BUpfOOTPbMV5bJL6o5Md6eZJCt5z4 { width:31.25rem;height:0.0625rem;top:10.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BwZC3fidqyN1eNKlQJSwU1wCtS465FDM { width:41.6235625rem;height:5.19748125rem;top:3.447265625rem;left:3.0615234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Er4N7MFN0UzM0vKih6m8NDoCnCoxzMGg { width:42.5rem;height:20.2473875rem;top:12.130126953125rem;left:3.0615234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTX1ry0fhxeCNZ6vcpOQBUUDHTQeCod2 { width:16.062rem;height:26.1865rem;top:35.496826171875rem;left:15.841064453125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nmoeDJd041QNXMtJM4XXsEritfeEcdPk { width:12.1875rem;height:13.3105625rem;top:45.06103515625rem;left:31.0205078125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf { display:block; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf { display:none; }#wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf > .row .container { width:47.75rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #AHzLETDChCmttkrNqB8ImhHCSSZH4sTZ { width:19rem;height:0;top:1rem;left:27.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpXt62TVTyDmMVkB0tJ0IgngkxWN5AP6 { top:17.310791015625rem;left:1.19873046875rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Io71NJM0vTgHhgv6NJ3rCaRWNb7FgZHA { display:block; }
 }@media only screen and (max-width: 1199px) { #D0Jwqa0Cg8M270bmQx3pBCWESpW5tvXg { width:32.6245rem;height:6.03515625rem;top:8.65966796875rem;left:1.19873046875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #iAgwKVxE1Z0E1UHBAGuA4fJREfVOwiQ0 { width:32.6245rem;height:2.92480625rem;top:4.29931640625rem;left:1.19873046875rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #H5Czsr286WyCUoVhCrJTQAffwnSlfugo { width:11.25rem;height:7.99925rem;top:24.87060546875rem;left:23.9521484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPua0tgHkIayNhohUy60RlHfeeed7GyV { width:5.3125rem;height:2.923825rem;top:25.7666015625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUaJ62ihgBaCw1pv7SkUq7P9M7qO9qzO { width:11.25rem;height:7.99925rem;top:24.87060546875rem;left:35.8740234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U4vWNK628f4zGTpkI0fKolrOEnKw3pkV { width:11.25rem;height:7.99925rem;top:24.873046875rem;left:11.998046875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 1199px) { #Zccx8bmvhFAX9w2xkVqLq0BU92hfBxhr { width:11.25rem;height:8rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rbaHugr2L8tc5O8DNrZkT5MoFchrvq9W { width:7.87475rem;height:2.923825rem;top:25.7666015625rem;left:13.84033203125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drzu22wZEZvct1EH2KaiJiUQP7XGcaQQ { width:10.3125rem;height:2.4375rem;top:29.322509765625rem;left:13.01513671875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B2NQ31zwh9PRhvlTMmtmrOC9FAaD62dZ { width:5.1245125rem;height:2.923825rem;top:25.7666015625rem;left:27.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V68qSZp7f9WmgTO4z1qSxJX8TKfPb4HH { width:7.87475rem;height:2.4375rem;top:29.560791015625rem;left:25.87158203125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eNCNdWJVkvGfJUOA4vwAHtlpQE4PJLd8 { width:7.87475rem;height:2.923825rem;top:25.7666015625rem;left:37.71728515625rem;font-size:1.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #mWvQu2TB9xMC2tqdQBhxKCMpmW8zDU5M { width:11.9995rem;height:3.65625rem;top:28.69140625rem;left:35.74951171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OLvZWkpSV4xGmSiDVw7PQl5hAyAFfXLM { width:7.87475rem;height:2.4375rem;top:29.810791015625rem;left:1.84326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lGW7xyQ1XQ174tUG9poXwRROGeO2oqz1 { width:31.9375rem;height:28.568789649057rem;top:5.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5sA6I6CpG2WIASO2LxnFz2rUs71ELGP { width:17.5rem;height:2.5rem;top:1.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bhCboX6nKCwnrZnSsBaW8KeEQMKL71u0 { width:12.5rem;height:1.625rem;top:1.875rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qsAukwFgkXv9SXeAaBRC7kO3a6SiclLL { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SlxZU9n1l2U3F4SPbXH72gxLSHzni5PJ { width:10.75rem;height:10.75rem;top:20.375rem;left:29.811279296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mLP834sADdd9UAU2f0UemoxHHLbXbWsP { width:27.24975rem;height:18.2434375rem;top:13.6865234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ViTaV9xdVXpUPAn2P699xTTdbA8lJIrd { width:27.24975rem;height:18.2434375rem;top:13.6865234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN { display:none; }#GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN > .row .container { width:47.75rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rJ4x6nuqQlF5cP0WmS8kW6bks8fPQfiU { width:11.9995rem;height:3.65625rem;top:28.69140625rem;left:35.74951171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ { display:none; }#kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ > .row .container { width:47.75rem;height:48.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BFUuXDSbM5pBympVqZxHkVh2C5tSwVmq { width:44.875rem;height:10.6875rem;top:2.5rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b01ZGd7UettFy1XvJd6KaqPHH0a7q03E { width:27.25rem;height:17.1228125rem;top:16.25rem;left:0rem;font-size:1.25rem;display:block; }#b01ZGd7UettFy1XvJd6KaqPHH0a7q03E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cebef684-bc88-4604-9705-970e45c663de/Vector.png); }
 }@media only screen and (max-width: 1199px) { #SifgToL5ydNtbbt93vTW7lkNGMJwIcyd { width:20.1875rem;height:23.9375rem;top:15.9375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zck1vIODgibbtfgh2kPMZ40cqCP24JD8 { width:10.8125rem;height:10.8125rem;top:14.0625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BmUoAaOtPtxZE9cyiJXxLeNzpuS1ZyPV { width:3.25rem;height:4.875rem;top:15rem;left:40.71875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLvuC5HSa1T09y0wGyuxEVDkLb8E5muf { width:9.9375rem;height:2.4375rem;top:19.875rem;left:37.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bbvTkHQh8nTviBsg4KxWvQXzsvoxWSXl { width:17.5rem;height:4.3125rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ne4rahnQs8UDdtOLLuaUtI4akpU13zdo { display:block; }
 }@media only screen and (max-width: 1199px) { #UMMJ70ypOSPOaOAtQ6zQHnkITa0gXVKX { width:9rem;height:3.0625rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzoD9L25TTEHEHTdmteykRu6z4vWS4NL { width:8.9375rem;height:1.625rem;top:42.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cNX77pB3GTMEoSdsNHWtkfKoes8T76aG { width:29rem;height:1.94921875rem;top:44.8125rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vr5815XK3GaVcDFzskDeDExlOT6PFTDl { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zv8pscitqkB6Tly15dPOw98nhvKqwSET { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GeA6EThgNroLVDF54E1RDyXKkarU00I2 { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D { display:none; }#HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D > .row .container { width:47.75rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lTig2MSXMCF58g7h3t9LRQ1hQNfUdwU7 { width:10.3125rem;height:1.62475625rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yw73yRfPLLXUv3sVSo0mZl3SPTBDMxsx { width:27rem;height:0;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGx2Q26A8K1m1rtrrIDX7MhmEXdtsT1C { width:41.62475rem;height:2.598875rem;top:4.74853515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WW4R5TRANqvKk2pcfK4VTUBs8ofJKHdV { width:45.9375rem;height:19.49705rem;top:9.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xC5F2CvZIcv3feG7EhRoQIFyMPmG9wiD { width:17.5rem;height:4.3125rem;top:31.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ll8QWfkCXyA6laVGboFLOb9NBxuVu9ez { display:block; }
 }@media only screen and (max-width: 1199px) { #g0LQeTignNtCCxEwlbRpAqHWJurTRg2P { width:27.24975rem;height:18.2434375rem;top:13.6865234375rem;left:0rem;font-size:1.25rem;display:block; }#g0LQeTignNtCCxEwlbRpAqHWJurTRg2P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc9bad2-933b-4d1e-9885-340273391950/arrow.svg); }
 }@media only screen and (max-width: 1199px) { #zmIN0DU11JXAIaVZQu5mGcrx1EhVrTq7 { width:35.0625rem;height:36.375rem;top:22.125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #elbGxxU0yOGhpZm1RrELfMrs5n8SRluz { display:none; }#elbGxxU0yOGhpZm1RrELfMrs5n8SRluz > .row .container { width:47.75rem;height:121rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ktdOBLsTlyfIEPX395Q7E4Om34iPJJF6 { width:47.75rem;height:4.5rem;top:21.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Fw4qCU0i3T7JNxcsypPrMHyEFN2fDrzF { width:21.25rem;height:0.0625rem;top:26.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRbFt3XQlrHd6V8A9687GfBZyOib9a4K { width:42.9375rem;height:12.2485625rem;top:28.4375rem;left:2.40625rem;font-size:1.25rem;display:block; }#pRbFt3XQlrHd6V8A9687GfBZyOib9a4K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #poTpyXM3PCtJSNl0JFxrEmp6GSInDVMV { width:47.75rem;height:4.5rem;top:61.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #GqfMyck2uw5BZ5AZCct41ch841nRG9CE { width:21.25rem;height:0.0625rem;top:67.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 { width:42.9375rem;height:8.999rem;top:69rem;left:2.40625rem;font-size:1.25rem;display:block; }#Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #ozIMg0OUzPMo5Pd12FutgByt5W3DsOUh { width:47.75rem;height:4.5rem;top:99.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #sWOw0G7yuDKsAe7Xx4VnUQwuzyhgQ0TS { width:21.25rem;height:0.0625rem;top:104.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 { width:42.9375rem;height:10.62375rem;top:106.25rem;left:2.40625rem;font-size:1.25rem;display:block; }#h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #U0Zc8pk120EOWAV4Bf2dB2bTioNEmbtL { width:12.6245rem;height:18.62425rem;top:78.873291015625rem;left:17.55859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tfzqCJoS2gOxRfVb9e5HtMalvlFH98VW { width:13.6865rem;height:19.375rem;top:0.623779296875rem;left:17.030029296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emumFlIVXmx8pAJ5VdQoIEgQrVNaEnPW { width:12.4365rem;height:18.31175rem;top:41.93603515625rem;left:17.655029296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH { display:none; }#Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #B3EpVTc5n8r01wTOpJIrx0mtaVyEeyOi { width:44.5625rem;height:3.1875rem;top:2.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF { display:none; }#TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF > .row .container { width:47.75rem;height:121rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #p5SnJvsd8nJhptQdOw04iSX2tVEehT1p { width:47.75rem;height:4.5rem;top:21.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #nfuhUioByuPtI1RbNHa0M286i3ZnE8eD { width:21.25rem;height:0.0625rem;top:26.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drtG0I5N3fDMNyABXNf0uh7rlkED1drX { width:42.9375rem;height:12.2485625rem;top:28.4375rem;left:2.40625rem;font-size:1.25rem;display:block; }#drtG0I5N3fDMNyABXNf0uh7rlkED1drX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #rXTrAOHnJPTkKHxb9bwn4B9UZ3Zwp8xT { width:47.75rem;height:4.5rem;top:61.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MN7M62yJKDt3WmiK8ITh0uXstfp4Bff3 { width:21.25rem;height:0.0625rem;top:67.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eX4ls9OZBeOecVZBZtzORxUhseEgcaKp { width:42.9375rem;height:8.999rem;top:69rem;left:2.40625rem;font-size:1.25rem;display:block; }#eX4ls9OZBeOecVZBZtzORxUhseEgcaKp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #gN1FGym2ZLw5l8B8NcNuJlpJMmw4V5aa { width:47.75rem;height:4.5rem;top:99.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AtkXV6bEe2IyInZnJ8leX1G8D9vmh2GK { width:21.25rem;height:0.0625rem;top:104.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW { width:42.9375rem;height:10.62375rem;top:106.25rem;left:2.40625rem;font-size:1.25rem;display:block; }#aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #C08WAxazeZQgOuJsGbCFAuLbMgNaogOh { width:12.6245rem;height:18.62425rem;top:78.873291015625rem;left:17.55859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQTPww3vuwS54fecN0obvRlyd3mOfwxd { width:13.6865rem;height:19.375rem;top:0.623779296875rem;left:17.030029296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U9eT78VNFIDuzz081HMcBIM3leB7aKTu { width:12.4365rem;height:18.31175rem;top:41.93603515625rem;left:17.655029296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu { display:none; }#ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #N6fnhikTMEUM6Dq601D5GdQXEEZK9Cp9 { width:45.0625rem;height:3.1875rem;top:2.4375rem;left:1.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bt70gcmwOnaDo6mCvZMnPXpPnKzVWJQn { width:47.75rem;height:1.7858875rem;top:4.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VfLogdtU26OwExEfUJ75lEUG21tgvLz4 { display:none; }#VfLogdtU26OwExEfUJ75lEUG21tgvLz4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #T7CAoqFNkHf0vvkn6MIKiUxb2Ur3HE5a { width:47.75rem;height:16.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk { display:none; }#a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LSPzLyIdlPcSXG2pGePkceBsK4fNT3f6 { width:47.75rem;height:2.2753875rem;top:0.599609375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #buGIAEabri5T0qw5B8t8Re1cgqhT2b4A { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 { display:none; }#RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 > .row .container { width:47.75rem;height:53.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #knhhSAP6Qt7Ol73TV8AtJNiqXZrSkUT0 { width:47.75rem;height:3.1875rem;top:2.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqA0IsR8mTzuKTCe5b0ztUMzlBJBGTt1 { width:47.749rem;height:3.2495125rem;top:7.1240234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk { width:28.8745rem;height:24.4970625rem;top:13.24951171875rem;left:1.124267578125rem;font-size:1.25rem;display:block; }#qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #TbQTEqab3f4eCoXu6ZdfDddTwbvLL4ak { width:17.5rem;height:4.3125rem;top:45.375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkFNxWyG75TNglskwLshwPURksFknqsd { display:block; }
 }@media only screen and (max-width: 1199px) { #egOEKnE4KkLU04ivWMJgsqtCvF1NNSEH { width:19rem;height:30.5625rem;top:12.25rem;left:28.607268808778rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN { display:none; }#CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN > .row .container { width:47.75rem;height:53.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #r1fPaIBxIC74LSOM8iltvPA2eI4FlnDX { width:47.75rem;height:3.1875rem;top:2.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMtxrL23zWzNqAzCSuT1SybSlTZbE1t2 { width:47.749rem;height:3.2495125rem;top:7.1240234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT { width:28.8745rem;height:24.4970625rem;top:13.24951171875rem;left:1.124267578125rem;font-size:1.25rem;display:block; }#D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #ZnuBb2r7B5RnkBvPTxTlqwdvHcBa8Mnt { width:17.5rem;height:4.3125rem;top:45.375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eSTxwcxCPEId7AM7Ki4A2e24cx8wm12f { display:block; }
 }@media only screen and (max-width: 1199px) { #NQKqqasvoynQxN3AN0k14MCyThS53Wqm { width:19rem;height:30.5625rem;top:12.25rem;left:28.607268808778rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT { display:none; }#Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT > .row .container { width:47.75rem;height:45.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qTaf9U0i7T8KnuUZ70hKA6JiWwVgpJs2 { width:38.75rem;height:3.8964875rem;top:39.43603515625rem;left:5.43701171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL { display:none; }#AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Tp0szV9RrAeBIStDXMWMpxOeOs552uSf { width:36.9375rem;height:6.499rem;top:1.625rem;left:6.373779296875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2xMKMPqfLJUnlPuXbf53xNKGWIpmlU0 { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #abtsttGNaHTVZuPVuNbmGd0VwgeLnsXW { width:47.75rem;height:2.2753875rem;top:0.599609375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a { display:none; }#woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a > .row .container { width:47.75rem;height:128.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #k0O8OHHBwrwMcK3Nesho0N4LoP2ZZ0uR { width:17.6875rem;height:30.9375rem;top:3.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TG4WLG5ZzepKHPbiKRErNl8NVkr3aZ9w { width:9.56175rem;height:9.74975rem;top:5.374755859375rem;left:18.560791015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wd3vALxoWb2IsH1itevdQ1zirJEPxXKQ { width:17.6875rem;height:25.375rem;top:36.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLfwl7EwwFurND05KsqCvNlEAaVPWZOC { width:17.6875rem;height:23.3125rem;top:63.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFA76t61mplkceIVCoQdMhl5oylhyXl7 { width:7.8125rem;height:7.8125rem;top:64.4375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfwUxK4vJlC1AHtDqJZ4Kis1Lnoq0v4E { width:13.18725rem;height:3.898925rem;top:17.081298828125rem;left:16.749267578125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #um2WTDL0rU9ypTFwm0Fh5sGCq4cKa5bo { width:15.249rem;height:3.898925rem;top:44.75rem;left:15.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IoNZI5dPMKoGlaXwLlHoBK3WRvaSTHmG { width:15.1245rem;height:3.898925rem;top:73.125rem;left:15.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTvtoRaRo8WZUG6P9TsnTAAAmAOFm4Vx { width:17.6875rem;height:28.5rem;top:88.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tcPaGkCKlKx8vuAmvN0wd9tEIm0tBTt1 { width:16.5625rem;height:3.898925rem;top:99.232177734375rem;left:15.06103515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WH3egTvw5qlRHL5bIgV2TXcap0u9c0uP { width:14.4995rem;height:9.0918125rem;top:22.498779296875rem;left:16.09130859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6K96GQXCWeUKWuQeHA54OM1yNTpt6e2 { width:14.4995rem;height:9.0918125rem;top:50.375rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qkWxpOMe9yBiqE5B044ehiRAPT1c0I9H { width:14.4995rem;height:7.793rem;top:77.5625rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTAWVgaIpsrn1ygzX57oXn6tkV42Lf0R { width:14.4995rem;height:11.6894375rem;top:103.93676757812rem;left:16.09130859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yP1iVlR56qAATlhHEaiFQnbq9ZBzv1U3 { width:5.561525rem;height:7.8125rem;top:89.560546875rem;left:23.873291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qWAFgkNABgCsuKbDZk1XZmwURgERDtf7 { width:7.312rem;height:7.312rem;top:89.81201171875rem;left:18.0615234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #leC0fB0c4vLHyg1TrmlE2mxFglkS95qe { width:9.12475rem;height:5.81176875rem;top:37.5rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vqTCTcFhEr6vGtv3wddSVAiDCuth6e7x { width:17.5rem;height:4.311525rem;top:121.56005859375rem;left:14.59228515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOMzafQ4f87AuJ7paR8FuWM2KopQE7gf { display:block; }
 }@media only screen and (max-width: 1199px) { #FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 { display:none; }#FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 > .row .container { width:47.75rem;height:26.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #JL0Pc880NH8yVzK4E6bFa0JGDTclo0t6 { width:26.4375rem;height:12.9980625rem;top:12.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnTTyGnOqZAfxHgtVVcAzSSBdVvGv0sK { width:10.375rem;height:9.09864375rem;top:12.25rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #opCu62whrDemteoFDNMxJLeLBD6EQtr4 { width:11.8125rem;height:9.09864375rem;top:12.3125rem;left:35.750001490116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vytOOkXTX5msvBSWJIHVakuLUugIE5IO { width:6.875rem;height:3.9rem;top:7.125rem;left:29.937499582768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G9NrJ3gyt65x6Le1D3TOFncZRhXwLhKS { width:6.4375rem;height:3.9rem;top:7.25rem;left:38.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OIXEImXRR11o2s5uAhEKLy8H1eLbKPbQ { width:6.9375rem;height:19.5rem;top:3.875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIeH5Sx5d2aqEIZfpabL70z7UniKulbn { width:26.5rem;height:5.361325rem;top:3.0617189407349rem;left:2.2187500596046rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8y5x1IpPC0BwaprzH9v0Pg4HH9h3nwi { width:18.75rem;height:0.0625rem;top:10.168749809265rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qsG0S3dpSeusTtwtkr2RbVBwJqPPK6zX { width:10.375rem;height:9.09864375rem;top:12.25rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWToth8uZ87EHvPg0VVgohgtwcLekCxf { width:10.375rem;height:9.09864375rem;top:12.25rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bEmhRcfz5ESVKqR4R7FdJVxTGXpxxfaI { width:10.375rem;height:9.09864375rem;top:12.25rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ppuJu71P7uyZU4Rpf7461dNQ2ePJ64uI { width:17.5rem;height:2.5rem;top:1.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XRrJeQigRJcCL8DzTSJ6FWcDiOCLIQ7U { width:12.5rem;height:1.625rem;top:1.875rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 { display:none; }#aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 > .row .container { width:47.75rem;height:120.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VHfcR9F4mqy75EixJWJT6TWbUurIm8kT { width:17.6875rem;height:30.9375rem;top:3.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p6JZxPZ2TahQmXFSV26aPUHA4t044bD0 { width:7.3125rem;height:7.3125rem;top:4.4375rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MUMFqHP8TJJTqugyGZzi9MTtcPWUCJkS { width:13.1875rem;height:7.797875rem;top:12.9375rem;left:16.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrcgQrRckkyW2JMUXZTT3DctEtaMBa7P { width:14.5rem;height:9.0918125rem;top:22.375rem;left:16.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HBvkmzfEQlHJv8AXH1TetSECa81lGKq9 { width:17.6875rem;height:25.375rem;top:37rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HXoOame8QeAmS2meSk02puhgrXfouFcG { width:14.5rem;height:6.494125rem;top:53.1875rem;left:16.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TT2RsipVm2icyE0coCNNwuLTTVOol85v { width:13.1875rem;height:3.898925rem;top:47.875rem;left:16.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QC9ms8OQ5ab4nCA9wVQpowlfdSMNeRhs { width:5.5625rem;height:7.3125rem;top:38.5rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JoJmVNDsI46ZpU4ROpuH0etl9mpg5HWv { width:17.6875rem;height:23.3125rem;top:63.8125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZLfzM2GoICK6XRI5ClwgMQXFcoMLFcH8 { width:14.5rem;height:6.494125rem;top:77.4375rem;left:16.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MU1fdA3BdBC6Kv2CfLOx2qT8dLFxiTE9 { width:15.125rem;height:5.8483875rem;top:70.2890625rem;left:15.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tpF4y18F4dx4JxatJE6FzBpcoqTTrU0s { width:17.6875rem;height:28.5rem;top:88.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OA0PHylzxMUxx8Cxgdd5DpDOuo6TxSkg { width:14.5rem;height:10.390625rem;top:105.3125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZQegIwbb4wWyb9O4Jv5C3wRMroIKPdQ { width:16.5625rem;height:5.8483875rem;top:98.607421875rem;left:15.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZN77mvMDasNR0t6Ew1WeKHHlJJTZ7xXR { width:5.5625rem;height:7.8125rem;top:89.8125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0F6K4TKOitogchFAEcfMKDdfuTX8hv2 { width:15.1875rem;height:15.1875rem;top:6.88671875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #swJASCl3VTVuBxcNt7rZWmll7FxSdtAH { display:none; }#swJASCl3VTVuBxcNt7rZWmll7FxSdtAH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #etKTFWeZdNEUntaTtvV6uHUSgmJiu9Vp { width:44.625rem;height:3.25rem;top:2.625rem;left:1.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ENkSNNRzNSE1J6S22TTamXDFIlRLPNkg { width:47.75rem;height:3.898925rem;top:6.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WQDGpMkTWHHwW8oLDJbWDeKJUF8BLLGA { display:none; }#WQDGpMkTWHHwW8oLDJbWDeKJUF8BLLGA > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iFeaxGgzeSZptG9NwNeFVi23lUE1FU5E { width:11.25rem;height:1.5rem;top:0.687255859375rem;left:4.34326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtzxEmPS157bGuqtQApb9Vu4pcQp0ZyZ { width:20rem;height:1.5744375rem;top:0.64887154102325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glSoNiG318iwzJGP4qeepG7hV4bOHTCp { display:none; }#glSoNiG318iwzJGP4qeepG7hV4bOHTCp > .row .container { width:20rem;height:128.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mp6OE5PeEdsZXcSETD8AoeyUWqwxkwDv { width:18.9355625rem;height:7.875rem;top:14.935302734375rem;left:0.531005859375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQ2FE7PLADXh4u1s6yobQAH6grnoewmK { width:20rem;height:6.3375rem;top:6.24755859375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BESUvhxPWAMsWp7ITxRVqqdoiiBkTyae { width:8.562rem;height:0;top:55rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omz63dpvIMM66xTfDWh52oiDkFlDZ53x { top:48.685302734375rem;left:1.749267578125rem;width:16.499rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULcrWa79ZwrM84a7iZy49pgQuDZ38SXW { display:block; }
 }@media only screen and (max-width: 763px) { #wsikwTRP3K8Mtq510hh5MOrU0yTgNi8C { width:8.562rem;height:0;top:55rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRl31WIZ3iyPLGQ4Q5ZTTP7eNqqv6yJX { width:8.9375rem;height:2.625rem;top:56.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTuVpwkgA4cP1qz0tBDL52PbAy5AmLPF { width:20rem;height:18.467908902692rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLGUZxdkIqgbntA6JOmMnLVTXTmLuTZ7 { width:11.3125rem;height:0;top:84.905375rem;left:4.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehtz8u7RTVD5DZmOPtzL2Aqs82nqmGqs { width:3.8125rem;height:4.5rem;top:113.905375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU27QyfgXP1tS7fJyilGyml6EE3ksoT4 { width:9rem;height:0;top:92.155375rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTRlOTaQXDCf9DXxEWJUs8vBwbKlPTwa { width:11.0625rem;height:0;top:99.405375rem;left:4.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F52z8nRfkEfyOz9P2APsz21T9auA5RqQ { width:4.5625rem;height:3.8125rem;top:79.842875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaWSsTIeNZIywvpR1La1TiTXOiMMF713 { width:20rem;height:0;top:57.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BCavvP9PkzhxmxuSSVae7SpLKAwy4GTa { width:18.686rem;height:7.8721875rem;top:119.655375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8M58TepGQrNv1k94KIayhWPDDFOob2w { display:block; }#v8M58TepGQrNv1k94KIayhWPDDFOob2w > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwcZtnHr5s7FseJKaT7aQpazWGmCxqwM { width:17.625rem;height:3.3125rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl { display:block; }#xDwQCgfLv4JUUG2bUXUmGhSyV3ZPPbJl > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKBhMGTfoXw9olvgx4IgZwpxU2MR7Kzf { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBaz7QzxJGl2y1mVgm8mZnfKybEQlLsJ { width:20rem;height:10.411125rem;top:11.74609375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2GKhMNzmgQLhnEJOLo1X9rWBFHHdL9I { width:20rem;height:6.3369375rem;top:2.9951171875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gurazA1tR9c8kFGorX3KuTDl3GRQD88x { width:8.562rem;height:0;top:23.75rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT3ox7GPLszUARZGTT81z3vc6gcuArd4 { width:8.562rem;height:0;top:23.75rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrLG0Cl3OFB4Ln8ooV3cHqbeJd8tDAmI { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NIDOC79bdTb58B13Eh6PSwbwTuKQdcdG { width:20rem;height:13.346375rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtPBWspbul7OFk4ppZsNQ1neoNzGEAdU { width:9.9375rem;height:3.625rem;top:35.625rem;left:-0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKTMoxoTU8chtxxB9WapbnqTHfTp7gfB { width:8.9985rem;height:0;top:30.875rem;left:11.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kqp6NxIlGJgERaKIK0Ocslb3JClNXlOZ { width:9.9375rem;height:3.625rem;top:47.5625rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #aP1KlVHd5BlgvI75wClJZvlSo7GsNhFN { width:10.186625rem;height:0;top:48.375rem;left:9.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mOrhxVmJqWMBg1J7miOII9cCgOOwFuBz { width:9.9375rem;height:3.625rem;top:30.0625rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJtHZC6TrO1p6xZn9hUH2Tuv2abkfV4C { width:7.874375rem;height:0;top:36.25rem;left:-0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #myBxUmkSIEn966Twy3KJe7tpKFfEP6Tl { width:19.875rem;height:4.1875rem;top:40.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu1mzy8knfKlF7qmAN1lABO0p8846vTV { display:block; }
 }@media only screen and (max-width: 763px) { #dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS { display:block; }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtKP9mrpaPc6vITKSiqq9Lxi06e7pVun { width:2.5rem;height:0.125rem;top:11.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZGQlbW4EHT3mNH0DP6r7fbbJBo15wcG { width:18.9375rem;height:8.75rem;top:15rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHK1CNtlUyqXc84e0J4O9n28lTvqCmSC { width:17.5rem;height:3.8994125rem;top:18.662109375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DND9se9zSpenLfes8q0ShBxcq9nUwz9Q { width:18.9375rem;height:8.75rem;top:27.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECimVsTHH7lG0LV6eTuvEI9ce50CB2Fg { width:17.5rem;height:2.5996125rem;top:32.0625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7kJhJoa5sGWm5hZvGULoU0zp9KJSk1M { width:17.5rem;height:2.1933625rem;top:15.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nba2rIqlOtZqIylTH8wuVXMFGI4PB4T8 { width:17.5rem;height:3.375rem;top:28rem;left:1rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw11z9GhJWckstuQ0uKdL9mXSSFu57Ba { width:18.9375rem;height:9.5625rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaTF0dWHZs8TQ8T11dUmeGoZmMZuCVZw { width:17.5rem;height:3.375rem;top:41.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnfePmKSrhA2rv7QhL9TrRkHTyLBzqTy { width:17.5rem;height:2.5996125rem;top:45.9375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3Q3s5B0LrlsUsT2pri01phTMTbVZUMJ { width:20rem;height:6.3369375rem;top:3.6865234375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cl0hmC1m2nrKMHhs3cBm1zUT51QrkR0F { width:17.5625rem;height:6.9970625rem;top:54.5rem;left:1.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQCpATAHq1I4vLQTXDhxPTu4Gm3KHT0S { width:18rem;height:1.125rem;top:24.2900390625rem;left:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG6wKnpN8k37mvb5kkMhZ1QGBkt9hqVy { width:18.75rem;height:1.4609375rem;top:36.125rem;left:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTO3bUe7a9i94sxdJh5WVQElMSVJcSRE { width:18rem;height:1.125rem;top:50.6025390625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tghtdKRvTxVH1C7DUtwFXxV0bz1Tp2t4 { width:5.8125rem;height:6.9259726722596rem;top:58.728297119141rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi { display:block; }#JKQeNKQUCFZoiHkZJieTBQdmi8RPK6qi > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFUSug7mcux9EOptQ97f4MUdhV3ooeLb { width:20rem;height:5.84765625rem;top:2.998046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHieU2J6PVNn2srHPgiyCTITtcFMVIq4 { width:16.6230625rem;height:21.421875rem;top:35.1220703125rem;left:2.5009765625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#pHieU2J6PVNn2srHPgiyCTITtcFMVIq4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
 }@media only screen and (max-width: 763px) { #TsUWNJxkbTiBM5W2WuJ5Qi72TIh6Nk7x { width:20rem;height:0.0625rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srtqRszThz4TWfJyJHMPT0WQOCqko02b { width:18.125rem;height:20.79686875rem;top:11.730685949326rem;left:0.93750005960463rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q0vSe8mDKud35eM6WU1SE9eXLzUKSEx4 { width:19.8125rem;height:4.125rem;top:59.0966796875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzADRm19tqvZOTF6OXebmtTkTQpxbMCo { display:block; }
 }@media only screen and (max-width: 763px) { #Ig3W4D6gkTIpCA04JSvhtLTsEcaaCXMv { width:20rem;height:15.251509054326rem;top:66.1591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 { display:block; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRZ67QWPmkPa26uOAc7yRmU6RcHvuJgg { width:20rem;height:6.09375rem;top:2.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EActmofHOBgJQbVePXGEwEhSbKWQwe4S { width:20rem;height:0.0625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSl4hrlPWqm2MlnTlf8DEvVt0tGFAZRh { width:20rem;height:4.875rem;top:11.40625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pT5Gor2T9lvDsvlS8BrF3c1V0ii7ADhe { width:19.8125rem;height:4.125rem;top:17.90625rem;left:0.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMUePooiXUQPTd4cJoomvTlIfTkt6W1r { display:block; }
 }@media only screen and (max-width: 763px) { #KnhSHHsTyOuX08vNEkmryNtUppMiR0ay { display:block; }#KnhSHHsTyOuX08vNEkmryNtUppMiR0ay > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vC7haMJ8XQ8L5CnhBsAWMpbrlzvdktV0 { width:20rem;height:4.0625rem;top:4.0625004768372rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVtv6sqvLK1VK1bnc4nWHq9fyd624CqG { width:20rem;height:0.0625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb49eNIDVzEXraSJlKfMQT87g9cLZHMM { display:block; }#zb49eNIDVzEXraSJlKfMQT87g9cLZHMM > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7NfJdePD3Ig0STRRX0uMyZUMeA77U9S { width:19.875rem;height:11.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESbkyKLzxZNd8fqywEd7oXz2xQ4g3nsD { width:16.436625rem;height:4.38574375rem;top:7.0594615936281rem;left:1.7816842198372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDxnzeJXfRTz3xg6L4wv1voTdbHC0Pp9 { width:19.875rem;height:11.375rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T95vAyL2Cv2vOFSrsnICfSTS2p2uR3Ut { width:20rem;height:0;top:42.325346757812rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyUp1vPm92ObflR79ox0bustE3LKb9AV { width:20rem;height:2.923825rem;top:19.1953125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm5PJxfnFnDTi3DTplrxW4aO8UyqID2L { width:20rem;height:0;top:55.359153747559rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTSuppSyQizR9ubplTp6hmT6iI09xag5 { width:20rem;height:2.923825rem;top:31.731800079346rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXazWGa4WdV4r51vcfNmSMNtlHS5K5Zz { width:19.875rem;height:9.75rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsMbnRiS5UcSRTVWz9KfIgNPP9zXVXxL { width:20rem;height:0;top:67.893934257813rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdRzzmCeBDbAeusZsRsVDW9n3fPQVLT0 { display:flex;width:1.5625rem;height:1.5625rem;top:3.8878040313721rem;left:9.2187502980231rem; }
 }@media only screen and (max-width: 763px) { #E7wTn8IF1756iX78EuBerTFtourqROsb { display:flex;width:1.5625rem;height:1.5625rem;top:15.75rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #NNuLGQKTniaWf0uVyBoebS5xo0dRVTSI { display:flex;width:1.5625rem;height:1.5625rem;top:28.9375rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt { display:block; }#xHyCU5Fq20wcpTyqX0ITE0QXa4S3LTWt > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDDGFis7fBVdunOXcsUgDmLfFthZiFav { width:20rem;height:0;top:8.3756713867188rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #puLzowCk3kewa4JzaPNp4awTfgw3JD0X { width:16.5625rem;height:2.923825rem;top:6.3302936553956rem;left:1.7187500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0m6fdmvq2b8Ckqig6SsSAh5llOUdlsw { width:20rem;height:0;top:30.248475938721rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwLSaWJlbGL6uJO5px3wbPyDgrXxv6G0 { width:13.75rem;height:2.923825rem;top:18.5rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNzyOT4u2Td3ghWwSgp5I2bi5p7yDWf6 { width:20rem;height:0;top:46.513660251465rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XiJvzsmRbbGuWDp3afk6hNmJRi3A74Qp { width:14.874125rem;height:2.599825rem;top:30.684680223465rem;left:2.5629342198372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Breo6OXklwRbOzw2AfKZ3sHJXV4Q1ORC { width:19.875rem;height:9.6875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlM25EEAkQqMpPgaFbL28LU3x9ktDbOC { width:19.874125rem;height:10.061875rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ2WSQHT9VTWDyI8FaRF9SmIvTaJLDQZ { width:19.875rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyF9nCtwu9N7yO7r1eMMkLNf3hwKLvkg { width:19.8125rem;height:4.125rem;top:44.4375rem;left:0.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #miH4N8QBPRHdZBg7yUKtbzdDcqK8dKqu { display:block; }
 }@media only screen and (max-width: 763px) { #zlTcDsuJWdgONH6m7OAF3nnQ624BHFUl { display:flex;width:1.5625rem;height:1.5625rem;top:3.0625rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #zWeSHdmpJG0iKElox0h6MdxbS8ZtgKJN { display:flex;width:1.5625rem;height:1.5625rem;top:15.1875rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #dod8uweGqkdKTINn6C4FGcVqtpJoZd7p { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #LKOw3MA8Kht3nESpWCHLzzkXVIBnqNuo { width:19.8125rem;height:4.125rem;top:39.0625rem;left:0.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzZbtqsuV5grLCaHg4RQJCwxLusUkDN3 { display:block; }
 }@media only screen and (max-width: 763px) { #L6huICeFy9DDq1PdOIdqBfEdMu2ZO5i7 { display:none; }#L6huICeFy9DDq1PdOIdqBfEdMu2ZO5i7 > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CquOkZipdAE2XLXVgNgy9LdS8U5kTFp3 { width:20rem;height:0;top:8.3756713867188rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H12Hg7wDRwQXR0C2b99r9XLLLZRlzi4n { width:16.5625rem;height:2.92535rem;top:6.3302936553956rem;left:1.7187500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkGG3i5c2xndRnKiybPWurKRofE4RsdC { width:20rem;height:0;top:30.248475938721rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCy09fSqpw9LJnM9kVfcm7ATPIQAkzyQ { width:13.75rem;height:2.92535rem;top:18.5rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZIVeloHVL4Z0LhUODl1C21nHXukxHaO { width:20rem;height:0;top:46.513660251465rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qT1X46uyJOEOov617FXdm7HWp7BfF4lL { width:14.874125rem;height:2.599825rem;top:30.684680223465rem;left:2.5629342198372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO38LExdTgsQBeJBnJ01J6CnCdt44tJh { width:19.875rem;height:9.6875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruEUv81UwePxkVSWRNZhTfpXdleaHbAO { width:19.874125rem;height:10.061875rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnAGre6AwFzGHuhsSdD1uSm0hBwXhi0c { width:19.875rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQFoF3R6XGebJpz80Bw1DDJugdThfD8X { display:flex;width:1.5625rem;height:1.5625rem;top:3.2552089691162rem;left:9.2187502980231rem; }
 }@media only screen and (max-width: 763px) { #Anz8DKAG55Rbdv73BSHQFKcMh2fhJkHU { display:flex;width:1.5625rem;height:1.5625rem;top:15.125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #ZPTk7WIclndCHc1w27OHKCOWfvV9dc7C { display:flex;width:1.5625rem;height:1.5625rem;top:27.374133348465rem;left:9.2187502980231rem; }
 }@media only screen and (max-width: 763px) { #tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF { display:block; }#tDyGxT60NacOErTq7KkZ9AuvQdRvU9HF > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nk5CesbbkR9EBze2zOAqSQ5xn5qzclh9 { width:20rem;height:2.03125rem;top:5.2484817504883rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMGA0TeWsdrsyGtv9fzF8OpT3geE2C98 { width:20rem;height:0.0625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T { display:block; }#KNVgLRr6EMmpUXGZ3DUfvLCU0APQ3R2T > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZTb6UW2tIAGEhT35rxWLTfaTLV11Kzo { width:20rem;height:3.25rem;top:3.1857643127441rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5okBqwF7XDcLDBq9MwDmTHlD101STgM { width:19.0625rem;height:8.53125rem;top:25.297317749023rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XZuJTxTJFUShL0qDEfrKBrbOxKK7G7QP { width:17.9365rem;height:14.15625rem;top:35.94140625rem;left:2.0634765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#XZuJTxTJFUShL0qDEfrKBrbOxKK7G7QP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
 }@media only screen and (max-width: 763px) { #mMGZXvT0qyGfGk6mHJtqLcsB14NiystA { width:20rem;height:14.6419375rem;top:8.2172317504881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM { display:block; }#AyWx9W8TPVOKmXBtBKEIAno82bzqE9LM > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeGmxggQaZM0AuBxZ0sgJFFrR2VOhUWe { width:15.186625rem;height:3.25rem;top:4.1840286254883rem;left:2.4055991768837rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K7V5pW8Z6xufrOI86Ct1QCWAZTPdMqN6 { width:20rem;height:6.09375rem;top:33.0625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ME1GbBg2k0XpNfnEPePVhNnuitW3CE20 { width:15.8745625rem;height:10.5rem;top:41.1875rem;left:3.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#ME1GbBg2k0XpNfnEPePVhNnuitW3CE20 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
 }@media only screen and (max-width: 763px) { #KoHTTd2PMnP3Kk20UUXlbfNtSDvH9duz { width:10.999375rem;height:7.9373125rem;top:23.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2qL53NPLBFZudXXxX6kdOykx4gMwxEs { width:10.186625rem;height:20.1248125rem;top:11rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyf2AbAHfTuLsmF8txF6zommBGvmf96D { width:9.6875rem;height:14.6245625rem;top:44.800395507813rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHE9TZngOWOmP06Twc3X89vH6S5Sx97I { display:block; }#KHE9TZngOWOmP06Twc3X89vH6S5Sx97I > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQUs1CZ3rcx3838Ql8fsxd5i3rLsGPx6 { width:17.874375rem;height:3.25rem;top:2.685546875rem;left:1.0622830986977rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIwJ9lEzge9JeT4G0tw0UukUusrgmOVM { width:20rem;height:4.875rem;top:20.554484375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eOqFaXGwdJ7scdrCF06KRZZ0RVWuzWvi { width:17.875rem;height:7.625rem;top:28.705546875rem;left:2.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#eOqFaXGwdJ7scdrCF06KRZZ0RVWuzWvi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
 }@media only screen and (max-width: 763px) { #XGIkm4IPVx55tv6n6wKOVZ0DBwR5Gha5 { width:20rem;height:11.931919874317rem;top:7.3740844726562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiLd60TTfquT4JFlbG0trcC4QMcKfT5S { display:block; }#kiLd60TTfquT4JFlbG0trcC4QMcKfT5S > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpomZmdM5mMT5A04ASdz8NGbL689EbJc { width:14.375rem;height:3.25rem;top:2.685546875rem;left:2.8125000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNZHoPpNp18DfiFUKdCCTgyyn15annm0 { width:18.75rem;height:3.65625rem;top:27.060549259186rem;left:0.62500005960463rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UgoeuRfcayCpGUpyugBZTrnSGE78CnDN { width:17.875rem;height:7.625rem;top:31.827255249024rem;left:2.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#UgoeuRfcayCpGUpyugBZTrnSGE78CnDN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
 }@media only screen and (max-width: 763px) { #QAnwH31moFEnbBrHkCRs96zxn0enrDIx { width:20rem;height:17.81296rem;top:7.3741455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M { display:block; }#QJUVRDxRXf41wC3SCnctEyTwGNVc6M4M > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWvpSxOLUIRIbK8JHTTvPWxWcGvsXsVK { width:20rem;height:6.09375rem;top:2.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2Hz8b5rnHWT5HFbxhXcQMMo0J5TOhhD { width:20rem;height:0.062255875rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJlezhg5LbWrEl6ZfFUrheoVhLvbn2tP { width:16.125rem;height:26.875rem;top:59.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMMwthoIfug7rrd3B9sUQioSwJ5VtSeq { width:18.874rem;height:6.09375rem;top:11.001953125rem;left:0.5615234375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f7IMU4ynUqxtdybVS5SfvBa5r66DCzNl { width:19.8125rem;height:4.125rem;top:100.173828125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUEkzFRTCWhod9AcgIkToG9F5deg9iBV { display:block; }
 }@media only screen and (max-width: 763px) { #AzrFgzbFGucuGWRcdPAkskd6fJZ60CAP { width:13.9375rem;height:13.9375rem;top:82.307640625rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhFR6J25aKiS80m5dOQdnEV3D7k6gZEh { width:11.625rem;height:0;top:87.432640625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #EXRLI5WXpbtwC3oqEx1DmyW0PcAcoQJD { width:10.5rem;height:0;top:78.620140625rem;left:4.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #qDNJPZ1o0ta1uKBuGByqxULmlrxSfJnT { width:7.5rem;height:0.0625rem;top:97.495140625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVtr8txFBI6iMO3QqAPzEiC5EDFnX1IN { width:6.0625rem;height:5.0625rem;top:55.5625rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHuI9ATLbraV0yoea79sxF8ymquPLvGd { width:11.3125rem;height:5.625rem;top:101.40625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B47GpE8OUwo1kFVWR9hi1L2tB3Xufvig { width:20rem;height:4.875rem;top:20.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fLeByt9dvXIfgG70E6Z2pri6u5mcPBXd { width:20rem;height:0.0625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEE5Te46g6cTTO5OQRTOHTQTD7x8lShe { width:20rem;height:28.996125rem;top:28.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#aEE5Te46g6cTTO5OQRTOHTQTD7x8lShe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afa86504599bf5bdd99655ab801249fde2daf9a7.svg); }
 }@media only screen and (max-width: 763px) { #sPpFQhT0Laq0T7FLcwBfUSMgvvHTa2Ti { width:20rem;height:7.8443113772455rem;top:17.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmqLSFpW57QFCAiBXB78Gsxw6mTw1EsC { width:9.8125rem;height:5.25rem;top:75.75rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLLR6wIVRtJFC1S3AAkNk3pZd559DieX { display:block; }#TLLR6wIVRtJFC1S3AAkNk3pZd559DieX > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZADpH2meXw2fFFNVBIkONIa7ZL3gSzM0 { width:20rem;height:5.84765625rem;top:2.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNv01XwTT1Wdnvxi8PcVHI7nHkrucnWF { width:20rem;height:0;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #urNJGRI3pbkiTZGkLeJ2VTVOUEO3qZyJ { width:18.75rem;height:53.25rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU3AIzDcmEEUGaeXhzEQL4WvyGfNqHPG { width:12.5rem;height:0.125rem;top:25.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKqvGM6veyqfUqdE2OlP2APoKRtsttcG { width:15.5rem;height:4.546875rem;top:19.5625rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iJ8fCPZIoQhyDRoCploZU0V4SZS0okB2 { width:15.25rem;height:2.923825rem;top:15.2646484375rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y586A1tQPkTLWBc72wZ1Qq0vdJJFVgmp { width:16.625rem;height:36.875rem;top:26.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD { display:none; }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row .container { width:20rem;height:83.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IgPo6thRvFmpIzvyvcDJtJeZBsBITDEf { width:20rem;height:5.85rem;top:2.87353515625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvCRo1EM9dZ2JlCXfDyk3itJJTflARyQ { width:20rem;height:0;top:10.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #WMPzoh424aX05mgC0nhW1TJNBm9iS5Pb { width:20rem;height:0.0625rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2OrxDpAMMqdJPoiI0tdN9zvQd14PVrx { top:75.811767578125rem;left:0.50048828125rem;width:18.9978125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFPSQnUaFTpNlITI9WPMcIIH2uARX1LD { display:block; }
 }@media only screen and (max-width: 763px) { #Xm7bsa8qSL3FJbunmb6JNwBiQUFONLOP { width:19.0625rem;height:1.38125rem;top:40.9375rem;left:0.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #di1TMGV75Me6GtLw7cITGTtIOoX9V8zh { width:19.12475rem;height:6.90625rem;top:12.5439453125rem;left:0.875244140625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #tzNopb7WiqOFT5TXBM74B065eEa8QbiE { display:none; }#tzNopb7WiqOFT5TXBM74B065eEa8QbiE > .row .container { width:20rem;height:80.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NXr6ghwgtstUTaomubTyaoEfTZatA7Fy { width:20rem;height:0.062255875rem;top:9.935302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBO0TrxsiMbTbgQuX8aeGFIQnhMAmbC6 { width:20rem;height:6.09375rem;top:2.7490234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LdupWU5OMvfz1n9mMDDaxs6WfOpaqqkg { width:10.5625rem;height:4.4375rem;top:42.7373203125rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtVJEJgKbTdnqLTtnW3MfzPrUNwG8x8P { top:71.4873046875rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkSTlkugcL8A7QePwykHeOAvq6ONG5Tb { display:block; }
 }@media only screen and (max-width: 763px) { #JwG3CUaSbv5BToZEziE4myAUGppDnT53 { display:none; }#JwG3CUaSbv5BToZEziE4myAUGppDnT53 > .row .container { width:20rem;height:147.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kJ966bSc63qcZHoEg8kHy0MDbNvNrbT9 { width:17.68675rem;height:28.374rem;top:12.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJwBR2ayuTaJLHTOvafPSLF5XDhRTOdH { width:17.6875rem;height:31.125rem;top:42.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIzKLTZbRvTu1kMlKpVn9gRXFT9vVkvc { width:17.6875rem;height:26.5rem;top:75.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs3chOcoaF3M21aP6TTcoMRaOHv6vUlo { width:13.1875rem;height:3.898925rem;top:23.5625rem;left:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btkfvFphKqmKoV8MCmGEryQTwKuQxuSL { width:15.2478125rem;height:1.9494625rem;top:54.8125rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHU7im1OXw2zHAPL8Z3VgweAhgngcnd6 { width:15.06225rem;height:1.9494625rem;top:87.9375rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf5b6h4BIPpx28HvfgbCBgKzvCkD7B0h { width:17.68675rem;height:30.68725rem;top:104.49829101562rem;left:1.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi0gOVkTk6vN5DnhQIoMrmNObbyN8fH2 { width:16.8115rem;height:3.898925rem;top:116.5625rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvVxMAgHbIqWs7T3ZIOqA721KRLDnZTc { width:14.4995rem;height:9.0918125rem;top:29.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUtUwU5Re7ZDsd761bM4mLNX4J6Kh52N { width:14.4983125rem;height:9.0918125rem;top:60.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQw7HyIR0kbwGfUi8QI7a3ITihfRsdTr { width:14.4995rem;height:6.494125rem;top:92.6875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odZvQTZXgCAyP37bAno5iuR3bc3OIdsu { width:14.4995rem;height:7.793rem;top:121.375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5tw8aS8b9HpOTHaRf6JwZsdnvvb5VgT { width:17.5rem;height:4.311525rem;top:139.580078125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNbflSsZcpOEFJqRuvxgSGG8xPRbsGC9 { display:block; }
 }@media only screen and (max-width: 763px) { #P5wPlPh1TEMIVG44zUb9UUTPr1yKFGFI { width:20rem;height:0.062255875rem;top:9.935302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZXnJlkrIAmllgdk4xa23Uo22PSCfffu { width:20rem;height:6.09375rem;top:2.7490234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfvcpmzIqFtk4yVMLvhxF7Kw9uTKX4T6 { width:14.8108125rem;height:9.80225rem;top:13.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2nIR2wf3rwNTEp5OJTGmGeV63AECAAW { width:12.0605625rem;height:8.61575rem;top:44.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8RIzrZ7QmzvskKbP6nqJ5SLAIpvhFn9 { width:12.0605625rem;height:8.3264375rem;top:77.501220703125rem;left:3.968505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfPPnnUdivQu7eia50zunehR1OXclIW7 { width:10.5603125rem;height:8.161625rem;top:106.43798828125rem;left:4.71923828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDhI58wTOi3cVHAToLWPRVFenqmISaVu { display:none; }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #arclZiFedEUvUvioZrPPXg9EkF8pxT1m { width:20rem;height:1.4619125rem;top:1.749267578125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQ89RfLQLVCdIaFErm2acsEFMyQMT6Ec { width:20rem;height:0.0625rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqSTAehLvq1u4Rebvb4TOuTcgFN5mJEs { top:71.625rem;left:0rem;width:18.9978125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZNs6Zv07p3xR2iRFVcecKvUZeQ9Wkdz { display:block; }
 }@media only screen and (max-width: 763px) { #DV3hRiqduBecWJrJkfmOwZ8HhHzSyKIw { width:20rem;height:24.536125rem;top:10.810546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfWTikKJcQ1QQvqXxS4OdnIPGMAUlzIC { width:16.74925rem;height:2.03125rem;top:3.759765625rem;left:1.62353515625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w816pQnryCM0MQRqHToIKmhyVATreenu { width:20rem;height:4.142575rem;top:40.206298828125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IzTeCyxmF1CoENL6eqD1eD83T9bEX98a { width:20rem;height:20.6474375rem;top:47.744140625rem;left:0rem;font-size:1rem;display:block; }#IzTeCyxmF1CoENL6eqD1eD83T9bEX98a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
 }@media only screen and (max-width: 763px) { #uwCstW7zEL7iee06zFDTRcDTP9rBw0OB { width:6.875rem;height:8.9375rem;top:76.125rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T383vVzLBdmezUdEvcOmSRudGedoALNQ { width:20rem;height:24.812rem;top:11.9970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkdK1NWcBTNqxx2qKsmmAsQkPTaTzG6s { width:4.6875rem;height:6.25rem;top:78.9936875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA { display:none; }#tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA > .row .container { width:20rem;height:68.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HheEZqmnma8Z7WqIxX3FvZxeZ97W0LeF { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMPQMKGGQXNka1t4cqDrVer64IQThF4Z { width:20rem;height:0.062255875rem;top:10.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s94Aic0z2fxd0D9UfGzRshu9VB9qL3fV { width:20rem;height:6.09375rem;top:3.84765625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItTE9AQ1ieB6kO5VmmzI3tZyne3Gxtu1 { width:18.75rem;height:27.6171625rem;top:12.340087890625rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yJ5T5IxgMDUHz2MOdTwW7JmzsqxN079t { width:13.999rem;height:22.8125rem;top:43.560791015625rem;left:2.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9dLSd1q2egez9eQwEXSRQqLs8McSAot { width:12.1875rem;height:13.3105625rem;top:86.11378125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI { display:none; }#HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI > .row .container { width:20rem;height:68.499267578125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #euzkLFIJSb9rBK854vXARHifIEpHH7ka { width:20rem;height:2.59874375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G60BUpfOOTPbMV5bJL6o5Md6eZJCt5z4 { width:20rem;height:0.062255875rem;top:10.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwZC3fidqyN1eNKlQJSwU1wCtS465FDM { width:20rem;height:6.09375rem;top:3.84765625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Er4N7MFN0UzM0vKih6m8NDoCnCoxzMGg { width:18.75rem;height:33.124975rem;top:12.340087890625rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oTX1ry0fhxeCNZ6vcpOQBUUDHTQeCod2 { width:13.9980625rem;height:22.8125rem;top:45.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmoeDJd041QNXMtJM4XXsEritfeEcdPk { width:12.1875rem;height:13.3105625rem;top:86.11378125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf { display:block; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf { display:none; }#wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf > .row .container { width:20rem;height:148.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AHzLETDChCmttkrNqB8ImhHCSSZH4sTZ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HpXt62TVTyDmMVkB0tJ0IgngkxWN5AP6 { top:19.998779296875rem;left:1.25rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io71NJM0vTgHhgv6NJ3rCaRWNb7FgZHA { display:block; }
 }@media only screen and (max-width: 763px) { #D0Jwqa0Cg8M270bmQx3pBCWESpW5tvXg { width:18.9355625rem;height:8.75rem;top:8.28125rem;left:0.531005859375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iAgwKVxE1Z0E1UHBAGuA4fJREfVOwiQ0 { width:20rem;height:2.5996125rem;top:4.9365234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5Czsr286WyCUoVhCrJTQAffwnSlfugo { width:17.8125rem;height:5.9375rem;top:47.7490234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPua0tgHkIayNhohUy60RlHfeeed7GyV { width:12.5rem;height:1.4624rem;top:49.2236328125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUaJ62ihgBaCw1pv7SkUq7P9M7qO9qzO { width:17.8125rem;height:6.5625rem;top:54.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4vWNK628f4zGTpkI0fKolrOEnKw3pkV { width:17.8125rem;height:6.25rem;top:62.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zccx8bmvhFAX9w2xkVqLq0BU92hfBxhr { width:17.8125rem;height:6.6875rem;top:70.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbaHugr2L8tc5O8DNrZkT5MoFchrvq9W { width:15.4980625rem;height:1.4624rem;top:56.3125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drzu22wZEZvct1EH2KaiJiUQP7XGcaQQ { width:11.1230625rem;height:2.5996125rem;top:57.75rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2NQ31zwh9PRhvlTMmtmrOC9FAaD62dZ { width:15.7495rem;height:1.4624rem;top:64.125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V68qSZp7f9WmgTO4z1qSxJX8TKfPb4HH { width:11.12425rem;height:2.5996125rem;top:65.5625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNCNdWJVkvGfJUOA4vwAHtlpQE4PJLd8 { width:15.4980625rem;height:1.4624rem;top:71.75rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWvQu2TB9xMC2tqdQBhxKCMpmW8zDU5M { width:13.31175rem;height:2.5996125rem;top:73.21044921875rem;left:3.34228515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLvZWkpSV4xGmSiDVw7PQl5hAyAFfXLM { width:12.5rem;height:2.5996125rem;top:50.606689453125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGW7xyQ1XQ174tUG9poXwRROGeO2oqz1 { width:20rem;height:17.886497064579rem;top:120.937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5sA6I6CpG2WIASO2LxnFz2rUs71ELGP { width:10.6875rem;height:2.5rem;top:78.312rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhCboX6nKCwnrZnSsBaW8KeEQMKL71u0 { width:8.875rem;height:0;top:78.7495rem;left:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsAukwFgkXv9SXeAaBRC7kO3a6SiclLL { width:20rem;height:0.68725625rem;top:18.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlxZU9n1l2U3F4SPbXH72gxLSHzni5PJ { width:10.75rem;height:10.75rem;top:136.187rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLP834sADdd9UAU2f0UemoxHHLbXbWsP { width:8.5625rem;height:0;top:82.062rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViTaV9xdVXpUPAn2P699xTTdbA8lJIrd { width:8.5625rem;height:0;top:101.4995rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN { display:none; }#GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rJ4x6nuqQlF5cP0WmS8kW6bks8fPQfiU { width:13.31175rem;height:2.5996125rem;top:73.21044921875rem;left:3.34228515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ { display:none; }#kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ > .row .container { width:20rem;height:92.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BFUuXDSbM5pBympVqZxHkVh2C5tSwVmq { width:20rem;height:12.994375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b01ZGd7UettFy1XvJd6KaqPHH0a7q03E { width:20rem;height:23.4911875rem;top:15.4980625rem;left:0rem;font-size:1.25rem;display:block; }#b01ZGd7UettFy1XvJd6KaqPHH0a7q03E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cebef684-bc88-4604-9705-970e45c663de/Vector.png); }
 }@media only screen and (max-width: 763px) { #SifgToL5ydNtbbt93vTW7lkNGMJwIcyd { width:20rem;height:23.672566371681rem;top:38.7480625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zck1vIODgibbtfgh2kPMZ40cqCP24JD8 { width:10.8125rem;height:10.8125rem;top:63.6699375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmUoAaOtPtxZE9cyiJXxLeNzpuS1ZyPV { width:3.25rem;height:4.0625rem;top:65.123046875rem;left:8.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLvuC5HSa1T09y0wGyuxEVDkLb8E5muf { width:9.9375rem;height:2.4375rem;top:68.669921875rem;left:5.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbvTkHQh8nTviBsg4KxWvQXzsvoxWSXl { width:17.5rem;height:4.3125rem;top:75.7324375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne4rahnQs8UDdtOLLuaUtI4akpU13zdo { display:block; }
 }@media only screen and (max-width: 763px) { #UMMJ70ypOSPOaOAtQ6zQHnkITa0gXVKX { width:9rem;height:3.0625rem;top:81.2949375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzoD9L25TTEHEHTdmteykRu6z4vWS4NL { width:8.9375rem;height:1.625rem;top:85.6074375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNX77pB3GTMEoSdsNHWtkfKoes8T76aG { width:20rem;height:2.9223625rem;top:88.4824375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vr5815XK3GaVcDFzskDeDExlOT6PFTDl { width:12.5rem;height:0.625rem;top:17.625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zv8pscitqkB6Tly15dPOw98nhvKqwSET { width:12.5rem;height:0.625rem;top:22.375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeA6EThgNroLVDF54E1RDyXKkarU00I2 { width:12.5rem;height:0.625rem;top:27.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D { display:none; }#HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D > .row .container { width:20rem;height:85.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lTig2MSXMCF58g7h3t9LRQ1hQNfUdwU7 { width:10.3125rem;height:1.625rem;top:0.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw73yRfPLLXUv3sVSo0mZl3SPTBDMxsx { width:20rem;height:0.0625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGx2Q26A8K1m1rtrrIDX7MhmEXdtsT1C { width:20rem;height:5.19775625rem;top:2.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WW4R5TRANqvKk2pcfK4VTUBs8ofJKHdV { width:20rem;height:42.2437rem;top:9.947509765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xC5F2CvZIcv3feG7EhRoQIFyMPmG9wiD { width:17.5rem;height:4.311525rem;top:55.135498046875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll8QWfkCXyA6laVGboFLOb9NBxuVu9ez { display:block; }
 }@media only screen and (max-width: 763px) { #g0LQeTignNtCCxEwlbRpAqHWJurTRg2P { width:20rem;height:0;top:60.697023046875rem;left:0rem;font-size:1.25rem;display:block; }#g0LQeTignNtCCxEwlbRpAqHWJurTRg2P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc9bad2-933b-4d1e-9885-340273391950/arrow.svg); }
 }@media only screen and (max-width: 763px) { #zmIN0DU11JXAIaVZQu5mGcrx1EhVrTq7 { width:20rem;height:20.748663101604rem;top:22.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #elbGxxU0yOGhpZm1RrELfMrs5n8SRluz { display:none; }#elbGxxU0yOGhpZm1RrELfMrs5n8SRluz > .row .container { width:20rem;height:161.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ktdOBLsTlyfIEPX395Q7E4Om34iPJJF6 { width:18.875rem;height:6.74926875rem;top:22.3125rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fw4qCU0i3T7JNxcsypPrMHyEFN2fDrzF { width:20rem;height:0.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRbFt3XQlrHd6V8A9687GfBZyOib9a4K { width:20rem;height:20.3723125rem;top:31.625rem;left:0rem;font-size:1.25rem;display:block; }#pRbFt3XQlrHd6V8A9687GfBZyOib9a4K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #poTpyXM3PCtJSNl0JFxrEmp6GSInDVMV { width:18.875rem;height:6.74926875rem;top:76.9375rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GqfMyck2uw5BZ5AZCct41ch841nRG9CE { width:20rem;height:0.0625rem;top:84.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 { width:20rem;height:18.7475625rem;top:86.25rem;left:0rem;font-size:1.25rem;display:block; }#Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #ozIMg0OUzPMo5Pd12FutgByt5W3DsOUh { width:18.875rem;height:6.74926875rem;top:128.3125rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWOw0G7yuDKsAe7Xx4VnUQwuzyhgQ0TS { width:20rem;height:0.0625rem;top:136.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 { width:20rem;height:20.3723125rem;top:137.625rem;left:0rem;font-size:1.25rem;display:block; }#h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #U0Zc8pk120EOWAV4Bf2dB2bTioNEmbtL { width:11.25rem;height:16.5625rem;top:107.7490234375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfzqCJoS2gOxRfVb9e5HtMalvlFH98VW { width:13.562rem;height:19.161375rem;top:0.80810546875rem;left:2.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emumFlIVXmx8pAJ5VdQoIEgQrVNaEnPW { width:11.31225rem;height:16.5625rem;top:55.5615234375rem;left:3.997802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH { display:none; }#Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B3EpVTc5n8r01wTOpJIrx0mtaVyEeyOi { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF { display:none; }#TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF > .row .container { width:20rem;height:161.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p5SnJvsd8nJhptQdOw04iSX2tVEehT1p { width:18.875rem;height:6.74926875rem;top:22.3125rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfuhUioByuPtI1RbNHa0M286i3ZnE8eD { width:20rem;height:0.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drtG0I5N3fDMNyABXNf0uh7rlkED1drX { width:20rem;height:20.3723125rem;top:31.625rem;left:0rem;font-size:1.25rem;display:block; }#drtG0I5N3fDMNyABXNf0uh7rlkED1drX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #rXTrAOHnJPTkKHxb9bwn4B9UZ3Zwp8xT { width:18.875rem;height:6.74926875rem;top:76.9375rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MN7M62yJKDt3WmiK8ITh0uXstfp4Bff3 { width:20rem;height:0.0625rem;top:84.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX4ls9OZBeOecVZBZtzORxUhseEgcaKp { width:20rem;height:18.7475625rem;top:86.25rem;left:0rem;font-size:1.25rem;display:block; }#eX4ls9OZBeOecVZBZtzORxUhseEgcaKp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #gN1FGym2ZLw5l8B8NcNuJlpJMmw4V5aa { width:18.875rem;height:6.74926875rem;top:128.3125rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtkXV6bEe2IyInZnJ8leX1G8D9vmh2GK { width:20rem;height:0.0625rem;top:136.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW { width:20rem;height:20.3723125rem;top:137.625rem;left:0rem;font-size:1.25rem;display:block; }#aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #C08WAxazeZQgOuJsGbCFAuLbMgNaogOh { width:11.25rem;height:16.5625rem;top:107.7490234375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQTPww3vuwS54fecN0obvRlyd3mOfwxd { width:13.562rem;height:19.161375rem;top:0.80810546875rem;left:2.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9eT78VNFIDuzz081HMcBIM3leB7aKTu { width:11.31225rem;height:16.5625rem;top:55.5615234375rem;left:3.997802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu { display:none; }#ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N6fnhikTMEUM6Dq601D5GdQXEEZK9Cp9 { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt70gcmwOnaDo6mCvZMnPXpPnKzVWJQn { width:20rem;height:5.35766875rem;top:7.69921875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfLogdtU26OwExEfUJ75lEUG21tgvLz4 { display:none; }#VfLogdtU26OwExEfUJ75lEUG21tgvLz4 > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T7CAoqFNkHf0vvkn6MIKiUxb2Ur3HE5a { width:20rem;height:16.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk { display:none; }#a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LSPzLyIdlPcSXG2pGePkceBsK4fNT3f6 { width:20rem;height:6.8261875rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buGIAEabri5T0qw5B8t8Re1cgqhT2b4A { width:20rem;height:0.5rem;top:5.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 { display:none; }#RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 > .row .container { width:20rem;height:96.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #knhhSAP6Qt7Ol73TV8AtJNiqXZrSkUT0 { width:20rem;height:7.796625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqA0IsR8mTzuKTCe5b0ztUMzlBJBGTt1 { width:20rem;height:9.7485625rem;top:10.297875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk { width:20rem;height:34.245625rem;top:21.297875rem;left:0rem;font-size:1.25rem;display:block; }#qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #TbQTEqab3f4eCoXu6ZdfDddTwbvLL4ak { width:17.5rem;height:4.3125rem;top:90.1728515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkFNxWyG75TNglskwLshwPURksFknqsd { display:block; }
 }@media only screen and (max-width: 763px) { #egOEKnE4KkLU04ivWMJgsqtCvF1NNSEH { width:20rem;height:32.0625rem;top:58.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN { display:none; }#CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN > .row .container { width:20rem;height:96.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r1fPaIBxIC74LSOM8iltvPA2eI4FlnDX { width:20rem;height:7.796625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtxrL23zWzNqAzCSuT1SybSlTZbE1t2 { width:20rem;height:9.7485625rem;top:10.297875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT { width:20rem;height:34.245625rem;top:21.297875rem;left:0rem;font-size:1.25rem;display:block; }#D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #ZnuBb2r7B5RnkBvPTxTlqwdvHcBa8Mnt { width:17.5rem;height:4.3125rem;top:90.1728515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSTxwcxCPEId7AM7Ki4A2e24cx8wm12f { display:block; }
 }@media only screen and (max-width: 763px) { #NQKqqasvoynQxN3AN0k14MCyThS53Wqm { width:20rem;height:32.0625rem;top:58.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT { display:none; }#Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qTaf9U0i7T8KnuUZ70hKA6JiWwVgpJs2 { width:20rem;height:6.494125rem;top:32.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL { display:none; }#AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tp0szV9RrAeBIStDXMWMpxOeOs552uSf { width:20rem;height:7.796625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2xMKMPqfLJUnlPuXbf53xNKGWIpmlU0 { width:20rem;height:0.44444444444444rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #abtsttGNaHTVZuPVuNbmGd0VwgeLnsXW { width:20rem;height:3.2495125rem;top:10.2954375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a { display:none; }#woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a > .row .container { width:20rem;height:134.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k0O8OHHBwrwMcK3Nesho0N4LoP2ZZ0uR { width:17.6875rem;height:28.375rem;top:1.25rem;left:1.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG4WLG5ZzepKHPbiKRErNl8NVkr3aZ9w { width:7.125rem;height:7.25rem;top:3.375rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd3vALxoWb2IsH1itevdQ1zirJEPxXKQ { width:17.6875rem;height:31.125rem;top:30.999267578125rem;left:1.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLfwl7EwwFurND05KsqCvNlEAaVPWZOC { width:17.6875rem;height:26.5rem;top:63.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFA76t61mplkceIVCoQdMhl5oylhyXl7 { width:9.9365rem;height:9.9365rem;top:65.311279296875rem;left:5.030517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfwUxK4vJlC1AHtDqJZ4Kis1Lnoq0v4E { width:13.1875rem;height:3.9rem;top:12.8125rem;left:3.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #um2WTDL0rU9ypTFwm0Fh5sGCq4cKa5bo { width:15.2478125rem;height:3.9rem;top:42.98583984375rem;left:2.37548828125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoNZI5dPMKoGlaXwLlHoBK3WRvaSTHmG { width:15.06225rem;height:3.9rem;top:75.78857421875rem;left:2.467041015625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTvtoRaRo8WZUG6P9TsnTAAAmAOFm4Vx { width:17.6875rem;height:30.6875rem;top:91.25rem;left:1.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcPaGkCKlKx8vuAmvN0wd9tEIm0tBTt1 { width:16.8115rem;height:3.9rem;top:102.83935546875rem;left:1.593017578125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3egTvw5qlRHL5bIgV2TXcap0u9c0uP { width:14.4995rem;height:9.1rem;top:18.6865234375rem;left:2.7490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6K96GQXCWeUKWuQeHA54OM1yNTpt6e2 { width:14.4983125rem;height:9.1rem;top:49.061279296875rem;left:2.750244140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkWxpOMe9yBiqE5B044ehiRAPT1c0I9H { width:14.4995rem;height:7.8rem;top:80.5615234375rem;left:2.7490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAWVgaIpsrn1ygzX57oXn6tkV42Lf0R { width:14.4995rem;height:11.7rem;top:107.62451171875rem;left:2.7490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP1iVlR56qAATlhHEaiFQnbq9ZBzv1U3 { width:6.499rem;height:9.1284375rem;top:91.995849609375rem;left:9.075927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWAFgkNABgCsuKbDZk1XZmwURgERDtf7 { width:7.25rem;height:7.25rem;top:92.935791015625rem;left:4.498291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leC0fB0c4vLHyg1TrmlE2mxFglkS95qe { width:10.9985625rem;height:7.1875rem;top:33.372802734375rem;left:4.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqTCTcFhEr6vGtv3wddSVAiDCuth6e7x { width:17.5rem;height:4.311525rem;top:127.0458984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOMzafQ4f87AuJ7paR8FuWM2KopQE7gf { display:block; }
 }@media only screen and (max-width: 763px) { #FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 { display:none; }#FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 > .row .container { width:20rem;height:101.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JL0Pc880NH8yVzK4E6bFa0JGDTclo0t6 { width:18.0625rem;height:14.29786875rem;top:13.41015625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MnTTyGnOqZAfxHgtVVcAzSSBdVvGv0sK { width:5.0625rem;height:10.39845rem;top:28.95803125rem;left:7.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opCu62whrDemteoFDNMxJLeLBD6EQtr4 { width:4.1875rem;height:10.39845rem;top:71.54396875rem;left:7.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vytOOkXTX5msvBSWJIHVakuLUugIE5IO { width:7.1875rem;height:3.8994125rem;top:8.26171875rem;left:6.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9NrJ3gyt65x6Le1D3TOFncZRhXwLhKS { width:6.6875rem;height:3.8994125rem;top:86.56740625rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIXEImXRR11o2s5uAhEKLy8H1eLbKPbQ { width:7.1875rem;height:17rem;top:83.19240625rem;left:6.375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #dIeH5Sx5d2aqEIZfpabL70z7UniKulbn { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8y5x1IpPC0BwaprzH9v0Pg4HH9h3nwi { width:20rem;height:0.125rem;top:6.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsG0S3dpSeusTtwtkr2RbVBwJqPPK6zX { width:7.0625rem;height:0;top:40.60646875rem;left:6.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWToth8uZ87EHvPg0VVgohgtwcLekCxf { width:7.0625rem;height:0;top:50.91896875rem;left:6.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEmhRcfz5ESVKqR4R7FdJVxTGXpxxfaI { width:20rem;height:0;top:61.23146875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppuJu71P7uyZU4Rpf7461dNQ2ePJ64uI { width:17.5rem;height:2.3125rem;top:1.8447914123535rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRrJeQigRJcCL8DzTSJ6FWcDiOCLIQ7U { width:18.1875rem;height:1.4625rem;top:2.28125rem;left:0.90625005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 { display:none; }#aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 > .row .container { width:20rem;height:135.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VHfcR9F4mqy75EixJWJT6TWbUurIm8kT { width:17.6875rem;height:34.25rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6JZxPZ2TahQmXFSV26aPUHA4t044bD0 { width:7.3125rem;height:7.3125rem;top:3.375rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUMFqHP8TJJTqugyGZzi9MTtcPWUCJkS { width:13.1875rem;height:7.797875rem;top:12.8125rem;left:3.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrcgQrRckkyW2JMUXZTT3DctEtaMBa7P { width:14.5rem;height:9.0918125rem;top:22.125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBvkmzfEQlHJv8AXH1TetSECa81lGKq9 { width:17.6875rem;height:25.5rem;top:36.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXoOame8QeAmS2meSk02puhgrXfouFcG { width:14.5rem;height:6.494125rem;top:53.375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT2RsipVm2icyE0coCNNwuLTTVOol85v { width:13.1875rem;height:3.898925rem;top:48.25rem;left:3.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC9ms8OQ5ab4nCA9wVQpowlfdSMNeRhs { width:6.9375rem;height:9.0625rem;top:37.9375rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoJmVNDsI46ZpU4ROpuH0etl9mpg5HWv { width:17.6875rem;height:26.5rem;top:63.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLfzM2GoICK6XRI5ClwgMQXFcoMLFcH8 { width:14.5rem;height:6.494125rem;top:81rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU1fdA3BdBC6Kv2CfLOx2qT8dLFxiTE9 { width:15.0625rem;height:5.8483875rem;top:73.1640625rem;left:2.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpF4y18F4dx4JxatJE6FzBpcoqTTrU0s { width:17.6875rem;height:32.5625rem;top:91.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA0PHylzxMUxx8Cxgdd5DpDOuo6TxSkg { width:14.5rem;height:10.390625rem;top:109.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZQegIwbb4wWyb9O4Jv5C3wRMroIKPdQ { width:16.8125rem;height:5.8483875rem;top:102.15234375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN77mvMDasNR0t6Ew1WeKHHlJJTZ7xXR { width:6.5rem;height:9.1292134831461rem;top:92.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0F6K4TKOitogchFAEcfMKDdfuTX8hv2 { width:9.75rem;height:9.75rem;top:125.06225rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swJASCl3VTVuBxcNt7rZWmll7FxSdtAH { display:none; }#swJASCl3VTVuBxcNt7rZWmll7FxSdtAH > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #etKTFWeZdNEUntaTtvV6uHUSgmJiu9Vp { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENkSNNRzNSE1J6S22TTamXDFIlRLPNkg { width:20rem;height:9.7473125rem;top:7.69921875rem;left:0rem;font-size:1.5rem;display:block; }
 }