.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:235,236,221;--color-primary-1:187,192,142;--color-primary-2:119,129,29;--color-primary-3:60,65,15;--color-primary-4:18,19,4;--color-secondary-0:248,239,236;--color-secondary-1:231,203,191;--color-secondary-2:207,150,127;--color-secondary-3:104,75,64;--color-secondary-4:31,23,19;--color-tertiary-0:217,225,229;--color-tertiary-1:129,157,167;--color-tertiary-2:2,58,79;--color-tertiary-3:1,29,40;--color-tertiary-4:0,9,12;--headlines-font-family:"Satoshi";--paragraphs-font-family:"Satoshi"; }body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #868d4a, rgba(134,141,74,0.8));background-image: -moz-linear-gradient(180deg, #868d4a, rgba(134,141,74,0.8));background-image: -ms-linear-gradient(180deg, #868d4a, rgba(134,141,74,0.8));background-image: -o-linear-gradient(180deg, #868d4a, rgba(134,141,74,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d4a', endColorstr='#868d4acc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868d4a', endColorstr='#868d4acc' );";background-image: linear-gradient(180deg, #868d4a, rgba(134,141,74,0.8));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { background-color: transparent; background-image: none; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container > .video-iframe-container { display: none; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row > .video-iframe-container { display: none; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .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); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { border-width: 0; border-radius: 0; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#tOmNun3C8J2qDTzFUPFZ2DWcvLAT3oyN { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.2939453125rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#bJtBRJ8LZ79alT7GBMEOLNs0DhvNW56G { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.78759765625rem;left:0rem;height:9.34325rem;font-style:normal;display:block; }
#zvdOIoATTdLBzAqosuzI5eA5rhivMPwl { position:absolute;display:block;z-index:15016;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.8125rem;width:19.375rem;top:3.2939453125rem;left:36.25rem;overflow:hidden;display:block; }
#rWdy0LdhWP3UpJmBUW2kaiC6SaDimBE4 { background-color:transparent;background-image: -webkit-linear-gradient(62deg, #cf967f, #cf967f);background-image: -moz-linear-gradient(62deg, #cf967f, #cf967f);background-image: -ms-linear-gradient(62deg, #cf967f, #cf967f);background-image: -o-linear-gradient(62deg, #cf967f, #cf967f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf967f', endColorstr='#cf967f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf967f', endColorstr='#cf967f' );";background-image: linear-gradient(62deg, #cf967f, #cf967f);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: 0.1875rem 0.1875rem 0.3125rem #aaaaaa ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.8564453125rem;left:0rem;display:block; }
#lOXVz4GpwzEsynklZu8KyyXCxDvd8WyV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#868d4a;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; }#UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw > .row .container { background-color: transparent; background-image: none; }#UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw > .row .container > .video-iframe-container { display: none; }#UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw > .row > .video-iframe-container { display: none; }#UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw > .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); }#UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw > .row .container { border-width: 0; border-radius: 0; }#UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#avyrHTPXQyRxIJDfiPedxi2NtTb4ay4T { color:rgba(var(--color-primary-0),1);display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.375rem;left:5.1875rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UE8apzPTK50IiwbqQLK93d8PdTZkZVGN { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:7.6875rem;width:13.5625rem;top:17.375rem;left:1.375rem;display:block; }
#lDxQf71uVfAyNcTm4G5Ia1JtIGLBBGrf { color:rgba(var(--color-secondary-3),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:19.875rem;left:5.9375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oEGTLWnzspHorN6oIWTRN9H9xoakPQWs { color:rgba(var(--color-secondary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.3125rem;left:5.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kbqVVxOTMFLyZ1otEidXVF4xXqdS8VtL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:18.3125rem;left:2.5rem; }
#NVZlNRDRcX7Peeb19tlXm6zXLnLK8lBw { color:rgba(var(--color-primary-0),1);display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.15625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RiK1yrtz7QrKamyXhdn9w7m0u6ct7XgT { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:7.6875rem;width:13.5625rem;top:17.375rem;left:16rem;display:block; }
#bozrdTWKEtoJUJwJbqX9WIvnRpWP5kmo { color:rgba(var(--color-secondary-3),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:19.9375rem;left:20.5625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RxtlB3VwpMD3IIQWRFo5gQh294ZOhyvZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.3125rem;left:17rem; }
#qO1dyKnPZCokT1WCFUaIU4bsPaAFGESx { color:rgba(var(--color-secondary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:18.3125rem;left:20.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CAZFITfNT1Hs0zZVtdLv7DuOAwiQWzLA { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:7.6875rem;width:13.5625rem;top:17.375rem;left:30.4375rem;display:block; }
#DxKwcLIEi6V2Lk5tK8VQT42aVsOMCx1x { color:rgba(var(--color-secondary-3),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:19.9375rem;left:35rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNr7QbxMOGA3tiH9eHbDtcc9kswZf3IO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:18.3125rem;left:31.4375rem; }
#BTd3T7TvTsxuttLRXB8QUPcPqQdpLc4a { color:rgba(var(--color-secondary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:18.3125rem;left:35rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XGoIkdW3enIFbhfhucZcKx3Kc5zuHuPM { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:7.6875rem;width:13.5625rem;top:17.375rem;left:44.9375rem;display:block; }
#SkpU4hHXyE1oTmRQaFVpXpAycUHWTHAc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:18.3125rem;left:45.9375rem; }
#g9FSRXCnTNQxaVUHK1ETB2xqgeDH52iV { color:rgba(var(--color-secondary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:18.3125rem;left:49.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UVfZpKJ8qwaIamG4mRD1SHWlUbnhJBak { color:rgba(var(--color-secondary-3),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:19.9375rem;left:49.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo > .row .container { background-color: transparent; background-image: none; }#Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo > .row .container > .video-iframe-container { display: none; }#Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo > .row > .video-iframe-container { display: none; }#Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo > .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); }#Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo > .row .container { border-width: 0; border-radius: 0; }#Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:60rem;position:relative;display:block; }#LWaVFlL8yGm9APWrxcz3Q9kPTzAoHH2v { color:rgba(var(--color-secondary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:19.8125rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mK69Xxd7katrz2nfWUtLMk252JwNy6oM { color:rgba(var(--color-secondary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:24.3125rem;left:2.625rem;height:15.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mK69Xxd7katrz2nfWUtLMk252JwNy6oM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mK69Xxd7katrz2nfWUtLMk252JwNy6oM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#ALml3Vut1fS6DeOz78n269EKphHmVF0g { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:29.25rem;width:28.125rem;top:16.4375rem;left:0rem;display:block; }
#TMhx2GEiwfloItARFVsgL8U5BPkLMnuH { position:absolute;display:block;z-index:15000;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.0625rem solid rgba(var(--color-tertiary-1),0.31);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.31);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.31);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.31);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:29.25rem;width:28.125rem;top:16.4375rem;left:32.0625rem;display:block; }
#um3SZdrlSTWwHziEWV5V4VhZACgiKGfT { 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:0.625rem;width:1.125rem;top:20.5rem;left:11.4375rem;overflow:hidden;display:block; }
#sWBHLOBM63aoL8lKBmPlipmf3zHsLF2T { color:rgba(var(--color-primary-3),1);display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:1.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FuVULFuTXA7AeUksX88QSp5S6yweD7TN { color:#585858;display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:7.8125rem;left:1.28125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWl08qCLi8dUyRiU3zREvTKsFE8XUspu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.724609375rem;left:3.25rem; }
#flXVG14tPQlb90iyLtT67R0SlXSZCbIi { color:rgba(var(--color-primary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.875rem;left:38.5rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O20n2v9zGGu6g6tqckFBei9Fl5hHHtMo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:19.25rem;left:34.625rem; }
#CgTEK281kOJqeJcbCLwBmFpBETssn2vX { color:rgba(var(--color-primary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:25.1875rem;left:35.3125rem;height:15.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CgTEK281kOJqeJcbCLwBmFpBETssn2vX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CgTEK281kOJqeJcbCLwBmFpBETssn2vX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5fb1029aac02dec95487b40d8937634208e6f3d7.svg); }
#ELqfMmiw045Tpd9tcJZ9arOTahxaIL1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#ELqfMmiw045Tpd9tcJZ9arOTahxaIL1h > .row .container { border-width: 0; border-radius: 0; }#ELqfMmiw045Tpd9tcJZ9arOTahxaIL1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELqfMmiw045Tpd9tcJZ9arOTahxaIL1h > .row .container { font-size:0.875rem;font-family:arial;height:61.0625rem;width:60rem;position:relative;display:none; }#pwdZAtpKCpOyxqHrcLwSJ4dLTuPr2ZFa { color:rgba(var(--color-secondary-3),1);display:block;width:24.4375rem;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:19.837890625rem;left:2.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZqfE3bD2SFkxnyA19mnriZcHg00TTO7r { color:rgba(var(--color-secondary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:24.3125rem;left:2.625rem;height:17.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZqfE3bD2SFkxnyA19mnriZcHg00TTO7r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZqfE3bD2SFkxnyA19mnriZcHg00TTO7r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#Ke0BQ4qEGN4vSTr3nm5o6c7dWBHLyv13 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:35.375rem;width:27.5rem;top:18.3125rem;left:0rem;display:block; }
#FI0nSM1f4xVHWVkMzrkooPfLscBrziA8 { position:absolute;display:block;z-index:15000;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.0625rem solid rgba(var(--color-tertiary-1),0.31);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.31);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.31);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.31);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:35.125rem;width:27.5rem;top:18.3125rem;left:32.375rem;display:block; }
#l1ueNsIN635cIOXzWESCo4U7hz493VC2 { 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:0.625rem;width:1.125rem;top:20.5rem;left:11.4375rem;overflow:hidden;display:block; }
#KB0fTbSCUuTFC5iOguMqD0eSfT5ZR8rO { color:rgba(var(--color-primary-3),1);display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:1.28125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBTSET3DWLk9XaGN3IClZLzeIOIiHe0e { color:rgba(var(--color-primary-3),1);display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:11.9375rem;left:1.28125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMuxd6TpimZ48dDzS6QqZ0M3o5TTeApn { color:rgba(var(--color-primary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.837890625rem;left:35.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cfJtQIdMLLBTJuV9n96RbWrXTQWo1vbR { color:rgba(var(--color-primary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:24.3125rem;left:35.1875rem;height:23.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cfJtQIdMLLBTJuV9n96RbWrXTQWo1vbR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cfJtQIdMLLBTJuV9n96RbWrXTQWo1vbR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5fb1029aac02dec95487b40d8937634208e6f3d7.svg); }
#WW8icxNrWMgomqO4ecIihIvd53VTydoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#WW8icxNrWMgomqO4ecIihIvd53VTydoC > .row .container { background-color: transparent; background-image: none; }#WW8icxNrWMgomqO4ecIihIvd53VTydoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WW8icxNrWMgomqO4ecIihIvd53VTydoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WW8icxNrWMgomqO4ecIihIvd53VTydoC > .row .container > .video-iframe-container { display: none; }#WW8icxNrWMgomqO4ecIihIvd53VTydoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WW8icxNrWMgomqO4ecIihIvd53VTydoC > .row > .video-iframe-container { display: none; }#WW8icxNrWMgomqO4ecIihIvd53VTydoC > .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); }#WW8icxNrWMgomqO4ecIihIvd53VTydoC > .row .container { border-width: 0; border-radius: 0; }#WW8icxNrWMgomqO4ecIihIvd53VTydoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WW8icxNrWMgomqO4ecIihIvd53VTydoC > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#h9V0nLTC7VQmvUStT8ssP3GE6FmzEuia { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP > .row .container { background-color: transparent; background-image: none; }#TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP > .row .container > .video-iframe-container { display: none; }#TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP > .row > .video-iframe-container { display: none; }#TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP > .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); }#TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP > .row .container { border-width: 0; border-radius: 0; }#TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:60rem;position:relative;display:block; }#dfbcZv9wZnyO2G2Zx2x0U4Awuy3TsTTx { color:rgba(var(--color-primary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:46.0625rem;left:7.09375rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Use3Zdw7BEwI9uttTgKi6nQPOEdKgQkl { position:absolute;display:block;z-index:14999;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.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.8125rem;width:48rem;top:44.625rem;left:4.6875rem;display:block; }
#clQe619hwcHHpTmQzCP1gKTzWpbe1svO { 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:0.625rem;width:1.125rem;top:16.125rem;left:11.40625rem;overflow:hidden;display:block; }
#mKWMtmDoOk3nKGNwFrTP6EsPtt6N46TV { color:rgba(var(--color-primary-3),1);display:block;width:54.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:4.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k1eaXHTeXDJT7TZ2L21rtzIdBQTzV0uP { color:rgba(var(--color-primary-3),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.60107421875rem;left:4.375rem;height:4.875rem;font-style:normal;display:block; }
#E4TxJbmVBsBLICKJgbgKZmQFi7IN89b1 { color:rgba(var(--color-primary-3),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.75rem;left:5.8125rem;height:24.1875rem;font-style:normal;display:block; }#E4TxJbmVBsBLICKJgbgKZmQFi7IN89b1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E4TxJbmVBsBLICKJgbgKZmQFi7IN89b1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_79aa604fc0a427bae2e58bb789259b7542f0c7b0.svg); }
#hQnZrimA72tgS6XfN5yKJbDLLBBP6y0g { color:rgba(var(--color-primary-3),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.16357421875rem;left:4.375rem;height:1.7871125rem;font-style:normal;display:block; }
#E2UMklmK6nLbmuQqOwK6TtrvTXMJQazb { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.875rem;width:48.375rem;top:44.5625rem;left:4.375rem;display:block; }
#grKT25CybQU80cMTniwDa1mBZNLWX8sn { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:25.5625rem;width:16.1875rem;top:14.16357421875rem;left:41.125rem;overflow:hidden;display:block; }
#OJUTpOBEQLPqzLytFDf4B8uQD2GSLJgn { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:25.25rem;width:16.375rem;top:15.41357421875rem;left:41.90625rem;display:block; }
#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi { 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; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { background-color: transparent; background-image: none; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container > .video-iframe-container { display: none; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row > .video-iframe-container { display: none; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .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); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { border-width: 0; border-radius: 0; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { font-size:0.875rem;font-family:arial;height:101.5625rem;width:60rem;position:relative;display:block; }#qIH1cK5xvTUJSyhcDi0fDpvPCN5s7b9T { color:rgba(var(--color-secondary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.625rem;left:14.0625rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9dgKFl0ZfNdDKGKb6bIRTuzpQZPCwiv { color:rgba(var(--color-primary-3),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4rem;left:10.15625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uXV8V2vEFVCoJusLT8eUhMsLytSc1vMs { color:rgba(var(--color-primary-3),1);display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.375rem;left:7.6875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uWBRPWIP7r9cguTTZ0mnxpVfhQeIzhOc { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -moz-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -ms-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -o-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );";background-image: linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:8.6875rem;width:18.4375rem;top:16.5rem;left:1.0625rem;display:block; }
#OSFrk8icZymt0mv1zgV4FpSqEWI43A6M { color:rgba(var(--color-secondary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.0625rem;left:3.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FP6wSuBu9Ux2TQIUmkdXo5iR6DdtqgQP { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:28.5625rem;left:3.6875rem;height:11.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FP6wSuBu9Ux2TQIUmkdXo5iR6DdtqgQP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FP6wSuBu9Ux2TQIUmkdXo5iR6DdtqgQP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#I9sttAAfV4yrKVXqJKwbsBTBER41hvI4 { 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:0.625rem;width:1.125rem;top:21rem;left:13.5625rem;overflow:hidden;display:block; }
#Wy30iBMPdXhBGCEvyDMMN9lFDV5lq6Mt { color:rgba(var(--color-secondary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:18.375rem;left:3.6875rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eu2chrPy4xhpd00kBsoQZ4CINqeHM5o4 { color:rgba(var(--color-secondary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.25rem;left:3.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PvPKd4EzHeFPpG1KTPceAsv3Mep23oeT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:18.25rem;width:18.4375rem;top:24.5rem;left:1.0625rem;display:block; }
#cmrugMmJVbFgiwSAOtxH25y8sQURNP97 { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:28.5625rem;left:24rem;height:11.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cmrugMmJVbFgiwSAOtxH25y8sQURNP97 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cmrugMmJVbFgiwSAOtxH25y8sQURNP97 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#aVHAUMmQJDucz7ItVfTWKCXOnp4MFqk1 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:18.25rem;width:18.4375rem;top:24.5rem;left:21.375rem;display:block; }
#tJtTstXU4bnvQI7KZCOLuT0QPyURNChE { color:rgba(var(--color-secondary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.25rem;left:24rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nCQNwtsk7XfvuddyzrSV3yVIUEwnGXmS { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -moz-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -ms-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -o-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );";background-image: linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:8.6875rem;width:18.4375rem;top:16.5rem;left:21.375rem;display:block; }
#gAyP7zeVvTa7f0GCwWWcv37Mw9wT3Ttw { color:rgba(var(--color-secondary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.0625rem;left:24rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UWqZkb3ZQ04a8QqJACTIEvuAxaAKSZRJ { color:rgba(var(--color-secondary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:18.375rem;left:24rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VCJ0cXT9RInLrmfF55HPHrv5zMlxocu8 { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:28.5625rem;left:44.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#VCJ0cXT9RInLrmfF55HPHrv5zMlxocu8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VCJ0cXT9RInLrmfF55HPHrv5zMlxocu8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#JOdUtnekz6GgXuPufT7Fqd5qz3kTTnW5 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:18.25rem;width:18.4375rem;top:24.5rem;left:41.5625rem;display:block; }
#AW7FWsDrPX9CHdCGEu8281o2QB8hJ5Ht { color:rgba(var(--color-secondary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:26.25rem;left:44.1875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KBJQkXRUIXTBWbMzOfP31pQ3M8lPToqt { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -moz-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -ms-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -o-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );";background-image: linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:8.6875rem;width:18.4375rem;top:16.5rem;left:41.5625rem;display:block; }
#sEVVD46xdT3HRTDbKvGEQ6f2WTQFtcM1 { color:rgba(var(--color-secondary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:20.0625rem;left:44.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kVGuUaU1fibqiZkK6eunXeAKrkdplhZq { color:rgba(var(--color-secondary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:18.375rem;left:44.1875rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PHp1B66beE2eyvI9TOZqXMffmJHHbHbL { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -moz-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -ms-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -o-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );";background-image: linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:8.6875rem;width:18.4375rem;top:44.5rem;left:1.0625rem;display:block; }
#m1PaLdX2RflFFThxeQJKamHA40QFsbch { color:rgba(var(--color-secondary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:46.375rem;left:3.6875rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yKsbbAXS7MGwlhieRa58RxLSTOGIgCzG { color:rgba(var(--color-secondary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:48.0625rem;left:3.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cpOlp0ioRQzLpApn1ymTiZA3ZNlNczgO { color:rgba(var(--color-secondary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:54.25rem;left:3.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MV0RFef7CGPnvPaLW3REgNFp6LtEwHCA { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:18.25rem;width:18.4375rem;top:52.5rem;left:1.0625rem;display:block; }
#W9nWhIPHDBPlEIJ8Ny6K841vXk8GK1k5 { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:56.5625rem;left:3.6875rem;height:11.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#W9nWhIPHDBPlEIJ8Ny6K841vXk8GK1k5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W9nWhIPHDBPlEIJ8Ny6K841vXk8GK1k5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#UT0VxV0CBLSwaZr7Rut7D3JdZMTctCzb { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:18.25rem;width:18.4375rem;top:52.5rem;left:21.1875rem;display:block; }
#pdDm9I98pvmgNbaCTVPKLDOIQMvFLeZt { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:56.5625rem;left:23.8125rem;height:11.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#pdDm9I98pvmgNbaCTVPKLDOIQMvFLeZt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pdDm9I98pvmgNbaCTVPKLDOIQMvFLeZt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#QfVse1NCIJCZDmwaWNLVOIk7QIfaSwaA { color:rgba(var(--color-secondary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:54.25rem;left:23.8125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q3U6OZIWxfUWt4XUCXsaXSSUvpDnrorT { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -moz-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -ms-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -o-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );";background-image: linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:8.6875rem;width:18.4375rem;top:44.5rem;left:21.1875rem;display:block; }
#Z1WxoAT8S91Lv7Tv2zNuBFDBOszs2NzA { color:rgba(var(--color-secondary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:47.9375rem;left:23.8125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U80tEd7pNtximR8e3boAVTUnKuqWSHAL { color:rgba(var(--color-secondary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:46.375rem;left:23.8125rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XG2xQsw0ESEJeHMyA5ixQ3T13FsPMkQ9 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:18.25rem;width:18.4375rem;top:52.5rem;left:41.5625rem;display:block; }
#VdGq83OyO1tW98hmLzG4u8GG7GffeXDr { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:56.5625rem;left:44.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#VdGq83OyO1tW98hmLzG4u8GG7GffeXDr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VdGq83OyO1tW98hmLzG4u8GG7GffeXDr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#mSX4H4IncOIvKsv3GDL0rXonOK0zJUQg { color:rgba(var(--color-secondary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:54.25rem;left:44.1875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JUEsuFH3KaSp5oaO5KMFXTmRNnOmm916 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -moz-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -ms-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -o-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );";background-image: linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:8.6875rem;width:18.4375rem;top:44.5rem;left:41.5625rem;display:block; }
#qUxKulwa0IqOz7gTamJTHZNOrPD2m6b0 { color:rgba(var(--color-secondary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:47.9375rem;left:44.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z0Ua28OwuIm5fR6T3Ss0B5TAu13mQiA0 { color:rgba(var(--color-secondary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:46.375rem;left:44.1875rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CrV6SN5T8hhXpFmDrbOKB1RUVoyTcA37 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:19.5625rem;width:18.4375rem;top:80.25rem;left:21.3125rem;display:block; }
#ZAR82EvR5ZKBAgcoSOkGX6kiZOyMo5f3 { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:84.3125rem;left:23.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZAR82EvR5ZKBAgcoSOkGX6kiZOyMo5f3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZAR82EvR5ZKBAgcoSOkGX6kiZOyMo5f3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#L3q5Bfoan4HuTOipmOv91sMaBZVTolSo { color:rgba(var(--color-secondary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:82rem;left:23.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Acmp6JygEgrXQOGsf43dlZ8SfIp9lZ34 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -moz-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -ms-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-image: -o-linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#b06b57' );";background-image: linear-gradient(61deg, rgba(var(--color-secondary-2),1), #b06b57);background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:8.6875rem;width:18.4375rem;top:72.25rem;left:21.3125rem;display:block; }
#V4p2hz5MOJ7CKVoGNuRgFRyom5JR0xcR { color:rgba(var(--color-secondary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:75.0625rem;left:23.9375rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QdiPkPRHpsdcDHwRINUQXL0zVVU3SzXP { color:rgba(var(--color-secondary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:73.625rem;left:23.9375rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UksmcizC8Dp01es5wmGscwyMzZtbuBdz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#UksmcizC8Dp01es5wmGscwyMzZtbuBdz > .row .container { background-color: transparent; background-image: none; }#UksmcizC8Dp01es5wmGscwyMzZtbuBdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UksmcizC8Dp01es5wmGscwyMzZtbuBdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UksmcizC8Dp01es5wmGscwyMzZtbuBdz > .row .container > .video-iframe-container { display: none; }#UksmcizC8Dp01es5wmGscwyMzZtbuBdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UksmcizC8Dp01es5wmGscwyMzZtbuBdz > .row > .video-iframe-container { display: none; }#UksmcizC8Dp01es5wmGscwyMzZtbuBdz > .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); }#UksmcizC8Dp01es5wmGscwyMzZtbuBdz > .row .container { border-width: 0; border-radius: 0; }#UksmcizC8Dp01es5wmGscwyMzZtbuBdz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UksmcizC8Dp01es5wmGscwyMzZtbuBdz > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:60rem;position:relative;display:block; }#iTquHngn9egKnxdE4THpRdRPJrtfr3rO { color:rgba(var(--color-primary-3),1);display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:1.28125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sJcNqdi1h6Zd7oUBnV1ghkaySNuzh8xz { color:rgba(var(--color-primary-3),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:7.3125rem;left:1.28125rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i1hF0bfeCfhgTn9S7zikUXuIvv12IpqE { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:26.75rem;width:28.4375rem;top:15.78125rem;left:0rem;overflow:hidden;display:block; }
#Mw6k0ggneXVI9L9tht3QNcNZO467qwZO { color:rgba(var(--color-secondary-3),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:15.8125rem;left:31.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AzkHDsgPUiMtX9zVi91W1W2WuVqyxOOf { color:rgba(var(--color-secondary-3),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:17.1123046875rem;left:31.28125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#euoLLL02vSpCrWKKnzeQVBXDVbF14QAM { color:rgba(var(--color-secondary-3),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:24rem;left:31.375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HUot0XtvIMwqPbzITCEKh8JTDDLIJA3E { color:rgba(var(--color-secondary-3),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.6875rem;left:31.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BRptbOE5k6zIFA1hDlcym8LTTKZ4o4gf { color:rgba(var(--color-secondary-3),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:29.0625rem;left:31.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wOlUkXoXyhFdbZDuc1S02t3nrrNTaRzu { color:rgba(var(--color-secondary-3),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.75rem;left:31.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FhGTSmrxyEkS6mqoNJyJSVL0dLsGhiE8 { color:rgba(var(--color-secondary-3),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:34.0625rem;left:31.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E2kSSGMXH91iuPHg7LXMALlle4a7XDoa { color:rgba(var(--color-secondary-3),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:32.75rem;left:31.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FDQeoIUKJdFePQPm8fCWghC7uONxnkcG { color:rgba(var(--color-secondary-3),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:38.3125rem;left:31.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I8k1FMwwg9TDUJ9yXe4qJST3QJ7pUFdr { color:rgba(var(--color-secondary-3),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:39.625rem;left:31.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OdWZLgNApWw6kTS55zxK3BxnEfrxndKZ { color:rgba(var(--color-secondary-3),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:43.625rem;left:31.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p2RnhOsWDRerCeHofC4Ee5lrP2MJh2Sb { color:rgba(var(--color-secondary-3),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:44.9375rem;left:31.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2SDEkJhk9T9y3lrABPlyt7sZqXCQ8GU { color:rgba(var(--color-secondary-3),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:51rem;left:2.53125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu > .row .container { background-color: transparent; background-image: none; }#cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu > .row .container > .video-iframe-container { display: none; }#cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu > .row > .video-iframe-container { display: none; }#cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu > .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); }#cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu > .row .container { border-width: 0; border-radius: 0; }#cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu > .row .container { font-size:0.875rem;font-family:arial;height:137.8125rem;width:60rem;position:relative;display:block; }#XSSK6UdLDIVs4pya4iWAvNIpzOET1eu9 { color:rgba(var(--color-secondary-3),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.03125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tuaAd7ynP0e1rTelybvVlXBNk0dzsG6a { color:rgba(var(--color-secondary-3),1);display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.59375rem;left:6rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#beBHWGeduSLL2hXXUrVsEfNz3yFo89Kt { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:36.9375rem;width:46.1875rem;top:17.8125rem;left:7.125rem;display:block; }
#V2R2m4EexEg51fiKzr0zQhoOuKVQfIp4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:19.25rem;left:8.75rem; }
#gfoI7dpf1txs3vvyDgbOGIMrKKWWqJRK { color:rgba(var(--color-secondary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.25rem;left:13.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kw9EtMSwg80dZUaf5hQmEDEzFQEq1tdo { color:rgba(var(--color-secondary-3),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:21.1875rem;left:13.125rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UrBrVfyfXv9ludd5P4DZBrhZzqOROT1e { color:rgba(var(--color-secondary-3),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:37.0625rem;left:26rem;height:10.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UrBrVfyfXv9ludd5P4DZBrhZzqOROT1e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UrBrVfyfXv9ludd5P4DZBrhZzqOROT1e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#klWumKOSqWPEmUStlMZelRVgX4vsJRJm { color:rgba(var(--color-secondary-3),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:49.625rem;left:12.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c4L0A1oiFbx5GWoebyhoTl1KzPA9An6O { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:14.3125rem;width:10.0625rem;top:34.125rem;left:12.3125rem;overflow:hidden;display:block; }
#wq7SZPZvEQ7dsaITQTmK1HVR5poI4TQU { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:39.125rem;width:46.1875rem;top:56.5625rem;left:6.9375rem;display:block; }
#sy5EDf25v567101Xy1GmNaZwFHzaDXtx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:58rem;left:8.5625rem; }
#PR3DbhsEmENordTJrt0UrW2rmrHW8qEg { color:rgba(var(--color-secondary-3),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:58rem;left:12.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qJUI1acLsUpf5HuHim2VTnmw44suwtgL { color:rgba(var(--color-secondary-3),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:60.875rem;left:13.125rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JuL54TvEwE39RuTXAIZTcnX3UDxAVoUO { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:14.1875rem;width:10.0625rem;top:72.75rem;left:12.3125rem;overflow:hidden;display:block; }
#uQx0TZZ9DApbs7nfqoNHqgF52DiiRttg { color:rgba(var(--color-secondary-3),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:75.8125rem;left:25.8125rem;height:10.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#uQx0TZZ9DApbs7nfqoNHqgF52DiiRttg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uQx0TZZ9DApbs7nfqoNHqgF52DiiRttg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#S6w8LTsCkDz5G6eOLwIhQHOAwDfo5TUT { color:rgba(var(--color-secondary-3),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:88.375rem;left:12.125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#trCNXGBOz5yWWlbZhCI8rpfnvXd7qU1n { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:39.125rem;width:46.1875rem;top:97.25rem;left:6.9375rem;display:block; }
#Z57PTNSlDNVTGLqvJxUJaTGhQMySn2gx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:98.6875rem;left:8.5625rem; }
#zSKQ3mknwQn0Lr0ZQwVd8mv5kzGBzSIe { color:rgba(var(--color-secondary-3),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:98.6875rem;left:12.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vBAXPlRHSycRUeqHXAPgotk9A3l84H9i { color:rgba(var(--color-secondary-3),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:100.9375rem;left:12.9375rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VddRUKg0kswJxpvN7ACVCtPAQKdq3Aau { position:absolute;display:block;z-index:15035;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:14.4375rem;width:10.0625rem;top:113.28125rem;left:13.125rem;overflow:hidden;display:block; }
#trPgATdfRHD8EEGNZ3xl23dr5yFC7zhU { color:rgba(var(--color-secondary-3),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:113.875rem;left:26rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#trPgATdfRHD8EEGNZ3xl23dr5yFC7zhU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#trPgATdfRHD8EEGNZ3xl23dr5yFC7zhU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#OmoyeE8WLTKVTwmXN1sWWO8sTQmx1ZHL { color:rgba(var(--color-secondary-3),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:129.0625rem;left:12.125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k8aCiVoqoM88ItskyQNTks9wSNr3mINw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#k8aCiVoqoM88ItskyQNTks9wSNr3mINw > .row .container { background-color: transparent; background-image: none; }#k8aCiVoqoM88ItskyQNTks9wSNr3mINw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8aCiVoqoM88ItskyQNTks9wSNr3mINw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8aCiVoqoM88ItskyQNTks9wSNr3mINw > .row .container > .video-iframe-container { display: none; }#k8aCiVoqoM88ItskyQNTks9wSNr3mINw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8aCiVoqoM88ItskyQNTks9wSNr3mINw > .row > .video-iframe-container { display: none; }#k8aCiVoqoM88ItskyQNTks9wSNr3mINw > .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); }#k8aCiVoqoM88ItskyQNTks9wSNr3mINw > .row .container { border-width: 0; border-radius: 0; }#k8aCiVoqoM88ItskyQNTks9wSNr3mINw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k8aCiVoqoM88ItskyQNTks9wSNr3mINw > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:60rem;position:relative;display:block; }#LFCwBFl6113C7BcG6Oe7UMVrZ68h6lvR { color:rgba(var(--color-secondary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.23828125rem;left:26.3125rem;height:1.94970625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#K3pCsEuXLoeVIUqNJyuNWZHBFriao7co { color:rgba(var(--color-secondary-3),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:31.6875rem;left:26.3125rem;height:24.8945rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#K3pCsEuXLoeVIUqNJyuNWZHBFriao7co li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K3pCsEuXLoeVIUqNJyuNWZHBFriao7co li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6243cb73d9419a268f1e03451ff6efd35051bd80.svg); }
#A6uyCyTUukAdLwtt8WB55tTdFNZ6Viho { 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:0.625rem;width:1.125rem;top:23.5rem;left:11.4375rem;overflow:hidden;display:block; }
#JVRFaz2DgHnt3aRQ5mefS7LLtVyBlvkp { color:rgba(var(--color-secondary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:9.17578125rem;left:26.3125rem;height:21.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RV31z7190pgSxLvLqmqGulUgHEpgd5ZN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.0625rem;left:25.625rem;display:block; }
#Xw9hgrJLt9xpzV5KTykwf9s4i2mCp0HU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uilx8T27VcE4ICu6B7UZUHrAoX8TWKu2 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:33.9375rem;width:22.9375rem;top:9.30078125rem;left:1.09375rem;display:block; }
#GFQ9Mtxs1qcx9JDBDnupFHKky42SIuqy { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:33.5rem;width:23.25rem;top:8.125rem;left:0rem;overflow:hidden;display:block; }
#X7llfvlDHZnAVpR8A5X06NA2DnOLTuae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X7llfvlDHZnAVpR8A5X06NA2DnOLTuae > .row .container { background-color: transparent; background-image: none; }#X7llfvlDHZnAVpR8A5X06NA2DnOLTuae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7llfvlDHZnAVpR8A5X06NA2DnOLTuae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7llfvlDHZnAVpR8A5X06NA2DnOLTuae > .row .container > .video-iframe-container { display: none; }#X7llfvlDHZnAVpR8A5X06NA2DnOLTuae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7llfvlDHZnAVpR8A5X06NA2DnOLTuae > .row > .video-iframe-container { display: none; }#X7llfvlDHZnAVpR8A5X06NA2DnOLTuae > .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); }#X7llfvlDHZnAVpR8A5X06NA2DnOLTuae > .row .container { border-width: 0; border-radius: 0; }#X7llfvlDHZnAVpR8A5X06NA2DnOLTuae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7llfvlDHZnAVpR8A5X06NA2DnOLTuae > .row .container { font-size:0.875rem;font-family:arial;height:75.1875rem;width:60rem;position:relative;display:block; }#ELNNpooSl2Tl5es70H6ldTTbdrU5w6ig { color:rgba(var(--color-primary-0),1);display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.5rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C9kTpwgxG5WIpJsFgDWf4mDT2Eao55Ie { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);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: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:59.625rem;width:53.75rem;top:11rem;left:3.0625rem;display:block; }
#s4QqtqKOoAp8GeBzvZ2m5lCugsKth8H1 { color:rgba(var(--color-secondary-3),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:25.640625rem;left:11.96875rem;height:13.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#s4QqtqKOoAp8GeBzvZ2m5lCugsKth8H1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s4QqtqKOoAp8GeBzvZ2m5lCugsKth8H1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#X700QKe9edOUM6TWTu0JyrDCIqJBUuBB { color:rgba(var(--color-secondary-3),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:13.578125rem;left:10.34375rem;height:11.15625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GQRV0rsAvbWgGe27FwUAkoRARlOgeVfg { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:61.40625rem;left:22.875rem;display:block; }
#IQc12shEMwmAKOQn0QOnqgsTutAgqy0L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CFPGuAJg6KFQynJea8MUbOlKU6bGrqK1 { box-sizing:content-box;height:5.875rem;width:34.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:40.796875rem;left:14.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#t4FFfBFPpxr9lSWx8PepUyVa8Q5nfFM7 { color:rgba(var(--color-secondary-3),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:42.015625rem;left:14.1875rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ThgcpNteRy9TECRF50pwABi0GfPekzVb { color:rgba(var(--color-primary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-secondary-2),0.5);top:50.28125rem;left:9.8125rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sHEBTtMww3MBOPrH2zPO1AdMZ6Qe7LBS { color:rgba(var(--color-secondary-3),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:56.3125rem;left:10.46875rem;height:1.78125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cewoLVDksQrGmVsXLoXdsabvLT1hdteQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cewoLVDksQrGmVsXLoXdsabvLT1hdteQ > .row .container { background-color: transparent; background-image: none; }#cewoLVDksQrGmVsXLoXdsabvLT1hdteQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cewoLVDksQrGmVsXLoXdsabvLT1hdteQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cewoLVDksQrGmVsXLoXdsabvLT1hdteQ > .row .container > .video-iframe-container { display: none; }#cewoLVDksQrGmVsXLoXdsabvLT1hdteQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cewoLVDksQrGmVsXLoXdsabvLT1hdteQ > .row > .video-iframe-container { display: none; }#cewoLVDksQrGmVsXLoXdsabvLT1hdteQ > .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); }#cewoLVDksQrGmVsXLoXdsabvLT1hdteQ > .row .container { border-width: 0; border-radius: 0; }#cewoLVDksQrGmVsXLoXdsabvLT1hdteQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cewoLVDksQrGmVsXLoXdsabvLT1hdteQ > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-0),1);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(var(--color-secondary-0),0.5) ; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.0625rem;font-family:var(--paragraphs-font-family);height:auto;color:rgba(var(--color-tertiary-4),1);font-style:normal; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);line-height:1.4;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_4cec429f2c186c098323a40e01c23a9eb0db3fb0.svg");background-size:contain !important; }#OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-trigger.adaptive-delivery-prevent-bg, #OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-trigger.lazyload, #OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-trigger.lazyloading { background-image: none; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS { box-sizing:content-box;height:auto;width:59.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.80029296875rem;left:0.46875rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #y7Ae3OhambTnZtllLSQd05qczOMo7kNd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #E2B77GSro0xBrLkrBLo3LyL7IctObJkw { display:block;position:relative; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX { display:block;position:relative; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo { display:none; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #R8Kc6BgGW1WSz4RH58B6bsexOq1us0Oo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #vpLeNMGrTboxZ97cyxh5lsNIfvTRP483 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #pKOapyPz3XCPaZTUcs8pp4d8tOzEX8Kd { display:block;position:relative; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #uZbSw28TE9q2LA2GOOVksFNJvx6lexyB {  }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #Ersp6fOFa1DVU18f4RqFJq8VT6xHBe2S { display:none; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #ggFtpl6AilVw0HkWNdUGE7ymcGknqPEn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #c9bDnszKgo2r88Izkkhqisi2Z1euoi9L { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #nvfOUbsaziy9Ec4IKbS5s5kttox36E7P { display:block;position:relative; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #KTlBwTcJvmIJQ7KNyQezptQ6xJzA5lT5 {  }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #XdqTkZ2v5AVqApQeNM2PBRqF9V9fKPs8 { display:none; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #zgQKIqSa0CPhsAMmwFhbhC2xvefPfJTb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #yWFccSvo4Udn9ipB0ex6lTmpNE5Xg60m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #mNQ7RRVo0Wyc4WLG6PHfHOCKQDKmWFb7 { display:block;position:relative; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #VWQWFpa67pm7Te35ul52b5PQzsiZZs3a {  }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #pBd73ZWZTG4lJgFywTqzUJf4zZwqhR6U { display:none; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #X5RJgTeskLzEFVxoNANENlN3ScH9JV3f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #i4HlCsUVZy3hypLnIv1aGlRrXcmyKWNJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #ZmBwpwqtLPJ4u22vxqSpEkfui7ltd7Dv { display:block;position:relative; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #mdATyIV307QIp2JwoJmP9yvmtzIZhZ55 {  }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #vmM7W0qhRaR0PnymU9X0F5Cft6VR9xy2 { display:none; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #EQIn1VbF4BKlt1M2hoSMyymU15v64prl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #l7Zoazw9pA5DlIMutNrCDUG8cRBRxXDi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #Vh4E8DWRh2oic0088sfwvqcqzlyDk2Ts { display:block;position:relative; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #pGEIU0pv2ZCHTZJGiwr4WUrO1xnfcMpf {  }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #NeZeKseTU0k4Cep3JOmrMX2ItQv2QDFt { display:none; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #Doga2NZhOmwuM81NhhriS715ESXMccbT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #LgP2TDOwVu7WPA9Q5fyZVbngH1SeDVPt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #T7O3yGQSK99ccyS6FaaTZWx8r0GSEMgD { display:block;position:relative; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #eky60IoSrbK8QrMB2ZCA6XH5iJPA9Wyk {  }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS #ZQxr6FFnophd2edfhI7nWvIGxPCgSErF { display:none; }
#MhwduR0dKdumZvwqOWVvTHrn3SAPMT5l { color:rgba(var(--color-primary-3),1);display:block;width:44.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.96875rem;left:6.78125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { 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; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { background-color: transparent; background-image: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container > .video-iframe-container { display: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container { display: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .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); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { border-width: 0; border-radius: 0; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:0.15625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #BgDFr42dI5TAIOv0zWCeopcZQxRUweHV { display:block; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tOmNun3C8J2qDTzFUPFZ2DWcvLAT3oyN { top:5.25rem;left:0rem;width:30.6875rem;height:4.63036875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bJtBRJ8LZ79alT7GBMEOLNs0DhvNW56G { top:17.75rem;left:0rem;width:31.0625rem;height:3.16845625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #zvdOIoATTdLBzAqosuzI5eA5rhivMPwl { width:19.375rem;height:27.8125rem;top:3.25rem;left:24rem;display:block; }
 }@media only screen and (max-width: 959px) { #rWdy0LdhWP3UpJmBUW2kaiC6SaDimBE4 { width:17.6875rem;height:3.8125rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #lOXVz4GpwzEsynklZu8KyyXCxDvd8WyV { display:block; }
 }@media only screen and (max-width: 959px) { #UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw { display:block; }#UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #avyrHTPXQyRxIJDfiPedxi2NtTb4ay4T { width:47.75rem;height:2.76171875rem;top:10.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #UE8apzPTK50IiwbqQLK93d8PdTZkZVGN { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #lDxQf71uVfAyNcTm4G5Ia1JtIGLBBGrf { width:19.3125rem;height:3.375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oEGTLWnzspHorN6oIWTRN9H9xoakPQWs { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kbqVVxOTMFLyZ1otEidXVF4xXqdS8VtL { width:2.75rem;height:2.75rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #NVZlNRDRcX7Peeb19tlXm6zXLnLK8lBw { width:47.75rem;height:3.0869125rem;top:3.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RiK1yrtz7QrKamyXhdn9w7m0u6ct7XgT { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bozrdTWKEtoJUJwJbqX9WIvnRpWP5kmo { width:19.3125rem;height:1.6875rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RxtlB3VwpMD3IIQWRFo5gQh294ZOhyvZ { width:2.75rem;height:2.75rem;top:18.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qO1dyKnPZCokT1WCFUaIU4bsPaAFGESx { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CAZFITfNT1Hs0zZVtdLv7DuOAwiQWzLA { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #DxKwcLIEi6V2Lk5tK8VQT42aVsOMCx1x { width:19.3125rem;height:3.375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oNr7QbxMOGA3tiH9eHbDtcc9kswZf3IO { width:2.75rem;height:2.75rem;top:18.3125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BTd3T7TvTsxuttLRXB8QUPcPqQdpLc4a { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XGoIkdW3enIFbhfhucZcKx3Kc5zuHuPM { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #SkpU4hHXyE1oTmRQaFVpXpAycUHWTHAc { width:2.75rem;height:2.75rem;top:18.3125rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #g9FSRXCnTNQxaVUHK1ETB2xqgeDH52iV { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UVfZpKJ8qwaIamG4mRD1SHWlUbnhJBak { width:19.3125rem;height:1.6875rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo { display:block; }#Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LWaVFlL8yGm9APWrxcz3Q9kPTzAoHH2v { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mK69Xxd7katrz2nfWUtLMk252JwNy6oM { width:19.3125rem;height:27.9375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#mK69Xxd7katrz2nfWUtLMk252JwNy6oM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 959px) { #ALml3Vut1fS6DeOz78n269EKphHmVF0g { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TMhx2GEiwfloItARFVsgL8U5BPkLMnuH { top:0.5625rem;left:23.5rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #um3SZdrlSTWwHziEWV5V4VhZACgiKGfT { width:1.125rem;height:0.625rem;top:20.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #sWBHLOBM63aoL8lKBmPlipmf3zHsLF2T { width:24.0625rem;height:2.4375rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FuVULFuTXA7AeUksX88QSp5S6yweD7TN { width:24.0625rem;height:18.375rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bWl08qCLi8dUyRiU3zREvTKsFE8XUspu { width:2.125rem;height:2.125rem;top:19.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #flXVG14tPQlb90iyLtT67R0SlXSZCbIi { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #O20n2v9zGGu6g6tqckFBei9Fl5hHHtMo { width:3.125rem;height:3.125rem;top:19.25rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #CgTEK281kOJqeJcbCLwBmFpBETssn2vX { width:19.3125rem;height:19.5rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#CgTEK281kOJqeJcbCLwBmFpBETssn2vX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5fb1029aac02dec95487b40d8937634208e6f3d7.svg); }
 }@media only screen and (max-width: 959px) { #ELqfMmiw045Tpd9tcJZ9arOTahxaIL1h { display:none; }#ELqfMmiw045Tpd9tcJZ9arOTahxaIL1h > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #pwdZAtpKCpOyxqHrcLwSJ4dLTuPr2ZFa { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZqfE3bD2SFkxnyA19mnriZcHg00TTO7r { width:19.3125rem;height:37rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#ZqfE3bD2SFkxnyA19mnriZcHg00TTO7r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 959px) { #Ke0BQ4qEGN4vSTr3nm5o6c7dWBHLyv13 { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #FI0nSM1f4xVHWVkMzrkooPfLscBrziA8 { top:0.5625rem;left:23.5rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #l1ueNsIN635cIOXzWESCo4U7hz493VC2 { width:1.125rem;height:0.625rem;top:20.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #KB0fTbSCUuTFC5iOguMqD0eSfT5ZR8rO { width:24.0625rem;height:4.875rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MBTSET3DWLk9XaGN3IClZLzeIOIiHe0e { width:24.0625rem;height:7.3125rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zMuxd6TpimZ48dDzS6QqZ0M3o5TTeApn { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cfJtQIdMLLBTJuV9n96RbWrXTQWo1vbR { width:19.3125rem;height:14.125rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#cfJtQIdMLLBTJuV9n96RbWrXTQWo1vbR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5fb1029aac02dec95487b40d8937634208e6f3d7.svg); }
 }@media only screen and (max-width: 959px) { #WW8icxNrWMgomqO4ecIihIvd53VTydoC { display:block; }#WW8icxNrWMgomqO4ecIihIvd53VTydoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #h9V0nLTC7VQmvUStT8ssP3GE6FmzEuia { width:47.75rem;height:26.859375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP { display:block; }#TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dfbcZv9wZnyO2G2Zx2x0U4Awuy3TsTTx { width:19.3125rem;height:11.472625rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Use3Zdw7BEwI9uttTgKi6nQPOEdKgQkl { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #clQe619hwcHHpTmQzCP1gKTzWpbe1svO { width:1.125rem;height:0.625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #mKWMtmDoOk3nKGNwFrTP6EsPtt6N46TV { width:24.0625rem;height:4.875rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #k1eaXHTeXDJT7TZ2L21rtzIdBQTzV0uP { width:47.75rem;height:2.2744125rem;top:7.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #E4TxJbmVBsBLICKJgbgKZmQFi7IN89b1 { width:34.25rem;height:15.375rem;top:16.75rem;left:0rem;font-size:0.75rem;display:block; }#E4TxJbmVBsBLICKJgbgKZmQFi7IN89b1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_79aa604fc0a427bae2e58bb789259b7542f0c7b0.svg); }
 }@media only screen and (max-width: 959px) { #hQnZrimA72tgS6XfN5yKJbDLLBBP6y0g { width:36.75rem;height:1.13720625rem;top:14.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #E2UMklmK6nLbmuQqOwK6TtrvTXMJQazb { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #grKT25CybQU80cMTniwDa1mBZNLWX8sn { width:16.1875rem;height:25.5625rem;top:14.125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #OJUTpOBEQLPqzLytFDf4B8uQD2GSLJgn { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sVnq1myEqZtCNotvZELT6PJDtRo1KJCi { display:block; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qIH1cK5xvTUJSyhcDi0fDpvPCN5s7b9T { top:2.625rem;left:7.9375rem;width:31.875rem;height:0.89355625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #T9dgKFl0ZfNdDKGKb6bIRTuzpQZPCwiv { top:4rem;left:4.03125rem;width:39.6875rem;height:1.42480625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uXV8V2vEFVCoJusLT8eUhMsLytSc1vMs { top:11.375rem;left:1.5625rem;width:45.9375rem;height:2.2744125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uWBRPWIP7r9cguTTZ0mnxpVfhQeIzhOc { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OSFrk8icZymt0mv1zgV4FpSqEWI43A6M { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FP6wSuBu9Ux2TQIUmkdXo5iR6DdtqgQP { width:19.3125rem;height:10.75rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#FP6wSuBu9Ux2TQIUmkdXo5iR6DdtqgQP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 959px) { #I9sttAAfV4yrKVXqJKwbsBTBER41hvI4 { width:1.125rem;height:0.625rem;top:21rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wy30iBMPdXhBGCEvyDMMN9lFDV5lq6Mt { top:18.375rem;left:0rem;width:17.9375rem;height:0.89355625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #eu2chrPy4xhpd00kBsoQZ4CINqeHM5o4 { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PvPKd4EzHeFPpG1KTPceAsv3Mep23oeT { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cmrugMmJVbFgiwSAOtxH25y8sQURNP97 { width:19.3125rem;height:10.75rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#cmrugMmJVbFgiwSAOtxH25y8sQURNP97 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 959px) { #aVHAUMmQJDucz7ItVfTWKCXOnp4MFqk1 { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tJtTstXU4bnvQI7KZCOLuT0QPyURNChE { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nCQNwtsk7XfvuddyzrSV3yVIUEwnGXmS { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gAyP7zeVvTa7f0GCwWWcv37Mw9wT3Ttw { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UWqZkb3ZQ04a8QqJACTIEvuAxaAKSZRJ { top:18.375rem;left:17.875rem;width:14.5rem;height:0.89355625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #VCJ0cXT9RInLrmfF55HPHrv5zMlxocu8 { width:19.3125rem;height:12.4375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#VCJ0cXT9RInLrmfF55HPHrv5zMlxocu8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 959px) { #JOdUtnekz6GgXuPufT7Fqd5qz3kTTnW5 { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AW7FWsDrPX9CHdCGEu8281o2QB8hJ5Ht { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KBJQkXRUIXTBWbMzOfP31pQ3M8lPToqt { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sEVVD46xdT3HRTDbKvGEQ6f2WTQFtcM1 { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kVGuUaU1fibqiZkK6eunXeAKrkdplhZq { top:18.375rem;left:33.25rem;width:14.5rem;height:0.89355625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PHp1B66beE2eyvI9TOZqXMffmJHHbHbL { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #m1PaLdX2RflFFThxeQJKamHA40QFsbch { top:46.375rem;left:0rem;width:17.9375rem;height:0.89355625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yKsbbAXS7MGwlhieRa58RxLSTOGIgCzG { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cpOlp0ioRQzLpApn1ymTiZA3ZNlNczgO { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MV0RFef7CGPnvPaLW3REgNFp6LtEwHCA { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #W9nWhIPHDBPlEIJ8Ny6K841vXk8GK1k5 { width:19.3125rem;height:10.75rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#W9nWhIPHDBPlEIJ8Ny6K841vXk8GK1k5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 959px) { #UT0VxV0CBLSwaZr7Rut7D3JdZMTctCzb { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pdDm9I98pvmgNbaCTVPKLDOIQMvFLeZt { width:19.3125rem;height:10.75rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#pdDm9I98pvmgNbaCTVPKLDOIQMvFLeZt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 959px) { #QfVse1NCIJCZDmwaWNLVOIk7QIfaSwaA { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q3U6OZIWxfUWt4XUCXsaXSSUvpDnrorT { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z1WxoAT8S91Lv7Tv2zNuBFDBOszs2NzA { width:23.25rem;height:7.3125rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #U80tEd7pNtximR8e3boAVTUnKuqWSHAL { top:46.375rem;left:17.6875rem;width:15.1875rem;height:0.89355625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XG2xQsw0ESEJeHMyA5ixQ3T13FsPMkQ9 { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #VdGq83OyO1tW98hmLzG4u8GG7GffeXDr { width:19.3125rem;height:10.75rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#VdGq83OyO1tW98hmLzG4u8GG7GffeXDr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 959px) { #mSX4H4IncOIvKsv3GDL0rXonOK0zJUQg { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JUEsuFH3KaSp5oaO5KMFXTmRNnOmm916 { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qUxKulwa0IqOz7gTamJTHZNOrPD2m6b0 { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z0Ua28OwuIm5fR6T3Ss0B5TAu13mQiA0 { top:46.375rem;left:32.5625rem;width:15.1875rem;height:0.89355625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CrV6SN5T8hhXpFmDrbOKB1RUVoyTcA37 { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZAR82EvR5ZKBAgcoSOkGX6kiZOyMo5f3 { width:19.3125rem;height:12.4375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#ZAR82EvR5ZKBAgcoSOkGX6kiZOyMo5f3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 959px) { #L3q5Bfoan4HuTOipmOv91sMaBZVTolSo { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Acmp6JygEgrXQOGsf43dlZ8SfIp9lZ34 { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #V4p2hz5MOJ7CKVoGNuRgFRyom5JR0xcR { width:23.25rem;height:7.3125rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QdiPkPRHpsdcDHwRINUQXL0zVVU3SzXP { top:73.625rem;left:17.8125rem;width:15.1875rem;height:0.89355625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #UksmcizC8Dp01es5wmGscwyMzZtbuBdz { display:block; }#UksmcizC8Dp01es5wmGscwyMzZtbuBdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iTquHngn9egKnxdE4THpRdRPJrtfr3rO { width:24.0625rem;height:2.4375rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #sJcNqdi1h6Zd7oUBnV1ghkaySNuzh8xz { width:24.0625rem;height:21rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #i1hF0bfeCfhgTn9S7zikUXuIvv12IpqE { width:28.4375rem;height:26.75rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Mw6k0ggneXVI9L9tht3QNcNZO467qwZO { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AzkHDsgPUiMtX9zVi91W1W2WuVqyxOOf { width:19.3125rem;height:6.75rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #euoLLL02vSpCrWKKnzeQVBXDVbF14QAM { width:19.3125rem;height:6.75rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HUot0XtvIMwqPbzITCEKh8JTDDLIJA3E { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BRptbOE5k6zIFA1hDlcym8LTTKZ4o4gf { width:19.3125rem;height:6.75rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wOlUkXoXyhFdbZDuc1S02t3nrrNTaRzu { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FhGTSmrxyEkS6mqoNJyJSVL0dLsGhiE8 { width:19.3125rem;height:6.75rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #E2kSSGMXH91iuPHg7LXMALlle4a7XDoa { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FDQeoIUKJdFePQPm8fCWghC7uONxnkcG { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #I8k1FMwwg9TDUJ9yXe4qJST3QJ7pUFdr { width:19.3125rem;height:5.0625rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OdWZLgNApWw6kTS55zxK3BxnEfrxndKZ { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #p2RnhOsWDRerCeHofC4Ee5lrP2MJh2Sb { width:19.3125rem;height:6.75rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #T2SDEkJhk9T9y3lrABPlyt7sZqXCQ8GU { width:19.3125rem;height:13.5rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu { display:block; }#cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XSSK6UdLDIVs4pya4iWAvNIpzOET1eu9 { width:23.25rem;height:9.75rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tuaAd7ynP0e1rTelybvVlXBNk0dzsG6a { width:24.0625rem;height:30.9375rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #beBHWGeduSLL2hXXUrVsEfNz3yFo89Kt { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #V2R2m4EexEg51fiKzr0zQhoOuKVQfIp4 { width:3.5625rem;height:3.5625rem;top:19.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gfoI7dpf1txs3vvyDgbOGIMrKKWWqJRK { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kw9EtMSwg80dZUaf5hQmEDEzFQEq1tdo { width:19.3125rem;height:27rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #UrBrVfyfXv9ludd5P4DZBrhZzqOROT1e { width:19.3125rem;height:19.8125rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#UrBrVfyfXv9ludd5P4DZBrhZzqOROT1e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 959px) { #klWumKOSqWPEmUStlMZelRVgX4vsJRJm { width:19.3125rem;height:6.75rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #c4L0A1oiFbx5GWoebyhoTl1KzPA9An6O { width:10.0625rem;height:14.3125rem;top:34.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wq7SZPZvEQ7dsaITQTmK1HVR5poI4TQU { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sy5EDf25v567101Xy1GmNaZwFHzaDXtx { width:3.5625rem;height:3.5625rem;top:58rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #PR3DbhsEmENordTJrt0UrW2rmrHW8qEg { width:23.25rem;height:7.3125rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qJUI1acLsUpf5HuHim2VTnmw44suwtgL { width:19.3125rem;height:30.375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JuL54TvEwE39RuTXAIZTcnX3UDxAVoUO { width:10.0625rem;height:14.1875rem;top:72.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uQx0TZZ9DApbs7nfqoNHqgF52DiiRttg { width:19.3125rem;height:18.125rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#uQx0TZZ9DApbs7nfqoNHqgF52DiiRttg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 959px) { #S6w8LTsCkDz5G6eOLwIhQHOAwDfo5TUT { width:19.3125rem;height:10.125rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #trCNXGBOz5yWWlbZhCI8rpfnvXd7qU1n { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z57PTNSlDNVTGLqvJxUJaTGhQMySn2gx { width:3.5625rem;height:3.5625rem;top:98.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #zSKQ3mknwQn0Lr0ZQwVd8mv5kzGBzSIe { width:23.25rem;height:7.3125rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vBAXPlRHSycRUeqHXAPgotk9A3l84H9i { width:19.3125rem;height:23.625rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #VddRUKg0kswJxpvN7ACVCtPAQKdq3Aau { width:10.0625rem;height:14.4375rem;top:113.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #trPgATdfRHD8EEGNZ3xl23dr5yFC7zhU { width:19.3125rem;height:18.125rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#trPgATdfRHD8EEGNZ3xl23dr5yFC7zhU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 959px) { #OmoyeE8WLTKVTwmXN1sWWO8sTQmx1ZHL { width:19.3125rem;height:8.4375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #k8aCiVoqoM88ItskyQNTks9wSNr3mINw { display:block; }#k8aCiVoqoM88ItskyQNTks9wSNr3mINw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LFCwBFl6113C7BcG6Oe7UMVrZ68h6lvR { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #K3pCsEuXLoeVIUqNJyuNWZHBFriao7co { width:19.3125rem;height:43.8955rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#K3pCsEuXLoeVIUqNJyuNWZHBFriao7co li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6243cb73d9419a268f1e03451ff6efd35051bd80.svg); }
 }@media only screen and (max-width: 959px) { #A6uyCyTUukAdLwtt8WB55tTdFNZ6Viho { width:1.125rem;height:0.625rem;top:23.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #JVRFaz2DgHnt3aRQ5mefS7LLtVyBlvkp { width:24.0625rem;height:78.75rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RV31z7190pgSxLvLqmqGulUgHEpgd5ZN { width:13.625rem;height:2.8125rem;top:2.0625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Xw9hgrJLt9xpzV5KTykwf9s4i2mCp0HU { display:block; }
 }@media only screen and (max-width: 959px) { #Uilx8T27VcE4ICu6B7UZUHrAoX8TWKu2 { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GFQ9Mtxs1qcx9JDBDnupFHKky42SIuqy { width:23.25rem;height:33.5rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #X7llfvlDHZnAVpR8A5X06NA2DnOLTuae { display:block; }#X7llfvlDHZnAVpR8A5X06NA2DnOLTuae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ELNNpooSl2Tl5es70H6ldTTbdrU5w6ig { width:47.75rem;height:1.54345625rem;top:2.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #C9kTpwgxG5WIpJsFgDWf4mDT2Eao55Ie { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #s4QqtqKOoAp8GeBzvZ2m5lCugsKth8H1 { width:19.3125rem;height:15.375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#s4QqtqKOoAp8GeBzvZ2m5lCugsKth8H1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 959px) { #X700QKe9edOUM6TWTu0JyrDCIqJBUuBB { width:19.3125rem;height:18.5625rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GQRV0rsAvbWgGe27FwUAkoRARlOgeVfg { width:17.5rem;height:3.4375rem;top:61.375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #IQc12shEMwmAKOQn0QOnqgsTutAgqy0L { display:block; }
 }@media only screen and (max-width: 959px) { #CFPGuAJg6KFQynJea8MUbOlKU6bGrqK1 { width:34.75rem;height:5.875rem;top:40.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #t4FFfBFPpxr9lSWx8PepUyVa8Q5nfFM7 { width:19.3125rem;height:5.0625rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ThgcpNteRy9TECRF50pwABi0GfPekzVb { width:19.3125rem;height:1.6875rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sHEBTtMww3MBOPrH2zPO1AdMZ6Qe7LBS { width:19.3125rem;height:3.375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cewoLVDksQrGmVsXLoXdsabvLT1hdteQ { display:block; }#cewoLVDksQrGmVsXLoXdsabvLT1hdteQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS { display:flex;height:auto;width:27.8125rem;top:5rem;left:11.375rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #y7Ae3OhambTnZtllLSQd05qczOMo7kNd {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #E2B77GSro0xBrLkrBLo3LyL7IctObJkw {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #R8Kc6BgGW1WSz4RH58B6bsexOq1us0Oo {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #vpLeNMGrTboxZ97cyxh5lsNIfvTRP483 {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #pKOapyPz3XCPaZTUcs8pp4d8tOzEX8Kd {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #uZbSw28TE9q2LA2GOOVksFNJvx6lexyB {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #Ersp6fOFa1DVU18f4RqFJq8VT6xHBe2S {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #ggFtpl6AilVw0HkWNdUGE7ymcGknqPEn {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #c9bDnszKgo2r88Izkkhqisi2Z1euoi9L {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #nvfOUbsaziy9Ec4IKbS5s5kttox36E7P {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #KTlBwTcJvmIJQ7KNyQezptQ6xJzA5lT5 {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #XdqTkZ2v5AVqApQeNM2PBRqF9V9fKPs8 {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #zgQKIqSa0CPhsAMmwFhbhC2xvefPfJTb {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #yWFccSvo4Udn9ipB0ex6lTmpNE5Xg60m {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #mNQ7RRVo0Wyc4WLG6PHfHOCKQDKmWFb7 {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #VWQWFpa67pm7Te35ul52b5PQzsiZZs3a {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #pBd73ZWZTG4lJgFywTqzUJf4zZwqhR6U {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #X5RJgTeskLzEFVxoNANENlN3ScH9JV3f {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #i4HlCsUVZy3hypLnIv1aGlRrXcmyKWNJ {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #ZmBwpwqtLPJ4u22vxqSpEkfui7ltd7Dv {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #mdATyIV307QIp2JwoJmP9yvmtzIZhZ55 {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #vmM7W0qhRaR0PnymU9X0F5Cft6VR9xy2 {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #EQIn1VbF4BKlt1M2hoSMyymU15v64prl {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #l7Zoazw9pA5DlIMutNrCDUG8cRBRxXDi {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #Vh4E8DWRh2oic0088sfwvqcqzlyDk2Ts {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #pGEIU0pv2ZCHTZJGiwr4WUrO1xnfcMpf {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #NeZeKseTU0k4Cep3JOmrMX2ItQv2QDFt {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #Doga2NZhOmwuM81NhhriS715ESXMccbT {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #LgP2TDOwVu7WPA9Q5fyZVbngH1SeDVPt {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #T7O3yGQSK99ccyS6FaaTZWx8r0GSEMgD {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #eky60IoSrbK8QrMB2ZCA6XH5iJPA9Wyk {  }
 }@media only screen and (max-width: 959px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #ZQxr6FFnophd2edfhI7nWvIGxPCgSErF {  }
 }@media only screen and (max-width: 959px) { #MhwduR0dKdumZvwqOWVvTHrn3SAPMT5l { width:44.625rem;height:1.54345625rem;top:1.9375rem;left:0.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { display:block; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { width:47.75rem;height:0.89355625rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BgDFr42dI5TAIOv0zWCeopcZQxRUweHV { display:block; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOmNun3C8J2qDTzFUPFZ2DWcvLAT3oyN { width:20rem;height:6.173825rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJtBRJ8LZ79alT7GBMEOLNs0DhvNW56G { width:17.1875rem;height:6.3369375rem;top:9.40625rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zvdOIoATTdLBzAqosuzI5eA5rhivMPwl { width:12.375rem;height:18.0625rem;top:18.46875rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWdy0LdhWP3UpJmBUW2kaiC6SaDimBE4 { width:14.375rem;height:1.9375rem;top:38.65625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOXVz4GpwzEsynklZu8KyyXCxDvd8WyV { display:block; }
 }@media only screen and (max-width: 763px) { #UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw { display:block; }#UeNgBEBMnnzi7GtSHdSWMHl209HaOhDw > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avyrHTPXQyRxIJDfiPedxi2NtTb4ay4T { width:20rem;height:5.5234375rem;top:9.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UE8apzPTK50IiwbqQLK93d8PdTZkZVGN { width:13.5625rem;height:6.0625rem;top:16.9375rem;left:3.1875rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lDxQf71uVfAyNcTm4G5Ia1JtIGLBBGrf { width:17.25rem;height:2.625rem;top:19.5625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEGTLWnzspHorN6oIWTRN9H9xoakPQWs { width:14.1875rem;height:1.4624rem;top:18rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbqVVxOTMFLyZ1otEidXVF4xXqdS8VtL { display:flex;width:2.75rem;height:2.75rem;top:17.75rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #NVZlNRDRcX7Peeb19tlXm6zXLnLK8lBw { width:20rem;height:6.173825rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RiK1yrtz7QrKamyXhdn9w7m0u6ct7XgT { width:13.5625rem;height:7.6875rem;top:24.4375rem;left:3.125rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bozrdTWKEtoJUJwJbqX9WIvnRpWP5kmo { width:8.6875rem;height:2.625rem;top:28.125rem;left:7.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxtlB3VwpMD3IIQWRFo5gQh294ZOhyvZ { display:flex;width:2.75rem;height:2.75rem;top:25.375rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #qO1dyKnPZCokT1WCFUaIU4bsPaAFGESx { width:8.8125rem;height:1.4624rem;top:25.625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAZFITfNT1Hs0zZVtdLv7DuOAwiQWzLA { width:13.5625rem;height:7.6875rem;top:33.5rem;left:3.125rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DxKwcLIEi6V2Lk5tK8VQT42aVsOMCx1x { width:8.6875rem;height:3.9375rem;top:36.0625rem;left:7.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNr7QbxMOGA3tiH9eHbDtcc9kswZf3IO { display:flex;width:2.75rem;height:2.75rem;top:34.4375rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #BTd3T7TvTsxuttLRXB8QUPcPqQdpLc4a { width:8.8125rem;height:1.4624rem;top:34.3125rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGoIkdW3enIFbhfhucZcKx3Kc5zuHuPM { width:13.5625rem;height:6.1875rem;top:42.5625rem;left:3.125rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SkpU4hHXyE1oTmRQaFVpXpAycUHWTHAc { display:flex;width:2.75rem;height:2.75rem;top:43.5rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #g9FSRXCnTNQxaVUHK1ETB2xqgeDH52iV { width:8.8125rem;height:1.4624rem;top:43.5rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVfZpKJ8qwaIamG4mRD1SHWlUbnhJBak { width:8.6875rem;height:2.625rem;top:45.125rem;left:7.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo { display:block; }#Xe906HcVrkt2n6vtEUTT26q2rUQFcMmo > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWaVFlL8yGm9APWrxcz3Q9kPTzAoHH2v { width:11rem;height:3.25rem;top:15.375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK69Xxd7katrz2nfWUtLMk252JwNy6oM { width:16.4375rem;height:15.5625rem;top:19.9375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#mK69Xxd7katrz2nfWUtLMk252JwNy6oM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #ALml3Vut1fS6DeOz78n269EKphHmVF0g { width:19.875rem;height:22.9375rem;top:13.875rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TMhx2GEiwfloItARFVsgL8U5BPkLMnuH { width:19.875rem;height:23.375rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #um3SZdrlSTWwHziEWV5V4VhZACgiKGfT { width:1.125rem;height:0.625rem;top:23.51171875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWBHLOBM63aoL8lKBmPlipmf3zHsLF2T { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuVULFuTXA7AeUksX88QSp5S6yweD7TN { width:16.25rem;height:6.5625rem;top:4.51171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWl08qCLi8dUyRiU3zREvTKsFE8XUspu { display:flex;width:2.6875rem;height:2.6875rem;top:15.65625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #flXVG14tPQlb90iyLtT67R0SlXSZCbIi { width:12.875rem;height:3.25rem;top:41.0625rem;left:5.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O20n2v9zGGu6g6tqckFBei9Fl5hHHtMo { display:flex;width:3.125rem;height:3.125rem;top:41.1875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #CgTEK281kOJqeJcbCLwBmFpBETssn2vX { width:14.75rem;height:13.125rem;top:45.25rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#CgTEK281kOJqeJcbCLwBmFpBETssn2vX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5fb1029aac02dec95487b40d8937634208e6f3d7.svg); }
 }@media only screen and (max-width: 763px) { #ELqfMmiw045Tpd9tcJZ9arOTahxaIL1h { display:none; }#ELqfMmiw045Tpd9tcJZ9arOTahxaIL1h > .row .container { width:20rem;height:83.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pwdZAtpKCpOyxqHrcLwSJ4dLTuPr2ZFa { width:16.625rem;height:1.625rem;top:17.8125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqfE3bD2SFkxnyA19mnriZcHg00TTO7r { width:16.4375rem;height:14.65625rem;top:22.3125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#ZqfE3bD2SFkxnyA19mnriZcHg00TTO7r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #Ke0BQ4qEGN4vSTr3nm5o6c7dWBHLyv13 { width:19.875rem;height:29.8125rem;top:16.3125rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FI0nSM1f4xVHWVkMzrkooPfLscBrziA8 { width:19.875rem;height:18.875rem;top:53.2363125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1ueNsIN635cIOXzWESCo4U7hz493VC2 { width:1.125rem;height:0.625rem;top:24.2363125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB0fTbSCUuTFC5iOguMqD0eSfT5ZR8rO { width:20rem;height:3.0869125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBTSET3DWLk9XaGN3IClZLzeIOIiHe0e { width:16.75rem;height:8.3994375rem;top:5.86083984375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMuxd6TpimZ48dDzS6QqZ0M3o5TTeApn { width:12.875rem;height:1.625rem;top:54.761703125rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfJtQIdMLLBTJuV9n96RbWrXTQWo1vbR { width:14.75rem;height:23.1875rem;top:59.2363125rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#cfJtQIdMLLBTJuV9n96RbWrXTQWo1vbR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5fb1029aac02dec95487b40d8937634208e6f3d7.svg); }
 }@media only screen and (max-width: 763px) { #WW8icxNrWMgomqO4ecIihIvd53VTydoC { display:block; }#WW8icxNrWMgomqO4ecIihIvd53VTydoC > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9V0nLTC7VQmvUStT8ssP3GE6FmzEuia { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP { display:block; }#TSwGuqEUZgUKnuQqhpF6rJcphPvv1aXP > .row .container { width:20rem;height:88.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfbcZv9wZnyO2G2Zx2x0U4Awuy3TsTTx { width:16.4375rem;height:9.5625rem;top:45.9375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Use3Zdw7BEwI9uttTgKi6nQPOEdKgQkl { width:19.875rem;height:14.125rem;top:43.9375rem;left:0rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #clQe619hwcHHpTmQzCP1gKTzWpbe1svO { width:1.125rem;height:0.625rem;top:40.77878125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKWMtmDoOk3nKGNwFrTP6EsPtt6N46TV { width:17.6875rem;height:3.25rem;top:1.6875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1eaXHTeXDJT7TZ2L21rtzIdBQTzV0uP { width:20rem;height:4.548825rem;top:6.1728515625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4TxJbmVBsBLICKJgbgKZmQFi7IN89b1 { width:16.8125rem;height:25.5rem;top:16.3095703125rem;left:1.59375rem;font-size:0.75rem;display:block; }#E4TxJbmVBsBLICKJgbgKZmQFi7IN89b1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_79aa604fc0a427bae2e58bb789259b7542f0c7b0.svg); }
 }@media only screen and (max-width: 763px) { #hQnZrimA72tgS6XfN5yKJbDLLBBP6y0g { width:20rem;height:1.13720625rem;top:14.2978515625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2UMklmK6nLbmuQqOwK6TtrvTXMJQazb { width:19.875rem;height:13.875rem;top:43.125rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #grKT25CybQU80cMTniwDa1mBZNLWX8sn { width:16.1875rem;height:25.5625rem;top:60.9091796875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJUTpOBEQLPqzLytFDf4B8uQD2GSLJgn { width:16.375rem;height:25.25rem;top:62.0966796875rem;left:1.78125rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sVnq1myEqZtCNotvZELT6PJDtRo1KJCi { display:block; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { width:20rem;height:160.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIH1cK5xvTUJSyhcDi0fDpvPCN5s7b9T { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9dgKFl0ZfNdDKGKb6bIRTuzpQZPCwiv { width:20rem;height:2.8496125rem;top:3.39355625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXV8V2vEFVCoJusLT8eUhMsLytSc1vMs { width:20rem;height:4.548825rem;top:7.3427734375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uWBRPWIP7r9cguTTZ0mnxpVfhQeIzhOc { width:18.4375rem;height:8.6875rem;top:13.71240234375rem;left:0.71875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OSFrk8icZymt0mv1zgV4FpSqEWI43A6M { width:14.8125rem;height:2.92480625rem;top:16.65625rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP6wSuBu9Ux2TQIUmkdXo5iR6DdtqgQP { width:14.875rem;height:6.25rem;top:24.216796875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#FP6wSuBu9Ux2TQIUmkdXo5iR6DdtqgQP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #I9sttAAfV4yrKVXqJKwbsBTBER41hvI4 { width:1.125rem;height:0.625rem;top:44.52930625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy30iBMPdXhBGCEvyDMMN9lFDV5lq6Mt { width:17.9375rem;height:0.89355625rem;top:15.3125rem;left:1.03125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eu2chrPy4xhpd00kBsoQZ4CINqeHM5o4 { width:14.8125rem;height:1.21875rem;top:21.966796875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvPKd4EzHeFPpG1KTPceAsv3Mep23oeT { width:18.4375rem;height:11.3125rem;top:20.404296875rem;left:0.6875rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cmrugMmJVbFgiwSAOtxH25y8sQURNP97 { width:14.875rem;height:6.25rem;top:44.375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#cmrugMmJVbFgiwSAOtxH25y8sQURNP97 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #aVHAUMmQJDucz7ItVfTWKCXOnp4MFqk1 { width:18.4375rem;height:11.6875rem;top:40.3125rem;left:0.8125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tJtTstXU4bnvQI7KZCOLuT0QPyURNChE { width:14.8125rem;height:1.21875rem;top:42.125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCQNwtsk7XfvuddyzrSV3yVIUEwnGXmS { width:18.4375rem;height:8.6875rem;top:34.625rem;left:0.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gAyP7zeVvTa7f0GCwWWcv37Mw9wT3Ttw { width:14.8125rem;height:2.5996125rem;top:36.625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWqZkb3ZQ04a8QqJACTIEvuAxaAKSZRJ { width:14.5rem;height:0.89355625rem;top:35.375rem;left:2.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCJ0cXT9RInLrmfF55HPHrv5zMlxocu8 { width:14.875rem;height:7.375rem;top:63.625rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#VCJ0cXT9RInLrmfF55HPHrv5zMlxocu8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #JOdUtnekz6GgXuPufT7Fqd5qz3kTTnW5 { width:18.4375rem;height:12.6875rem;top:59.5625rem;left:0.75rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AW7FWsDrPX9CHdCGEu8281o2QB8hJ5Ht { width:14.8125rem;height:1.21875rem;top:61.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBJQkXRUIXTBWbMzOfP31pQ3M8lPToqt { width:18.4375rem;height:8.6875rem;top:53.8125rem;left:0.75rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sEVVD46xdT3HRTDbKvGEQ6f2WTQFtcM1 { width:14.8125rem;height:2.5996125rem;top:56.1875rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVGuUaU1fibqiZkK6eunXeAKrkdplhZq { width:14.5rem;height:0.89355625rem;top:54.6875rem;left:2.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHp1B66beE2eyvI9TOZqXMffmJHHbHbL { width:18.4375rem;height:8.6875rem;top:75.4375rem;left:0.71875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #m1PaLdX2RflFFThxeQJKamHA40QFsbch { width:17.9375rem;height:0.89355625rem;top:76.5625rem;left:1.03125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKsbbAXS7MGwlhieRa58RxLSTOGIgCzG { width:14.8125rem;height:2.5996125rem;top:78.21875rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpOlp0ioRQzLpApn1ymTiZA3ZNlNczgO { width:14.8125rem;height:1.29980625rem;top:84.25rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV0RFef7CGPnvPaLW3REgNFp6LtEwHCA { width:18.4375rem;height:12.875rem;top:82.0625rem;left:0.71875rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #W9nWhIPHDBPlEIJ8Ny6K841vXk8GK1k5 { width:14.875rem;height:7.375rem;top:86.28125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#W9nWhIPHDBPlEIJ8Ny6K841vXk8GK1k5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #UT0VxV0CBLSwaZr7Rut7D3JdZMTctCzb { width:18.4375rem;height:12.75rem;top:104.75rem;left:0.8125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pdDm9I98pvmgNbaCTVPKLDOIQMvFLeZt { width:14.875rem;height:7.375rem;top:108.8125rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#pdDm9I98pvmgNbaCTVPKLDOIQMvFLeZt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #QfVse1NCIJCZDmwaWNLVOIk7QIfaSwaA { width:14.8125rem;height:1.21875rem;top:106.5625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3U6OZIWxfUWt4XUCXsaXSSUvpDnrorT { width:18.4375rem;height:8.6875rem;top:97.75rem;left:0.75rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z1WxoAT8S91Lv7Tv2zNuBFDBOszs2NzA { width:14.5rem;height:2.5996125rem;top:100.875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U80tEd7pNtximR8e3boAVTUnKuqWSHAL { width:15.1875rem;height:0.89355625rem;top:99.0625rem;left:2.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XG2xQsw0ESEJeHMyA5ixQ3T13FsPMkQ9 { width:18.4375rem;height:11.5rem;top:125.375rem;left:0.8125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VdGq83OyO1tW98hmLzG4u8GG7GffeXDr { width:14.875rem;height:5.125rem;top:129.4375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#VdGq83OyO1tW98hmLzG4u8GG7GffeXDr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #mSX4H4IncOIvKsv3GDL0rXonOK0zJUQg { width:14.8125rem;height:1.21875rem;top:127.3125rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUEsuFH3KaSp5oaO5KMFXTmRNnOmm916 { width:18.4375rem;height:8.6875rem;top:119.0625rem;left:0.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qUxKulwa0IqOz7gTamJTHZNOrPD2m6b0 { width:14.5rem;height:2.5996125rem;top:122.1689453125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Ua28OwuIm5fR6T3Ss0B5TAu13mQiA0 { width:15.1875rem;height:0.89355625rem;top:120.3125rem;left:2.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrV6SN5T8hhXpFmDrbOKB1RUVoyTcA37 { width:18.4375rem;height:12.3125rem;top:146.375rem;left:0.8125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZAR82EvR5ZKBAgcoSOkGX6kiZOyMo5f3 { width:14.875rem;height:7.375rem;top:150.4375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#ZAR82EvR5ZKBAgcoSOkGX6kiZOyMo5f3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #L3q5Bfoan4HuTOipmOv91sMaBZVTolSo { width:14.8125rem;height:1.21875rem;top:148.3125rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acmp6JygEgrXQOGsf43dlZ8SfIp9lZ34 { width:18.4375rem;height:8.6875rem;top:139.5rem;left:0.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #V4p2hz5MOJ7CKVoGNuRgFRyom5JR0xcR { width:14.5rem;height:2.5996125rem;top:142.6064453125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdiPkPRHpsdcDHwRINUQXL0zVVU3SzXP { width:15.1875rem;height:0.89355625rem;top:140.8125rem;left:2.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UksmcizC8Dp01es5wmGscwyMzZtbuBdz { display:block; }#UksmcizC8Dp01es5wmGscwyMzZtbuBdz > .row .container { width:20rem;height:87.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTquHngn9egKnxdE4THpRdRPJrtfr3rO { width:20rem;height:1.54345625rem;top:1.57177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJcNqdi1h6Zd7oUBnV1ghkaySNuzh8xz { width:16.375rem;height:7.875rem;top:4.8076171875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1hF0bfeCfhgTn9S7zikUXuIvv12IpqE { width:14.8125rem;height:13.9375rem;top:13.7451171875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw6k0ggneXVI9L9tht3QNcNZO467qwZO { width:20rem;height:1.3808625rem;top:40.30810546875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzkHDsgPUiMtX9zVi91W1W2WuVqyxOOf { width:20rem;height:3.9375rem;top:41.68896484375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euoLLL02vSpCrWKKnzeQVBXDVbF14QAM { width:20rem;height:3.9375rem;top:49.06982421875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUot0XtvIMwqPbzITCEKh8JTDDLIJA3E { width:20rem;height:1.3808625rem;top:47.06396484375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRptbOE5k6zIFA1hDlcym8LTTKZ4o4gf { width:20rem;height:3.9375rem;top:58.88232421875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOlUkXoXyhFdbZDuc1S02t3nrrNTaRzu { width:20rem;height:1.3808625rem;top:56.88232421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhGTSmrxyEkS6mqoNJyJSVL0dLsGhiE8 { width:20rem;height:3.9375rem;top:66.32568359375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2kSSGMXH91iuPHg7LXMALlle4a7XDoa { width:20rem;height:1.3808625rem;top:64.20068359375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDQeoIUKJdFePQPm8fCWghC7uONxnkcG { width:20rem;height:1.3808625rem;top:71.14404296875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8k1FMwwg9TDUJ9yXe4qJST3QJ7pUFdr { width:20rem;height:2.625rem;top:73.27490234375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdWZLgNApWw6kTS55zxK3BxnEfrxndKZ { width:20rem;height:2.76171875rem;top:77.52490234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2RnhOsWDRerCeHofC4Ee5lrP2MJh2Sb { width:20rem;height:5.25rem;top:81.16162109375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2SDEkJhk9T9y3lrABPlyt7sZqXCQ8GU { width:20rem;height:7.875rem;top:28.93310546875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu { display:block; }#cSnBrThiz0nX9GQq6o5TU7L7mDooVQCu > .row .container { width:20rem;height:171.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSSK6UdLDIVs4pya4iWAvNIpzOET1eu9 { width:19.8125rem;height:4.63036875rem;top:1.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuaAd7ynP0e1rTelybvVlXBNk0dzsG6a { width:20rem;height:7.875rem;top:7.099609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beBHWGeduSLL2hXXUrVsEfNz3yFo89Kt { width:19.875rem;height:48.6875rem;top:16.5625rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #V2R2m4EexEg51fiKzr0zQhoOuKVQfIp4 { display:flex;width:3.5625rem;height:3.5625rem;top:18rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #gfoI7dpf1txs3vvyDgbOGIMrKKWWqJRK { width:13.5625rem;height:2.5996125rem;top:18rem;left:6rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw9EtMSwg80dZUaf5hQmEDEzFQEq1tdo { width:16.1875rem;height:14.625rem;top:22.349609375rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrBrVfyfXv9ludd5P4DZBrhZzqOROT1e { width:15.9375rem;height:11.375rem;top:37.787109375rem;left:2.21875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#UrBrVfyfXv9ludd5P4DZBrhZzqOROT1e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #klWumKOSqWPEmUStlMZelRVgX4vsJRJm { width:17.25rem;height:3.375rem;top:60.724609375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4L0A1oiFbx5GWoebyhoTl1KzPA9An6O { width:6.6875rem;height:9.5625rem;top:50.162109375rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq7SZPZvEQ7dsaITQTmK1HVR5poI4TQU { width:19.875rem;height:50.6875rem;top:70.6875rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sy5EDf25v567101Xy1GmNaZwFHzaDXtx { display:flex;width:3.5625rem;height:3.5625rem;top:71.5rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #PR3DbhsEmENordTJrt0UrW2rmrHW8qEg { width:12.625rem;height:3.8994125rem;top:71.3310546875rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJUI1acLsUpf5HuHim2VTnmw44suwtgL { width:17.1875rem;height:15.75rem;top:76.3125rem;left:1.40625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuL54TvEwE39RuTXAIZTcnX3UDxAVoUO { width:7.3125rem;height:10.375rem;top:103.375rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQx0TZZ9DApbs7nfqoNHqgF52DiiRttg { width:16.6875rem;height:9.125rem;top:92.625rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#uQx0TZZ9DApbs7nfqoNHqgF52DiiRttg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #S6w8LTsCkDz5G6eOLwIhQHOAwDfo5TUT { width:20rem;height:4.5rem;top:115.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trCNXGBOz5yWWlbZhCI8rpfnvXd7qU1n { width:19.875rem;height:46.0625rem;top:123.625rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z57PTNSlDNVTGLqvJxUJaTGhQMySn2gx { display:flex;width:3.5625rem;height:3.5625rem;top:124.5439453125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #zSKQ3mknwQn0Lr0ZQwVd8mv5kzGBzSIe { width:14.5rem;height:2.5996125rem;top:125.025390625rem;left:5.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBAXPlRHSycRUeqHXAPgotk9A3l84H9i { width:17.0625rem;height:12.375rem;top:128.59375rem;left:1.46875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VddRUKg0kswJxpvN7ACVCtPAQKdq3Aau { width:7rem;height:10.125rem;top:151.84375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #trPgATdfRHD8EEGNZ3xl23dr5yFC7zhU { width:16.4375rem;height:10.25rem;top:141.59375rem;left:1.78125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#trPgATdfRHD8EEGNZ3xl23dr5yFC7zhU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #OmoyeE8WLTKVTwmXN1sWWO8sTQmx1ZHL { width:16.25rem;height:4.5rem;top:163.5625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8aCiVoqoM88ItskyQNTks9wSNr3mINw { display:block; }#k8aCiVoqoM88ItskyQNTks9wSNr3mINw > .row .container { width:20rem;height:92.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFCwBFl6113C7BcG6Oe7UMVrZ68h6lvR { width:19.8125rem;height:2.03125rem;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3pCsEuXLoeVIUqNJyuNWZHBFriao7co { width:17.5625rem;height:29.098125rem;top:62.12841796875rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#K3pCsEuXLoeVIUqNJyuNWZHBFriao7co li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6243cb73d9419a268f1e03451ff6efd35051bd80.svg); }
 }@media only screen and (max-width: 763px) { #A6uyCyTUukAdLwtt8WB55tTdFNZ6Viho { width:1.125rem;height:0.625rem;top:45.51515625rem;left:10.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVRFaz2DgHnt3aRQ5mefS7LLtVyBlvkp { width:20rem;height:18.28125rem;top:41.59716796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV31z7190pgSxLvLqmqGulUgHEpgd5ZN { width:13.625rem;height:2.8125rem;top:1.65966796875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw9hgrJLt9xpzV5KTykwf9s4i2mCp0HU { display:block; }
 }@media only screen and (max-width: 763px) { #Uilx8T27VcE4ICu6B7UZUHrAoX8TWKu2 { width:19.875rem;height:29.8125rem;top:10.25rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GFQ9Mtxs1qcx9JDBDnupFHKky42SIuqy { width:20rem;height:28.8159375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7llfvlDHZnAVpR8A5X06NA2DnOLTuae { display:block; }#X7llfvlDHZnAVpR8A5X06NA2DnOLTuae > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELNNpooSl2Tl5es70H6ldTTbdrU5w6ig { width:17.1875rem;height:4.63036875rem;top:0.9375rem;left:1.40625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #C9kTpwgxG5WIpJsFgDWf4mDT2Eao55Ie { width:19.875rem;height:54.0625rem;top:7.0625rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s4QqtqKOoAp8GeBzvZ2m5lCugsKth8H1 { width:17.125rem;height:11.0625rem;top:23.3515625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#s4QqtqKOoAp8GeBzvZ2m5lCugsKth8H1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #X700QKe9edOUM6TWTu0JyrDCIqJBUuBB { width:18.25rem;height:13.125rem;top:9.25rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQRV0rsAvbWgGe27FwUAkoRARlOgeVfg { width:17.5rem;height:3.4375rem;top:52.7421875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQc12shEMwmAKOQn0QOnqgsTutAgqy0L { display:block; }
 }@media only screen and (max-width: 763px) { #CFPGuAJg6KFQynJea8MUbOlKU6bGrqK1 { width:19.875rem;height:3.8125rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4FFfBFPpxr9lSWx8PepUyVa8Q5nfFM7 { width:18.25rem;height:2.625rem;top:37rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThgcpNteRy9TECRF50pwABi0GfPekzVb { width:20rem;height:3.5625rem;top:45.2421875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHEBTtMww3MBOPrH2zPO1AdMZ6Qe7LBS { width:12.75rem;height:2.4375rem;top:48.8046875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cewoLVDksQrGmVsXLoXdsabvLT1hdteQ { display:block; }#cewoLVDksQrGmVsXLoXdsabvLT1hdteQ > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-heading-text { font-size:0.9375rem;height:auto; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-desc-text { font-size:0.6875rem;height:auto; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS { display:flex;height:auto;width:20rem;top:5.25rem;left:0rem; }
#OrfoB7imGy635POeuga0Kc7fM5CyJDMS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #y7Ae3OhambTnZtllLSQd05qczOMo7kNd {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #E2B77GSro0xBrLkrBLo3LyL7IctObJkw {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #R8Kc6BgGW1WSz4RH58B6bsexOq1us0Oo {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #vpLeNMGrTboxZ97cyxh5lsNIfvTRP483 {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #pKOapyPz3XCPaZTUcs8pp4d8tOzEX8Kd {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #uZbSw28TE9q2LA2GOOVksFNJvx6lexyB {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #Ersp6fOFa1DVU18f4RqFJq8VT6xHBe2S {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #ggFtpl6AilVw0HkWNdUGE7ymcGknqPEn {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #c9bDnszKgo2r88Izkkhqisi2Z1euoi9L {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #nvfOUbsaziy9Ec4IKbS5s5kttox36E7P {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #KTlBwTcJvmIJQ7KNyQezptQ6xJzA5lT5 {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #XdqTkZ2v5AVqApQeNM2PBRqF9V9fKPs8 {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #zgQKIqSa0CPhsAMmwFhbhC2xvefPfJTb {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #yWFccSvo4Udn9ipB0ex6lTmpNE5Xg60m {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #mNQ7RRVo0Wyc4WLG6PHfHOCKQDKmWFb7 {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #VWQWFpa67pm7Te35ul52b5PQzsiZZs3a {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #pBd73ZWZTG4lJgFywTqzUJf4zZwqhR6U {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #X5RJgTeskLzEFVxoNANENlN3ScH9JV3f {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #i4HlCsUVZy3hypLnIv1aGlRrXcmyKWNJ {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #ZmBwpwqtLPJ4u22vxqSpEkfui7ltd7Dv {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #mdATyIV307QIp2JwoJmP9yvmtzIZhZ55 {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #vmM7W0qhRaR0PnymU9X0F5Cft6VR9xy2 {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #EQIn1VbF4BKlt1M2hoSMyymU15v64prl {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #l7Zoazw9pA5DlIMutNrCDUG8cRBRxXDi {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #Vh4E8DWRh2oic0088sfwvqcqzlyDk2Ts {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #pGEIU0pv2ZCHTZJGiwr4WUrO1xnfcMpf {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #NeZeKseTU0k4Cep3JOmrMX2ItQv2QDFt {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #Doga2NZhOmwuM81NhhriS715ESXMccbT {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #LgP2TDOwVu7WPA9Q5fyZVbngH1SeDVPt {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #T7O3yGQSK99ccyS6FaaTZWx8r0GSEMgD {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #eky60IoSrbK8QrMB2ZCA6XH5iJPA9Wyk {  }
 }@media only screen and (max-width: 763px) { #OrfoB7imGy635POeuga0Kc7fM5CyJDMS #ZQxr6FFnophd2edfhI7nWvIGxPCgSErF {  }
 }@media only screen and (max-width: 763px) { #MhwduR0dKdumZvwqOWVvTHrn3SAPMT5l { width:20rem;height:1.54345625rem;top:1.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { display:block; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }