.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,225,222;--color-primary-1:128,154,144;--color-primary-2:0,53,33;--color-primary-3:0,27,17;--color-primary-4:0,8,5;--color-secondary-0:255,255,255;--color-secondary-1:230,230,230;--color-secondary-2:216,216,216;--color-secondary-3:130,130,130;--color-secondary-4:43,43,43;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:79,79,79;--color-tertiary-4:0,0,0;--headlines-font-family:"Howdybun";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container { display: none; }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .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); }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv { background-color:rgba(255,255,255,0.98);background-image:url("https://images.assets-landingi.com/uc/0dd345cc-39e1-4fec-a485-11bc11a34c81/123xc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv.adaptive-delivery-prevent-bg, #Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv.lazyload, #Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv.lazyloading { background-image: none; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row .container { background-color: transparent; background-image: none; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row .container > .video-iframe-container { display: none; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row > .video-iframe-container { display: none; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .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); }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row .container { border-width: 0; border-radius: 0; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row .container { width:75rem;height:61.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#N2a6UpZ4uDrTEwz007wPZVgOpHXLV9qF { box-sizing:content-box;height:5rem;width:12.0625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:48.125rem;left:24.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#ibSbCZrWbtbuoqiy62Js9Pw5JSTv2QJN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b58242, #daa863);background-image: -moz-linear-gradient(90deg, #b58242, #daa863);background-image: -ms-linear-gradient(90deg, #b58242, #daa863);background-image: -o-linear-gradient(90deg, #b58242, #daa863);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58242', endColorstr='#daa863' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58242', endColorstr='#daa863' );";background-image: linear-gradient(90deg, #b58242, #daa863);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:5.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:48.125rem;left:0rem;display:block; }
#OKCtzoWCNqT2JqsaH5u9kfEkNeXU7yWb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#htfOFtfLGs1S2I7BraaduhJAdpOmX9NP { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:9.25rem;left:0rem;height:16.5rem;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:left;text-align-last:left;display:block; }
#PQnSlCrUCt1DqsMqzR0E26WCueoHuWpV { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.125rem;left:0rem;height:;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:left;text-align-last:left;display:block; }
#R1fIlOhf4hfdZqVmrvauJk87TMv8TLPr { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:48.5rem;left:25.4375rem;height:3.00625rem;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; }
#p2hlJ8GS6D2ONp3T7xQkxnA2wrh0zCcz { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:51.0625rem;left:25.4375rem;height:1.7875rem;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; }
#FHGHsHq4gWSqt30WDznQMC4FLD4ncGxW { position:absolute;display:block;z-index:15102;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.125rem;top:4.8125rem;left:40.125rem;overflow:hidden;display:block; }
#nJG0y4pfmq62AseJpgpUgk5VwrhGGcTF { position:absolute;display:block;z-index:15101;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:46.5rem;width:30.9375rem;top:8rem;left:43.375rem;overflow:hidden;display:block; }
#xMrhKpZzGxJO26JNrummcubN1ImwiE4a { position:absolute;display:block;z-index:15004;background-color:#111111;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.2) ;height:48.25rem;width:32.25rem;top:7.1875rem;left:42.75rem;display:block; }
#uhEsScBNxBaG5IZu4QVO4MBdzrGXWnNR { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15103;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:38.25rem;left:0rem;display:block; }
#vmR7xFGNdiQ4T56XouDphKDGs8obNKlT { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15104;background-color:transparent;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:42rem;left:0rem;display:block; }
#iZ9D0vCh9Xih81TMKtU2Liz2xMuJiEG7 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15105;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:38.25rem;left:17.9375rem;display:block; }
#xhoCMyIrHqlZsGHTpddWu9uF7ElNMAsX { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15106;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:42rem;left:17.9375rem;display:block; }
#wvf9PmTBeppVsZdmwCZegyS7FyaIAW7s { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:39rem;left:4.25rem;height:1.625rem;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:left;text-align-last:left;display:block; }
#Sw357T4V3w034XrQF7weC9tDK1gRGE4a { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:42.75rem;left:4.25rem;height:1.625rem;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:left;text-align-last:left;display:block; }
#z55LwMy2lAgJAhN1VKGhTAGhsDzliCVb { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:39rem;left:22.1875rem;height:1.625rem;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:left;text-align-last:left;display:block; }
#hJF8tVqbydCGeFK24lNVHydEX3glrCNz { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:42.75rem;left:22.1875rem;height:1.625rem;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:left;text-align-last:left;display:block; }
#UXgeKBylmwqGHsTwdy7FvD3EuIPXnx12 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:38.9375rem;left:0.6875rem; }
#pOvc29HoebKyiZ4VQetCNMyC3VmqOiht { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:42.6875rem;left:0.6875rem; }
#b1HRnsRBvXM2rw8xXgrIuTitcgdg2zWB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:38.9375rem;left:18.6875rem; }
#RrfThoktnTIeXc7kzTlVpf6f7GQMqH1I { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:42.6875rem;left:18.6875rem; }
#ARAWdLGGaWJ4WxTvTAH03Mh4XJb2OvIe { color:#2c2c2c;display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.4375rem;left:3.125rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GHcRkSU1TqOJgrgepDvX27muE7OivKBI { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:39rem;left:4.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#GHcRkSU1TqOJgrgepDvX27muE7OivKBI li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#GHcRkSU1TqOJgrgepDvX27muE7OivKBI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_328935aca51a0d7af55f5aa60dd5a1d5fb26bd52.svg); }
#rEBH7bZ0qaFy8VfmvvvavPTHtOCrPfrX { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:39rem;left:4.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#rEBH7bZ0qaFy8VfmvvvavPTHtOCrPfrX li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#rEBH7bZ0qaFy8VfmvvvavPTHtOCrPfrX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_328935aca51a0d7af55f5aa60dd5a1d5fb26bd52.svg); }
#c9ZLlHUAXAhOo4JG4tLJAesMVtsJ9nBW { box-sizing:content-box;height:5.125rem;width:12.0625rem;position:absolute;display:block;z-index:15003;background-color:#b58242;background-image:none;top:48.125rem;left:24.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #00663f);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #00663f);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #00663f);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #00663f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00663f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00663f' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #00663f);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; }#SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 > .row .container { background-color: transparent; background-image: none; }#SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 > .row .container > .video-iframe-container { display: none; }#SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 > .row > .video-iframe-container { display: none; }#SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 > .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); }#SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 > .row .container { border-width: 0; border-radius: 0; }#SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#V2Cgl1iUUyXDAEfV8J5a6ng3kTfdxvzl { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:1.0125007629394rem;left:0rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XF8ZLHTfQmGBAEh5bqot1Ry8pRTsOcf3 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:1.0125007629394rem;left:0rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tmTarr2eR686zDk9W8IppTuXU8BgEv9G { 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; }#tmTarr2eR686zDk9W8IppTuXU8BgEv9G > .row .container { background-color: transparent; background-image: none; }#tmTarr2eR686zDk9W8IppTuXU8BgEv9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmTarr2eR686zDk9W8IppTuXU8BgEv9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmTarr2eR686zDk9W8IppTuXU8BgEv9G > .row .container > .video-iframe-container { display: none; }#tmTarr2eR686zDk9W8IppTuXU8BgEv9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmTarr2eR686zDk9W8IppTuXU8BgEv9G > .row > .video-iframe-container { display: none; }#tmTarr2eR686zDk9W8IppTuXU8BgEv9G > .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); }#tmTarr2eR686zDk9W8IppTuXU8BgEv9G > .row .container { border-width: 0; border-radius: 0; }#tmTarr2eR686zDk9W8IppTuXU8BgEv9G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmTarr2eR686zDk9W8IppTuXU8BgEv9G > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#RdcnKgAfJwDQ4XpqV5DrZc92Ayr5aWnq { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#at76GSTT9AZJiRLVa082wNWZPPe1ycF7 { 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; }#at76GSTT9AZJiRLVa082wNWZPPe1ycF7 > .row .container { background-color: transparent; background-image: none; }#at76GSTT9AZJiRLVa082wNWZPPe1ycF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at76GSTT9AZJiRLVa082wNWZPPe1ycF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at76GSTT9AZJiRLVa082wNWZPPe1ycF7 > .row .container > .video-iframe-container { display: none; }#at76GSTT9AZJiRLVa082wNWZPPe1ycF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at76GSTT9AZJiRLVa082wNWZPPe1ycF7 > .row > .video-iframe-container { display: none; }#at76GSTT9AZJiRLVa082wNWZPPe1ycF7 > .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); }#at76GSTT9AZJiRLVa082wNWZPPe1ycF7 > .row .container { border-width: 0; border-radius: 0; }#at76GSTT9AZJiRLVa082wNWZPPe1ycF7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#at76GSTT9AZJiRLVa082wNWZPPe1ycF7 > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#scHKP8ESA3Af5r9qIJp43REug07QBsaw { box-sizing:content-box;height:16.875rem;width:18.25rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#XqotrqFaNStfroabzKJQ4Optmc50NhCG { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.8125rem;left:0rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l54ItCuDRlOmvhe2LTIuoLLrI483vJQq { color:#333333;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.7859374284744rem;left:2.09375rem;height:7.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#l54ItCuDRlOmvhe2LTIuoLLrI483vJQq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l54ItCuDRlOmvhe2LTIuoLLrI483vJQq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#cuTqDSTLBiUtKiWmEazfz4bc0xGpla5O { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:18.88671875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#cqxiGioZHITB04yoETTN3f195urQGT6H { color:#333333;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.7867184877394rem;left:21.125rem;height:7.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#cqxiGioZHITB04yoETTN3f195urQGT6H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cqxiGioZHITB04yoETTN3f195urQGT6H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#hCXpbfzbSz55f1kSK5m7MPkx0E2K0Dh9 { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:3.875rem;left:19rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AEAv0XODr9EkeiQ8AFLNkcK9tq5x65Ma { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:37.88671875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#hTq2MaL6S6EGIZeT8Wsbr6a70sP02ro5 { color:#333333;display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:8.7851563692094rem;left:40.34375rem;height:7.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#hTq2MaL6S6EGIZeT8Wsbr6a70sP02ro5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hTq2MaL6S6EGIZeT8Wsbr6a70sP02ro5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#NXhnZrHRwFCnVDcLCL9P2wtiGmNvMVr9 { color:rgba(var(--color-primary-2),1);display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:3.8117218017578rem;left:38.8125rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WnROeD6pkl9EHRTsVHk4vTNzAaE0RvNE { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:56.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#qD2R0qQS6JnREWccQUcItBnNOgQnzkQk { color:#333333;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.7851563692094rem;left:59.84375rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qD2R0qQS6JnREWccQUcItBnNOgQnzkQk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qD2R0qQS6JnREWccQUcItBnNOgQnzkQk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#p1mCTQgtSwseTALF1ZxxtSdOp80s6J5x { color:rgba(var(--color-primary-2),1);display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:3.8125rem;left:58.175003051757rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7BIfSBZdz9JD9w4mTA7vQguqPmIhtP9 { color:#333333;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.9562511444094rem;left:58.11328125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }#g7BIfSBZdz9JD9w4mTA7vQguqPmIhtP9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g7BIfSBZdz9JD9w4mTA7vQguqPmIhtP9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#gOqXMcq5sz5XJgTWAkxoVyAAzMOzsX0f { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:5.9867210388184rem;left:0rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IRrvLau1pbZ9cMZ0z5fo8F4ltMQO1qyq { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:1.6875rem;left:0rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bd6Ptc1vUH0PDB0EF4rWCQIPOX5WZxzL { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:19.0625rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VQKGDlczbtyuU7hzHnd9UtyrOLwkmsC5 { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:37.8125rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KM4sVyvCuxh9EDmVlHrCX6vUD9bhzpk9 { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:56.875rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UX8tlP7hsQWEBhflvBIzNNDZl611DgDI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:19.0625rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q2mKtfE257u8Hb7x5R7yVUS2HxIg4mEk { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6117210388184rem;left:0rem;display:block; }
#rshU2RilWwALqWmHl6FwXTG5FMqxTbzC { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:18.875rem;display:block; }
#Xr2Bf576TEqDMbeaXZ7zmNz6Hir9MdNp { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:37.90625rem;display:block; }
#utSkn8iKKIN4BzE395AsxcyBotdPd8vX { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:56.8125rem;display:block; }
#zfyx0RZQMvfOnHQ0fIkCUZNNNUq5vplD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:37.8125rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F72Nl8ySsV0WCynd1ikutzeksc3Oy3FH { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:56.875rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq { 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; }#azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq > .row .container { background-color: transparent; background-image: none; }#azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq > .row .container > .video-iframe-container { display: none; }#azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq > .row > .video-iframe-container { display: none; }#azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq > .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); }#azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq > .row .container { border-width: 0; border-radius: 0; }#azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#dPJpAN3WtBEEUiUGwgT26lvnI0ZWlOe6 { box-sizing:content-box;height:16.875rem;width:18.1875rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#TJKsQ2mui39IlN6WfdQ639dwdhqLV3VX { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.8125rem;left:0rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aFw2knZfpsHKHWUxuz3Ha5fsbqtmFX51 { color:#333333;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.7859363555906rem;left:2.09375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#aFw2knZfpsHKHWUxuz3Ha5fsbqtmFX51 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aFw2knZfpsHKHWUxuz3Ha5fsbqtmFX51 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#K6QzlrJ9TdIIeRMkp617WHB5WKZUfhp3 { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:18.88671875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#KPbBdSefhq9IWCrdTuNNnM8kyX17RZTH { color:#333333;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.78515625rem;left:20.46875rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KPbBdSefhq9IWCrdTuNNnM8kyX17RZTH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KPbBdSefhq9IWCrdTuNNnM8kyX17RZTH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#V7OXbwBliumUm69kMHpevcfeRXLklUHF { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:3.875rem;left:19rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fbCTut061rNkmx0ATKmuPIC9TL1ZTQZK { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:37.88671875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#WzeXV2felmiicPyBGtzqr8pd6I3ypCkm { color:#333333;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:8.78515625rem;left:39.1875rem;height:4.525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WzeXV2felmiicPyBGtzqr8pd6I3ypCkm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WzeXV2felmiicPyBGtzqr8pd6I3ypCkm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#oz4ywskLM0soV9wyKvL2aCa4rS1u62c4 { color:rgba(var(--color-primary-2),1);display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:3.8117218017578rem;left:38.8125rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TsfkvVqdVw1JqteeiyagJnAnqDvVvTrI { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:56.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#KbDVnZCZoODllqdSIKF42S87kd2lwgSb { color:#333333;display:block;width:14.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.78515625rem;left:58.59375rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KbDVnZCZoODllqdSIKF42S87kd2lwgSb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KbDVnZCZoODllqdSIKF42S87kd2lwgSb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#Jx0kkPFrqTksm0og4EoVEn4wbOB3epaF { color:rgba(var(--color-primary-2),1);display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:3.8117218017578rem;left:57.875rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eREhS1Z9L7saa83yPgzzCmMxfZFPgpkI { color:#333333;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.9562511444094rem;left:58.11328125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }#eREhS1Z9L7saa83yPgzzCmMxfZFPgpkI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eREhS1Z9L7saa83yPgzzCmMxfZFPgpkI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#ktao8wzXB3aqAZi6XMTcGIElMhZ23qHi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:5.9867210388184rem;left:0rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FvoMt1R6IVxAWra5PmHM88iCxJvUprJz { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:1.6875rem;left:0rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eAISGaWOTuKQn2ihHHA8L55O0TCFlBwe { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:19.0625rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MIJTk7PlIiqp8LIRH8RbNdTksQ74oCZe { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:37.8125rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pAdXXUlsirae2n3tVewwIkehtMvsyG8p { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:56.875rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r7gtUZKngcF6N9VQoT3c8ng0IZq5M8CQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:19.0625rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tSiTLh8tFS4f5Zmf2zRfE8QxvwRM2glt { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6117210388184rem;left:0rem;display:block; }
#EixzttTgnEsLbmmCRpRk3KghhI9OgL8s { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:18.875rem;display:block; }
#T5CVEGSPTzTnG1T1TCuQ2PqTDp0qT7tX { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:37.90625rem;display:block; }
#CTs4GXFUHnfFcQsozQUEyDpDw6fPmKh7 { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:56.8125rem;display:block; }
#Q8kAKO8gAo9PztQz2U66ixXNktldsgBE { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:37.8125rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wubODFXK3Hu3HR03rOwULmf9yiwmkDMo { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:56.875rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 { 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; }#VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 > .row .container { background-color: transparent; background-image: none; }#VPAc1reZNfZVKapBeMZxhGFoyo3O2D57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 > .row .container > .video-iframe-container { display: none; }#VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 > .row > .video-iframe-container { display: none; }#VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 > .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); }#VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 > .row .container { border-width: 0; border-radius: 0; }#VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#ncxTi1wiCADplTx01xVMkyuRsDDdTXW2 { box-sizing:content-box;height:16.875rem;width:18.1875rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#g9TJd4kMieOgGrOI65x21GKuh0iDM8Ac { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.8125rem;left:0rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JwD7Vyt5tlqh0ZaRtw19nzdVd0VBpTfN { color:#333333;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.7867202758787rem;left:3.6742172241211rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#JwD7Vyt5tlqh0ZaRtw19nzdVd0VBpTfN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JwD7Vyt5tlqh0ZaRtw19nzdVd0VBpTfN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#JXlv21ZDqRJAwBQ4Z5InZ1FH1TXSmXBp { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:18.88671875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#fdBImT0rOMCU9JT51HByTyRZPcH2c6pa { color:#333333;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.7867202758787rem;left:21.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#fdBImT0rOMCU9JT51HByTyRZPcH2c6pa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fdBImT0rOMCU9JT51HByTyRZPcH2c6pa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#CtbTpzHE5WOklKWsiEANeC2EvQiWfzBV { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:3.875rem;left:19rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mEW9OeaprCizg9ceq2o2k0LFqVR9Bf4v { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:37.88671875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#f7Mc9qLyCalZ14iM1qfQqzpkMKBQhH09 { color:#333333;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:8.78515625rem;left:40.34375rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#f7Mc9qLyCalZ14iM1qfQqzpkMKBQhH09 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f7Mc9qLyCalZ14iM1qfQqzpkMKBQhH09 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#eBdD3CgJ9avJi9USgmrddWleXdnTBqEk { color:rgba(var(--color-primary-2),1);display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:3.8117218017578rem;left:38.8125rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JitB8qK94LQdSdTWnCTlqQhvEIGtoGtZ { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:56.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#b45rz5tsnxMXmyz5rVvgmRZnFAhc9P5o { color:#333333;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.7859382629394rem;left:58.375rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#b45rz5tsnxMXmyz5rVvgmRZnFAhc9P5o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b45rz5tsnxMXmyz5rVvgmRZnFAhc9P5o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#i3ITMtFUhRdWrs5U4CBl88DZqg67JqF7 { color:rgba(var(--color-primary-2),1);display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:3.8117218017578rem;left:57.875rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aQtPIkIqBQIo6PxpMGbUezTyVxfEeKzm { color:#333333;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.9562511444094rem;left:58.11328125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }#aQtPIkIqBQIo6PxpMGbUezTyVxfEeKzm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aQtPIkIqBQIo6PxpMGbUezTyVxfEeKzm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#TdPlKwMh22KGPB11Kz9uV3XQsuan1F4i { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:5.9867210388184rem;left:0rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rmbNnhOhGdtWH1PAO5Xhhmiuwgwk0uxC { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:1.6875rem;left:0rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#INIOulLMlmkRIMH5JrtBTEEmp22cfZmt { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:19.0625rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XfcOKFO7KT0WOAmH6sAEZUIDg2ZnVHaz { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:37.8125rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DTTOVKpUvAzJztlHT28fysqIGsBC9Sbn { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:56.875rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dCulWKTF6hDPSTUNRyKbCzTHCcqDia6O { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:19.0625rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EHyTfJLTq5BG1mdaniTEStcH8UhMsaF8 { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6117210388184rem;left:0rem;display:block; }
#MpTg62tKUvaElxsGz464SXqP3AwrJ4AA { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:18.875rem;display:block; }
#HRzXPZ9uiUNcTpTqG2tXqocfZED1mMwv { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:37.90625rem;display:block; }
#XbVrVQsQO1zuKG20sXizpBxtccQfFC12 { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:56.8125rem;display:block; }
#t6VLF39fJ9FE701nixWZdWCafe1ewOFJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:37.8125rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JhuOXmK0adXIQxxwQTmVEMrSohZvR2qH { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:56.875rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dq8txxduDWFTW2v7vFWH9crgTQcvIsXH { 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; }#dq8txxduDWFTW2v7vFWH9crgTQcvIsXH > .row .container { background-color: transparent; background-image: none; }#dq8txxduDWFTW2v7vFWH9crgTQcvIsXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dq8txxduDWFTW2v7vFWH9crgTQcvIsXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dq8txxduDWFTW2v7vFWH9crgTQcvIsXH > .row .container > .video-iframe-container { display: none; }#dq8txxduDWFTW2v7vFWH9crgTQcvIsXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dq8txxduDWFTW2v7vFWH9crgTQcvIsXH > .row > .video-iframe-container { display: none; }#dq8txxduDWFTW2v7vFWH9crgTQcvIsXH > .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); }#dq8txxduDWFTW2v7vFWH9crgTQcvIsXH > .row .container { border-width: 0; border-radius: 0; }#dq8txxduDWFTW2v7vFWH9crgTQcvIsXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dq8txxduDWFTW2v7vFWH9crgTQcvIsXH > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#FIPRk3f0bvy7yt7Tzb6n8m7y36kSB8eo { box-sizing:content-box;height:16.875rem;width:18.1875rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#AmeXUT7IrgcUDbDdml44efyhl4BpJrda { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.8125rem;left:0rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wIsM7xq759pLbqedhxSKJ1y3WakdrRiA { color:#333333;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.7859363555906rem;left:2.09375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#wIsM7xq759pLbqedhxSKJ1y3WakdrRiA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wIsM7xq759pLbqedhxSKJ1y3WakdrRiA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#zy7t7VhtFMabSeGh0kkyewTkxsDo9TCo { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:18.88671875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#d4U9qt2AlmhTGQwCNa8fFfxkRgtRHrI3 { color:#333333;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.78671836853rem;left:21.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#d4U9qt2AlmhTGQwCNa8fFfxkRgtRHrI3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d4U9qt2AlmhTGQwCNa8fFfxkRgtRHrI3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#nbrNT4QK5Ik035fIEB7wfRMgJbUKmUxQ { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:3.875rem;left:19rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C1KocF83g8aPx78XL56r0vd7PFvppc8X { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:37.88671875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#zIdi8SPckWsbRJTDVVsTF4yp1Nf5TwvM { color:#333333;display:block;width:17rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:8.78515625rem;left:38.375rem;height:4.525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#zIdi8SPckWsbRJTDVVsTF4yp1Nf5TwvM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zIdi8SPckWsbRJTDVVsTF4yp1Nf5TwvM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#oeT1moVHwt737nitr6mAp9gRxLAu7dZF { color:rgba(var(--color-primary-2),1);display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:3.8125rem;left:38.15625rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O8Z7imlxc9VnhCUAw9kSuERR6ZG15BDo { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:56.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#U9znOOlbvJ8s3JLHgedVFHJwE3ePx4Hr { color:#333333;display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.78515625rem;left:59.15625rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#U9znOOlbvJ8s3JLHgedVFHJwE3ePx4Hr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U9znOOlbvJ8s3JLHgedVFHJwE3ePx4Hr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#ahSQbw33HeqpCmsJk5Q7p0Cot16nPEaX { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:3.8117179870606rem;left:57.0625rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gwv84VBVIpuPcqKwfcOPoRfRO0i4vkxX { color:#333333;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.9562511444094rem;left:58.11328125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }#gwv84VBVIpuPcqKwfcOPoRfRO0i4vkxX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gwv84VBVIpuPcqKwfcOPoRfRO0i4vkxX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#ogesMKsLqActwWoVyICVXqGRG7G9TsPl { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:5.9867210388184rem;left:0rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I36bmIK6NU3RgAENJp9NgJoZaeSbLg8f { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:1.6875rem;left:0rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#voStDhJVJTcu1hEXTL5owCCZP0QwKw5I { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:19.0625rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dXGNnaewTr5TMAD2otN89FwlLHIvkOtU { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:37.8125rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hVqEqoR7W3IhzyOIbQqJTbnSMglbH3Jy { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:56.875rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EqHX8hUC2CpBxXAmg2NkTPRS1WOhvOmv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:19.0625rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IBaggTfXvfQxywfxvFlPHUWv1ToyIlzz { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6117210388184rem;left:0rem;display:block; }
#CXr5PcEOBkgOsGaFZFGP93TtpwWwgFmN { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:18.875rem;display:block; }
#Ts5ZtOBVqIfEHn96DuHRu8PbXDI2BREZ { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:37.90625rem;display:block; }
#xTf39BVDvB8T9V8L3lFVwVTp9bS6Mlsw { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:56.8125rem;display:block; }
#ln6lNd4kiMEZsPnxUBCwlgeFea1zJGzu { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:37.8125rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UJZzmfNJbkQipg6PoP3JXR5CT90UHlee { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:56.875rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ { 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; }#NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ > .row .container { background-color: transparent; background-image: none; }#NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ > .row .container > .video-iframe-container { display: none; }#NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ > .row > .video-iframe-container { display: none; }#NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ > .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); }#NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ > .row .container { border-width: 0; border-radius: 0; }#NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#pzDzpXC3Ec5tV6SrNGFluqhWTRMd2tIi { box-sizing:content-box;height:16.875rem;width:18.1875rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#QoTUXtICsUzi1y1hANGulicTEIAqITeR { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.8125rem;left:0rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aCspT7at2NiwAQGduBbFQnZqJ96I44fq { color:#333333;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.7859382629394rem;left:2.09375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#aCspT7at2NiwAQGduBbFQnZqJ96I44fq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aCspT7at2NiwAQGduBbFQnZqJ96I44fq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#TwJhDEvvuf2B6EIs45L4HFLoVgVUJbqQ { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:18.88671875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#xUx0u4DBtrKylM5zWqnRViP3igr4FOE7 { color:#333333;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.7867202758787rem;left:21.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#xUx0u4DBtrKylM5zWqnRViP3igr4FOE7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xUx0u4DBtrKylM5zWqnRViP3igr4FOE7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#SuDQ1d4VRNkKG8nphpbr6aGtQW3Ixqeq { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:3.875rem;left:19rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TmkNwcuyPyZkHtP8QiBosCtdbGspd2cp { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:37.88671875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#MIvWUKnuv2vmUeKu47tlueg5Z3l6gLz3 { color:#333333;display:block;width:16.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:8.7859382629394rem;left:38.6875rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MIvWUKnuv2vmUeKu47tlueg5Z3l6gLz3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MIvWUKnuv2vmUeKu47tlueg5Z3l6gLz3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#vDIsoW0TJpxv20qqV7xKKTfO4cZgkMu4 { color:rgba(var(--color-primary-2),1);display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:3.8117218017578rem;left:38.8125rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xTFNNHOKfALBGanBSISLrbi5qH6dIv4W { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:56.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#VuaQWn9i4n3zdmCTrCUKJUyEuWMV3dD7 { color:#333333;display:block;width:13.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.7859382629394rem;left:58.9375rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VuaQWn9i4n3zdmCTrCUKJUyEuWMV3dD7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VuaQWn9i4n3zdmCTrCUKJUyEuWMV3dD7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#o3qlBRtIWGSFsG5HGD8kTGCxunpDvUqi { color:rgba(var(--color-primary-2),1);display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:3.8125rem;left:56.75rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m0Rn9uN7lSyquxbVADDnTyC8Q8TG3unE { color:#333333;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.9562511444094rem;left:58.11328125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }#m0Rn9uN7lSyquxbVADDnTyC8Q8TG3unE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m0Rn9uN7lSyquxbVADDnTyC8Q8TG3unE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#zwyXh9Ri6u6vBWKWhWeVCLFVEz3KdN89 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:5.9867210388184rem;left:0rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LMtUeNnnXOcpzfbTIuZtUN6K6vfVcRHv { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:1.6875rem;left:0rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mOGsMZscFq5GdaShyB9EIwu2A4DwGb42 { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:19.0625rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ahn8y5zuGilrmInAVcgRikoTugxJ4brg { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:37.8125rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t2aNapGe9HI8yrKz5l3HF8cZ3yekiLdo { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:56.875rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ay7gTKKeeaI8z0IPkWaAhzsxZW5b9ygS { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:19.0625rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TSHZzsicQuQBKiwSwWoDlzZDQxNm7x02 { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6117210388184rem;left:0rem;display:block; }
#kwD9p0SniOgD1put31RzDJhnU30CuWU6 { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:18.875rem;display:block; }
#L64GwiOO8rhSlJ3XCm4z7btgx7mtuEdp { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:37.90625rem;display:block; }
#mo6sm0raKaXk5ns6KkJDskkLGDpKAWxF { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:56.8125rem;display:block; }
#L6zond4esdBoENoqgT7TxlftCgRzb0NJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:37.8125rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dLFG8lv8VLsdqaZda3X1AJwnPBG4P0qN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:56.875rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB { 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; }#XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB > .row .container { background-color: transparent; background-image: none; }#XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB > .row .container > .video-iframe-container { display: none; }#XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB > .row > .video-iframe-container { display: none; }#XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB > .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); }#XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB > .row .container { border-width: 0; border-radius: 0; }#XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#RimwUFvEa0F4nVaxSm0rTG9Z87q7k02N { box-sizing:content-box;height:16.875rem;width:18.1875rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#rbQBTET48NBc6kHBPL7UmcenJlx3poDk { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.8125rem;left:0rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n4TNDfzdceKR8tJsylGBHxuvxgxqgQIH { color:#333333;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.7859420776369rem;left:2.09375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#n4TNDfzdceKR8tJsylGBHxuvxgxqgQIH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n4TNDfzdceKR8tJsylGBHxuvxgxqgQIH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#rWgODQtIXcKnlT6CVXvUF0vO8fT5pIg7 { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:18.88671875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#xTrC0dTt0PzMwfQ1cQaARARbZOcx76xT { color:#333333;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.7859420776369rem;left:19.71875rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#xTrC0dTt0PzMwfQ1cQaARARbZOcx76xT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xTrC0dTt0PzMwfQ1cQaARARbZOcx76xT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#elSxv3Rid8TfDphcPpph6dwVmXE0sv14 { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:3.875rem;left:19rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fGNf1aJzu5Hw2wLzXoKTl9paihI9K86u { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:37.88671875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#bc44kB16os5gaiZycXuLuyItcpLdvnaR { color:#333333;display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:8.78515625rem;left:40.34375rem;height:7.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#bc44kB16os5gaiZycXuLuyItcpLdvnaR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bc44kB16os5gaiZycXuLuyItcpLdvnaR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#PQPNV5zyKTld6E8zM4gNmifTDH9SdMiP { color:rgba(var(--color-primary-2),1);display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:3.8117218017578rem;left:38.8125rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y0Vr7p1kXJRHDhZX0zTwE6eKvVVHwkCW { box-sizing:content-box;height:16.875rem;width:18.125rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:56.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#TQPil5TiMJXphG9lnSAD30hdKe65lcqi { color:#333333;display:block;width:11rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.7859420776369rem;left:60.125rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TQPil5TiMJXphG9lnSAD30hdKe65lcqi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TQPil5TiMJXphG9lnSAD30hdKe65lcqi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#sWOZ8dlRw6x24mWv8JaqC75MNWhADXcJ { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:3.8125rem;left:56.75rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qHlpOSNVUPIBOwdu38mS0fM3wFXJQ2fp { color:#333333;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.9562511444094rem;left:58.11328125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }#qHlpOSNVUPIBOwdu38mS0fM3wFXJQ2fp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qHlpOSNVUPIBOwdu38mS0fM3wFXJQ2fp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#BBaLHhHiuxVFAtdM0o2wnRh3PtJ79V8p { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:5.9867210388184rem;left:0rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gmTKmscevaBwn9kxKBy1R3APF9XX93iN { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:1.6875rem;left:0rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eLcZyOmVPuTBF7KrnkAAVT0XKRA2aJKt { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:19.0625rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aKaOa7Cr8TbeGGGLXqr3iFkl7BQH1I62 { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:37.8125rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DKyUP41FPlKv189PktBWbJaewUNygxLV { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:1.73046875rem;left:56.875rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NzloUmpQ26BDUH8SiSX0SsWdymMgoZ9K { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:19.0625rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S4OOJ0ZsyehfTNTSTFlXFc8InQArHsyR { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6117210388184rem;left:0rem;display:block; }
#rDQBcP3uN7DadyIkA3P2Up4tb8ukyJF2 { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:18.875rem;display:block; }
#ZmW6kT0MHAg5p0MfQ1n3FqMOfVERkWxN { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:37.90625rem;display:block; }
#uTuXOXlcPpd1nXMZeJgVsZD8DrR0rexS { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6304702758789rem;left:56.8125rem;display:block; }
#mgxTuW9FwUIQEqiAXQ0rgaQ2fKdDlfT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:37.8125rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bChrw5Vzo23O6CXWgQTnlwOTLnGoVxF4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.9859390258789rem;left:56.875rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX { 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; }#XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX > .row .container { background-color: transparent; background-image: none; }#XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX > .row .container > .video-iframe-container { display: none; }#XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX > .row > .video-iframe-container { display: none; }#XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX > .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); }#XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX > .row .container { border-width: 0; border-radius: 0; }#XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#kWEDZ5RQgwD7PI8ov2JkdPTcPp2sCU9Z { box-sizing:content-box;height:16.875rem;width:18.1875rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.76250076293944rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#F1pfSoVa8VTiWTofzNHSCDP21H01iA0r { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.8125rem;left:0rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mzRQdAPEyTIedGV4Hdx1oQTwc1RJ9q5q { color:#333333;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.7859420776369rem;left:2.09375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#mzRQdAPEyTIedGV4Hdx1oQTwc1RJ9q5q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mzRQdAPEyTIedGV4Hdx1oQTwc1RJ9q5q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#FXFyy0NVs3zwmtKLVK51MMX2GhaSAZxp { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:5.9867210388184rem;left:0rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GLcqkBDCEFFU6Gr372JqXWIWTMmRtdFk { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:1.6875rem;left:0rem;height:2.13125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WC6ZbnyaLSdsDZBVx3o3d2q1l37GiX4W { box-sizing:content-box;height:1.875rem;width:18.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6117210388184rem;left:0rem;display:block; }
#KCpq1kyotFGUP1889pdvkd13wgxnWLKQ { color:#333333;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.7859420776369rem;left:2.09375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }#KCpq1kyotFGUP1889pdvkd13wgxnWLKQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KCpq1kyotFGUP1889pdvkd13wgxnWLKQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#Kep3NF1R3ZBrgU9EIsx4kPMan1TQOkqy { color:#333333;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.7859420776369rem;left:2.09375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }#Kep3NF1R3ZBrgU9EIsx4kPMan1TQOkqy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kep3NF1R3ZBrgU9EIsx4kPMan1TQOkqy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#NPCWypVoW4puILQn3mp8q4CTyLUncA28 { 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; }#NPCWypVoW4puILQn3mp8q4CTyLUncA28 > .row .container { background-color: transparent; background-image: none; }#NPCWypVoW4puILQn3mp8q4CTyLUncA28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPCWypVoW4puILQn3mp8q4CTyLUncA28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPCWypVoW4puILQn3mp8q4CTyLUncA28 > .row .container > .video-iframe-container { display: none; }#NPCWypVoW4puILQn3mp8q4CTyLUncA28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPCWypVoW4puILQn3mp8q4CTyLUncA28 > .row > .video-iframe-container { display: none; }#NPCWypVoW4puILQn3mp8q4CTyLUncA28 > .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); }#NPCWypVoW4puILQn3mp8q4CTyLUncA28 > .row .container { border-width: 0; border-radius: 0; }#NPCWypVoW4puILQn3mp8q4CTyLUncA28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPCWypVoW4puILQn3mp8q4CTyLUncA28 > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#gZCZv5F0iqxrZBAMt3VwTeGH49T94KCG { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vunqQEGODW5ISty37iqHrxTHVZquXTHy { 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; }#vunqQEGODW5ISty37iqHrxTHVZquXTHy > .row .container { background-color: transparent; background-image: none; }#vunqQEGODW5ISty37iqHrxTHVZquXTHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vunqQEGODW5ISty37iqHrxTHVZquXTHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vunqQEGODW5ISty37iqHrxTHVZquXTHy > .row .container > .video-iframe-container { display: none; }#vunqQEGODW5ISty37iqHrxTHVZquXTHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vunqQEGODW5ISty37iqHrxTHVZquXTHy > .row > .video-iframe-container { display: none; }#vunqQEGODW5ISty37iqHrxTHVZquXTHy > .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); }#vunqQEGODW5ISty37iqHrxTHVZquXTHy > .row .container { border-width: 0; border-radius: 0; }#vunqQEGODW5ISty37iqHrxTHVZquXTHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vunqQEGODW5ISty37iqHrxTHVZquXTHy > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#LFGWIhKAuTlFgA3Tolb8BNNJ3ODGAGW8 { box-sizing:content-box;height:11.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0.012496948242188rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#U0eObEAJnsZ5UECcW5CpVUVHicH6TEdk { box-sizing:content-box;height:11.875rem;width:11.875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0.01171875rem;left:12.599220275879rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#TabVbXL546NBn9ZsZQcx8PzcDvo2gzHM { box-sizing:content-box;height:11.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:0.01171875rem;left:25.19921875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#fmJLa2Sg7pimBEEHU8rkt8DNsUZ1nAqq { box-sizing:content-box;height:11.875rem;width:11.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0rem;left:37.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#AVAtTd17foDqyG4drCmqQZly9Cp0oxIJ { box-sizing:content-box;height:11.875rem;width:11.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0rem;left:50.375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#lnQUrpECs3ONPGo45c9tbkLf4kq1BSez { box-sizing:content-box;height:11.875rem;width:11.875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:0rem;left:63rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.75);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.75);display:block; }
#mJTeyTFgKaen1ZXqwOcf5ZvBsTm9KZ1I { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:2.1875rem;left:4rem; }
#WQ8cNVorx3XQOBfzJ7H2K8PokaoPRGsK { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:2.1875rem;left:16.5625rem; }
#zP8KsbbCRf12Zo4oSRpFa4kCHvqL86Fa { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:2.1875rem;left:29.1875rem; }
#UPRBsHPCFdzcVx1sOK9zz86I608eb9Z8 { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:2.1875rem;left:41.8125rem; }
#UTTLNyIdPTNMi4qNVJnkWaVOcHZr6urb { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:2.1875rem;left:54.375rem; }
#xTIGAMmCg9sdi3NSHZMmdABQ8CusCtxo { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:2.1875rem;left:67rem; }
#lyfM8lo8FcVSb2cJvVozdhebD2xQkfcn { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:6.8125rem;left:1.875rem;height:3.025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RFe7pC2i3KQgpFAEBP6BOOrKcsCZcErh { color:rgba(var(--color-primary-2),1);display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:6.8125rem;left:15.1875rem;height:3.025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TyE7gDwSHQbJef0HrIUMwnrDaRzNTkBv { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:6.8125rem;left:27.0625rem;height:3.025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NLnMgtSVeopZBcAd1neRIKAzdvsPLPIr { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:6.8125rem;left:39.6875rem;height:3.025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vWC1txsfCvyStlrV35q59JXsif88xV0a { color:rgba(var(--color-primary-2),1);display:block;width:9.8125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:6.8125rem;left:51.4375rem;height:3.025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EUhAJ6GlcUGG3lekFTN8lAHcQgSTQxhl { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:6.8125rem;left:64.875rem;height:3.025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wsHyBOkuweq5a4XGnIa9fKNtcN61N2PS { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #003521, #00663f);background-image: -moz-linear-gradient(90deg, #003521, #00663f);background-image: -ms-linear-gradient(90deg, #003521, #00663f);background-image: -o-linear-gradient(90deg, #003521, #00663f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003521', endColorstr='#00663f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003521', endColorstr='#00663f' );";background-image: linear-gradient(90deg, #003521, #00663f);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:5.125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:13.375rem;left:25.34375rem;display:block; }
#rfbJsoRooMiDTQVShHmqDFclhkhCp6uk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0dd345cc-39e1-4fec-a485-11bc11a34c81/123xc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy.adaptive-delivery-prevent-bg, #yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy.lazyload, #yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy.lazyloading { background-image: none; }#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy > .row .container { background-color: transparent; background-image: none; }#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy > .row .container > .video-iframe-container { display: none; }#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy > .row > .video-iframe-container { display: none; }#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy > .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); }#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy > .row .container { border-width: 0; border-radius: 0; }#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#Ra3gvV1t7ItObxPPdz1XCZFAR21PTWC1 { color:rgba(var(--color-primary-2),1);display:block;width:39.5rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.9375rem;left:3.625rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hFpRzETKMrtVvbIRwLMqpazWZGyR6T6Q { color:#b58242;display:block;width:40rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:3.625rem;height:3.16875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHtwRCcG6d30ItiGTrBMXcp6lTFmgt8s { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b58242, #daa863);background-image: -moz-linear-gradient(90deg, #b58242, #daa863);background-image: -ms-linear-gradient(90deg, #b58242, #daa863);background-image: -o-linear-gradient(90deg, #b58242, #daa863);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58242', endColorstr='#daa863' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58242', endColorstr='#daa863' );";background-image: linear-gradient(90deg, #b58242, #daa863);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.9375rem;height:5.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33rem;left:3.625rem;display:block; }
#tXHr6e1ulCybFnexXLTlGiBVDNkdZV66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PS83hmiV87n5KRH9vDCO6NbLT5lzgTZb { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.0625rem;left:3.6875rem;height:3.49375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qaiSza0uW99lQNcImNSFK2U54P9qR0eC { color:rgba(var(--color-tertiary-2),1);display:block;width:20.6875rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.0625rem;left:3.6875rem;height:4.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wJEsofSOISTApOUFs9cxbZmzFGdyQ1MT { box-sizing:content-box;height:37.625rem;width:53.4375rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.375rem solid #b58242;border-left:0;border-right:0;border-bottom:0;top:6.8125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Vebppqi5QTgggkAIailelhGcunpH7WBp { position:absolute;display:block;z-index:15006;background-color:#111111;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.2) ;height:42.6875rem;width:28.375rem;top:5rem;left:46.625rem;display:block; }
#hQb0GQnVrsT78Znw3RNXTkn9yr6ofP33 { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:40.9375rem;width:27rem;top:5.875rem;left:47.3125rem;overflow:hidden;display:block; }
#sApHpyDJ1BiZwPz1NPRxzV3FCqXU6vZT { color:#2c2c2c;display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.9375rem;left:3.6875rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T9zmJna1znTuoZg84s1hWq2HW2x4S79f { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:39.9375rem;left:3.5625rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#T9zmJna1znTuoZg84s1hWq2HW2x4S79f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T9zmJna1znTuoZg84s1hWq2HW2x4S79f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#TTXEr7GFXqdV1A719UHDUGD9Q69XA0sr { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:39.9375rem;left:17.9375rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TTXEr7GFXqdV1A719UHDUGD9Q69XA0sr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TTXEr7GFXqdV1A719UHDUGD9Q69XA0sr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#b7bP9f8GPv2eKGZDlTtTIedTv9xnuzLD { color:rgba(var(--color-primary-2),1);display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:39.9375rem;left:30.125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#b7bP9f8GPv2eKGZDlTtTIedTv9xnuzLD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b7bP9f8GPv2eKGZDlTtTIedTv9xnuzLD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#I30zkw6U4Qbv7R4AvXR8Kr9eDrqbpTen { color:rgba(var(--color-primary-2),1);display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:39.9375rem;left:30.125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#I30zkw6U4Qbv7R4AvXR8Kr9eDrqbpTen li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I30zkw6U4Qbv7R4AvXR8Kr9eDrqbpTen li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { 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; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { background-color: transparent; background-image: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container > .video-iframe-container { display: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container { display: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .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); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { border-width: 0; border-radius: 0; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:1.0500030517578rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi { position:relative;display:none; }#kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi { border-width: 0; border-radius: 0; }#kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#suBK9Tsp8SAmvPAWzELqUDefo9hmVTwM { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b58242, #daa863);background-image: -moz-linear-gradient(90deg, #b58242, #daa863);background-image: -ms-linear-gradient(90deg, #b58242, #daa863);background-image: -o-linear-gradient(90deg, #b58242, #daa863);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58242', endColorstr='#daa863' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58242', endColorstr='#daa863' );";background-image: linear-gradient(90deg, #b58242, #daa863);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.9375rem;height:5.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33rem;left:3.625rem;display:none; }
#dTrHou65SVXZDsJxFBLBUnKTS94odGla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv { display:block; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2a6UpZ4uDrTEwz007wPZVgOpHXLV9qF { width:12.0625rem;height:5rem;top:48.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibSbCZrWbtbuoqiy62Js9Pw5JSTv2QJN { width:24.3125rem;height:5.125rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKCtzoWCNqT2JqsaH5u9kfEkNeXU7yWb { display:block; }
 }@media only screen and (max-width: 763px) { #htfOFtfLGs1S2I7BraaduhJAdpOmX9NP { width:39.375rem;height:;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQnSlCrUCt1DqsMqzR0E26WCueoHuWpV { width:38.5rem;height:;top:26.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1fIlOhf4hfdZqVmrvauJk87TMv8TLPr { width:10.875rem;height:3rem;top:48.5rem;left:11.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2hlJ8GS6D2ONp3T7xQkxnA2wrh0zCcz { width:10.9375rem;height:1.75rem;top:51.0625rem;left:11.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHGHsHq4gWSqt30WDznQMC4FLD4ncGxW { width:7.125rem;height:7.125rem;top:4.8125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJG0y4pfmq62AseJpgpUgk5VwrhGGcTF { width:30.9375rem;height:46.5rem;top:8rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMrhKpZzGxJO26JNrummcubN1ImwiE4a { width:32.25rem;height:48.25rem;top:7.1875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhEsScBNxBaG5IZu4QVO4MBdzrGXWnNR { width:3.125rem;height:3.125rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmR7xFGNdiQ4T56XouDphKDGs8obNKlT { width:3.125rem;height:3.125rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ9D0vCh9Xih81TMKtU2Liz2xMuJiEG7 { width:3.125rem;height:3.125rem;top:38.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhoCMyIrHqlZsGHTpddWu9uF7ElNMAsX { width:3.125rem;height:3.125rem;top:42rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvf9PmTBeppVsZdmwCZegyS7FyaIAW7s { width:12.5rem;height:1.625rem;top:39rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw357T4V3w034XrQF7weC9tDK1gRGE4a { width:12.5rem;height:1.625rem;top:42.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z55LwMy2lAgJAhN1VKGhTAGhsDzliCVb { width:14.1875rem;height:1.625rem;top:39rem;left:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJF8tVqbydCGeFK24lNVHydEX3glrCNz { width:14.1875rem;height:1.625rem;top:42.75rem;left:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXgeKBylmwqGHsTwdy7FvD3EuIPXnx12 { width:1.875rem;height:1.875rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOvc29HoebKyiZ4VQetCNMyC3VmqOiht { width:1.875rem;height:1.875rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1HRnsRBvXM2rw8xXgrIuTitcgdg2zWB { width:1.875rem;height:1.875rem;top:38.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrfThoktnTIeXc7kzTlVpf6f7GQMqH1I { width:1.875rem;height:1.875rem;top:42.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARAWdLGGaWJ4WxTvTAH03Mh4XJb2OvIe { top:19.4375rem;left:0rem;width:14.875rem;height:2.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHcRkSU1TqOJgrgepDvX27muE7OivKBI { width:17.875rem;height:;top:74.25rem;left:0rem;font-size:0.875rem;display:none; }#GHcRkSU1TqOJgrgepDvX27muE7OivKBI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_328935aca51a0d7af55f5aa60dd5a1d5fb26bd52.svg); }
 }@media only screen and (max-width: 763px) { #rEBH7bZ0qaFy8VfmvvvavPTHtOCrPfrX { width:17.875rem;height:;top:80.875rem;left:0rem;font-size:0.875rem;display:none; }#rEBH7bZ0qaFy8VfmvvvavPTHtOCrPfrX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_328935aca51a0d7af55f5aa60dd5a1d5fb26bd52.svg); }
 }@media only screen and (max-width: 763px) { #c9ZLlHUAXAhOo4JG4tLJAesMVtsJ9nBW { width:12.0625rem;height:5.125rem;top:48.125rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 { display:block; }#SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V2Cgl1iUUyXDAEfV8J5a6ng3kTfdxvzl { top:1rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF8ZLHTfQmGBAEh5bqot1Ry8pRTsOcf3 { top:8.125rem;left:0rem;width:20rem;height:1rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmTarr2eR686zDk9W8IppTuXU8BgEv9G { display:block; }#tmTarr2eR686zDk9W8IppTuXU8BgEv9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdcnKgAfJwDQ4XpqV5DrZc92Ayr5aWnq { width:47.75rem;height:3.25rem;top:6.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #at76GSTT9AZJiRLVa082wNWZPPe1ycF7 { display:block; }#at76GSTT9AZJiRLVa082wNWZPPe1ycF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scHKP8ESA3Af5r9qIJp43REug07QBsaw { width:18.25rem;height:16.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqotrqFaNStfroabzKJQ4Optmc50NhCG { width:18.125rem;height:1.0625rem;top:3.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l54ItCuDRlOmvhe2LTIuoLLrI483vJQq { width:14.5625rem;height:7.4375rem;top:8.75rem;left:0rem;font-size:0.75rem;display:block; }#l54ItCuDRlOmvhe2LTIuoLLrI483vJQq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #cuTqDSTLBiUtKiWmEazfz4bc0xGpla5O { width:18.125rem;height:16.875rem;top:0.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqxiGioZHITB04yoETTN3f195urQGT6H { width:14rem;height:7.4375rem;top:8.75rem;left:9.875rem;font-size:1rem;display:block; }#cqxiGioZHITB04yoETTN3f195urQGT6H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #hCXpbfzbSz55f1kSK5m7MPkx0E2K0Dh9 { width:18.125rem;height:1.0625rem;top:3.875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEAv0XODr9EkeiQ8AFLNkcK9tq5x65Ma { width:18.125rem;height:16.875rem;top:0.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTq2MaL6S6EGIZeT8Wsbr6a70sP02ro5 { width:13.0625rem;height:7.4375rem;top:8.75rem;left:22.75rem;font-size:1rem;display:block; }#hTq2MaL6S6EGIZeT8Wsbr6a70sP02ro5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #NXhnZrHRwFCnVDcLCL9P2wtiGmNvMVr9 { width:16.125rem;height:1.0625rem;top:3.75rem;left:19.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnROeD6pkl9EHRTsVHk4vTNzAaE0RvNE { width:18.125rem;height:16.875rem;top:0.75rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD2R0qQS6JnREWccQUcItBnNOgQnzkQk { width:11.5625rem;height:6.125rem;top:8.75rem;left:36rem;font-size:1rem;display:block; }#qD2R0qQS6JnREWccQUcItBnNOgQnzkQk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #p1mCTQgtSwseTALF1ZxxtSdOp80s6J5x { width:15.5rem;height:1.0625rem;top:3.8125rem;left:32.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7BIfSBZdz9JD9w4mTA7vQguqPmIhtP9 { width:8.4375rem;height:;top:41.75rem;left:1.0187502503395rem;font-size:1rem;display:none; }#g7BIfSBZdz9JD9w4mTA7vQguqPmIhtP9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #gOqXMcq5sz5XJgTWAkxoVyAAzMOzsX0f { width:18.125rem;height:0.9375rem;top:5.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRrvLau1pbZ9cMZ0z5fo8F4ltMQO1qyq { width:18.125rem;height:2.125rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd6Ptc1vUH0PDB0EF4rWCQIPOX5WZxzL { width:18.125rem;height:2.125rem;top:1.6875rem;left:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQKGDlczbtyuU7hzHnd9UtyrOLwkmsC5 { width:18.125rem;height:2.125rem;top:1.6875rem;left:17.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM4sVyvCuxh9EDmVlHrCX6vUD9bhzpk9 { width:18.125rem;height:2.125rem;top:1.6875rem;left:29.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX8tlP7hsQWEBhflvBIzNNDZl611DgDI { width:18.125rem;height:0.9375rem;top:5.9375rem;left:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2mKtfE257u8Hb7x5R7yVUS2HxIg4mEk { width:18.1875rem;height:1.875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rshU2RilWwALqWmHl6FwXTG5FMqxTbzC { width:18.1875rem;height:1.875rem;top:5.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr2Bf576TEqDMbeaXZ7zmNz6Hir9MdNp { width:18.1875rem;height:1.875rem;top:5.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utSkn8iKKIN4BzE395AsxcyBotdPd8vX { width:18.1875rem;height:1.875rem;top:5.625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfyx0RZQMvfOnHQ0fIkCUZNNNUq5vplD { width:18.125rem;height:0.9375rem;top:5.9375rem;left:17.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F72Nl8ySsV0WCynd1ikutzeksc3Oy3FH { width:18.125rem;height:0.9375rem;top:5.9375rem;left:29.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq { display:block; }#azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPJpAN3WtBEEUiUGwgT26lvnI0ZWlOe6 { width:18.1875rem;height:16.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKsQ2mui39IlN6WfdQ639dwdhqLV3VX { width:18.125rem;height:1.0625rem;top:3.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFw2knZfpsHKHWUxuz3Ha5fsbqtmFX51 { width:14.5625rem;height:;top:8.75rem;left:0rem;font-size:0.75rem;display:block; }#aFw2knZfpsHKHWUxuz3Ha5fsbqtmFX51 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #K6QzlrJ9TdIIeRMkp617WHB5WKZUfhp3 { width:18.125rem;height:16.875rem;top:0.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPbBdSefhq9IWCrdTuNNnM8kyX17RZTH { width:15.3125rem;height:6.125rem;top:8.75rem;left:8.5625rem;font-size:1rem;display:block; }#KPbBdSefhq9IWCrdTuNNnM8kyX17RZTH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #V7OXbwBliumUm69kMHpevcfeRXLklUHF { width:18.125rem;height:1.0625rem;top:3.875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbCTut061rNkmx0ATKmuPIC9TL1ZTQZK { width:18.125rem;height:16.875rem;top:0.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzeXV2felmiicPyBGtzqr8pd6I3ypCkm { width:15.375rem;height:4.5rem;top:8.75rem;left:20.4375rem;font-size:1rem;display:block; }#WzeXV2felmiicPyBGtzqr8pd6I3ypCkm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #oz4ywskLM0soV9wyKvL2aCa4rS1u62c4 { width:16.125rem;height:1.0625rem;top:3.75rem;left:19.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsfkvVqdVw1JqteeiyagJnAnqDvVvTrI { width:18.125rem;height:16.875rem;top:0.75rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbDVnZCZoODllqdSIKF42S87kd2lwgSb { width:14.0625rem;height:6.125rem;top:8.75rem;left:33.6875rem;font-size:1rem;display:block; }#KbDVnZCZoODllqdSIKF42S87kd2lwgSb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #Jx0kkPFrqTksm0og4EoVEn4wbOB3epaF { width:15.5rem;height:1.0625rem;top:3.75rem;left:32.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eREhS1Z9L7saa83yPgzzCmMxfZFPgpkI { width:8.4375rem;height:;top:41.75rem;left:1.0187502503395rem;font-size:1rem;display:none; }#eREhS1Z9L7saa83yPgzzCmMxfZFPgpkI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #ktao8wzXB3aqAZi6XMTcGIElMhZ23qHi { width:18.125rem;height:0.9375rem;top:5.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvoMt1R6IVxAWra5PmHM88iCxJvUprJz { width:18.125rem;height:2.125rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAISGaWOTuKQn2ihHHA8L55O0TCFlBwe { width:18.125rem;height:2.125rem;top:1.6875rem;left:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIJTk7PlIiqp8LIRH8RbNdTksQ74oCZe { width:18.125rem;height:2.125rem;top:1.6875rem;left:17.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAdXXUlsirae2n3tVewwIkehtMvsyG8p { width:18.125rem;height:2.125rem;top:1.6875rem;left:29.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7gtUZKngcF6N9VQoT3c8ng0IZq5M8CQ { width:18.125rem;height:0.9375rem;top:5.9375rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSiTLh8tFS4f5Zmf2zRfE8QxvwRM2glt { width:18.1875rem;height:1.875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EixzttTgnEsLbmmCRpRk3KghhI9OgL8s { width:18.1875rem;height:1.875rem;top:5.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5CVEGSPTzTnG1T1TCuQ2PqTDp0qT7tX { width:18.1875rem;height:1.875rem;top:5.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTs4GXFUHnfFcQsozQUEyDpDw6fPmKh7 { width:18.1875rem;height:1.875rem;top:5.625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8kAKO8gAo9PztQz2U66ixXNktldsgBE { width:18.125rem;height:0.9375rem;top:5.9375rem;left:17.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wubODFXK3Hu3HR03rOwULmf9yiwmkDMo { width:18.125rem;height:0.9375rem;top:5.9375rem;left:29.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 { display:block; }#VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncxTi1wiCADplTx01xVMkyuRsDDdTXW2 { width:18.1875rem;height:16.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9TJd4kMieOgGrOI65x21GKuh0iDM8Ac { width:18.125rem;height:1.0625rem;top:3.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwD7Vyt5tlqh0ZaRtw19nzdVd0VBpTfN { width:10.9375rem;height:6.125rem;top:8.75rem;left:0.26796722412109rem;font-size:0.75rem;display:block; }#JwD7Vyt5tlqh0ZaRtw19nzdVd0VBpTfN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #JXlv21ZDqRJAwBQ4Z5InZ1FH1TXSmXBp { width:18.125rem;height:16.875rem;top:0.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdBImT0rOMCU9JT51HByTyRZPcH2c6pa { width:14rem;height:;top:8.75rem;left:9.875rem;font-size:1rem;display:block; }#fdBImT0rOMCU9JT51HByTyRZPcH2c6pa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #CtbTpzHE5WOklKWsiEANeC2EvQiWfzBV { width:18.125rem;height:1.0625rem;top:3.875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEW9OeaprCizg9ceq2o2k0LFqVR9Bf4v { width:18.125rem;height:16.875rem;top:0.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Mc9qLyCalZ14iM1qfQqzpkMKBQhH09 { width:14.4375rem;height:6.125rem;top:8.75rem;left:22.75rem;font-size:1rem;display:block; }#f7Mc9qLyCalZ14iM1qfQqzpkMKBQhH09 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #eBdD3CgJ9avJi9USgmrddWleXdnTBqEk { width:16.125rem;height:1.0625rem;top:3.75rem;left:19.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JitB8qK94LQdSdTWnCTlqQhvEIGtoGtZ { width:18.125rem;height:16.875rem;top:0.75rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b45rz5tsnxMXmyz5rVvgmRZnFAhc9P5o { width:14.5rem;height:6.125rem;top:8.75rem;left:33.25rem;font-size:1rem;display:block; }#b45rz5tsnxMXmyz5rVvgmRZnFAhc9P5o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #i3ITMtFUhRdWrs5U4CBl88DZqg67JqF7 { width:15.5rem;height:1.0625rem;top:3.75rem;left:32.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQtPIkIqBQIo6PxpMGbUezTyVxfEeKzm { width:8.4375rem;height:;top:41.75rem;left:1.0187502503395rem;font-size:1rem;display:none; }#aQtPIkIqBQIo6PxpMGbUezTyVxfEeKzm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #TdPlKwMh22KGPB11Kz9uV3XQsuan1F4i { width:18.125rem;height:0.9375rem;top:5.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmbNnhOhGdtWH1PAO5Xhhmiuwgwk0uxC { width:18.125rem;height:2.125rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #INIOulLMlmkRIMH5JrtBTEEmp22cfZmt { width:18.125rem;height:2.125rem;top:1.6875rem;left:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfcOKFO7KT0WOAmH6sAEZUIDg2ZnVHaz { width:18.125rem;height:2.125rem;top:1.6875rem;left:17.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTOVKpUvAzJztlHT28fysqIGsBC9Sbn { width:18.125rem;height:2.125rem;top:1.6875rem;left:29.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCulWKTF6hDPSTUNRyKbCzTHCcqDia6O { width:18.125rem;height:0.9375rem;top:5.9375rem;left:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHyTfJLTq5BG1mdaniTEStcH8UhMsaF8 { width:18.1875rem;height:1.875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpTg62tKUvaElxsGz464SXqP3AwrJ4AA { width:18.1875rem;height:1.875rem;top:5.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRzXPZ9uiUNcTpTqG2tXqocfZED1mMwv { width:18.1875rem;height:1.875rem;top:5.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbVrVQsQO1zuKG20sXizpBxtccQfFC12 { width:18.1875rem;height:1.875rem;top:5.625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6VLF39fJ9FE701nixWZdWCafe1ewOFJ { width:18.125rem;height:0.9375rem;top:5.9375rem;left:17.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhuOXmK0adXIQxxwQTmVEMrSohZvR2qH { width:18.125rem;height:0.9375rem;top:5.9375rem;left:29.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq8txxduDWFTW2v7vFWH9crgTQcvIsXH { display:block; }#dq8txxduDWFTW2v7vFWH9crgTQcvIsXH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIPRk3f0bvy7yt7Tzb6n8m7y36kSB8eo { width:18.1875rem;height:16.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmeXUT7IrgcUDbDdml44efyhl4BpJrda { width:18.125rem;height:1.0625rem;top:3.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIsM7xq759pLbqedhxSKJ1y3WakdrRiA { width:14.5625rem;height:;top:8.75rem;left:0rem;font-size:0.75rem;display:block; }#wIsM7xq759pLbqedhxSKJ1y3WakdrRiA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #zy7t7VhtFMabSeGh0kkyewTkxsDo9TCo { width:18.125rem;height:16.875rem;top:0.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4U9qt2AlmhTGQwCNa8fFfxkRgtRHrI3 { width:14rem;height:;top:8.75rem;left:9.875rem;font-size:1rem;display:block; }#d4U9qt2AlmhTGQwCNa8fFfxkRgtRHrI3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #nbrNT4QK5Ik035fIEB7wfRMgJbUKmUxQ { width:18.125rem;height:1.0625rem;top:3.875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1KocF83g8aPx78XL56r0vd7PFvppc8X { width:18.125rem;height:16.875rem;top:0.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIdi8SPckWsbRJTDVVsTF4yp1Nf5TwvM { width:17rem;height:4.5rem;top:8.75rem;left:18.8125rem;font-size:1rem;display:block; }#zIdi8SPckWsbRJTDVVsTF4yp1Nf5TwvM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #oeT1moVHwt737nitr6mAp9gRxLAu7dZF { width:17.4375rem;height:1.0625rem;top:3.8125rem;left:18.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8Z7imlxc9VnhCUAw9kSuERR6ZG15BDo { width:18.125rem;height:16.875rem;top:0.75rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9znOOlbvJ8s3JLHgedVFHJwE3ePx4Hr { width:12.9375rem;height:6.125rem;top:8.75rem;left:34.8125rem;font-size:1rem;display:block; }#U9znOOlbvJ8s3JLHgedVFHJwE3ePx4Hr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #ahSQbw33HeqpCmsJk5Q7p0Cot16nPEaX { width:17.875rem;height:1.0625rem;top:3.75rem;left:29.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwv84VBVIpuPcqKwfcOPoRfRO0i4vkxX { width:8.4375rem;height:;top:41.75rem;left:1.0187502503395rem;font-size:1rem;display:none; }#gwv84VBVIpuPcqKwfcOPoRfRO0i4vkxX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #ogesMKsLqActwWoVyICVXqGRG7G9TsPl { width:18.125rem;height:0.9375rem;top:5.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I36bmIK6NU3RgAENJp9NgJoZaeSbLg8f { width:18.125rem;height:2.125rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #voStDhJVJTcu1hEXTL5owCCZP0QwKw5I { width:18.125rem;height:2.125rem;top:1.6875rem;left:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXGNnaewTr5TMAD2otN89FwlLHIvkOtU { width:18.125rem;height:2.125rem;top:1.6875rem;left:17.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVqEqoR7W3IhzyOIbQqJTbnSMglbH3Jy { width:18.125rem;height:2.125rem;top:1.6875rem;left:29.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqHX8hUC2CpBxXAmg2NkTPRS1WOhvOmv { width:18.125rem;height:0.9375rem;top:5.9375rem;left:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBaggTfXvfQxywfxvFlPHUWv1ToyIlzz { width:18.1875rem;height:1.875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXr5PcEOBkgOsGaFZFGP93TtpwWwgFmN { width:18.1875rem;height:1.875rem;top:5.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts5ZtOBVqIfEHn96DuHRu8PbXDI2BREZ { width:18.1875rem;height:1.875rem;top:5.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTf39BVDvB8T9V8L3lFVwVTp9bS6Mlsw { width:18.1875rem;height:1.875rem;top:5.625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln6lNd4kiMEZsPnxUBCwlgeFea1zJGzu { width:18.125rem;height:0.9375rem;top:5.9375rem;left:17.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJZzmfNJbkQipg6PoP3JXR5CT90UHlee { width:18.125rem;height:0.9375rem;top:5.9375rem;left:29.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ { display:block; }#NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzDzpXC3Ec5tV6SrNGFluqhWTRMd2tIi { width:18.1875rem;height:16.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoTUXtICsUzi1y1hANGulicTEIAqITeR { width:18.125rem;height:1.0625rem;top:3.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCspT7at2NiwAQGduBbFQnZqJ96I44fq { width:14.5625rem;height:;top:8.75rem;left:0rem;font-size:0.75rem;display:block; }#aCspT7at2NiwAQGduBbFQnZqJ96I44fq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #TwJhDEvvuf2B6EIs45L4HFLoVgVUJbqQ { width:18.125rem;height:16.875rem;top:0.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUx0u4DBtrKylM5zWqnRViP3igr4FOE7 { width:14rem;height:;top:8.75rem;left:9.875rem;font-size:1rem;display:block; }#xUx0u4DBtrKylM5zWqnRViP3igr4FOE7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #SuDQ1d4VRNkKG8nphpbr6aGtQW3Ixqeq { width:18.125rem;height:1.0625rem;top:3.875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmkNwcuyPyZkHtP8QiBosCtdbGspd2cp { width:18.125rem;height:16.875rem;top:0.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIvWUKnuv2vmUeKu47tlueg5Z3l6gLz3 { width:16.375rem;height:6.125rem;top:8.75rem;left:19.4375rem;font-size:1rem;display:block; }#MIvWUKnuv2vmUeKu47tlueg5Z3l6gLz3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #vDIsoW0TJpxv20qqV7xKKTfO4cZgkMu4 { width:16.125rem;height:1.0625rem;top:3.75rem;left:19.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTFNNHOKfALBGanBSISLrbi5qH6dIv4W { width:18.125rem;height:16.875rem;top:0.75rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuaQWn9i4n3zdmCTrCUKJUyEuWMV3dD7 { width:13.375rem;height:6.125rem;top:8.75rem;left:34.375rem;font-size:1rem;display:block; }#VuaQWn9i4n3zdmCTrCUKJUyEuWMV3dD7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #o3qlBRtIWGSFsG5HGD8kTGCxunpDvUqi { width:18.3125rem;height:1.0625rem;top:3.8125rem;left:29.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Rn9uN7lSyquxbVADDnTyC8Q8TG3unE { width:8.4375rem;height:;top:41.75rem;left:1.0187502503395rem;font-size:1rem;display:none; }#m0Rn9uN7lSyquxbVADDnTyC8Q8TG3unE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #zwyXh9Ri6u6vBWKWhWeVCLFVEz3KdN89 { width:18.125rem;height:0.9375rem;top:5.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMtUeNnnXOcpzfbTIuZtUN6K6vfVcRHv { width:18.125rem;height:2.125rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOGsMZscFq5GdaShyB9EIwu2A4DwGb42 { width:18.125rem;height:2.125rem;top:1.6875rem;left:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahn8y5zuGilrmInAVcgRikoTugxJ4brg { width:18.125rem;height:2.125rem;top:1.6875rem;left:17.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2aNapGe9HI8yrKz5l3HF8cZ3yekiLdo { width:18.125rem;height:2.125rem;top:1.6875rem;left:29.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay7gTKKeeaI8z0IPkWaAhzsxZW5b9ygS { width:18.125rem;height:0.9375rem;top:5.9375rem;left:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHZzsicQuQBKiwSwWoDlzZDQxNm7x02 { width:18.1875rem;height:1.875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwD9p0SniOgD1put31RzDJhnU30CuWU6 { width:18.1875rem;height:1.875rem;top:5.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L64GwiOO8rhSlJ3XCm4z7btgx7mtuEdp { width:18.1875rem;height:1.875rem;top:5.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo6sm0raKaXk5ns6KkJDskkLGDpKAWxF { width:18.1875rem;height:1.875rem;top:5.625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6zond4esdBoENoqgT7TxlftCgRzb0NJ { width:18.125rem;height:0.9375rem;top:5.9375rem;left:17.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFG8lv8VLsdqaZda3X1AJwnPBG4P0qN { width:18.125rem;height:0.9375rem;top:5.9375rem;left:29.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB { display:block; }#XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RimwUFvEa0F4nVaxSm0rTG9Z87q7k02N { width:18.1875rem;height:16.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbQBTET48NBc6kHBPL7UmcenJlx3poDk { width:18.125rem;height:1.0625rem;top:3.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4TNDfzdceKR8tJsylGBHxuvxgxqgQIH { width:14.5625rem;height:;top:8.75rem;left:0rem;font-size:0.75rem;display:block; }#n4TNDfzdceKR8tJsylGBHxuvxgxqgQIH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #rWgODQtIXcKnlT6CVXvUF0vO8fT5pIg7 { width:18.125rem;height:16.875rem;top:0.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTrC0dTt0PzMwfQ1cQaARARbZOcx76xT { width:16.8125rem;height:6.125rem;top:8.75rem;left:7.0625rem;font-size:1rem;display:block; }#xTrC0dTt0PzMwfQ1cQaARARbZOcx76xT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #elSxv3Rid8TfDphcPpph6dwVmXE0sv14 { width:18.125rem;height:1.0625rem;top:3.875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGNf1aJzu5Hw2wLzXoKTl9paihI9K86u { width:18.125rem;height:16.875rem;top:0.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc44kB16os5gaiZycXuLuyItcpLdvnaR { width:13.0625rem;height:;top:8.75rem;left:22.75rem;font-size:1rem;display:block; }#bc44kB16os5gaiZycXuLuyItcpLdvnaR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #PQPNV5zyKTld6E8zM4gNmifTDH9SdMiP { width:16.125rem;height:1.0625rem;top:3.75rem;left:19.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Vr7p1kXJRHDhZX0zTwE6eKvVVHwkCW { width:18.125rem;height:16.875rem;top:0.75rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPil5TiMJXphG9lnSAD30hdKe65lcqi { width:11rem;height:6.125rem;top:8.75rem;left:36.28125rem;font-size:1rem;display:block; }#TQPil5TiMJXphG9lnSAD30hdKe65lcqi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #sWOZ8dlRw6x24mWv8JaqC75MNWhADXcJ { width:18.25rem;height:1.0625rem;top:3.8125rem;left:29.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHlpOSNVUPIBOwdu38mS0fM3wFXJQ2fp { width:8.4375rem;height:;top:41.75rem;left:1.0187502503395rem;font-size:1rem;display:none; }#qHlpOSNVUPIBOwdu38mS0fM3wFXJQ2fp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #BBaLHhHiuxVFAtdM0o2wnRh3PtJ79V8p { width:18.125rem;height:0.9375rem;top:5.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmTKmscevaBwn9kxKBy1R3APF9XX93iN { width:18.125rem;height:2.125rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLcZyOmVPuTBF7KrnkAAVT0XKRA2aJKt { width:18.125rem;height:2.125rem;top:1.6875rem;left:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKaOa7Cr8TbeGGGLXqr3iFkl7BQH1I62 { width:18.125rem;height:2.125rem;top:1.6875rem;left:17.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKyUP41FPlKv189PktBWbJaewUNygxLV { width:18.125rem;height:2.125rem;top:1.6875rem;left:29.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzloUmpQ26BDUH8SiSX0SsWdymMgoZ9K { width:18.125rem;height:0.9375rem;top:5.9375rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4OOJ0ZsyehfTNTSTFlXFc8InQArHsyR { width:18.1875rem;height:1.875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDQBcP3uN7DadyIkA3P2Up4tb8ukyJF2 { width:18.1875rem;height:1.875rem;top:5.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmW6kT0MHAg5p0MfQ1n3FqMOfVERkWxN { width:18.1875rem;height:1.875rem;top:5.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTuXOXlcPpd1nXMZeJgVsZD8DrR0rexS { width:18.1875rem;height:1.875rem;top:5.625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgxTuW9FwUIQEqiAXQ0rgaQ2fKdDlfT5 { width:18.125rem;height:0.9375rem;top:5.9375rem;left:17.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bChrw5Vzo23O6CXWgQTnlwOTLnGoVxF4 { width:18.125rem;height:0.9375rem;top:5.9375rem;left:29.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX { display:block; }#XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWEDZ5RQgwD7PI8ov2JkdPTcPp2sCU9Z { width:18.1875rem;height:16.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1pfSoVa8VTiWTofzNHSCDP21H01iA0r { width:18.125rem;height:1.0625rem;top:3.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzRQdAPEyTIedGV4Hdx1oQTwc1RJ9q5q { width:14.5625rem;height:;top:8.75rem;left:0rem;font-size:0.75rem;display:block; }#mzRQdAPEyTIedGV4Hdx1oQTwc1RJ9q5q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #FXFyy0NVs3zwmtKLVK51MMX2GhaSAZxp { width:18.125rem;height:0.9375rem;top:5.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLcqkBDCEFFU6Gr372JqXWIWTMmRtdFk { width:18.125rem;height:2.125rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC6ZbnyaLSdsDZBVx3o3d2q1l37GiX4W { width:18.1875rem;height:1.875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCpq1kyotFGUP1889pdvkd13wgxnWLKQ { width:8.875rem;height:;top:10.625rem;left:3.0625rem;font-size:0.75rem;display:none; }#KCpq1kyotFGUP1889pdvkd13wgxnWLKQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #Kep3NF1R3ZBrgU9EIsx4kPMan1TQOkqy { width:8.875rem;height:;top:10.625rem;left:0rem;font-size:0.75rem;display:none; }#Kep3NF1R3ZBrgU9EIsx4kPMan1TQOkqy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #NPCWypVoW4puILQn3mp8q4CTyLUncA28 { display:block; }#NPCWypVoW4puILQn3mp8q4CTyLUncA28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZCZv5F0iqxrZBAMt3VwTeGH49T94KCG { width:47.75rem;height:3.25rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vunqQEGODW5ISty37iqHrxTHVZquXTHy { display:block; }#vunqQEGODW5ISty37iqHrxTHVZquXTHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFGWIhKAuTlFgA3Tolb8BNNJ3ODGAGW8 { width:11.875rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0eObEAJnsZ5UECcW5CpVUVHicH6TEdk { width:11.875rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TabVbXL546NBn9ZsZQcx8PzcDvo2gzHM { width:11.875rem;height:11.875rem;top:0rem;left:11.57421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmJLa2Sg7pimBEEHU8rkt8DNsUZ1nAqq { width:11.875rem;height:11.875rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVAtTd17foDqyG4drCmqQZly9Cp0oxIJ { width:11.875rem;height:11.875rem;top:0rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnQUrpECs3ONPGo45c9tbkLf4kq1BSez { width:11.875rem;height:11.875rem;top:0rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTeyTFgKaen1ZXqwOcf5ZvBsTm9KZ1I { width:4.0625rem;height:4.0625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ8cNVorx3XQOBfzJ7H2K8PokaoPRGsK { width:4.0625rem;height:4.0625rem;top:2.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8KsbbCRf12Zo4oSRpFa4kCHvqL86Fa { width:4.0625rem;height:4.0625rem;top:2.1875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPRBsHPCFdzcVx1sOK9zz86I608eb9Z8 { width:4.0625rem;height:4.0625rem;top:2.1875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTLNyIdPTNMi4qNVJnkWaVOcHZr6urb { width:4.0625rem;height:4.0625rem;top:2.1875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTIGAMmCg9sdi3NSHZMmdABQ8CusCtxo { width:4.0625rem;height:4.0625rem;top:2.1875rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyfM8lo8FcVSb2cJvVozdhebD2xQkfcn { width:8.1875rem;height:3rem;top:6.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFe7pC2i3KQgpFAEBP6BOOrKcsCZcErh { width:6.8125rem;height:3rem;top:6.8125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyE7gDwSHQbJef0HrIUMwnrDaRzNTkBv { width:8.1875rem;height:3rem;top:6.8125rem;left:13.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLnMgtSVeopZBcAd1neRIKAzdvsPLPIr { width:8.1875rem;height:3rem;top:6.8125rem;left:26.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWC1txsfCvyStlrV35q59JXsif88xV0a { width:9.8125rem;height:3rem;top:6.8125rem;left:37.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUhAJ6GlcUGG3lekFTN8lAHcQgSTQxhl { width:8.1875rem;height:3rem;top:6.8125rem;left:39.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsHyBOkuweq5a4XGnIa9fKNtcN61N2PS { width:24.3125rem;height:5.125rem;top:13.375rem;left:11.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfbJsoRooMiDTQVShHmqDFclhkhCp6uk { display:block; }
 }@media only screen and (max-width: 763px) { #yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy { display:block; }#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ra3gvV1t7ItObxPPdz1XCZFAR21PTWC1 { top:9.9375rem;left:0rem;width:39.5rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFpRzETKMrtVvbIRwLMqpazWZGyR6T6Q { top:15.8125rem;left:0rem;width:40rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHtwRCcG6d30ItiGTrBMXcp6lTFmgt8s { width:30.9375rem;height:5.3125rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXHr6e1ulCybFnexXLTlGiBVDNkdZV66 { display:block; }
 }@media only screen and (max-width: 763px) { #PS83hmiV87n5KRH9vDCO6NbLT5lzgTZb { top:27.0625rem;left:0rem;width:19.9375rem;height:3.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaiSza0uW99lQNcImNSFK2U54P9qR0eC { top:23.0625rem;left:0rem;width:20.6875rem;height:4.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJEsofSOISTApOUFs9cxbZmzFGdyQ1MT { width:47.75rem;height:37.625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vebppqi5QTgggkAIailelhGcunpH7WBp { width:28.375rem;height:42.6875rem;top:5rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQb0GQnVrsT78Znw3RNXTkn9yr6ofP33 { width:27rem;height:40.9375rem;top:5.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sApHpyDJ1BiZwPz1NPRxzV3FCqXU6vZT { top:20.9375rem;left:0rem;width:14.875rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9zmJna1znTuoZg84s1hWq2HW2x4S79f { width:15.0625rem;height:2.75rem;top:39.9375rem;left:0rem;font-size:1.0625rem;display:block; }#T9zmJna1znTuoZg84s1hWq2HW2x4S79f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #TTXEr7GFXqdV1A719UHDUGD9Q69XA0sr { width:12.1875rem;height:2.75rem;top:39.9375rem;left:4.3125rem;font-size:1.0625rem;display:block; }#TTXEr7GFXqdV1A719UHDUGD9Q69XA0sr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #b7bP9f8GPv2eKGZDlTtTIedTv9xnuzLD { width:15.125rem;height:2.75rem;top:39.9375rem;left:16.5rem;font-size:1.0625rem;display:block; }#b7bP9f8GPv2eKGZDlTtTIedTv9xnuzLD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #I30zkw6U4Qbv7R4AvXR8Kr9eDrqbpTen { width:19rem;height:;top:27.75rem;left:0rem;font-size:1.0625rem;display:none; }#I30zkw6U4Qbv7R4AvXR8Kr9eDrqbpTen li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { width:47.75rem;height:1.25rem;top:1rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi { display:none; }#kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #suBK9Tsp8SAmvPAWzELqUDefo9hmVTwM { width:30.9375rem;height:5.3125rem;top:33rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTrHou65SVXZDsJxFBLBUnKTS94odGla { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv { background-color:rgba(230,230,230,0.9);background-image:url("https://images.assets-landingi.com/uc/0dd345cc-39e1-4fec-a485-11bc11a34c81/123xc.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv.adaptive-delivery-prevent-bg, #Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv.lazyload, #Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv.lazyloading { background-image: none; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row .container { background-color: transparent; background-image: none; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row .container > .video-iframe-container { display: none; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row > .video-iframe-container { display: none; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .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); }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row .container { border-width: 0; border-radius: 0; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hi77IsqTAly6oEa8SuNGzarn1FKS6KAv > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2a6UpZ4uDrTEwz007wPZVgOpHXLV9qF { width:20rem;height:7.1875rem;top:55.5625rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dd345cc-39e1-4fec-a485-11bc11a34c81/123xc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#N2a6UpZ4uDrTEwz007wPZVgOpHXLV9qF.adaptive-delivery-prevent-bg, #N2a6UpZ4uDrTEwz007wPZVgOpHXLV9qF.lazyload, #N2a6UpZ4uDrTEwz007wPZVgOpHXLV9qF.lazyloading { background-image: none; }
#N2a6UpZ4uDrTEwz007wPZVgOpHXLV9qF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,53,33,0.67); } }@media only screen and (max-width: 763px) { #ibSbCZrWbtbuoqiy62Js9Pw5JSTv2QJN { width:20rem;height:4.0625rem;top:62.6875rem;left:0rem;font-size:1.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b58242, #daa863);background-image: -moz-linear-gradient(90deg, #b58242, #daa863);background-image: -ms-linear-gradient(90deg, #b58242, #daa863);background-image: -o-linear-gradient(90deg, #b58242, #daa863);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58242', endColorstr='#daa863' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58242', endColorstr='#daa863' );";background-image: linear-gradient(90deg, #b58242, #daa863);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OKCtzoWCNqT2JqsaH5u9kfEkNeXU7yWb { display:block; }
 }@media only screen and (max-width: 763px) { #htfOFtfLGs1S2I7BraaduhJAdpOmX9NP { width:20rem;height:8.25rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PQnSlCrUCt1DqsMqzR0E26WCueoHuWpV { width:19.5625rem;height:5.1rem;top:11.5625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R1fIlOhf4hfdZqVmrvauJk87TMv8TLPr { width:10.25rem;height:2.625rem;top:58.0625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:2.1875rem;line-height:1.2;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #p2hlJ8GS6D2ONp3T7xQkxnA2wrh0zCcz { width:10.75rem;height:1.425rem;top:60.5rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FHGHsHq4gWSqt30WDznQMC4FLD4ncGxW { width:7.375rem;height:7.375rem;top:54.625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJG0y4pfmq62AseJpgpUgk5VwrhGGcTF { width:19.25rem;height:28.9375rem;top:25.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMrhKpZzGxJO26JNrummcubN1ImwiE4a { width:20rem;height:30.1875rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhEsScBNxBaG5IZu4QVO4MBdzrGXWnNR { width:3.125rem;height:3.125rem;top:64.625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmR7xFGNdiQ4T56XouDphKDGs8obNKlT { width:3.125rem;height:3.125rem;top:72.5rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZ9D0vCh9Xih81TMKtU2Liz2xMuJiEG7 { width:3.125rem;height:3.125rem;top:64.6875rem;left:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhoCMyIrHqlZsGHTpddWu9uF7ElNMAsX { width:3.125rem;height:3.125rem;top:72.5625rem;left:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvf9PmTBeppVsZdmwCZegyS7FyaIAW7s { width:9.6875rem;height:3rem;top:68.287502288819rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Sw357T4V3w034XrQF7weC9tDK1gRGE4a { width:8.375rem;height:3rem;top:76.25rem;left:0.81171876192094rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #z55LwMy2lAgJAhN1VKGhTAGhsDzliCVb { width:9.6875rem;height:3rem;top:68.350002288819rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #hJF8tVqbydCGeFK24lNVHydEX3glrCNz { width:6.4375rem;height:3rem;top:76.225002288819rem;left:12.343750536442rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #UXgeKBylmwqGHsTwdy7FvD3EuIPXnx12 { display:flex;width:1.875rem;height:1.875rem;top:65.3125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOvc29HoebKyiZ4VQetCNMyC3VmqOiht { display:flex;width:1.875rem;height:1.875rem;top:73.1875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1HRnsRBvXM2rw8xXgrIuTitcgdg2zWB { display:flex;width:1.875rem;height:1.875rem;top:65.375rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrfThoktnTIeXc7kzTlVpf6f7GQMqH1I { display:flex;width:1.875rem;height:1.875rem;top:73.25rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARAWdLGGaWJ4WxTvTAH03Mh4XJb2OvIe { width:14.875rem;height:1.625rem;top:56.5rem;left:1.5625rem;font-size:1.25rem;z-index:15008;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GHcRkSU1TqOJgrgepDvX27muE7OivKBI { width:8.125rem;height:2.4125rem;top:19.1875rem;left:11.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;z-index:15007;font-weight:700;font-style:normal;display:block; }#GHcRkSU1TqOJgrgepDvX27muE7OivKBI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GHcRkSU1TqOJgrgepDvX27muE7OivKBI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_328935aca51a0d7af55f5aa60dd5a1d5fb26bd52.svg); }
 }@media only screen and (max-width: 763px) { #rEBH7bZ0qaFy8VfmvvvavPTHtOCrPfrX { width:11.0625rem;height:2.4125rem;top:19.1875rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;z-index:15008;font-weight:700;font-style:normal;display:block; }#rEBH7bZ0qaFy8VfmvvvavPTHtOCrPfrX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rEBH7bZ0qaFy8VfmvvvavPTHtOCrPfrX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_328935aca51a0d7af55f5aa60dd5a1d5fb26bd52.svg); }
 }@media only screen and (max-width: 763px) { #c9ZLlHUAXAhOo4JG4tLJAesMVtsJ9nBW { width:20rem;height:4.1875rem;top:18.3125rem;left:0rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 { display:block; }#SDgraGsDiC6QyytvIbFiBkzDEN1aWAZ1 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V2Cgl1iUUyXDAEfV8J5a6ng3kTfdxvzl { width:19.375rem;height:0;top:0.9375rem;left:0.31171876192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XF8ZLHTfQmGBAEh5bqot1Ry8pRTsOcf3 { width:20rem;height:1.6625rem;top:0.79375076293944rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #tmTarr2eR686zDk9W8IppTuXU8BgEv9G { display:block; }#tmTarr2eR686zDk9W8IppTuXU8BgEv9G > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdcnKgAfJwDQ4XpqV5DrZc92Ayr5aWnq { width:20rem;height:3.6rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #at76GSTT9AZJiRLVa082wNWZPPe1ycF7 { display:block; }#at76GSTT9AZJiRLVa082wNWZPPe1ycF7 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scHKP8ESA3Af5r9qIJp43REug07QBsaw { width:9.8125rem;height:18.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqotrqFaNStfroabzKJQ4Optmc50NhCG { width:9.8125rem;height:0.825rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #l54ItCuDRlOmvhe2LTIuoLLrI483vJQq { width:8.875rem;height:7.2375rem;top:10.625001907349rem;left:0.48750001192093rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }#l54ItCuDRlOmvhe2LTIuoLLrI483vJQq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #cuTqDSTLBiUtKiWmEazfz4bc0xGpla5O { width:9.75rem;height:18.125rem;top:1.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqxiGioZHITB04yoETTN3f195urQGT6H { width:9.375rem;height:6.7875rem;top:10.625001907349rem;left:10.437500536442rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#cqxiGioZHITB04yoETTN3f195urQGT6H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #hCXpbfzbSz55f1kSK5m7MPkx0E2K0Dh9 { width:9.8125rem;height:0.825rem;top:4.4375rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AEAv0XODr9EkeiQ8AFLNkcK9tq5x65Ma { width:9.6875rem;height:18.125rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTq2MaL6S6EGIZeT8Wsbr6a70sP02ro5 { width:8.4375rem;height:7.7625rem;top:29.3125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#hTq2MaL6S6EGIZeT8Wsbr6a70sP02ro5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #NXhnZrHRwFCnVDcLCL9P2wtiGmNvMVr9 { width:8.3125rem;height:0.825rem;top:23.25rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WnROeD6pkl9EHRTsVHk4vTNzAaE0RvNE { width:9.8125rem;height:18.125rem;top:20.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD2R0qQS6JnREWccQUcItBnNOgQnzkQk { width:8.4375rem;height:0;top:20rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:none; }#qD2R0qQS6JnREWccQUcItBnNOgQnzkQk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #p1mCTQgtSwseTALF1ZxxtSdOp80s6J5x { width:9.6875rem;height:0.825rem;top:23.25rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #g7BIfSBZdz9JD9w4mTA7vQguqPmIhtP9 { width:8.4375rem;height:9.05rem;top:28.625rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;z-index:15026;display:block; }#g7BIfSBZdz9JD9w4mTA7vQguqPmIhtP9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #gOqXMcq5sz5XJgTWAkxoVyAAzMOzsX0f { width:9.8125rem;height:0.89375rem;top:7.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IRrvLau1pbZ9cMZ0z5fo8F4ltMQO1qyq { width:9.6875rem;height:1.925rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bd6Ptc1vUH0PDB0EF4rWCQIPOX5WZxzL { width:9.6875rem;height:1.925rem;top:2.5rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VQKGDlczbtyuU7hzHnd9UtyrOLwkmsC5 { width:9.6875rem;height:1.925rem;top:21.375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KM4sVyvCuxh9EDmVlHrCX6vUD9bhzpk9 { width:9.6875rem;height:1.925rem;top:21.375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UX8tlP7hsQWEBhflvBIzNNDZl611DgDI { width:7.5rem;height:1.7875rem;top:6.9343752861025rem;left:11.362499773503rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #q2mKtfE257u8Hb7x5R7yVUS2HxIg4mEk { width:9.8125rem;height:3.125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rshU2RilWwALqWmHl6FwXTG5FMqxTbzC { width:9.8125rem;height:3.125rem;top:6.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr2Bf576TEqDMbeaXZ7zmNz6Hir9MdNp { width:9.8125rem;height:3.125rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utSkn8iKKIN4BzE395AsxcyBotdPd8vX { width:9.8125rem;height:3.125rem;top:24.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfyx0RZQMvfOnHQ0fIkCUZNNNUq5vplD { width:9.1875rem;height:1.7875rem;top:25.606250762939rem;left:0.36250001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #F72Nl8ySsV0WCynd1ikutzeksc3Oy3FH { width:9.6875rem;height:0.89375rem;top:26.05312538147rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq { display:block; }#azTGq5FIvdwKyfdF7EJAZWLhLF6OqGAq > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPJpAN3WtBEEUiUGwgT26lvnI0ZWlOe6 { width:9.8125rem;height:18.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKsQ2mui39IlN6WfdQ639dwdhqLV3VX { width:9.8125rem;height:0.825rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aFw2knZfpsHKHWUxuz3Ha5fsbqtmFX51 { width:8.875rem;height:7.2375rem;top:10.625001907349rem;left:0.48750001192093rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }#aFw2knZfpsHKHWUxuz3Ha5fsbqtmFX51 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #K6QzlrJ9TdIIeRMkp617WHB5WKZUfhp3 { width:9.75rem;height:18.125rem;top:1.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPbBdSefhq9IWCrdTuNNnM8kyX17RZTH { width:9.375rem;height:6.7875rem;top:10.625001907349rem;left:10.437500536442rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#KPbBdSefhq9IWCrdTuNNnM8kyX17RZTH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #V7OXbwBliumUm69kMHpevcfeRXLklUHF { width:9.8125rem;height:0.825rem;top:4.4375rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fbCTut061rNkmx0ATKmuPIC9TL1ZTQZK { width:9.6875rem;height:18.125rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzeXV2felmiicPyBGtzqr8pd6I3ypCkm { width:8.4375rem;height:5.5rem;top:29.3125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#WzeXV2felmiicPyBGtzqr8pd6I3ypCkm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #oz4ywskLM0soV9wyKvL2aCa4rS1u62c4 { width:8.3125rem;height:0.825rem;top:22.999999523163rem;left:1.0624999403954rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TsfkvVqdVw1JqteeiyagJnAnqDvVvTrI { width:9.8125rem;height:18.125rem;top:20.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbDVnZCZoODllqdSIKF42S87kd2lwgSb { width:8.4375rem;height:0;top:20rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:none; }#KbDVnZCZoODllqdSIKF42S87kd2lwgSb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #Jx0kkPFrqTksm0og4EoVEn4wbOB3epaF { width:9.6875rem;height:1.65rem;top:22.999999523163rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eREhS1Z9L7saa83yPgzzCmMxfZFPgpkI { width:8.4375rem;height:9.05rem;top:28.625rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;z-index:15026;display:block; }#eREhS1Z9L7saa83yPgzzCmMxfZFPgpkI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #ktao8wzXB3aqAZi6XMTcGIElMhZ23qHi { width:7.1875rem;height:2.68125rem;top:6.49062538147rem;left:1.3625000119209rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FvoMt1R6IVxAWra5PmHM88iCxJvUprJz { width:9.6875rem;height:1.925rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eAISGaWOTuKQn2ihHHA8L55O0TCFlBwe { width:9.6875rem;height:1.925rem;top:2.5rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MIJTk7PlIiqp8LIRH8RbNdTksQ74oCZe { width:9.6875rem;height:1.925rem;top:21.124999523163rem;left:0.24999994039536rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pAdXXUlsirae2n3tVewwIkehtMvsyG8p { width:9.6875rem;height:1.925rem;top:21.124999523163rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r7gtUZKngcF6N9VQoT3c8ng0IZq5M8CQ { width:8.75rem;height:1.7875rem;top:6.8125rem;left:10.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tSiTLh8tFS4f5Zmf2zRfE8QxvwRM2glt { width:9.8125rem;height:3.125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EixzttTgnEsLbmmCRpRk3KghhI9OgL8s { width:9.8125rem;height:3.125rem;top:6.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5CVEGSPTzTnG1T1TCuQ2PqTDp0qT7tX { width:9.8125rem;height:3.125rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTs4GXFUHnfFcQsozQUEyDpDw6fPmKh7 { width:9.8125rem;height:3.125rem;top:24.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8kAKO8gAo9PztQz2U66ixXNktldsgBE { width:9.1875rem;height:1.7875rem;top:25.606250762939rem;left:0.36250001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wubODFXK3Hu3HR03rOwULmf9yiwmkDMo { width:9.6875rem;height:1.7875rem;top:25.606250762939rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 { display:block; }#VPAc1reZNfZVKapBeMZxhGFoyo3O2D57 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncxTi1wiCADplTx01xVMkyuRsDDdTXW2 { width:9.8125rem;height:18.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9TJd4kMieOgGrOI65x21GKuh0iDM8Ac { width:9.8125rem;height:0.825rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JwD7Vyt5tlqh0ZaRtw19nzdVd0VBpTfN { width:8.875rem;height:4.5375rem;top:10.625001907349rem;left:0.48750001192093rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }#JwD7Vyt5tlqh0ZaRtw19nzdVd0VBpTfN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #JXlv21ZDqRJAwBQ4Z5InZ1FH1TXSmXBp { width:9.75rem;height:18.125rem;top:1.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdBImT0rOMCU9JT51HByTyRZPcH2c6pa { width:9.375rem;height:6.7875rem;top:10.625001907349rem;left:10.437500536442rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#fdBImT0rOMCU9JT51HByTyRZPcH2c6pa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #CtbTpzHE5WOklKWsiEANeC2EvQiWfzBV { width:9.8125rem;height:0.825rem;top:4.4375rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mEW9OeaprCizg9ceq2o2k0LFqVR9Bf4v { width:9.6875rem;height:18.125rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Mc9qLyCalZ14iM1qfQqzpkMKBQhH09 { width:8.4375rem;height:5.8125rem;top:29.3125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#f7Mc9qLyCalZ14iM1qfQqzpkMKBQhH09 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #eBdD3CgJ9avJi9USgmrddWleXdnTBqEk { width:8.3125rem;height:0.825rem;top:23.25rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JitB8qK94LQdSdTWnCTlqQhvEIGtoGtZ { width:9.8125rem;height:18.125rem;top:20.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b45rz5tsnxMXmyz5rVvgmRZnFAhc9P5o { width:8.4375rem;height:0;top:20rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:none; }#b45rz5tsnxMXmyz5rVvgmRZnFAhc9P5o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #i3ITMtFUhRdWrs5U4CBl88DZqg67JqF7 { width:9.6875rem;height:0.825rem;top:23.25rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aQtPIkIqBQIo6PxpMGbUezTyVxfEeKzm { width:8.4375rem;height:9.05rem;top:28.625rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;z-index:15026;display:block; }#aQtPIkIqBQIo6PxpMGbUezTyVxfEeKzm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #TdPlKwMh22KGPB11Kz9uV3XQsuan1F4i { width:5.75rem;height:1.7875rem;top:6.8125rem;left:2.0812500119209rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rmbNnhOhGdtWH1PAO5Xhhmiuwgwk0uxC { width:9.6875rem;height:1.925rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #INIOulLMlmkRIMH5JrtBTEEmp22cfZmt { width:9.6875rem;height:1.925rem;top:2.5rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XfcOKFO7KT0WOAmH6sAEZUIDg2ZnVHaz { width:9.6875rem;height:1.925rem;top:21.375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DTTOVKpUvAzJztlHT28fysqIGsBC9Sbn { width:9.6875rem;height:1.925rem;top:21.375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dCulWKTF6hDPSTUNRyKbCzTHCcqDia6O { width:8.75rem;height:1.7875rem;top:6.8125rem;left:10.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EHyTfJLTq5BG1mdaniTEStcH8UhMsaF8 { width:9.8125rem;height:3.125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpTg62tKUvaElxsGz464SXqP3AwrJ4AA { width:9.8125rem;height:3.125rem;top:6.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRzXPZ9uiUNcTpTqG2tXqocfZED1mMwv { width:9.8125rem;height:3.125rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbVrVQsQO1zuKG20sXizpBxtccQfFC12 { width:9.8125rem;height:3.125rem;top:24.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6VLF39fJ9FE701nixWZdWCafe1ewOFJ { width:7.3125rem;height:1.7875rem;top:25.606250762939rem;left:1.3000000119209rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JhuOXmK0adXIQxxwQTmVEMrSohZvR2qH { width:8.3125rem;height:1.7875rem;top:25.606250762939rem;left:10.956249773503rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dq8txxduDWFTW2v7vFWH9crgTQcvIsXH { display:block; }#dq8txxduDWFTW2v7vFWH9crgTQcvIsXH > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIPRk3f0bvy7yt7Tzb6n8m7y36kSB8eo { width:9.8125rem;height:18.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmeXUT7IrgcUDbDdml44efyhl4BpJrda { width:9.8125rem;height:0.825rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wIsM7xq759pLbqedhxSKJ1y3WakdrRiA { width:8.875rem;height:5.4375rem;top:10.625001907349rem;left:0.48750001192093rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }#wIsM7xq759pLbqedhxSKJ1y3WakdrRiA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #zy7t7VhtFMabSeGh0kkyewTkxsDo9TCo { width:9.75rem;height:18.125rem;top:1.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4U9qt2AlmhTGQwCNa8fFfxkRgtRHrI3 { width:9.375rem;height:6.7875rem;top:10.625001907349rem;left:10.437500536442rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#d4U9qt2AlmhTGQwCNa8fFfxkRgtRHrI3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #nbrNT4QK5Ik035fIEB7wfRMgJbUKmUxQ { width:9.8125rem;height:0.825rem;top:4.4375rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #C1KocF83g8aPx78XL56r0vd7PFvppc8X { width:9.6875rem;height:18.125rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIdi8SPckWsbRJTDVVsTF4yp1Nf5TwvM { width:8.4375rem;height:7.45rem;top:29.3125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#zIdi8SPckWsbRJTDVVsTF4yp1Nf5TwvM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #oeT1moVHwt737nitr6mAp9gRxLAu7dZF { width:8.3125rem;height:1.65rem;top:22.875001430511rem;left:0.80000001192094rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #O8Z7imlxc9VnhCUAw9kSuERR6ZG15BDo { width:9.8125rem;height:18.125rem;top:20.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9znOOlbvJ8s3JLHgedVFHJwE3ePx4Hr { width:8.4375rem;height:0;top:20rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:none; }#U9znOOlbvJ8s3JLHgedVFHJwE3ePx4Hr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #ahSQbw33HeqpCmsJk5Q7p0Cot16nPEaX { width:8.5625rem;height:1.65rem;top:22.875001430511rem;left:10.831249773503rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gwv84VBVIpuPcqKwfcOPoRfRO0i4vkxX { width:8.4375rem;height:9.05rem;top:28.625rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;z-index:15026;display:block; }#gwv84VBVIpuPcqKwfcOPoRfRO0i4vkxX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #ogesMKsLqActwWoVyICVXqGRG7G9TsPl { width:5.5625rem;height:1.7875rem;top:6.9343757629394rem;left:2.1750000119209rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #I36bmIK6NU3RgAENJp9NgJoZaeSbLg8f { width:9.6875rem;height:1.925rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #voStDhJVJTcu1hEXTL5owCCZP0QwKw5I { width:9.6875rem;height:1.925rem;top:2.5rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dXGNnaewTr5TMAD2otN89FwlLHIvkOtU { width:9.6875rem;height:1.925rem;top:20.999996185302rem;left:0.24999994039536rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hVqEqoR7W3IhzyOIbQqJTbnSMglbH3Jy { width:9.6875rem;height:1.925rem;top:20.999996185302rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EqHX8hUC2CpBxXAmg2NkTPRS1WOhvOmv { width:6.9375rem;height:1.7875rem;top:6.9343757629394rem;left:11.643749773503rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IBaggTfXvfQxywfxvFlPHUWv1ToyIlzz { width:9.8125rem;height:3.125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXr5PcEOBkgOsGaFZFGP93TtpwWwgFmN { width:9.8125rem;height:3.125rem;top:6.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts5ZtOBVqIfEHn96DuHRu8PbXDI2BREZ { width:9.8125rem;height:3.125rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTf39BVDvB8T9V8L3lFVwVTp9bS6Mlsw { width:9.8125rem;height:3.125rem;top:24.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln6lNd4kiMEZsPnxUBCwlgeFea1zJGzu { width:9.1875rem;height:1.7875rem;top:25.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UJZzmfNJbkQipg6PoP3JXR5CT90UHlee { width:6.75rem;height:1.7875rem;top:25.606250762939rem;left:11.737499773503rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ { display:block; }#NCnpUwLEi1bRAGZCAw9gWyA6MtHG8fQZ > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzDzpXC3Ec5tV6SrNGFluqhWTRMd2tIi { width:9.8125rem;height:18.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoTUXtICsUzi1y1hANGulicTEIAqITeR { width:9.8125rem;height:0.825rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aCspT7at2NiwAQGduBbFQnZqJ96I44fq { width:8.875rem;height:5.4375rem;top:10.625001907349rem;left:0.48750001192093rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }#aCspT7at2NiwAQGduBbFQnZqJ96I44fq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #TwJhDEvvuf2B6EIs45L4HFLoVgVUJbqQ { width:9.75rem;height:18.125rem;top:1.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUx0u4DBtrKylM5zWqnRViP3igr4FOE7 { width:9.375rem;height:5.8125rem;top:10.625001907349rem;left:10.437500536442rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#xUx0u4DBtrKylM5zWqnRViP3igr4FOE7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #SuDQ1d4VRNkKG8nphpbr6aGtQW3Ixqeq { width:9.8125rem;height:1.65rem;top:4.4375rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TmkNwcuyPyZkHtP8QiBosCtdbGspd2cp { width:9.6875rem;height:18.125rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIvWUKnuv2vmUeKu47tlueg5Z3l6gLz3 { width:8.4375rem;height:7.7625rem;top:29.3125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#MIvWUKnuv2vmUeKu47tlueg5Z3l6gLz3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #vDIsoW0TJpxv20qqV7xKKTfO4cZgkMu4 { width:8.9375rem;height:0.825rem;top:23.250001907349rem;left:0.48750001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xTFNNHOKfALBGanBSISLrbi5qH6dIv4W { width:9.8125rem;height:18.125rem;top:20.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuaQWn9i4n3zdmCTrCUKJUyEuWMV3dD7 { width:8.4375rem;height:0;top:20rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:none; }#VuaQWn9i4n3zdmCTrCUKJUyEuWMV3dD7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #o3qlBRtIWGSFsG5HGD8kTGCxunpDvUqi { width:9.6875rem;height:0.825rem;top:23.25rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m0Rn9uN7lSyquxbVADDnTyC8Q8TG3unE { width:8.4375rem;height:9.05rem;top:28.625rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;z-index:15026;display:block; }#m0Rn9uN7lSyquxbVADDnTyC8Q8TG3unE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #zwyXh9Ri6u6vBWKWhWeVCLFVEz3KdN89 { width:7.875rem;height:1.7875rem;top:6.8125rem;left:1.0187500119209rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LMtUeNnnXOcpzfbTIuZtUN6K6vfVcRHv { width:9.6875rem;height:1.925rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mOGsMZscFq5GdaShyB9EIwu2A4DwGb42 { width:9.6875rem;height:1.925rem;top:2.5rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ahn8y5zuGilrmInAVcgRikoTugxJ4brg { width:9.6875rem;height:1.925rem;top:21.375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t2aNapGe9HI8yrKz5l3HF8cZ3yekiLdo { width:9.6875rem;height:1.925rem;top:21.375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ay7gTKKeeaI8z0IPkWaAhzsxZW5b9ygS { width:8.75rem;height:1.7875rem;top:6.8125rem;left:10.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TSHZzsicQuQBKiwSwWoDlzZDQxNm7x02 { width:9.8125rem;height:3.125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwD9p0SniOgD1put31RzDJhnU30CuWU6 { width:9.8125rem;height:3.125rem;top:6.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L64GwiOO8rhSlJ3XCm4z7btgx7mtuEdp { width:9.8125rem;height:3.125rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo6sm0raKaXk5ns6KkJDskkLGDpKAWxF { width:9.8125rem;height:3.125rem;top:24.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6zond4esdBoENoqgT7TxlftCgRzb0NJ { width:9.1875rem;height:1.7875rem;top:25.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dLFG8lv8VLsdqaZda3X1AJwnPBG4P0qN { width:7.9375rem;height:1.7875rem;top:25.606250047684rem;left:11.143749773503rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB { display:block; }#XJ4BPJxhe5J3TZlAyWJ4XHvTvTAisyZB > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RimwUFvEa0F4nVaxSm0rTG9Z87q7k02N { width:9.8125rem;height:18.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbQBTET48NBc6kHBPL7UmcenJlx3poDk { width:9.8125rem;height:0.825rem;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #n4TNDfzdceKR8tJsylGBHxuvxgxqgQIH { width:8.875rem;height:5.4375rem;top:10.625001907349rem;left:0.48750001192093rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }#n4TNDfzdceKR8tJsylGBHxuvxgxqgQIH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #rWgODQtIXcKnlT6CVXvUF0vO8fT5pIg7 { width:9.75rem;height:18.125rem;top:1.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTrC0dTt0PzMwfQ1cQaARARbZOcx76xT { width:9.375rem;height:6.7875rem;top:10.625001907349rem;left:10.437500536442rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#xTrC0dTt0PzMwfQ1cQaARARbZOcx76xT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #elSxv3Rid8TfDphcPpph6dwVmXE0sv14 { width:9.8125rem;height:1.65rem;top:4.1875rem;left:10.187500536442rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fGNf1aJzu5Hw2wLzXoKTl9paihI9K86u { width:9.6875rem;height:18.125rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc44kB16os5gaiZycXuLuyItcpLdvnaR { width:8.4375rem;height:8.7375rem;top:29.3125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#bc44kB16os5gaiZycXuLuyItcpLdvnaR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #PQPNV5zyKTld6E8zM4gNmifTDH9SdMiP { width:6.5rem;height:1.65rem;top:22.924221038818rem;left:1.7062500119209rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y0Vr7p1kXJRHDhZX0zTwE6eKvVVHwkCW { width:9.8125rem;height:18.125rem;top:20.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPil5TiMJXphG9lnSAD30hdKe65lcqi { width:8.4375rem;height:0;top:20rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:none; }#TQPil5TiMJXphG9lnSAD30hdKe65lcqi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #sWOZ8dlRw6x24mWv8JaqC75MNWhADXcJ { width:8.8125rem;height:1.65rem;top:23.081253051757rem;left:10.706249773503rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qHlpOSNVUPIBOwdu38mS0fM3wFXJQ2fp { width:8.4375rem;height:9.05rem;top:28.625rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;z-index:15026;display:block; }#qHlpOSNVUPIBOwdu38mS0fM3wFXJQ2fp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #BBaLHhHiuxVFAtdM0o2wnRh3PtJ79V8p { width:9.8125rem;height:0.89375rem;top:7.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gmTKmscevaBwn9kxKBy1R3APF9XX93iN { width:9.6875rem;height:1.925rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eLcZyOmVPuTBF7KrnkAAVT0XKRA2aJKt { width:9.6875rem;height:1.925rem;top:2.25rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aKaOa7Cr8TbeGGGLXqr3iFkl7BQH1I62 { width:9.6875rem;height:1.925rem;top:21rem;left:0.24999994039536rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DKyUP41FPlKv189PktBWbJaewUNygxLV { width:9.6875rem;height:1.925rem;top:21rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NzloUmpQ26BDUH8SiSX0SsWdymMgoZ9K { width:8.75rem;height:2.0625rem;top:6.8125rem;left:10.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #S4OOJ0ZsyehfTNTSTFlXFc8InQArHsyR { width:9.8125rem;height:3.125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDQBcP3uN7DadyIkA3P2Up4tb8ukyJF2 { width:9.8125rem;height:3.125rem;top:6.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmW6kT0MHAg5p0MfQ1n3FqMOfVERkWxN { width:9.8125rem;height:3.125rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTuXOXlcPpd1nXMZeJgVsZD8DrR0rexS { width:9.8125rem;height:3.125rem;top:24.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgxTuW9FwUIQEqiAXQ0rgaQ2fKdDlfT5 { width:8.5rem;height:1.7875rem;top:25.606250047684rem;left:0.70625001192094rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bChrw5Vzo23O6CXWgQTnlwOTLnGoVxF4 { width:8.5rem;height:1.7875rem;top:25.606238603592rem;left:10.862499773503rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX { display:block; }#XHxaLQTKr7yGTfCgVDZPwEk3EzAy9SJX > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWEDZ5RQgwD7PI8ov2JkdPTcPp2sCU9Z { width:20.0625rem;height:12.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1pfSoVa8VTiWTofzNHSCDP21H01iA0r { width:9.8125rem;height:0.825rem;top:3.8125rem;left:5.125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mzRQdAPEyTIedGV4Hdx1oQTwc1RJ9q5q { width:8.875rem;height:0;top:10.625001907349rem;left:0.48750001192093rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:none; }#mzRQdAPEyTIedGV4Hdx1oQTwc1RJ9q5q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #FXFyy0NVs3zwmtKLVK51MMX2GhaSAZxp { width:20rem;height:0.89375rem;top:6.3335952758787rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GLcqkBDCEFFU6Gr372JqXWIWTMmRtdFk { width:9.6875rem;height:1.925rem;top:1.875rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WC6ZbnyaLSdsDZBVx3o3d2q1l37GiX4W { width:20rem;height:2.3125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCpq1kyotFGUP1889pdvkd13wgxnWLKQ { width:9.875rem;height:3.0125rem;top:8.8125rem;left:10rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;z-index:15014;display:block; }#KCpq1kyotFGUP1889pdvkd13wgxnWLKQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #Kep3NF1R3ZBrgU9EIsx4kPMan1TQOkqy { width:8.875rem;height:3.0125rem;top:8.8125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;z-index:15014;display:block; }#Kep3NF1R3ZBrgU9EIsx4kPMan1TQOkqy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #NPCWypVoW4puILQn3mp8q4CTyLUncA28 { display:block; }#NPCWypVoW4puILQn3mp8q4CTyLUncA28 > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZCZv5F0iqxrZBAMt3VwTeGH49T94KCG { width:20rem;height:3.3rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vunqQEGODW5ISty37iqHrxTHVZquXTHy { display:block; }#vunqQEGODW5ISty37iqHrxTHVZquXTHy > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFGWIhKAuTlFgA3Tolb8BNNJ3ODGAGW8 { width:9.6875rem;height:9.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0eObEAJnsZ5UECcW5CpVUVHicH6TEdk { width:9.6875rem;height:9.6875rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TabVbXL546NBn9ZsZQcx8PzcDvo2gzHM { width:9.6875rem;height:9.6875rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmJLa2Sg7pimBEEHU8rkt8DNsUZ1nAqq { width:9.6875rem;height:9.6875rem;top:10.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVAtTd17foDqyG4drCmqQZly9Cp0oxIJ { width:9.6875rem;height:9.6875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnQUrpECs3ONPGo45c9tbkLf4kq1BSez { width:9.6875rem;height:9.6875rem;top:20.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTeyTFgKaen1ZXqwOcf5ZvBsTm9KZ1I { display:flex;width:4.0625rem;height:4.0625rem;top:1.3125rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #WQ8cNVorx3XQOBfzJ7H2K8PokaoPRGsK { display:flex;width:4.0625rem;height:4.0625rem;top:1.3125rem;left:13.1875rem; }
 }@media only screen and (max-width: 763px) { #zP8KsbbCRf12Zo4oSRpFa4kCHvqL86Fa { display:flex;width:4.0625rem;height:4.0625rem;top:11.75rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #UPRBsHPCFdzcVx1sOK9zz86I608eb9Z8 { display:flex;width:4.0625rem;height:4.0625rem;top:11.75rem;left:13.1875rem; }
 }@media only screen and (max-width: 763px) { #UTTLNyIdPTNMi4qNVJnkWaVOcHZr6urb { display:flex;width:4.0625rem;height:4.0625rem;top:22.1875rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #xTIGAMmCg9sdi3NSHZMmdABQ8CusCtxo { display:flex;width:4.0625rem;height:4.0625rem;top:22.1875rem;left:13.1875rem; }
 }@media only screen and (max-width: 763px) { #lyfM8lo8FcVSb2cJvVozdhebD2xQkfcn { width:6.9375rem;height:2.475rem;top:6rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RFe7pC2i3KQgpFAEBP6BOOrKcsCZcErh { width:4.5625rem;height:2.475rem;top:6rem;left:12.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TyE7gDwSHQbJef0HrIUMwnrDaRzNTkBv { width:8.1875rem;height:2.475rem;top:16.4375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NLnMgtSVeopZBcAd1neRIKAzdvsPLPIr { width:8.1875rem;height:2.475rem;top:16.4375rem;left:11.125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vWC1txsfCvyStlrV35q59JXsif88xV0a { width:9rem;height:2.475rem;top:26.875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EUhAJ6GlcUGG3lekFTN8lAHcQgSTQxhl { width:8.1875rem;height:2.475rem;top:26.875rem;left:11.125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wsHyBOkuweq5a4XGnIa9fKNtcN61N2PS { width:20rem;height:4.0625rem;top:31.28750038147rem;left:0rem;font-size:1.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rfbJsoRooMiDTQVShHmqDFclhkhCp6uk { display:block; }
 }@media only screen and (max-width: 763px) { #yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy { display:block; }#yC4bGnmrdhyHRD1mwypVNtIOE3u1dbAy > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ra3gvV1t7ItObxPPdz1XCZFAR21PTWC1 { width:19rem;height:2.7625rem;top:3.1187500953674rem;left:0.49921876192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hFpRzETKMrtVvbIRwLMqpazWZGyR6T6Q { width:20rem;height:1.4625rem;top:5.9375004768372rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHtwRCcG6d30ItiGTrBMXcp6lTFmgt8s { width:19rem;height:4.1875rem;top:16.375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXHr6e1ulCybFnexXLTlGiBVDNkdZV66 { display:block; }
 }@media only screen and (max-width: 763px) { #PS83hmiV87n5KRH9vDCO6NbLT5lzgTZb { width:20rem;height:2.275rem;top:13.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qaiSza0uW99lQNcImNSFK2U54P9qR0eC { width:20rem;height:2.925rem;top:10.6875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJEsofSOISTApOUFs9cxbZmzFGdyQ1MT { width:20rem;height:28.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vebppqi5QTgggkAIailelhGcunpH7WBp { width:20rem;height:30.3125rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQb0GQnVrsT78Znw3RNXTkn9yr6ofP33 { width:19.375rem;height:29.375rem;top:27.125001430511rem;left:0.31171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sApHpyDJ1BiZwPz1NPRxzV3FCqXU6vZT { width:14.875rem;height:2.03125rem;top:9.0625rem;left:2.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9zmJna1znTuoZg84s1hWq2HW2x4S79f { width:19rem;height:1.16875rem;top:21.325000286103rem;left:0.67421871423719rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.1;display:block; }#T9zmJna1znTuoZg84s1hWq2HW2x4S79f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #TTXEr7GFXqdV1A719UHDUGD9Q69XA0sr { width:19rem;height:1.16875rem;top:22.743751049042rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.1;display:block; }#TTXEr7GFXqdV1A719UHDUGD9Q69XA0sr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #b7bP9f8GPv2eKGZDlTtTIedTv9xnuzLD { width:19rem;height:0;top:23.537499904633rem;left:0.49921876192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:none; }#b7bP9f8GPv2eKGZDlTtTIedTv9xnuzLD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #I30zkw6U4Qbv7R4AvXR8Kr9eDrqbpTen { width:19rem;height:1.16875rem;top:24.162499904633rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.1;z-index:15020;display:block; }#I30zkw6U4Qbv7R4AvXR8Kr9eDrqbpTen li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { width:20rem;height:0.8125rem;top:1.4468765258789rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi { background-color: transparent; background-image: none; }#kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi > .row .container > .video-iframe-container { display: none; }#kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi > .row > .video-iframe-container { display: none; }#kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi > .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); }#kJSRKTF0cV52NEQi9sw2Vmnepv0BirZi > .row .container { width:20rem;height:4.3125rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suBK9Tsp8SAmvPAWzELqUDefo9hmVTwM { width:19rem;height:4.1875rem;top:0rem;left:0.49921876192093rem;font-size:1.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dTrHou65SVXZDsJxFBLBUnKTS94odGla { display:block; }
 }