.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:253,252,243;--color-primary-1:249,244,217;--color-primary-2:243,233,178;--color-primary-3:122,117,89;--color-primary-4:36,35,27;--color-secondary-0:234,236,224;--color-secondary-1:185,192,153;--color-secondary-2:115,128,50;--color-secondary-3:58,64,25;--color-secondary-4:17,19,8;--color-tertiary-0:255,255,255;--color-tertiary-1:104,106,108;--color-tertiary-2:105,106,108;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Satoshi";--paragraphs-font-family:"Satoshi"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container { background-color: transparent; background-image: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container > .video-iframe-container { display: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container { display: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .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); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container { border-width: 0; border-radius: 0; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:block; }#gSoHb6DCiZAlcS9kHUk91zpJu9hG9Ul6 { color:rgba(var(--color-secondary-3),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:5.125rem;left:0rem;height:9.4863625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bhE1TVidtiJoTghl9U2cSnqh893CRPEV { color:rgba(var(--color-secondary-3),1);display:block;width:55.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:22.59912109375rem;left:0rem;height:3.449225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gViBxL2h4XLzTohReSlqXXPvcOx7kqwP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.1875rem 0.125rem rgba(var(--color-tertiary-4),0.2) ;height:28.625rem;width:23.5rem;top:2.78125rem;left:34.537109375rem;overflow:hidden;display:block; }
#ZrTHEIiQ22f4MvEncpVs1pSm6KLeJJVu { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.90625rem;left:0rem;display:block; }
#iUCfqXD4kpSeCX19yZlKer0Heei5agyp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9TCfawWUwx4SIfQnrC9ABUOIK8O7lTK { box-sizing:content-box;height:28.3125rem;width:23.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.03125rem;left:34.568359375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#o717TuFGGv6Om0vK4Vp5IXaQrEvTgdUt { color:rgba(var(--color-secondary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:11.46240234375rem;left:0rem;height:9.4863625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TDISVNOMvMAMIGIfGyZaHPupJPn1QoWm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.3125rem;left:0rem;display:block; }
#ErL3zEWQpThSJgh5fgeZ503J1rOKrOF2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWtwfHLiyxITX0eTIVVw3yCTBhJcduX8 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.90625rem;left:14rem;display:block; }
#rBBEmPoxooDuickicG6kxsMTCpWpGBcu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aaI1lF042czouMp6twGHV2XnogJzXa0P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { background-color: transparent; background-image: none; }#aaI1lF042czouMp6twGHV2XnogJzXa0P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container > .video-iframe-container { display: none; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row > .video-iframe-container { display: none; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .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); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { border-width: 0; border-radius: 0; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { font-size:0.875rem;font-family:arial;height:61.0625rem;width:60rem;position:relative;display:block; }#B18WgW1vw3PEmHk5TgTbDVZnJ78zXpDQ { color:rgba(var(--color-secondary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:19.8125rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lb5aTIhN3VllWN9mWyHTZ6ZXDL0C5P89 { color:rgba(var(--color-secondary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:24.3125rem;left:2.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Lb5aTIhN3VllWN9mWyHTZ6ZXDL0C5P89 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lb5aTIhN3VllWN9mWyHTZ6ZXDL0C5P89 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
#Be4m1KbsDdbcTxRi0uObc0C6DKSUfAzx { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:40.0625rem;width:28.125rem;top:16.4375rem;left:0rem;display:block; }
#vTVrrRr2tgDgghNfvTsZ5x8uC67Is4vD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.31);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.31);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.31);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.31);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:29.25rem;width:28.125rem;top:16.4375rem;left:32.0625rem;display:block; }
#PUuZNDPFGCFJDL43tJpC9QOi01ZN12ba { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.125rem;top:20.5rem;left:11.4375rem;overflow:hidden;display:block; }
#GuPXAlA6wURUbTUuZG4iVO4eQFiqe2Sb { color:#585858;display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5625rem;left:1.28125rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qw6dpSWShMDudsV9VGOcklfwa7kilhLA { color:#585858;display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12rem;left:1.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATV3muRlTwlzRTiEWCuoCvTLA2sPt0gN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.693359375rem;left:2.625rem; }
#l7aBA7ixkBA3JqlrWJTTeDWrg7EhOTru { color:rgba(var(--color-secondary-3),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.875rem;left:38.5rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g8NMcQnlcxkf2BTQs3WauOPFhTCqBlLe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:19.25rem;left:34.625rem; }
#WhrT0dqJviPpixPUc4MOqaE2Hixyu4lV { color:rgba(var(--color-secondary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:25.1875rem;left:35.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#WhrT0dqJviPpixPUc4MOqaE2Hixyu4lV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WhrT0dqJviPpixPUc4MOqaE2Hixyu4lV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5fb1029aac02dec95487b40d8937634208e6f3d7.svg); }
#MuyFvfl6r6uC91sXeP0FmgHPz4n8EWSU { color:#585858;display:block;width:59.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3rem;left:0.09375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM > .row .container { background-color: transparent; background-image: none; }#t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM > .row .container > .video-iframe-container { display: none; }#t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM > .row > .video-iframe-container { display: none; }#t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM > .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); }#t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM > .row .container { border-width: 0; border-radius: 0; }#t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM > .row .container { font-size:0.875rem;font-family:arial;height:75.9375rem;width:60rem;position:relative;display:block; }#AP2R4wXT8kDwnX2pTx6ZbPGgbt8S7SVk { color:rgba(var(--color-secondary-3),1);display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:44.25rem;left:9.3125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sto9cipHgGv7KICGLvOiTCTyaLOqSJAv { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.5) ;height:8.125rem;width:48rem;top:42.875rem;left:7rem;display:block; }
#yqPIagl5oAFtr78RILRgc4f8LoBmcGdc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.125rem;top:16.125rem;left:11.40625rem;overflow:hidden;display:block; }
#X3EQNPX5KSTttkdTXpk3PyAwamTE2WaM { color:#585858;display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.28125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GbfIHMFWTHXrK1FUv1eMS00p15TXnWf6 { color:rgba(var(--color-secondary-3),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:12.3125rem;left:4.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#OeoVBdKQWZTbrBKpV0S6nVR1MXOEUdnr { color:rgba(var(--color-secondary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.125rem;left:5.6875rem;height:22.625rem;font-style:normal;display:block; }#OeoVBdKQWZTbrBKpV0S6nVR1MXOEUdnr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OeoVBdKQWZTbrBKpV0S6nVR1MXOEUdnr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_79aa604fc0a427bae2e58bb789259b7542f0c7b0.svg); }
#eK8uUQzry5KF8c2pG73OlowUb8wuotfV { color:rgba(var(--color-secondary-3),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:53.5625rem;left:7.6875rem;height:5.96875rem;font-style:normal;display:block; }#eK8uUQzry5KF8c2pG73OlowUb8wuotfV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eK8uUQzry5KF8c2pG73OlowUb8wuotfV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dadeb7365311e90acc751a1302ab7b9ed0d16f2.svg); }
#W36lmAJltZB423iyh4RJ9MCvXehSMpd3 { color:rgba(var(--color-secondary-3),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:61.4375rem;left:6.6875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MZoTLn1S1MENxNdIgVlcs2vwf3q6hiSC { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:18.6875rem;width:18.75rem;top:17.412109375rem;left:37.6875rem;overflow:hidden;display:block; }
#P2eJdRLGGQCJVucF7Le3WrEnkJEl9qpK { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:18.8125rem;width:18.75rem;top:18.25rem;left:38.4375rem;display:block; }
#ANEkymHtpPpC5J6cfaEqXdI9tyQ5dRN1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:4.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:68.5rem;left:16.34375rem;display:block; }
#ZvKuPDgh8tJmTtb9WIsWyC13u3GUHWON { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/074a36f7-c06f-4bc6-8e44-b7fa6c3f5aad/Lisciebaner.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t.adaptive-delivery-prevent-bg, #wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t.lazyload, #wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t.lazyloading { background-image: none; }#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t > .row .container { background-color: transparent; background-image: none; }#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t > .row .container > .video-iframe-container { display: none; }#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t > .row > .video-iframe-container { display: none; }#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t > .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); }#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t > .row .container { border-width: 0; border-radius: 0; }#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:60rem;position:relative;display:block; }#SXdrXrMsXErzg1g97MiZRK0UIugRm8An { color:rgba(var(--color-primary-2),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:46.1875rem;left:6.375rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EILsBvoCJqNkKMS2cy4V3UmPhxqbTKls { position:absolute;display:block;z-index:14999;background-color:#3e451b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.5rem;width:48rem;top:44.8125rem;left:4.4375rem;display:block; }
#vWy5s1BUiEoI8V3TWE1SyS7yhnAuUIxF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.125rem;top:16.125rem;left:11.40625rem;overflow:hidden;display:block; }
#P1y6yHHyfOhf1zs6gM0ZTrhwMzk058LH { color:rgba(var(--color-primary-2),1);display:block;width:54.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:4.375rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7nmTE6dg5QE4nPSTgOnwnsdveqvOTSe { color:rgba(var(--color-primary-2),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.60107421875rem;left:4.375rem;height:;font-style:normal;display:block; }
#NQMNBvOapH2PSvruyJg0fihpe9kCGAhl { color:rgba(var(--color-primary-2),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.5625rem;left:5.65625rem;height:11.3125rem;font-style:normal;display:block; }#NQMNBvOapH2PSvruyJg0fihpe9kCGAhl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NQMNBvOapH2PSvruyJg0fihpe9kCGAhl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_79aa604fc0a427bae2e58bb789259b7542f0c7b0.svg); }
#ISLLr2aQvUOXQTiTMwoK1uBfA5rgl7JQ { color:rgba(var(--color-primary-2),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.10107421875rem;left:4.375rem;height:1.7871125rem;font-style:normal;display:block; }
#HF8KC5IcU7qdi9mtQpL12NJeDTg8ubPl { color:rgba(var(--color-primary-2),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:28.5rem;left:4.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#NN4LUN4hRcHF14UhPwLMvHi7JDizu3xm { color:rgba(var(--color-primary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:32.0625rem;left:5.6875rem;height:9.84375rem;font-style:normal;display:block; }#NN4LUN4hRcHF14UhPwLMvHi7JDizu3xm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NN4LUN4hRcHF14UhPwLMvHi7JDizu3xm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_79aa604fc0a427bae2e58bb789259b7542f0c7b0.svg); }
#vguvMM60VQmnR8pHfOT206zD8mXPFqzJ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.625rem;width:48.375rem;top:44.75rem;left:4.125rem;display:block; }
#P15sl01oVg2vo6Rg4P2JkdezO73otAGp { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:25.5625rem;width:16.1875rem;top:14.16357421875rem;left:41.125rem;overflow:hidden;display:block; }
#J7WxIcuUTTDMAf0iuahJ0KDTxOodmZUJ { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:25.25rem;width:16.375rem;top:15.41357421875rem;left:41.90625rem;display:block; }
#FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W > .row .container { background-color: transparent; background-image: none; }#FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W > .row .container > .video-iframe-container { display: none; }#FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W > .row > .video-iframe-container { display: none; }#FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W > .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); }#FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W > .row .container { border-width: 0; border-radius: 0; }#FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W > .row .container { font-size:0.875rem;font-family:arial;height:129.3125rem;width:60rem;position:relative;display:block; }#MwpdcoVnni3ZeyWLSfTyOSzWf41qwTpL { color:rgba(var(--color-secondary-2),1);display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:20.3125rem;left:10.9375rem;height:2.01855625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DnIQufun0zbXAROA5J8duEaLHTvK5E95 { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.5625rem;width:50.5rem;top:18.9375rem;left:4.875rem;display:block; }
#pbSnBsRLU0c1GViW7Tf0VJovusPeIvzx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.125rem;top:20.8125rem;left:10.5rem;overflow:hidden;display:block; }
#uqVzJxIxySmoExcXUsywdaCFzJSbPTVo { color:rgba(var(--color-secondary-3),1);display:block;width:54.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.71875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l9gve0xzCz3KhHnd3KMEryXMkBNVI1dh { color:rgba(var(--color-secondary-3),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5.03125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MbGf0a5etx6T6AgdSC82ktm5FmQiSJX1 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.6875rem;width:50.875rem;top:18.875rem;left:4.5625rem;display:block; }
#CR9EZN3igzxVbQWRlL4p0TZAOeC72hIw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.75rem;left:16.8125rem;display:block; }
#UZ1Aqfvk8zn3dEMUsILAIopGGyxLtdG8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fpxAcSQeJGBEr1W8iK8Kc6QPTJTsqtTB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:20.125rem;left:8.625rem; }
#G0RFVH7FLwsPr8fWJOwmJwMuK7LveSV1 { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:6.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#iNCsW12RxRLrOnWcW2nLleHF5lUok6lv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:21.4375rem;left:6.625rem; }
#CAzlolW9TZGvT3n9sX1yvkXy2aMdz5FF { color:rgba(var(--color-secondary-3),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:23.125rem;left:10.9375rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DQNQwTXfxPpyDff4lCxT4MNPgh2GEkke { color:rgba(var(--color-secondary-3),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:25.54345703125rem;left:10.9375rem;height:7.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DQNQwTXfxPpyDff4lCxT4MNPgh2GEkke li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DQNQwTXfxPpyDff4lCxT4MNPgh2GEkke li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
#WakdWliV41R77lMkoX6WrBKi5g0kX0Q3 { color:rgba(var(--color-secondary-3),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:34.5rem;left:10.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uWsw5AETa09CvLEzHREKfCHBoobrVRRa { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.5625rem;width:50.5rem;top:40.625rem;left:4.875rem;display:block; }
#UyQG1g2dbIrm8IkHW7FMU0NCQA4sRnPp { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.6875rem;width:50.875rem;top:40.5625rem;left:4.5625rem;display:block; }
#Rwo1XwIcKo8XhuTwLZAT9ViNlHFAkTym { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.5rem;left:6.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#yQnDpB1a3OeyyCIm2uivJEoKOsoybNFc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:43.125rem;left:6.625rem; }
#q5RcgF6MO5KBRWTqa1T7QzPbB0LWwmdZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:41.8125rem;left:8.625rem; }
#xpniATRMN2bInXTk132TqHpEH7eXRmFI { color:rgba(var(--color-secondary-2),1);display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:42rem;left:10.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CqxPpZGd8yz6hoXDzcspHFHOgTGCrCxN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.125rem;top:42.5rem;left:10.5rem;overflow:hidden;display:block; }
#oOlogQJteqTZ45TmDD6ZPhQ3Bo6J1NcE { color:rgba(var(--color-secondary-3),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:44.8125rem;left:10.9375rem;height:3.82421875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ft4cTNMasdm1CmefrgFcVw3ksb91q2wr { color:rgba(var(--color-secondary-3),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:49.6875rem;left:10.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ft4cTNMasdm1CmefrgFcVw3ksb91q2wr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ft4cTNMasdm1CmefrgFcVw3ksb91q2wr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
#uV9aJ1eyiKHyzxwtxSSdp0pGkdpr8wAR { color:rgba(var(--color-secondary-3),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:56.1875rem;left:10.9375rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ynJJs59RPZzplKpR9Poy2dNm0yftgBmA { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.3125rem;width:50.5rem;top:62.6875rem;left:5.1875rem;display:block; }
#cfysWKrZKCdIcV5QtWTz3WpzlvS3tNx5 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.4375rem;width:50.875rem;top:62.625rem;left:4.875rem;display:block; }
#vMour5fF0yc91gSwn6d9RRHUeOU9Lv0i { color:rgba(var(--color-secondary-3),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:76.1875rem;left:10.9375rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N857nRebU9tHIGD9stgCWRvNigha7PJy { color:rgba(var(--color-secondary-3),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:69.5rem;left:10.9375rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#N857nRebU9tHIGD9stgCWRvNigha7PJy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N857nRebU9tHIGD9stgCWRvNigha7PJy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
#ygDiqQPnN08MQM54wslBD66S6cAszHZH { color:rgba(var(--color-secondary-3),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:66.875rem;left:11.25rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wmZw9PclSDcf2CHaJucd2ato0toJzvHn { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.5625rem;left:6.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PcgAogmMHDhAzw2cGpNTf994gfETHUZT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:65.1875rem;left:6.9375rem; }
#oQg482glrKER4HuGwBy1akQSIKc4huDO { color:rgba(var(--color-secondary-2),1);display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:64.0625rem;left:11.25rem;height:2.01855625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xa47Mz9MQdCTDCNKbidxgfQQBwt3Xb8P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:63.875rem;left:8.9375rem; }
#TLJ6LQv3KBzhxmTfvhSyJ6XTWPzP7KPK { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.125rem;top:64.5625rem;left:10.8125rem;overflow:hidden;display:block; }
#xxJzc1wpS4UTPvBSlsTaMoEZlZFMXJT2 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.625rem;width:50.5rem;top:80.125rem;left:4.875rem;display:block; }
#AxoaR7WVcOD8OlobXf0QE3BbpO9IClCT { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.8125rem;width:50.875rem;top:80.0625rem;left:4.5625rem;display:block; }
#JgJnSxbStVxkQSWnS5S4clcs2qTJ46sS { color:rgba(var(--color-secondary-3),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:104.5625rem;left:10.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lkJniPbFDBFRfm7cK8qQOCJozIUmQEb3 { color:rgba(var(--color-secondary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:88.65625rem;left:10.9375rem;height:12.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lkJniPbFDBFRfm7cK8qQOCJozIUmQEb3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lkJniPbFDBFRfm7cK8qQOCJozIUmQEb3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
#Vg0MfHTe6DDwG67xd5v87PGXuS8iZD5Z { color:rgba(var(--color-secondary-3),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.7;letter-spacing:0;top:86.125rem;left:10.9375rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bWzETC4KinEdOxGOeb3sHLUBkRpfFxLB { color:rgba(var(--color-secondary-2),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:81.5rem;left:10.9375rem;height:4.0371125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IvoQa30J4Vp4CslwE90fb9RTyirr5w9f { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:82rem;left:6.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aE9mcOpPgdzyZPw8qbVDWX4JCx9Ccfgg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:81.3125rem;left:8.625rem; }
#mmXADnhCK9mDJvhM0Org3HbS9goa167C { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.125rem;top:82rem;left:10.5rem;overflow:hidden;display:block; }
#xsMxNw09dvp3Zt2RCrSw31GFBqdRz7DV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:82.625rem;left:6.625rem; }
#MxyZ9XZavHsuR2ZXXmbkurQoNseREnvQ { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:17.8125rem;width:14.375rem;top:86.125rem;left:38.3125rem;overflow:hidden;display:block; }
#al0MK35p9NtTH6zpt8owCtbxn6eMTPUp { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:17.9375rem;width:50.5rem;top:108.875rem;left:4.875rem;display:block; }
#gNcSz4exFl011ShTA84peiU29GwDgwO5 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:18.125rem;width:50.875rem;top:108.8125rem;left:4.5625rem;display:block; }
#sNuBXRXTUc3gXrdinicSTN8HEKNJImwq { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:110.75rem;left:6.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GKKufkbOaLAmT73PoxXOqmEpA42qkS0M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:111.375rem;left:6.625rem; }
#ZoUqDBnNvU2HDc7KanNJdpt33QAoP7IH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:110.0625rem;left:8.625rem; }
#JdOnf3v4kActZWzfU29DGVeeNrfABtfO { color:rgba(var(--color-secondary-3),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.7;letter-spacing:0;top:113.0625rem;left:10.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MVsmiqaE58TlpsxuGxqurBpqfXnL64MH { color:rgba(var(--color-secondary-2),1);display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:110.25rem;left:10.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZPLw1vWx6SGuTeBZh6HkrT2FaO600eSh { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.125rem;top:110.75rem;left:10.5rem;overflow:hidden;display:block; }
#GM4aGP8RO3VcToHCrq22yTFKmsmDAPsh { color:rgba(var(--color-secondary-3),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:115.6875rem;left:10.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#GM4aGP8RO3VcToHCrq22yTFKmsmDAPsh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GM4aGP8RO3VcToHCrq22yTFKmsmDAPsh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
#BW0ohCgehu7S7BA4qPoakQtoB7SEwRsA { color:rgba(var(--color-secondary-3),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:122.375rem;left:10.625rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aPoBiI2kg7JTdkAZli7n9VZqy0Btv05D { box-sizing:content-box;height:17.8125rem;width:14.375rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:86.125rem;left:38.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ > .row .container { background-color: transparent; background-image: none; }#QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ > .row .container > .video-iframe-container { display: none; }#QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ > .row > .video-iframe-container { display: none; }#QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ > .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); }#QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ > .row .container { border-width: 0; border-radius: 0; }#QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:60rem;position:relative;display:block; }#Ov9yzxzio0ROzX8RNR6B0PvT5MOAU9KM { color:rgba(var(--color-primary-2),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:31.1875rem;left:6.375rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xETqaLT3stIfz5DbU4ToCiO2dVmOSRTr { color:rgba(var(--color-primary-2),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:34.3125rem;left:9rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#xETqaLT3stIfz5DbU4ToCiO2dVmOSRTr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xETqaLT3stIfz5DbU4ToCiO2dVmOSRTr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2efe0c41139c56260a653a6d1c0552ae18739cfa.svg); }
#HwH6uQJXGgIMHTvT4v83F72FcyH2N8QZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.31);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.31);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.31);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.31);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:7.75rem;width:49.25rem;top:49.8125rem;left:6.375rem;display:block; }
#Krvf81wiMFhJ4ZTwhpKr6xIMT0AGUht2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.125rem;top:23.5rem;left:11.4375rem;overflow:hidden;display:block; }
#TNBiKL5VbpQ1TkMN9CGagZGRrc2A9Wiv { color:rgba(var(--color-primary-2),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12rem;left:6.375rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N1XTOyOVoylTxOTwF6oOkwkMQ9iCnfLL { color:rgba(var(--color-secondary-3),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:51.125rem;left:7.875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BgdMEG2QkC0fVL7ImXXBu1gyllALfT81 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.9375rem;left:3.9375rem;display:block; }
#fp0RTw888XVafs99Ct1qlgmUKaWkyt7q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tXrLm60aROt3rxuCB1wSA7zLsPDLEmCN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:57.875rem;width:56.5625rem;top:4.25rem;left:1.65625rem;display:block; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;font-style:normal; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-1),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:38.1875rem;left:36.375rem;z-index:15008; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM #CNXmJI6aP64RniGttDPKSsTW6UMTsXyp { display:flex;position:relative;top:0rem;left:0rem; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM #CqdVKKsys08PiJMbod1FF1l4Nz7uvLe4 { width:auto; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM #QKA10UCgy9CaI4yXTUyL7MW0h1Z4ilCT {  }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM #Aoh88GshkxVOJobSHdA5A5T6elZ1fVZB { display:flex;position:relative;top:0rem;left:0rem; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM #hklRXoy17QIQpdapXJNOSZ3SUrOOHau2 {  }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM #e9vi2ThHrNK5Ozroxvdc2OG52ktdr1Ln {  }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM #JKWOiUp14vv4Ahu2mpvGVAxSUCpqz0Ks { display:flex;position:relative;top:0rem;left:0rem; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM #JLEcuq4zzX7F7ZMiIPE5T6dh8KDToAtu {  }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM #pxKGs0wecXTBfQfalCRQn5PF8BAgf6GZ {  }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM #ITzDSwmv0p96dRRFvOb2bpvtrmQPtEgQ { display:flex;position:relative;top:0rem;left:0rem; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM #VOFBUIgznsLwTAg9l9a1bWClhIn7K91l {  }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM #KuB1MErkyQFJFuwN3TFWpS73RXHH534O {  }
#LLDflOrzww3xg28AD0piovekAH7I3War { color:rgba(var(--color-primary-2),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:35.90625rem;left:35.59375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C > .row .container { background-color: transparent; background-image: none; }#RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C > .row .container > .video-iframe-container { display: none; }#RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C > .row > .video-iframe-container { display: none; }#RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C > .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); }#RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C > .row .container { border-width: 0; border-radius: 0; }#RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C > .row .container { font-size:0.875rem;font-family:arial;height:109.25rem;width:60rem;position:relative;display:block; }#xDvkQEZbWBKAypdnqBwJ1smLk0HgiVDA { color:rgba(var(--color-secondary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.23828125rem;left:26.3125rem;height:1.94970625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#S1XptMAyTQPHHfGkaB0p5qNGCKhH3yML { color:rgba(var(--color-secondary-3),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:31.6875rem;left:26.3125rem;height:24.8945rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#S1XptMAyTQPHHfGkaB0p5qNGCKhH3yML li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S1XptMAyTQPHHfGkaB0p5qNGCKhH3yML li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6243cb73d9419a268f1e03451ff6efd35051bd80.svg); }
#VTb5funRyXWNZhTSGQwuBRmHzXaQNJdU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.125rem;top:23.5rem;left:11.4375rem;overflow:hidden;display:block; }
#NHC0Cb31We9BUQnFBSwoTAkZsMcsiK75 { color:rgba(var(--color-secondary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:9.17578125rem;left:26.3125rem;height:21.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XyR2Z3KX7sT4xPfr6pVeWbCAcaSfqRzl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.0625rem;left:25.625rem;display:block; }
#KGDh0iyu391IVt3cb4y8MFg2AC2bBVMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wk6gG8tISlSycemoehTeXbKbBTednXuT { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:33.9375rem;width:22.9375rem;top:9.30078125rem;left:1.09375rem;display:block; }
#FWsORlNlDaX0WRJ7khViUTlU3siVIDMR { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:33.5rem;width:23.25rem;top:8.125rem;left:0rem;overflow:hidden;display:block; }
#BF5TJ7GZ7L8EMSrz9Zf2cPXDnZJl72HT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:20.6875rem;width:23.25rem;top:62.5rem;left:36.25rem;overflow:hidden;display:block; }
#yHUtTr5KmyPooP9bnHDERUDx0WqFlEod { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:23.3125rem;width:22.9375rem;top:61rem;left:37.0625rem;display:block; }
#kthHbI96v0EFsglB1RqcnzqNHhXLM8Ok { color:rgba(var(--color-secondary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:64.5rem;left:0rem;height:20.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BtJTIfTxEMP7m9qoxnuBko6dgNxnsmCq { color:rgba(var(--color-secondary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:61.4375rem;left:0rem;height:1.94970625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#SW7Vp36Agmpm3tcOuvmFem9u3Tu6fCDD { color:rgba(var(--color-secondary-3),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:85.875rem;left:1.09375rem;height:21.3828125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SW7Vp36Agmpm3tcOuvmFem9u3Tu6fCDD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SW7Vp36Agmpm3tcOuvmFem9u3Tu6fCDD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6243cb73d9419a268f1e03451ff6efd35051bd80.svg); }
#N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN > .row .container { background-color: transparent; background-image: none; }#N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN > .row .container > .video-iframe-container { display: none; }#N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN > .row > .video-iframe-container { display: none; }#N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN > .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); }#N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN > .row .container { border-width: 0; border-radius: 0; }#N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#eDNBUhvs3vLhpiXVu9g8Ek1ps1301wct { color:rgba(var(--color-secondary-3),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.51953125rem;left:12.34375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8Bf2p1XCzMTGTLm9TZfqH8X155HAccE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.125rem;top:23.3125rem;left:11.125rem;overflow:hidden;display:block; }
#DSXmqomsr1BHTG1uXwmQvJq44PBObRSw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2rem;left:23.1875rem;display:block; }
#eA6GRlmfTE3NsoMlsBTuOfUODcyqHy9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q7v3xhTnfTF59r1p17K9D3xVH7K71T5a { color:rgba(var(--color-secondary-3),1);display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.03125rem;left:6rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X9FCiGx18IqGk1WrHV51eczyEha10MrA { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:6.3125rem;width:46.1875rem;top:12.8125rem;left:6.5625rem;display:block; }
#d2MJEmoZ1LJDTw6TcDkCUa5NdZibqw2T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14.25rem;left:8.1875rem; }
#agl1tWrAB7ElDZCJXzhAF1A0M0dKxSGV { color:rgba(var(--color-secondary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.25rem;left:12.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZNE009PRM0ILKgZaTPqo1fGGQBzRqSpc { color:rgba(var(--color-secondary-3),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:16.1875rem;left:12.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UETGqGzhJyZ3n2s0LR6MfHTqtZFv8HdJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:6.3125rem;width:46.1875rem;top:20.5rem;left:6.5625rem;display:block; }
#tXMnSJOKHEkgKQivbcwSClLcbPO9LJT0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.9375rem;left:8.125rem; }
#qFxKUemyxMJbcyPhVtuqBGX5oMbQu4sb { color:rgba(var(--color-secondary-3),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:23.875rem;left:12.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VUDpLL0m1iKMzldWeTud8TD2NqBd4wM3 { color:rgba(var(--color-secondary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.9375rem;left:12.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ueREbPJXPT2WRhf8qI9IFuWN1rGzTK7l { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:7.1875rem;width:46.1875rem;top:28.0625rem;left:6.5625rem;display:block; }
#pVTFEmVn8ZB9pEKl9B9TxWgAE4kBi72a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29.9375rem;left:7.9375rem; }
#Eomq9QTCGaUSXPd4nQGTA8KHZXhUQWc3 { color:rgba(var(--color-secondary-3),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:31.4375rem;left:12.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cB3IcN434AA5PT525gi5tmNA1BoLHHi2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.125rem;top:30.875rem;left:11.125rem;overflow:hidden;display:block; }
#QBNNzHtE8WrbtHtMtwVJObtULxicFVru { color:rgba(var(--color-secondary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:29.5rem;left:12.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container { background-color: transparent; background-image: none; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container > .video-iframe-container { display: none; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row > .video-iframe-container { display: none; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .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); }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container { border-width: 0; border-radius: 0; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#wENnI7sGiGugQokhDRKL4R8hn2148RwZ { color:rgba(var(--color-primary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.94921875rem;left:3.1875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yq5qXnr9cVXhNL2TnD6de3uLhLrsMS3q { box-sizing:content-box;height:23.0625rem;width:23.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;top:2.8212890625rem;left:33.53125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#XWcAD2zmMVERRPIlu5BXB6dcoq42AJeL { color:#8e1e1c;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.9462890625rem;left:29.84375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-form-header {  }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:bold;color:#000000;width:21rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21rem;box-sizing:border-box;height:3.8125rem;color:#2d2929;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;font-weight:700;font-style:normal; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-text {padding-top: 0; padding-bottom: 0;}#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21rem;box-sizing:border-box;height:4.375rem;color:#2d2929;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;font-weight:700;font-style:normal; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"source sans pro";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-select {padding-top: 0; padding-bottom: 0;}#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.3125rem;margin-bottom:0.25rem;margin-left:2.3125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#f2f9ff;width:16.375rem;height:3.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB [class*="-text"]:-moz-placeholder { color:#2d2929;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB [class*="-text"]::-moz-placeholder { color:#2d2929;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB [class*="-text"]:-ms-input-placeholder { color:#2d2929;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB [class*="-text"]::-webkit-input-placeholder { color:#2d2929;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"source sans pro";font-size:0.75rem;font-weight:300;color:rgba(var(--color-secondary-3),0.6);vertical-align:top;width:19.9375rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"source sans pro";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-container:first-of-type{padding-top:0;}#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-container:last-of-type{padding-bottom:0;}#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB  { background-color:rgba(var(--color-primary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:absolute;top:8.03125rem;left:33.5625rem; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21rem;display:block;vertical-align:top; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-info-text { display:block;height:auto;font-family:"source sans pro";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB {display:block;}#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB { background-color:rgba(var(--color-primary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:absolute;top:8.03125rem;left:33.5625rem; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #nKqnBurmvp9REOkedN1nc7s1BxLuaMzh { position:relative; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #MfuFwOQR5ox8W3KNqHfiPtEcsVF2VKQe { position:relative;display:none; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #r9ctpsKcKsz8aAD8fdbw5omnnrzee65h { position:relative; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #FobuSP3IDTw3ypKntKdoL0oA4Nc7bxOf { position:relative; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #I5odrxeC8dUAqEiz3nptFbqHDvXS2etX { position:relative;display:none; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #RP3OePRVeWqu4yQyeMUERBXwIspbJyFF { position:relative; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #v9L58RzAowtmpX9VriJifhit0z4WDOAz { position:relative; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #HDyRDPGFDiRR6VucSBMczTkFm2kVVlSd { position:relative;z-index:2; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #xiLrhEfA0vpVTTTcsWiuoIql2g8RgM5J { position:relative; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #tnz8nqdrNzXodNcwH5MLO5fGmNGm9ECH { position:relative; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #ozxctlbDEqGg93kHX4I4W0onDeTL8H6n { position:relative; }
#oWlMfQmLThBHcmXr9RdOUzBDLTlc0JO5 { color:rgba(var(--color-primary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:16.0712890625rem;left:3.1875rem;height:8.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oWlMfQmLThBHcmXr9RdOUzBDLTlc0JO5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oWlMfQmLThBHcmXr9RdOUzBDLTlc0JO5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3dc9bf08571a1a486a7c8c93f9695c75609c5dbd.svg); }
#V9dixGwOqIi6NWtJuRaafh8VC0MkRTyp { color:rgba(var(--color-secondary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:4.375rem;left:34.75rem;height:1.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; }
#ARUQwtscku6ROgGKIhrTL5KTxVaRc6Eb { color:rgba(var(--color-secondary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:6.375rem;left:34.75rem;height:1.19970625rem;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; }
#lhVTpPC7eDV6ODOTk0RZT4TvmOSxfzO8 { background-color:#464d1d;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.8212890625rem;left:3.1875rem;display:block; }
#Ddh3i3C0AuH9bXfp07VZx2NXHr1RCgkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBQTTKHo3l1NP5c1W1LxzNgZmTDXkzXb { color:rgba(var(--color-primary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:12.6650390625rem;left:3.1875rem;height:1.3808625rem;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; }
#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { background-color: transparent; background-image: none; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container > .video-iframe-container { display: none; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row > .video-iframe-container { display: none; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .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); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { border-width: 0; border-radius: 0; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { font-size:0.875rem;font-family:arial;height:105.375rem;width:60rem;position:relative;display:block; }#UFS0MkTfucRcygG8n3eAa7GU5cLAPL1V { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#nxPpzzJylNhcyvOfFvtp5TlJwnyarqUC { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:14.125rem;left:28.75rem;display:block; }
#ot2f7mKL8IAdMEqPRynHbT5tAwTOCLsT { color:rgba(var(--color-primary-3),0.35);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDvHzcaQ8U2CEFicdedJvIJ5Rpyz8uxG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:43.875rem;width:16.875rem;top:17.25rem;left:1.9375rem;display:block; }
#QsEVoBX20TeafSy0RaqHKESiJGlkVrap { position:absolute;display:block;z-index:15012;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;box-shadow: none;height:22.625rem;width:14.375rem;top:17.25rem;left:3.1875rem;overflow:hidden;display:block; }
#CscczlCBAcRxx7hXom05Pmztb9c7LeOI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:14.375rem;top:40.125rem;left:3.1875rem;overflow:hidden;display:block; }
#CJdJ79AlqPJP7zlHqqr4N56ypWzHn0kt { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:15.625rem;top:17.75rem;left:21.8125rem;overflow:hidden;display:block; }
#HwzLUeZrKTkAX3r7cwX2R4PdTmpQqyK8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:26.0625rem;width:16.875rem;top:16.875rem;left:21.1875rem;display:block; }
#yvDJJdN7uMcGPuGHPBPifsNElSS27TGE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:15.625rem;top:49.75rem;left:21.8125rem;overflow:hidden;display:block; }
#UVA3BlOH2VezfEGFbAwbPpaIbs9tnUUs { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.375rem;width:16.875rem;top:47.8125rem;left:21.1875rem;display:block; }
#gZlqksbxJzpZIy5Fko0MgBeAD2pWOXkT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:15.625rem;top:17.25rem;left:41.875rem;overflow:hidden;display:block; }
#inrSh4xuQkbuvAi3OaNOL6rPxfT2Isaw { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:15.625rem;top:36.3125rem;left:41.875rem;overflow:hidden;display:block; }
#BZTT0sbvSgRWeGEacCxUlG366Txi8cnn { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:38.4375rem;width:16.875rem;top:16.875rem;left:41.25rem;display:block; }
#zCDxUwSimu4oZCbpgTez96ISkoKK6LHp { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:14.5625rem;top:58.125rem;left:42.40625rem;overflow:hidden;display:block; }
#inVCaGnxf1HC75T3awvoo5ThFGwwWsW1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:13.25rem;top:69rem;left:43.0625rem;overflow:hidden;display:block; }
#lDuMzb2fom2tz2zppWROVJdz2Ii20RXL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:14.9375rem;top:64.375rem;left:3.9375rem;overflow:hidden;display:block; }
#Urf0FOrMJDeqH0paVLlrdrTz80MOgg8o { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:13.5rem;top:64.375rem;left:23.25rem;overflow:hidden;display:block; }
#xK1JdTDIVG6bgrBt6Ek1NDxLpSb3rDi4 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:16.5rem;top:73.5625rem;left:3.1875rem;overflow:hidden;display:block; }
#u2tmXwauK4CBBAc9fQP52dlyfvQ2x3ZM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:14.375rem;top:77rem;left:23.5625rem;overflow:hidden;display:block; }
#XCWk7vcov14bwkc2PVkEFWc7UG2cKrfK { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:15rem;top:80.625rem;left:42.1875rem;overflow:hidden;display:block; }
#THCszonetJia8o5gIWdKl1FNB4FitAPS { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.6875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:97.6875rem;left:9.40625rem;display:block; }
#fDsvJo3LSwLi7PGRkVP54SKThzL8VIXG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 > .row .container { background-color: transparent; background-image: none; }#gAosev7tJyelTA4AGEy6Azw8MKF6J0f8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 > .row .container > .video-iframe-container { display: none; }#gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 > .row > .video-iframe-container { display: none; }#gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 > .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); }#gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 > .row .container { border-width: 0; border-radius: 0; }#gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:block; }#VPuw8FHxSEt63cJ25octDD0noU9k4pAP { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#b2b2b2;background-image:none;top:5rem;left:0rem;display:block; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc .accordion-element-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1); }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.0625rem;font-family:var(--paragraphs-font-family);height:auto;color:rgba(var(--color-tertiary-4),1);font-style:normal; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);line-height:1.4;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_4cec429f2c186c098323a40e01c23a9eb0db3fb0.svg");background-size:contain !important; }#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc .accordion-trigger.adaptive-delivery-prevent-bg, #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc .accordion-trigger.lazyload, #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc .accordion-trigger.lazyloading { background-image: none; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc { box-sizing:content-box;height:auto;width:59.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:13.80029296875rem;left:0.46875rem; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #y7Ae3OhambTnZtllLSQd05qczOMo7kNd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #E2B77GSro0xBrLkrBLo3LyL7IctObJkw { display:block;position:relative; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX { display:block;position:relative; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo { display:none; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #R8Kc6BgGW1WSz4RH58B6bsexOq1us0Oo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #vpLeNMGrTboxZ97cyxh5lsNIfvTRP483 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #pKOapyPz3XCPaZTUcs8pp4d8tOzEX8Kd { display:block;position:relative; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #uZbSw28TE9q2LA2GOOVksFNJvx6lexyB {  }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #Ersp6fOFa1DVU18f4RqFJq8VT6xHBe2S { display:none; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #ggFtpl6AilVw0HkWNdUGE7ymcGknqPEn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #c9bDnszKgo2r88Izkkhqisi2Z1euoi9L { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #nvfOUbsaziy9Ec4IKbS5s5kttox36E7P { display:block;position:relative; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #KTlBwTcJvmIJQ7KNyQezptQ6xJzA5lT5 {  }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #XdqTkZ2v5AVqApQeNM2PBRqF9V9fKPs8 { display:none; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #zgQKIqSa0CPhsAMmwFhbhC2xvefPfJTb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #yWFccSvo4Udn9ipB0ex6lTmpNE5Xg60m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #mNQ7RRVo0Wyc4WLG6PHfHOCKQDKmWFb7 { display:block;position:relative; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #VWQWFpa67pm7Te35ul52b5PQzsiZZs3a {  }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #pBd73ZWZTG4lJgFywTqzUJf4zZwqhR6U { display:none; }
#CiMD8qkFvakuyrTxu0VKtcKRasDyuBMu { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.3125rem;left:22.5625rem;display:block; }
#BbPuQQfDZNcTtKTsGP9CKCu1EtIeKmeP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ai5ukRKQ2MA78cFpVhlb4nHVKqUQei6R { color:rgba(var(--color-secondary-3),1);display:block;width:44.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.34375rem;left:6.40625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX { 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; }#A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX > .row .container { background-color: transparent; background-image: none; }#A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX > .row .container > .video-iframe-container { display: none; }#A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX > .row > .video-iframe-container { display: none; }#A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX > .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); }#A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX > .row .container { border-width: 0; border-radius: 0; }#A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#N5Fm5UqFt7Tg2uPxMmGMTbisrKvlUsRi { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.0625rem;left:1.875rem;display:block; }
#rBmxFOFdWQhQc1dUNuOvKsDd89NN7SUr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BePnGEF3p4wKzZRIufHw6HiLb2uokhNI { color:rgba(var(--color-secondary-3),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.21875rem;left:1.875rem;height:5.5244125rem;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; }
#ihNUUfEPdhTIvMhoS99QE79tpu6c6DWF { color:rgba(var(--color-secondary-3),1);display:block;width:44.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.59375rem;left:1.875rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t2hpy9VKQpRG1VtKaTT0UzM2EwGWELCR { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:4.75rem;width:23.0625rem;top:5.6875rem;left:35.5rem;display:block; }
#fZ6DrOKIPZ2fPK621nPZSwuR57V0bJIL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6.625rem;left:36.375rem; }
#T4OglU6GxrTTyKwHRVFudy5Uw6RnDKfP { color:rgba(var(--color-secondary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.625rem;left:40.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sSL5BcWw9sTExTstH2RsgavOIoT5KVlm { color:rgba(var(--color-secondary-3),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.25rem;left:40.0625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FgUaHCG6R5qF5ZJ4xypbTxrJTpq4e6bG { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:4.75rem;width:23.0625rem;top:11.3125rem;left:35.6875rem;display:block; }
#ZheIMk6vNvhSMezSMAXbFE9g9d8PerOP { color:rgba(var(--color-secondary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:13.875rem;left:40.25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X9teiKZGLbnfoXW7kZGiDHAku7TUWKbJ { color:rgba(var(--color-secondary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.25rem;left:40.25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x1rlc9O4J9vUt2TExNI2GvFZC3H0Jt6T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.25rem;left:36.5625rem; }
#wR0Jbe4QydtWl811PepPsNiWvstb3Tbq { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(104,104,104,0.27);border-left:0.0625rem solid rgba(104,104,104,0.27);border-right:0.0625rem solid rgba(104,104,104,0.27);border-bottom:0.0625rem solid rgba(104,104,104,0.27);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:4.75rem;width:23.0625rem;top:16.875rem;left:35.5625rem;display:block; }
#xeZzGm3CRzBSdNXzETcymZv0JrxlPGTS { color:rgba(var(--color-secondary-3),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:19.4375rem;left:40.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LFKL3gxfvyJlO52cFD778gDtCsy2IUco { color:rgba(var(--color-secondary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.8125rem;left:40.125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZI3nwIo8fHwKDtk662MSW32UXodrOXte { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:17.8125rem;left:36.4375rem; }
#ucXwaiWvI6xJwf0TwGcIq5VGhQTy5oSM { color:rgba(var(--color-secondary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.6875rem;left:6.125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R3s84obJuOPcT2Q7LLTEqXy0qD3MbLFn { color:rgba(var(--color-secondary-3),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:20.3125rem;left:6.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pTJpP96U3K3BBK0FqABgPiokGTtQHcm3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.625rem;left:1.875rem; }
#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { position:relative;display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { background-color: transparent; background-image: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container > .video-iframe-container { display: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row > .video-iframe-container { display: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .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); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { border-width: 0; border-radius: 0; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .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; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .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:4.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:0.15625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8f9457f-0c72-465f-942f-3617844ca692/IMG_03941.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG.adaptive-delivery-prevent-bg, #mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG.lazyload, #mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG.lazyloading { background-image: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container { background-color: transparent; background-image: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container > .video-iframe-container { display: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container { display: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .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); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container { width:47.75rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSoHb6DCiZAlcS9kHUk91zpJu9hG9Ul6 { top:2rem;left:19.625rem;width:28.125rem;height:6.80566875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhE1TVidtiJoTghl9U2cSnqh893CRPEV { top:2rem;left:19.625rem;width:28.125rem;height:9.8984375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViBxL2h4XLzTohReSlqXXPvcOx7kqwP { width:23.5rem;height:28.625rem;top:2.75rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrTHEIiQ22f4MvEncpVs1pSm6KLeJJVu { width:12.125rem;height:3.4375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUCfqXD4kpSeCX19yZlKer0Heei5agyp { display:block; }
 }@media only screen and (max-width: 763px) { #W9TCfawWUwx4SIfQnrC9ABUOIK8O7lTK { width:23.4375rem;height:28.3125rem;top:3rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o717TuFGGv6Om0vK4Vp5IXaQrEvTgdUt { top:2rem;left:19.625rem;width:28.125rem;height:6.80566875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDISVNOMvMAMIGIfGyZaHPupJPn1QoWm { width:22.125rem;height:2.4375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErL3zEWQpThSJgh5fgeZ503J1rOKrOF2 { display:block; }
 }@media only screen and (max-width: 763px) { #nWtwfHLiyxITX0eTIVVw3yCTBhJcduX8 { width:12.125rem;height:3.4375rem;top:27.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBBEmPoxooDuickicG6kxsMTCpWpGBcu { display:block; }
 }@media only screen and (max-width: 763px) { #aaI1lF042czouMp6twGHV2XnogJzXa0P { display:block; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B18WgW1vw3PEmHk5TgTbDVZnJ78zXpDQ { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb5aTIhN3VllWN9mWyHTZ6ZXDL0C5P89 { width:19.3125rem;height:37rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#Lb5aTIhN3VllWN9mWyHTZ6ZXDL0C5P89 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #Be4m1KbsDdbcTxRi0uObc0C6DKSUfAzx { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTVrrRr2tgDgghNfvTsZ5x8uC67Is4vD { top:0.5625rem;left:23.5rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUuZNDPFGCFJDL43tJpC9QOi01ZN12ba { width:1.125rem;height:0.625rem;top:20.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuPXAlA6wURUbTUuZG4iVO4eQFiqe2Sb { width:24.0625rem;height:4.875rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw6dpSWShMDudsV9VGOcklfwa7kilhLA { width:24.0625rem;height:7.3125rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATV3muRlTwlzRTiEWCuoCvTLA2sPt0gN { width:2.1875rem;height:2.1875rem;top:19.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7aBA7ixkBA3JqlrWJTTeDWrg7EhOTru { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8NMcQnlcxkf2BTQs3WauOPFhTCqBlLe { width:3.125rem;height:3.125rem;top:19.25rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhrT0dqJviPpixPUc4MOqaE2Hixyu4lV { width:19.3125rem;height:14.125rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#WhrT0dqJviPpixPUc4MOqaE2Hixyu4lV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5fb1029aac02dec95487b40d8937634208e6f3d7.svg); }
 }@media only screen and (max-width: 763px) { #MuyFvfl6r6uC91sXeP0FmgHPz4n8EWSU { width:24.0625rem;height:14.625rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM { display:block; }#t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AP2R4wXT8kDwnX2pTx6ZbPGgbt8S7SVk { width:19.3125rem;height:8.4375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sto9cipHgGv7KICGLvOiTCTyaLOqSJAv { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqPIagl5oAFtr78RILRgc4f8LoBmcGdc { width:1.125rem;height:0.625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3EQNPX5KSTttkdTXpk3PyAwamTE2WaM { width:24.0625rem;height:7.3125rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbfIHMFWTHXrK1FUv1eMS00p15TXnWf6 { width:36.75rem;height:1.4624rem;top:12.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeoVBdKQWZTbrBKpV0S6nVR1MXOEUdnr { width:26.25rem;height:13.4375rem;top:16.125rem;left:0rem;font-size:0.8125rem;display:block; }#OeoVBdKQWZTbrBKpV0S6nVR1MXOEUdnr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_79aa604fc0a427bae2e58bb789259b7542f0c7b0.svg); }
 }@media only screen and (max-width: 763px) { #eK8uUQzry5KF8c2pG73OlowUb8wuotfV { width:47.75rem;height:4.28125rem;top:53.5625rem;left:0rem;font-size:0.8125rem;display:block; }#eK8uUQzry5KF8c2pG73OlowUb8wuotfV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dadeb7365311e90acc751a1302ab7b9ed0d16f2.svg); }
 }@media only screen and (max-width: 763px) { #W36lmAJltZB423iyh4RJ9MCvXehSMpd3 { width:47.75rem;height:1.5rem;top:61.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZoTLn1S1MENxNdIgVlcs2vwf3q6hiSC { width:18.75rem;height:18.6875rem;top:17.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2eJdRLGGQCJVucF7Le3WrEnkJEl9qpK { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANEkymHtpPpC5J6cfaEqXdI9tyQ5dRN1 { width:27.3125rem;height:4.6875rem;top:68.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvKuPDgh8tJmTtb9WIsWyC13u3GUHWON { display:block; }
 }@media only screen and (max-width: 763px) { #wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t { display:block; }#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXdrXrMsXErzg1g97MiZRK0UIugRm8An { width:19.3125rem;height:13.38475rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EILsBvoCJqNkKMS2cy4V3UmPhxqbTKls { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWy5s1BUiEoI8V3TWE1SyS7yhnAuUIxF { width:1.125rem;height:0.625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1y6yHHyfOhf1zs6gM0ZTrhwMzk058LH { width:24.0625rem;height:4.875rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7nmTE6dg5QE4nPSTgOnwnsdveqvOTSe { width:47.75rem;height:;top:7.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQMNBvOapH2PSvruyJg0fihpe9kCGAhl { width:34.25rem;height:4.28125rem;top:15.5625rem;left:0rem;font-size:0.8125rem;display:block; }#NQMNBvOapH2PSvruyJg0fihpe9kCGAhl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_79aa604fc0a427bae2e58bb789259b7542f0c7b0.svg); }
 }@media only screen and (max-width: 763px) { #ISLLr2aQvUOXQTiTMwoK1uBfA5rgl7JQ { width:36.75rem;height:1.29980625rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF8KC5IcU7qdi9mtQpL12NJeDTg8ubPl { width:36.75rem;height:1.29980625rem;top:28.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN4LUN4hRcHF14UhPwLMvHi7JDizu3xm { width:31.4375rem;height:7.03125rem;top:32.0625rem;left:0rem;font-size:0.8125rem;display:block; }#NN4LUN4hRcHF14UhPwLMvHi7JDizu3xm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_79aa604fc0a427bae2e58bb789259b7542f0c7b0.svg); }
 }@media only screen and (max-width: 763px) { #vguvMM60VQmnR8pHfOT206zD8mXPFqzJ { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P15sl01oVg2vo6Rg4P2JkdezO73otAGp { width:16.1875rem;height:25.5625rem;top:14.125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7WxIcuUTTDMAf0iuahJ0KDTxOodmZUJ { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W { display:block; }#FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwpdcoVnni3ZeyWLSfTyOSzWf41qwTpL { width:19.3125rem;height:3.82421875rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnIQufun0zbXAROA5J8duEaLHTvK5E95 { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSnBsRLU0c1GViW7Tf0VJovusPeIvzx { width:1.125rem;height:0.625rem;top:20.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqVzJxIxySmoExcXUsywdaCFzJSbPTVo { width:24.0625rem;height:2.4375rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9gve0xzCz3KhHnd3KMEryXMkBNVI1dh { width:47.75rem;height:3.8994125rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbGf0a5etx6T6AgdSC82ktm5FmQiSJX1 { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR9EZN3igzxVbQWRlL4p0TZAOeC72hIw { width:26.75rem;height:2.8125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ1Aqfvk8zn3dEMUsILAIopGGyxLtdG8 { display:block; }
 }@media only screen and (max-width: 763px) { #fpxAcSQeJGBEr1W8iK8Kc6QPTJTsqtTB { width:1.4375rem;height:1.4375rem;top:20.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0RFVH7FLwsPr8fWJOwmJwMuK7LveSV1 { width:3.4375rem;height:3.4375rem;top:20.8125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNCsW12RxRLrOnWcW2nLleHF5lUok6lv { width:2.3125rem;height:2.3125rem;top:21.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAzlolW9TZGvT3n9sX1yvkXy2aMdz5FF { width:19.3125rem;height:5.736325rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQNQwTXfxPpyDff4lCxT4MNPgh2GEkke { width:19.3125rem;height:14.4375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#DQNQwTXfxPpyDff4lCxT4MNPgh2GEkke li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
 }@media only screen and (max-width: 763px) { #WakdWliV41R77lMkoX6WrBKi5g0kX0Q3 { width:19.3125rem;height:9.5605625rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWsw5AETa09CvLEzHREKfCHBoobrVRRa { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyQG1g2dbIrm8IkHW7FMU0NCQA4sRnPp { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwo1XwIcKo8XhuTwLZAT9ViNlHFAkTym { width:3.4375rem;height:3.4375rem;top:42.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQnDpB1a3OeyyCIm2uivJEoKOsoybNFc { width:2.3125rem;height:2.3125rem;top:43.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5RcgF6MO5KBRWTqa1T7QzPbB0LWwmdZ { width:1.4375rem;height:1.4375rem;top:41.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpniATRMN2bInXTk132TqHpEH7eXRmFI { width:19.3125rem;height:5.736325rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqxPpZGd8yz6hoXDzcspHFHOgTGCrCxN { width:1.125rem;height:0.625rem;top:42.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlogQJteqTZ45TmDD6ZPhQ3Bo6J1NcE { width:19.3125rem;height:5.736325rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft4cTNMasdm1CmefrgFcVw3ksb91q2wr { width:19.3125rem;height:10.75rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#ft4cTNMasdm1CmefrgFcVw3ksb91q2wr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
 }@media only screen and (max-width: 763px) { #uV9aJ1eyiKHyzxwtxSSdp0pGkdpr8wAR { width:19.3125rem;height:5.736325rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJJs59RPZzplKpR9Poy2dNm0yftgBmA { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfysWKrZKCdIcV5QtWTz3WpzlvS3tNx5 { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMour5fF0yc91gSwn6d9RRHUeOU9Lv0i { width:19.3125rem;height:3.82421875rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N857nRebU9tHIGD9stgCWRvNigha7PJy { width:19.3125rem;height:12.4375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#N857nRebU9tHIGD9stgCWRvNigha7PJy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
 }@media only screen and (max-width: 763px) { #ygDiqQPnN08MQM54wslBD66S6cAszHZH { width:19.3125rem;height:5.736325rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmZw9PclSDcf2CHaJucd2ato0toJzvHn { width:3.4375rem;height:3.4375rem;top:64.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcgAogmMHDhAzw2cGpNTf994gfETHUZT { width:2.3125rem;height:2.3125rem;top:65.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQg482glrKER4HuGwBy1akQSIKc4huDO { width:19.3125rem;height:1.9121125rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa47Mz9MQdCTDCNKbidxgfQQBwt3Xb8P { width:1.4375rem;height:1.4375rem;top:63.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLJ6LQv3KBzhxmTfvhSyJ6XTWPzP7KPK { width:1.125rem;height:0.625rem;top:64.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxJzc1wpS4UTPvBSlsTaMoEZlZFMXJT2 { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxoaR7WVcOD8OlobXf0QE3BbpO9IClCT { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgJnSxbStVxkQSWnS5S4clcs2qTJ46sS { width:19.3125rem;height:3.82421875rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkJniPbFDBFRfm7cK8qQOCJozIUmQEb3 { width:19.3125rem;height:17.8125rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#lkJniPbFDBFRfm7cK8qQOCJozIUmQEb3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
 }@media only screen and (max-width: 763px) { #Vg0MfHTe6DDwG67xd5v87PGXuS8iZD5Z { width:19.3125rem;height:1.9121125rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWzETC4KinEdOxGOeb3sHLUBkRpfFxLB { width:19.3125rem;height:7.6484375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvoQa30J4Vp4CslwE90fb9RTyirr5w9f { width:3.4375rem;height:3.4375rem;top:82rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE9mcOpPgdzyZPw8qbVDWX4JCx9Ccfgg { width:1.4375rem;height:1.4375rem;top:81.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmXADnhCK9mDJvhM0Org3HbS9goa167C { width:1.125rem;height:0.625rem;top:82rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsMxNw09dvp3Zt2RCrSw31GFBqdRz7DV { width:2.3125rem;height:2.3125rem;top:82.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxyZ9XZavHsuR2ZXXmbkurQoNseREnvQ { width:14.375rem;height:17.8125rem;top:86.125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #al0MK35p9NtTH6zpt8owCtbxn6eMTPUp { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNcSz4exFl011ShTA84peiU29GwDgwO5 { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNuBXRXTUc3gXrdinicSTN8HEKNJImwq { width:3.4375rem;height:3.4375rem;top:110.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKufkbOaLAmT73PoxXOqmEpA42qkS0M { width:2.3125rem;height:2.3125rem;top:111.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoUqDBnNvU2HDc7KanNJdpt33QAoP7IH { width:1.4375rem;height:1.4375rem;top:110.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdOnf3v4kActZWzfU29DGVeeNrfABtfO { width:19.3125rem;height:3.82421875rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVsmiqaE58TlpsxuGxqurBpqfXnL64MH { width:19.3125rem;height:3.82421875rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPLw1vWx6SGuTeBZh6HkrT2FaO600eSh { width:1.125rem;height:0.625rem;top:110.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM4aGP8RO3VcToHCrq22yTFKmsmDAPsh { width:19.3125rem;height:7.375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#GM4aGP8RO3VcToHCrq22yTFKmsmDAPsh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
 }@media only screen and (max-width: 763px) { #BW0ohCgehu7S7BA4qPoakQtoB7SEwRsA { width:19.3125rem;height:9.5605625rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPoBiI2kg7JTdkAZli7n9VZqy0Btv05D { width:14.375rem;height:17.8125rem;top:86.125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ { display:block; }#QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ov9yzxzio0ROzX8RNR6B0PvT5MOAU9KM { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xETqaLT3stIfz5DbU4ToCiO2dVmOSRTr { width:19.3125rem;height:10.75rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#xETqaLT3stIfz5DbU4ToCiO2dVmOSRTr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2efe0c41139c56260a653a6d1c0552ae18739cfa.svg); }
 }@media only screen and (max-width: 763px) { #HwH6uQJXGgIMHTvT4v83F72FcyH2N8QZ { top:0.5625rem;left:23.5rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krvf81wiMFhJ4ZTwhpKr6xIMT0AGUht2 { width:1.125rem;height:0.625rem;top:23.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNBiKL5VbpQ1TkMN9CGagZGRrc2A9Wiv { width:24.0625rem;height:58.5rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1XTOyOVoylTxOTwF6oOkwkMQ9iCnfLL { width:19.3125rem;height:8.4375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgdMEG2QkC0fVL7ImXXBu1gyllALfT81 { width:26.75rem;height:2.8125rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp0RTw888XVafs99Ct1qlgmUKaWkyt7q { display:block; }
 }@media only screen and (max-width: 763px) { #tXrLm60aROt3rxuCB1wSA7zLsPDLEmCN { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM { display:flex;width:18rem;height:5.0625rem;top:33.625rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #CNXmJI6aP64RniGttDPKSsTW6UMTsXyp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #CqdVKKsys08PiJMbod1FF1l4Nz7uvLe4 {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #QKA10UCgy9CaI4yXTUyL7MW0h1Z4ilCT {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #Aoh88GshkxVOJobSHdA5A5T6elZ1fVZB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #hklRXoy17QIQpdapXJNOSZ3SUrOOHau2 {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #e9vi2ThHrNK5Ozroxvdc2OG52ktdr1Ln {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #JKWOiUp14vv4Ahu2mpvGVAxSUCpqz0Ks { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #JLEcuq4zzX7F7ZMiIPE5T6dh8KDToAtu {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #pxKGs0wecXTBfQfalCRQn5PF8BAgf6GZ {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #ITzDSwmv0p96dRRFvOb2bpvtrmQPtEgQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #VOFBUIgznsLwTAg9l9a1bWClhIn7K91l {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #KuB1MErkyQFJFuwN3TFWpS73RXHH534O {  }
 }@media only screen and (max-width: 763px) { #LLDflOrzww3xg28AD0piovekAH7I3War { width:19.3125rem;height:3.375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C { display:block; }#RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDvkQEZbWBKAypdnqBwJ1smLk0HgiVDA { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1XptMAyTQPHHfGkaB0p5qNGCKhH3yML { width:19.3125rem;height:43.8955rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#S1XptMAyTQPHHfGkaB0p5qNGCKhH3yML li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6243cb73d9419a268f1e03451ff6efd35051bd80.svg); }
 }@media only screen and (max-width: 763px) { #VTb5funRyXWNZhTSGQwuBRmHzXaQNJdU { width:1.125rem;height:0.625rem;top:23.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHC0Cb31We9BUQnFBSwoTAkZsMcsiK75 { width:24.0625rem;height:78.75rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyR2Z3KX7sT4xPfr6pVeWbCAcaSfqRzl { width:13.625rem;height:2.8125rem;top:2.0625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGDh0iyu391IVt3cb4y8MFg2AC2bBVMi { display:block; }
 }@media only screen and (max-width: 763px) { #wk6gG8tISlSycemoehTeXbKbBTednXuT { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWsORlNlDaX0WRJ7khViUTlU3siVIDMR { width:23.25rem;height:33.5rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF5TJ7GZ7L8EMSrz9Zf2cPXDnZJl72HT { width:23.25rem;height:20.6875rem;top:62.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHUtTr5KmyPooP9bnHDERUDx0WqFlEod { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kthHbI96v0EFsglB1RqcnzqNHhXLM8Ok { width:24.0625rem;height:87.1875rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtJTIfTxEMP7m9qoxnuBko6dgNxnsmCq { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW7Vp36Agmpm3tcOuvmFem9u3Tu6fCDD { width:19.3125rem;height:39.983375rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }#SW7Vp36Agmpm3tcOuvmFem9u3Tu6fCDD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6243cb73d9419a268f1e03451ff6efd35051bd80.svg); }
 }@media only screen and (max-width: 763px) { #N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN { display:block; }#N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDNBUhvs3vLhpiXVu9g8Ek1ps1301wct { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Bf2p1XCzMTGTLm9TZfqH8X155HAccE { width:1.125rem;height:0.625rem;top:23.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSXmqomsr1BHTG1uXwmQvJq44PBObRSw { width:13.625rem;height:2.8125rem;top:2rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA6GRlmfTE3NsoMlsBTuOfUODcyqHy9u { display:block; }
 }@media only screen and (max-width: 763px) { #q7v3xhTnfTF59r1p17K9D3xVH7K71T5a { width:24.0625rem;height:11.25rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9FCiGx18IqGk1WrHV51eczyEha10MrA { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2MJEmoZ1LJDTw6TcDkCUa5NdZibqw2T { width:3.5625rem;height:3.5625rem;top:14.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agl1tWrAB7ElDZCJXzhAF1A0M0dKxSGV { width:23.25rem;height:7.3125rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNE009PRM0ILKgZaTPqo1fGGQBzRqSpc { width:19.3125rem;height:5.0625rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UETGqGzhJyZ3n2s0LR6MfHTqtZFv8HdJ { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXMnSJOKHEkgKQivbcwSClLcbPO9LJT0 { width:3.5625rem;height:3.5625rem;top:21.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFxKUemyxMJbcyPhVtuqBGX5oMbQu4sb { width:19.3125rem;height:5.0625rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUDpLL0m1iKMzldWeTud8TD2NqBd4wM3 { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueREbPJXPT2WRhf8qI9IFuWN1rGzTK7l { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVTFEmVn8ZB9pEKl9B9TxWgAE4kBi72a { width:3.5625rem;height:3.5625rem;top:29.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eomq9QTCGaUSXPd4nQGTA8KHZXhUQWc3 { width:19.3125rem;height:5.0625rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB3IcN434AA5PT525gi5tmNA1BoLHHi2 { width:1.125rem;height:0.625rem;top:30.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBNNzHtE8WrbtHtMtwVJObtULxicFVru { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS { display:block; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wENnI7sGiGugQokhDRKL4R8hn2148RwZ { width:23.625rem;height:3.73730625rem;top:6.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq5qXnr9cVXhNL2TnD6de3uLhLrsMS3q { width:23.5625rem;height:23.0625rem;top:2.8125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWcAD2zmMVERRPIlu5BXB6dcoq42AJeL { width:25.5rem;height:;top:4.9375rem;left:22.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-regular-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-text { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-text {padding-top: 0; padding-bottom: 0;}#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-textarea { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-select { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-select {padding-top: 0; padding-bottom: 0;}#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-button { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.3125rem; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-checkbox-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB  { width:21rem;height:auto;top:8rem;left:24.25rem; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .radio-container { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB {display:block;}#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB { width:21rem;height:auto;top:8rem;left:24.25rem; }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #nKqnBurmvp9REOkedN1nc7s1BxLuaMzh {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #MfuFwOQR5ox8W3KNqHfiPtEcsVF2VKQe { display:none; }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #r9ctpsKcKsz8aAD8fdbw5omnnrzee65h {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #FobuSP3IDTw3ypKntKdoL0oA4Nc7bxOf {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #I5odrxeC8dUAqEiz3nptFbqHDvXS2etX { display:none; }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #RP3OePRVeWqu4yQyeMUERBXwIspbJyFF {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #v9L58RzAowtmpX9VriJifhit0z4WDOAz {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #HDyRDPGFDiRR6VucSBMczTkFm2kVVlSd {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #xiLrhEfA0vpVTTTcsWiuoIql2g8RgM5J {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #tnz8nqdrNzXodNcwH5MLO5fGmNGm9ECH {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #ozxctlbDEqGg93kHX4I4W0onDeTL8H6n {  }
 }@media only screen and (max-width: 763px) { #oWlMfQmLThBHcmXr9RdOUzBDLTlc0JO5 { width:20.75rem;height:4.28125rem;top:16.0625rem;left:0rem;font-size:0.8125rem;display:block; }#oWlMfQmLThBHcmXr9RdOUzBDLTlc0JO5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3dc9bf08571a1a486a7c8c93f9695c75609c5dbd.svg); }
 }@media only screen and (max-width: 763px) { #V9dixGwOqIi6NWtJuRaafh8VC0MkRTyp { width:19.875rem;height:1.3496125rem;top:4.375rem;left:27.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARUQwtscku6ROgGKIhrTL5KTxVaRc6Eb { width:19.875rem;height:1.19970625rem;top:6.375rem;left:27.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhVTpPC7eDV6ODOTk0RZT4TvmOSxfzO8 { width:12.3125rem;height:2.4375rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddh3i3C0AuH9bXfp07VZx2NXHr1RCgkt { display:block; }
 }@media only screen and (max-width: 763px) { #VBQTTKHo3l1NP5c1W1LxzNgZmTDXkzXb { width:23.625rem;height:1.21875rem;top:12.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW { display:block; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFS0MkTfucRcygG8n3eAa7GU5cLAPL1V { width:47.75rem;height:1.29980625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxPpzzJylNhcyvOfFvtp5TlJwnyarqUC { width:2.5rem;height:0.125rem;top:14.125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot2f7mKL8IAdMEqPRynHbT5tAwTOCLsT { width:47.75rem;height:2.35595625rem;top:3.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDvHzcaQ8U2CEFicdedJvIJ5Rpyz8uxG { width:16.875rem;height:43.875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsEVoBX20TeafSy0RaqHKESiJGlkVrap { width:14.375rem;height:22.625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CscczlCBAcRxx7hXom05Pmztb9c7LeOI { width:14.375rem;height:20.25rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJdJ79AlqPJP7zlHqqr4N56ypWzHn0kt { width:15.625rem;height:24.3125rem;top:17.75rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwzLUeZrKTkAX3r7cwX2R4PdTmpQqyK8 { width:16.875rem;height:26.0625rem;top:16.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvDJJdN7uMcGPuGHPBPifsNElSS27TGE { width:15.625rem;height:9rem;top:49.75rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVA3BlOH2VezfEGFbAwbPpaIbs9tnUUs { width:16.875rem;height:13.375rem;top:47.8125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZlqksbxJzpZIy5Fko0MgBeAD2pWOXkT { width:15.625rem;height:19.0625rem;top:17.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inrSh4xuQkbuvAi3OaNOL6rPxfT2Isaw { width:15.625rem;height:15.6875rem;top:36.3125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTT0sbvSgRWeGEacCxUlG366Txi8cnn { width:16.875rem;height:38.4375rem;top:16.875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCDxUwSimu4oZCbpgTez96ISkoKK6LHp { width:14.5625rem;height:6.25rem;top:58.125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inVCaGnxf1HC75T3awvoo5ThFGwwWsW1 { width:13.25rem;height:8rem;top:69rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDuMzb2fom2tz2zppWROVJdz2Ii20RXL { width:14.9375rem;height:6.9375rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urf0FOrMJDeqH0paVLlrdrTz80MOgg8o { width:13.5rem;height:9.1875rem;top:64.375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK1JdTDIVG6bgrBt6Ek1NDxLpSb3rDi4 { width:16.5rem;height:19.5625rem;top:73.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2tmXwauK4CBBAc9fQP52dlyfvQ2x3ZM { width:14.375rem;height:7.125rem;top:77rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCWk7vcov14bwkc2PVkEFWc7UG2cKrfK { width:15rem;height:9.8125rem;top:80.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THCszonetJia8o5gIWdKl1FNB4FitAPS { width:42.6875rem;height:3.875rem;top:97.6875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDsvJo3LSwLi7PGRkVP54SKThzL8VIXG { display:block; }
 }@media only screen and (max-width: 763px) { #gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 { display:block; }#gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPuw8FHxSEt63cJ25octDD0noU9k4pAP { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc { display:flex;height:auto;width:27.8125rem;top:9.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #y7Ae3OhambTnZtllLSQd05qczOMo7kNd {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #E2B77GSro0xBrLkrBLo3LyL7IctObJkw {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #R8Kc6BgGW1WSz4RH58B6bsexOq1us0Oo {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #vpLeNMGrTboxZ97cyxh5lsNIfvTRP483 {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #pKOapyPz3XCPaZTUcs8pp4d8tOzEX8Kd {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #uZbSw28TE9q2LA2GOOVksFNJvx6lexyB {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #Ersp6fOFa1DVU18f4RqFJq8VT6xHBe2S {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #ggFtpl6AilVw0HkWNdUGE7ymcGknqPEn {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #c9bDnszKgo2r88Izkkhqisi2Z1euoi9L {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #nvfOUbsaziy9Ec4IKbS5s5kttox36E7P {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #KTlBwTcJvmIJQ7KNyQezptQ6xJzA5lT5 {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #XdqTkZ2v5AVqApQeNM2PBRqF9V9fKPs8 {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #zgQKIqSa0CPhsAMmwFhbhC2xvefPfJTb {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #yWFccSvo4Udn9ipB0ex6lTmpNE5Xg60m {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #mNQ7RRVo0Wyc4WLG6PHfHOCKQDKmWFb7 {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #VWQWFpa67pm7Te35ul52b5PQzsiZZs3a {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #pBd73ZWZTG4lJgFywTqzUJf4zZwqhR6U {  }
 }@media only screen and (max-width: 763px) { #CiMD8qkFvakuyrTxu0VKtcKRasDyuBMu { width:12.3125rem;height:2.625rem;top:3.9375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbPuQQfDZNcTtKTsGP9CKCu1EtIeKmeP { display:block; }
 }@media only screen and (max-width: 763px) { #ai5ukRKQ2MA78cFpVhlb4nHVKqUQei6R { width:44.625rem;height:2.4375rem;top:7.3125rem;left:0.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX { display:block; }#A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5Fm5UqFt7Tg2uPxMmGMTbisrKvlUsRi { width:12.3125rem;height:2.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBmxFOFdWQhQc1dUNuOvKsDd89NN7SUr { display:block; }
 }@media only screen and (max-width: 763px) { #BePnGEF3p4wKzZRIufHw6HiLb2uokhNI { width:27.125rem;height:5.5244125rem;top:7.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihNUUfEPdhTIvMhoS99QE79tpu6c6DWF { width:44.625rem;height:3.25rem;top:13.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2hpy9VKQpRG1VtKaTT0UzM2EwGWELCR { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ6DrOKIPZ2fPK621nPZSwuR57V0bJIL { width:2.75rem;height:2.75rem;top:6.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4OglU6GxrTTyKwHRVFudy5Uw6RnDKfP { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSL5BcWw9sTExTstH2RsgavOIoT5KVlm { width:19.3125rem;height:1.6875rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgUaHCG6R5qF5ZJ4xypbTxrJTpq4e6bG { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZheIMk6vNvhSMezSMAXbFE9g9d8PerOP { width:19.3125rem;height:1.6875rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9teiKZGLbnfoXW7kZGiDHAku7TUWKbJ { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1rlc9O4J9vUt2TExNI2GvFZC3H0Jt6T { width:2.75rem;height:2.75rem;top:12.25rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR0Jbe4QydtWl811PepPsNiWvstb3Tbq { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeZzGm3CRzBSdNXzETcymZv0JrxlPGTS { width:19.3125rem;height:1.6875rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFKL3gxfvyJlO52cFD778gDtCsy2IUco { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI3nwIo8fHwKDtk662MSW32UXodrOXte { width:2.75rem;height:2.75rem;top:17.8125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucXwaiWvI6xJwf0TwGcIq5VGhQTy5oSM { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3s84obJuOPcT2Q7LLTEqXy0qD3MbLFn { width:19.3125rem;height:1.6875rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTJpP96U3K3BBK0FqABgPiokGTtQHcm3 { width:3.1875rem;height:3.1875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { width:47.75rem;height:0.89355625rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG { display:block; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG { background-color: transparent; background-image: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container > .video-iframe-container { display: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container { display: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .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); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG { border-width: 0; border-radius: 0; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container { width:20rem;height:52.75rem;background-color:transparent;background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSoHb6DCiZAlcS9kHUk91zpJu9hG9Ul6 { width:18.75rem;height:5.15625rem;top:6.73193359375rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhE1TVidtiJoTghl9U2cSnqh893CRPEV { width:20rem;height:2.3994125rem;top:18.185546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gViBxL2h4XLzTohReSlqXXPvcOx7kqwP { width:20rem;height:24.3608125rem;top:25.75634765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrTHEIiQ22f4MvEncpVs1pSm6KLeJJVu { width:7.9375rem;height:2.1875rem;top:22.78125rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUCfqXD4kpSeCX19yZlKer0Heei5agyp { display:block; }
 }@media only screen and (max-width: 763px) { #W9TCfawWUwx4SIfQnrC9ABUOIK8O7lTK { width:20rem;height:24.25rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o717TuFGGv6Om0vK4Vp5IXaQrEvTgdUt { width:20rem;height:6.59911875rem;top:10.27490234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDISVNOMvMAMIGIfGyZaHPupJPn1QoWm { width:19rem;height:2.4375rem;top:1.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErL3zEWQpThSJgh5fgeZ503J1rOKrOF2 { display:block; }
 }@media only screen and (max-width: 763px) { #nWtwfHLiyxITX0eTIVVw3yCTBhJcduX8 { width:7.9375rem;height:2.3125rem;top:22.71875rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBBEmPoxooDuickicG6kxsMTCpWpGBcu { display:block; }
 }@media only screen and (max-width: 763px) { #aaI1lF042czouMp6twGHV2XnogJzXa0P { display:block; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B18WgW1vw3PEmHk5TgTbDVZnJ78zXpDQ { width:16.625rem;height:1.625rem;top:22.5625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb5aTIhN3VllWN9mWyHTZ6ZXDL0C5P89 { width:16.4375rem;height:23.5rem;top:25.6875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#Lb5aTIhN3VllWN9mWyHTZ6ZXDL0C5P89 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c761692208d80da76c837d21600d8391c0e49c61.svg); }
 }@media only screen and (max-width: 763px) { #Be4m1KbsDdbcTxRi0uObc0C6DKSUfAzx { width:19.875rem;height:29.8125rem;top:21rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vTVrrRr2tgDgghNfvTsZ5x8uC67Is4vD { width:19.875rem;height:18.875rem;top:54.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUuZNDPFGCFJDL43tJpC9QOi01ZN12ba { width:1.125rem;height:0.625rem;top:45.4565rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuPXAlA6wURUbTUuZG4iVO4eQFiqe2Sb { width:20rem;height:7.7988125rem;top:6.75927734375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw6dpSWShMDudsV9VGOcklfwa7kilhLA { width:20rem;height:3.25rem;top:15.3076171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATV3muRlTwlzRTiEWCuoCvTLA2sPt0gN { display:flex;width:2.6875rem;height:2.6875rem;top:22.03125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #l7aBA7ixkBA3JqlrWJTTeDWrg7EhOTru { width:12.875rem;height:3.25rem;top:55.9375rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8NMcQnlcxkf2BTQs3WauOPFhTCqBlLe { display:flex;width:3.125rem;height:3.125rem;top:55.9375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #WhrT0dqJviPpixPUc4MOqaE2Hixyu4lV { width:14.75rem;height:10.375rem;top:61.25rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#WhrT0dqJviPpixPUc4MOqaE2Hixyu4lV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5fb1029aac02dec95487b40d8937634208e6f3d7.svg); }
 }@media only screen and (max-width: 763px) { #MuyFvfl6r6uC91sXeP0FmgHPz4n8EWSU { width:20rem;height:3.65625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM { display:block; }#t9OpT4HJ0EmmyePTT4Mu1kilFQP8fVbM > .row .container { width:20rem;height:88.09765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AP2R4wXT8kDwnX2pTx6ZbPGgbt8S7SVk { width:16.4375rem;height:7.03125rem;top:33.3125rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sto9cipHgGv7KICGLvOiTCTyaLOqSJAv { width:19.875rem;height:9.4375rem;top:31.9375rem;left:0.125rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yqPIagl5oAFtr78RILRgc4f8LoBmcGdc { width:1.125rem;height:0.625rem;top:30.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3EQNPX5KSTttkdTXpk3PyAwamTE2WaM { width:20rem;height:5.60595625rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbfIHMFWTHXrK1FUv1eMS00p15TXnWf6 { width:20rem;height:2.92480625rem;top:9.7109375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OeoVBdKQWZTbrBKpV0S6nVR1MXOEUdnr { width:17rem;height:15.875rem;top:13.47265625rem;left:1.5rem;font-size:0.8125rem;display:block; }#OeoVBdKQWZTbrBKpV0S6nVR1MXOEUdnr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_79aa604fc0a427bae2e58bb789259b7542f0c7b0.svg); }
 }@media only screen and (max-width: 763px) { #eK8uUQzry5KF8c2pG73OlowUb8wuotfV { width:15.1875rem;height:7.9375rem;top:43.87890625rem;left:2.40625rem;font-size:0.8125rem;display:block; }#eK8uUQzry5KF8c2pG73OlowUb8wuotfV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dadeb7365311e90acc751a1302ab7b9ed0d16f2.svg); }
 }@media only screen and (max-width: 763px) { #W36lmAJltZB423iyh4RJ9MCvXehSMpd3 { width:16.4375rem;height:4.5rem;top:53.96875rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZoTLn1S1MENxNdIgVlcs2vwf3q6hiSC { width:18.75rem;height:18.6875rem;top:61.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2eJdRLGGQCJVucF7Le3WrEnkJEl9qpK { width:18.75rem;height:18.8125rem;top:62.09765625rem;left:1.125rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ANEkymHtpPpC5J6cfaEqXdI9tyQ5dRN1 { width:19rem;height:4.6875rem;top:82.16015625rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvKuPDgh8tJmTtb9WIsWyC13u3GUHWON { display:block; }
 }@media only screen and (max-width: 763px) { #wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t { display:block; }#wQpfttgKPpvHEtU2h8zNB8POAuxMNA0t > .row .container { width:20rem;height:97.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXdrXrMsXErzg1g97MiZRK0UIugRm8An { width:16.4375rem;height:11.15625rem;top:54.5341796875rem;left:1.78125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EILsBvoCJqNkKMS2cy4V3UmPhxqbTKls { width:19.875rem;height:14.125rem;top:52.5341796875rem;left:0rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vWy5s1BUiEoI8V3TWE1SyS7yhnAuUIxF { width:1.125rem;height:0.625rem;top:40.77878125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1y6yHHyfOhf1zs6gM0ZTrhwMzk058LH { width:17.6875rem;height:3.73730625rem;top:1.6875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7nmTE6dg5QE4nPSTgOnwnsdveqvOTSe { width:20rem;height:5.8496125rem;top:6.1728515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQMNBvOapH2PSvruyJg0fihpe9kCGAhl { width:16.8125rem;height:7.9375rem;top:16.3095703125rem;left:1.59375rem;font-size:0.8125rem;display:block; }#NQMNBvOapH2PSvruyJg0fihpe9kCGAhl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_79aa604fc0a427bae2e58bb789259b7542f0c7b0.svg); }
 }@media only screen and (max-width: 763px) { #ISLLr2aQvUOXQTiTMwoK1uBfA5rgl7JQ { width:20rem;height:1.29980625rem;top:14.2978515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HF8KC5IcU7qdi9mtQpL12NJeDTg8ubPl { width:20rem;height:1.29980625rem;top:25.9658203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NN4LUN4hRcHF14UhPwLMvHi7JDizu3xm { width:16.5625rem;height:11.90625rem;top:28.2529296875rem;left:1.71875rem;font-size:0.8125rem;display:block; }#NN4LUN4hRcHF14UhPwLMvHi7JDizu3xm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_79aa604fc0a427bae2e58bb789259b7542f0c7b0.svg); }
 }@media only screen and (max-width: 763px) { #vguvMM60VQmnR8pHfOT206zD8mXPFqzJ { width:19.875rem;height:13.875rem;top:51.7529296875rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #P15sl01oVg2vo6Rg4P2JkdezO73otAGp { width:16.1875rem;height:25.5625rem;top:69.2216796875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7WxIcuUTTDMAf0iuahJ0KDTxOodmZUJ { width:16.375rem;height:25.25rem;top:70.3466796875rem;left:2.40625rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W { display:block; }#FiZzpaOPTtt9aC3Bq91BXZdNcbMFNx5W > .row .container { width:20rem;height:173.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwpdcoVnni3ZeyWLSfTyOSzWf41qwTpL { width:13.0625rem;height:3.3994125rem;top:17.1875rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnIQufun0zbXAROA5J8duEaLHTvK5E95 { width:19.875rem;height:30.375rem;top:15.5625rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pbSnBsRLU0c1GViW7Tf0VJovusPeIvzx { width:1.125rem;height:0.625rem;top:17.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqVzJxIxySmoExcXUsywdaCFzJSbPTVo { width:20rem;height:1.86865rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9gve0xzCz3KhHnd3KMEryXMkBNVI1dh { width:20rem;height:5.19921875rem;top:8.07421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MbGf0a5etx6T6AgdSC82ktm5FmQiSJX1 { width:19.875rem;height:20.6875rem;top:15.25rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CR9EZN3igzxVbQWRlL4p0TZAOeC72hIw { width:18.875rem;height:2.8125rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ1Aqfvk8zn3dEMUsILAIopGGyxLtdG8 { display:block; }
 }@media only screen and (max-width: 763px) { #fpxAcSQeJGBEr1W8iK8Kc6QPTJTsqtTB { display:flex;width:1.4375rem;height:1.4375rem;top:16.5rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #G0RFVH7FLwsPr8fWJOwmJwMuK7LveSV1 { width:3.4375rem;height:3.4375rem;top:17.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNCsW12RxRLrOnWcW2nLleHF5lUok6lv { display:flex;width:2.3125rem;height:2.3125rem;top:17.8125rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #CAzlolW9TZGvT3n9sX1yvkXy2aMdz5FF { width:16.375rem;height:4.4619125rem;top:21.4375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQNQwTXfxPpyDff4lCxT4MNPgh2GEkke { width:15.875rem;height:10.6875rem;top:26.6875rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#DQNQwTXfxPpyDff4lCxT4MNPgh2GEkke li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
 }@media only screen and (max-width: 763px) { #WakdWliV41R77lMkoX6WrBKi5g0kX0Q3 { width:17.25rem;height:5.94921875rem;top:38.875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWsw5AETa09CvLEzHREKfCHBoobrVRRa { width:19.875rem;height:26.75rem;top:47.88671875rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UyQG1g2dbIrm8IkHW7FMU0NCQA4sRnPp { width:19.875rem;height:27.375rem;top:47.32421875rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Rwo1XwIcKo8XhuTwLZAT9ViNlHFAkTym { width:3.4375rem;height:3.4375rem;top:49.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQnDpB1a3OeyyCIm2uivJEoKOsoybNFc { display:flex;width:2.3125rem;height:2.3125rem;top:49.75rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #q5RcgF6MO5KBRWTqa1T7QzPbB0LWwmdZ { display:flex;width:1.4375rem;height:1.4375rem;top:48.4375rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #xpniATRMN2bInXTk132TqHpEH7eXRmFI { width:13.9375rem;height:5.09911875rem;top:49.1875rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqxPpZGd8yz6hoXDzcspHFHOgTGCrCxN { width:1.125rem;height:0.625rem;top:55.94921875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlogQJteqTZ45TmDD6ZPhQ3Bo6J1NcE { width:16.9375rem;height:4.4619125rem;top:54.0302734375rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft4cTNMasdm1CmefrgFcVw3ksb91q2wr { width:14.8125rem;height:6.71875rem;top:59.13671875rem;left:2.59375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#ft4cTNMasdm1CmefrgFcVw3ksb91q2wr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
 }@media only screen and (max-width: 763px) { #uV9aJ1eyiKHyzxwtxSSdp0pGkdpr8wAR { width:18.1875rem;height:4.4619125rem;top:68.38671875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJJs59RPZzplKpR9Poy2dNm0yftgBmA { width:19.875rem;height:23.875rem;top:76.78466796875rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cfysWKrZKCdIcV5QtWTz3WpzlvS3tNx5 { width:19.875rem;height:24.8125rem;top:75.99755859375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vMour5fF0yc91gSwn6d9RRHUeOU9Lv0i { width:13.25rem;height:2.9746125rem;top:96.87255859375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N857nRebU9tHIGD9stgCWRvNigha7PJy { width:15.9375rem;height:6.71875rem;top:88.18505859375rem;left:2.03125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#N857nRebU9tHIGD9stgCWRvNigha7PJy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
 }@media only screen and (max-width: 763px) { #ygDiqQPnN08MQM54wslBD66S6cAszHZH { width:16.875rem;height:4.4619125rem;top:83.0185546875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmZw9PclSDcf2CHaJucd2ato0toJzvHn { width:3.4375rem;height:3.4375rem;top:78.56005625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcgAogmMHDhAzw2cGpNTf994gfETHUZT { display:flex;width:2.3125rem;height:2.3125rem;top:79.18505625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #oQg482glrKER4HuGwBy1akQSIKc4huDO { width:12.125rem;height:1.69970625rem;top:79.23583984375rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa47Mz9MQdCTDCNKbidxgfQQBwt3Xb8P { display:flex;width:1.4375rem;height:1.4375rem;top:77.87255625rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #TLJ6LQv3KBzhxmTfvhSyJ6XTWPzP7KPK { width:1.125rem;height:0.625rem;top:78.56005625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxJzc1wpS4UTPvBSlsTaMoEZlZFMXJT2 { width:19.875rem;height:43.3125rem;top:102rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AxoaR7WVcOD8OlobXf0QE3BbpO9IClCT { width:19.875rem;height:43.9375rem;top:101.5625rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JgJnSxbStVxkQSWnS5S4clcs2qTJ46sS { width:15.4375rem;height:2.9746125rem;top:141.4375rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkJniPbFDBFRfm7cK8qQOCJozIUmQEb3 { width:16.3125rem;height:10.6875rem;top:115.0625rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#lkJniPbFDBFRfm7cK8qQOCJozIUmQEb3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
 }@media only screen and (max-width: 763px) { #Vg0MfHTe6DDwG67xd5v87PGXuS8iZD5Z { width:15.875rem;height:1.48730625rem;top:112.6875rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWzETC4KinEdOxGOeb3sHLUBkRpfFxLB { width:14.0625rem;height:8.4985625rem;top:103.25rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvoQa30J4Vp4CslwE90fb9RTyirr5w9f { width:3.4375rem;height:3.4375rem;top:103.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE9mcOpPgdzyZPw8qbVDWX4JCx9Ccfgg { display:flex;width:1.4375rem;height:1.4375rem;top:102.5625rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #mmXADnhCK9mDJvhM0Org3HbS9goa167C { width:1.125rem;height:0.625rem;top:108.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsMxNw09dvp3Zt2RCrSw31GFBqdRz7DV { display:flex;width:2.3125rem;height:2.3125rem;top:103.875rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #MxyZ9XZavHsuR2ZXXmbkurQoNseREnvQ { width:10.5rem;height:13.0625rem;top:127.5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #al0MK35p9NtTH6zpt8owCtbxn6eMTPUp { width:19.875rem;height:24.125rem;top:147.974609375rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gNcSz4exFl011ShTA84peiU29GwDgwO5 { width:19.875rem;height:24.625rem;top:147.724609375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sNuBXRXTUc3gXrdinicSTN8HEKNJImwq { width:3.4375rem;height:3.4375rem;top:149.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKufkbOaLAmT73PoxXOqmEpA42qkS0M { display:flex;width:2.3125rem;height:2.3125rem;top:149.8125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #ZoUqDBnNvU2HDc7KanNJdpt33QAoP7IH { display:flex;width:1.4375rem;height:1.4375rem;top:148.6875rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #JdOnf3v4kActZWzfU29DGVeeNrfABtfO { width:16.125rem;height:2.9746125rem;top:153.875rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVsmiqaE58TlpsxuGxqurBpqfXnL64MH { width:12.4375rem;height:3.3994125rem;top:149.2685546875rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPLw1vWx6SGuTeBZh6HkrT2FaO600eSh { width:1.125rem;height:0.625rem;top:152.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM4aGP8RO3VcToHCrq22yTFKmsmDAPsh { width:13.6875rem;height:5.5rem;top:157.4375rem;left:3.15625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#GM4aGP8RO3VcToHCrq22yTFKmsmDAPsh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9dde8070323f19c05e94e3d0569c799.svg); }
 }@media only screen and (max-width: 763px) { #BW0ohCgehu7S7BA4qPoakQtoB7SEwRsA { width:18.875rem;height:5.94921875rem;top:164.6875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPoBiI2kg7JTdkAZli7n9VZqy0Btv05D { width:10.5rem;height:13.0625rem;top:127.5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ { display:block; }#QoIns4U4Ax08lu3tzFaZNFzf16vE9THJ > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ov9yzxzio0ROzX8RNR6B0PvT5MOAU9KM { width:19.8125rem;height:3.73730625rem;top:33.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xETqaLT3stIfz5DbU4ToCiO2dVmOSRTr { width:16.4375rem;height:9.0625rem;top:38.25rem;left:1.78125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#xETqaLT3stIfz5DbU4ToCiO2dVmOSRTr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2efe0c41139c56260a653a6d1c0552ae18739cfa.svg); }
 }@media only screen and (max-width: 763px) { #HwH6uQJXGgIMHTvT4v83F72FcyH2N8QZ { width:17.5625rem;height:7.3125rem;top:58.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krvf81wiMFhJ4ZTwhpKr6xIMT0AGUht2 { width:1.125rem;height:0.625rem;top:20.5rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNBiKL5VbpQ1TkMN9CGagZGRrc2A9Wiv { width:17rem;height:23.396475rem;top:7.0625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1XTOyOVoylTxOTwF6oOkwkMQ9iCnfLL { width:16.5rem;height:5.625rem;top:59.25rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgdMEG2QkC0fVL7ImXXBu1gyllALfT81 { width:18.875rem;height:2.8125rem;top:2.75rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp0RTw888XVafs99Ct1qlgmUKaWkyt7q { display:block; }
 }@media only screen and (max-width: 763px) { #tXrLm60aROt3rxuCB1wSA7zLsPDLEmCN { width:19.875rem;height:69.5625rem;top:0.9375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM .widget-text.counter-number { padding-top:0.37625rem;padding-right:0.33375rem;padding-bottom:0.37625rem;padding-left:0.33375rem;width:2.001875rem;min-width:2.001875rem;height:2.0225rem;font-size:1.505rem;line-height:32.36px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.235rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.669375rem;height:0.799375rem;font-size:0.564375rem;line-height:12.79px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CGxFu7I77RiMADXUShosSs0fPfZHldBM { display:flex;width:13.75rem;height:3.8125rem;top:51rem;left:2.625rem;padding-top:0.47rem;padding-right:0.476875rem;padding-bottom:0.47rem;padding-left:0.476875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #CNXmJI6aP64RniGttDPKSsTW6UMTsXyp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #CqdVKKsys08PiJMbod1FF1l4Nz7uvLe4 {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #QKA10UCgy9CaI4yXTUyL7MW0h1Z4ilCT {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #Aoh88GshkxVOJobSHdA5A5T6elZ1fVZB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #hklRXoy17QIQpdapXJNOSZ3SUrOOHau2 {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #e9vi2ThHrNK5Ozroxvdc2OG52ktdr1Ln {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #JKWOiUp14vv4Ahu2mpvGVAxSUCpqz0Ks { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #JLEcuq4zzX7F7ZMiIPE5T6dh8KDToAtu {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #pxKGs0wecXTBfQfalCRQn5PF8BAgf6GZ {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #ITzDSwmv0p96dRRFvOb2bpvtrmQPtEgQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #VOFBUIgznsLwTAg9l9a1bWClhIn7K91l {  }
 }@media only screen and (max-width: 763px) { #CGxFu7I77RiMADXUShosSs0fPfZHldBM #KuB1MErkyQFJFuwN3TFWpS73RXHH534O {  }
 }@media only screen and (max-width: 763px) { #LLDflOrzww3xg28AD0piovekAH7I3War { width:20rem;height:1.3125rem;top:49.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C { display:block; }#RwRPfVGUcr0RsRoeXs9kQMEaR1bTym5C > .row .container { width:20rem;height:180.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDvkQEZbWBKAypdnqBwJ1smLk0HgiVDA { width:19.8125rem;height:2.03125rem;top:6.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1XptMAyTQPHHfGkaB0p5qNGCKhH3yML { width:17.5625rem;height:29.098125rem;top:71.81591796875rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#S1XptMAyTQPHHfGkaB0p5qNGCKhH3yML li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6243cb73d9419a268f1e03451ff6efd35051bd80.svg); }
 }@media only screen and (max-width: 763px) { #VTb5funRyXWNZhTSGQwuBRmHzXaQNJdU { width:1.125rem;height:0.625rem;top:45.51515625rem;left:10.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHC0Cb31We9BUQnFBSwoTAkZsMcsiK75 { width:20rem;height:28.5rem;top:41.59716796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyR2Z3KX7sT4xPfr6pVeWbCAcaSfqRzl { width:13.625rem;height:2.8125rem;top:1.65966796875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGDh0iyu391IVt3cb4y8MFg2AC2bBVMi { display:block; }
 }@media only screen and (max-width: 763px) { #wk6gG8tISlSycemoehTeXbKbBTednXuT { width:19.875rem;height:29.8125rem;top:10.25rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FWsORlNlDaX0WRJ7khViUTlU3siVIDMR { width:20rem;height:28.816375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF5TJ7GZ7L8EMSrz9Zf2cPXDnZJl72HT { width:18.5rem;height:16.4375rem;top:107.67041015625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHUtTr5KmyPooP9bnHDERUDx0WqFlEod { width:17.9375rem;height:15.4375rem;top:109.9375rem;left:0.96875rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kthHbI96v0EFsglB1RqcnzqNHhXLM8Ok { width:20rem;height:27rem;top:126.34716796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtJTIfTxEMP7m9qoxnuBko6dgNxnsmCq { width:20rem;height:2.03125rem;top:104.12841796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW7Vp36Agmpm3tcOuvmFem9u3Tu6fCDD { width:20rem;height:23.1860625rem;top:154.40966796875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#SW7Vp36Agmpm3tcOuvmFem9u3Tu6fCDD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6243cb73d9419a268f1e03451ff6efd35051bd80.svg); }
 }@media only screen and (max-width: 763px) { #N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN { display:block; }#N5q3xz28fo7bRRZEzt24GAEGSBbC6DaN > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDNBUhvs3vLhpiXVu9g8Ek1ps1301wct { width:19.8125rem;height:1.86865rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Bf2p1XCzMTGTLm9TZfqH8X155HAccE { width:1.125rem;height:0.625rem;top:33.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSXmqomsr1BHTG1uXwmQvJq44PBObRSw { width:13.625rem;height:2.8125rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA6GRlmfTE3NsoMlsBTuOfUODcyqHy9u { display:block; }
 }@media only screen and (max-width: 763px) { #q7v3xhTnfTF59r1p17K9D3xVH7K71T5a { width:20rem;height:5.0625rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9FCiGx18IqGk1WrHV51eczyEha10MrA { width:19.875rem;height:10.125rem;top:16.9375rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d2MJEmoZ1LJDTw6TcDkCUa5NdZibqw2T { display:flex;width:3.5625rem;height:3.5625rem;top:18.25rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #agl1tWrAB7ElDZCJXzhAF1A0M0dKxSGV { width:13.5625rem;height:2.5996125rem;top:18.73095703125rem;left:5.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNE009PRM0ILKgZaTPqo1fGGQBzRqSpc { width:16.1875rem;height:3.65625rem;top:22.4375rem;left:1.90625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UETGqGzhJyZ3n2s0LR6MfHTqtZFv8HdJ { width:19.875rem;height:10.125rem;top:28.5rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tXMnSJOKHEkgKQivbcwSClLcbPO9LJT0 { display:flex;width:3.5625rem;height:3.5625rem;top:29.8125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #qFxKUemyxMJbcyPhVtuqBGX5oMbQu4sb { width:16.5rem;height:2.4375rem;top:33.9375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUDpLL0m1iKMzldWeTud8TD2NqBd4wM3 { width:12.3125rem;height:2.5996125rem;top:30.29345703125rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueREbPJXPT2WRhf8qI9IFuWN1rGzTK7l { width:19.875rem;height:10.125rem;top:41rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pVTFEmVn8ZB9pEKl9B9TxWgAE4kBi72a { display:flex;width:3.5625rem;height:3.5625rem;top:41.75rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #Eomq9QTCGaUSXPd4nQGTA8KHZXhUQWc3 { width:16.1875rem;height:3.65625rem;top:46.25rem;left:1.59375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB3IcN434AA5PT525gi5tmNA1BoLHHi2 { width:1.125rem;height:0.625rem;top:41rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBNNzHtE8WrbtHtMtwVJObtULxicFVru { width:13.0625rem;height:2.5996125rem;top:42.2314453125rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS { display:block; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wENnI7sGiGugQokhDRKL4R8hn2148RwZ { width:15.9375rem;height:3.73730625rem;top:6.1875rem;left:2rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #yq5qXnr9cVXhNL2TnD6de3uLhLrsMS3q { width:20rem;height:21.6875rem;top:27.361328125rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWcAD2zmMVERRPIlu5BXB6dcoq42AJeL { width:16.3125rem;height:0;top:4.9375rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-text {padding-top: 0; padding-bottom: 0;}#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-select {padding-top: 0; padding-bottom: 0;}#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-input-button { width:13.625rem;margin-top:0.25rem;margin-right:1.9375rem;margin-bottom:0.25rem;margin-left:1.9375rem;font-size:0.9375rem;overflow:hidden;height:3rem; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB  { width:17.5rem;height:auto;top:33.3583984375rem;left:0rem; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB {display:block;}#iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB { width:17.5rem;height:auto;top:33.3583984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #nKqnBurmvp9REOkedN1nc7s1BxLuaMzh {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #MfuFwOQR5ox8W3KNqHfiPtEcsVF2VKQe { display:none; }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #r9ctpsKcKsz8aAD8fdbw5omnnrzee65h {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #FobuSP3IDTw3ypKntKdoL0oA4Nc7bxOf {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #I5odrxeC8dUAqEiz3nptFbqHDvXS2etX { display:none; }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #RP3OePRVeWqu4yQyeMUERBXwIspbJyFF {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #v9L58RzAowtmpX9VriJifhit0z4WDOAz {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #HDyRDPGFDiRR6VucSBMczTkFm2kVVlSd {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #xiLrhEfA0vpVTTTcsWiuoIql2g8RgM5J {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #tnz8nqdrNzXodNcwH5MLO5fGmNGm9ECH {  }
 }@media only screen and (max-width: 763px) { #iOgXFpfHW8UiU5slIXoZyzHMG2f8qsiB #ozxctlbDEqGg93kHX4I4W0onDeTL8H6n {  }
 }@media only screen and (max-width: 763px) { #oWlMfQmLThBHcmXr9RdOUzBDLTlc0JO5 { width:12.8125rem;height:7.9375rem;top:16.38671875rem;left:3.59375rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15001;display:block; }#oWlMfQmLThBHcmXr9RdOUzBDLTlc0JO5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3dc9bf08571a1a486a7c8c93f9695c75609c5dbd.svg); }
 }@media only screen and (max-width: 763px) { #V9dixGwOqIi6NWtJuRaafh8VC0MkRTyp { width:19.875rem;height:1.3496125rem;top:29.76171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ARUQwtscku6ROgGKIhrTL5KTxVaRc6Eb { width:19.875rem;height:1.19970625rem;top:32.1591796875rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lhVTpPC7eDV6ODOTk0RZT4TvmOSxfzO8 { width:12.3125rem;height:2.4375rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddh3i3C0AuH9bXfp07VZx2NXHr1RCgkt { display:block; }
 }@media only screen and (max-width: 763px) { #VBQTTKHo3l1NP5c1W1LxzNgZmTDXkzXb { width:9.9375rem;height:2.4375rem;top:11.5rem;left:5.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW { display:block; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { width:20rem;height:216.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFS0MkTfucRcygG8n3eAa7GU5cLAPL1V { width:20rem;height:2.4375rem;top:2.35546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxPpzzJylNhcyvOfFvtp5TlJwnyarqUC { width:2.5rem;height:0.125rem;top:51.41796875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot2f7mKL8IAdMEqPRynHbT5tAwTOCLsT { width:20rem;height:2.35595625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:rgba(var(--color-primary-3),0.2);display:block; }
 }@media only screen and (max-width: 763px) { #iDvHzcaQ8U2CEFicdedJvIJ5Rpyz8uxG { width:16.875rem;height:44.375rem;top:8.54296875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsEVoBX20TeafSy0RaqHKESiJGlkVrap { width:14.375rem;height:22.625rem;top:8.54296875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CscczlCBAcRxx7hXom05Pmztb9c7LeOI { width:14.375rem;height:20.25rem;top:31.41796875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJdJ79AlqPJP7zlHqqr4N56ypWzHn0kt { width:15.625rem;height:24.3125rem;top:55.04296875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwzLUeZrKTkAX3r7cwX2R4PdTmpQqyK8 { width:16.875rem;height:26.0625rem;top:54.16796875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvDJJdN7uMcGPuGHPBPifsNElSS27TGE { width:15.625rem;height:9rem;top:83.41796875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVA3BlOH2VezfEGFbAwbPpaIbs9tnUUs { width:16.875rem;height:13.375rem;top:81.48046875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZlqksbxJzpZIy5Fko0MgBeAD2pWOXkT { width:15.625rem;height:19.0625rem;top:96.48046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inrSh4xuQkbuvAi3OaNOL6rPxfT2Isaw { width:15.625rem;height:15.6875rem;top:115.54296875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTT0sbvSgRWeGEacCxUlG366Txi8cnn { width:16.875rem;height:38.4375rem;top:96.10546875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCDxUwSimu4oZCbpgTez96ISkoKK6LHp { width:14.5625rem;height:6.25rem;top:135.79296875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inVCaGnxf1HC75T3awvoo5ThFGwwWsW1 { width:13.25rem;height:8rem;top:182.73046875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDuMzb2fom2tz2zppWROVJdz2Ii20RXL { width:14.9375rem;height:6.9375rem;top:143.29296875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urf0FOrMJDeqH0paVLlrdrTz80MOgg8o { width:13.5rem;height:9.1875rem;top:151.48046875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK1JdTDIVG6bgrBt6Ek1NDxLpSb3rDi4 { width:16.5rem;height:19.5625rem;top:161.91796875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2tmXwauK4CBBAc9fQP52dlyfvQ2x3ZM { width:14.375rem;height:7.125rem;top:191.98046875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCWk7vcov14bwkc2PVkEFWc7UG2cKrfK { width:15rem;height:9.8125rem;top:200.35546875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THCszonetJia8o5gIWdKl1FNB4FitAPS { width:19rem;height:3.875rem;top:211.41796875rem;left:0.5rem;font-size:1.125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fDsvJo3LSwLi7PGRkVP54SKThzL8VIXG { display:block; }
 }@media only screen and (max-width: 763px) { #gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 { display:block; }#gAosev7tJyelTA4AGEy6Azw8MKF6J0f8 > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPuw8FHxSEt63cJ25octDD0noU9k4pAP { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc .accordion-heading-text { font-size:0.9375rem;height:auto; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc .accordion-desc-text { font-size:0.6875rem;height:auto; }
#XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc { display:flex;height:30.1245rem;width:20rem;top:12.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #y7Ae3OhambTnZtllLSQd05qczOMo7kNd {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #E2B77GSro0xBrLkrBLo3LyL7IctObJkw {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #R8Kc6BgGW1WSz4RH58B6bsexOq1us0Oo {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #vpLeNMGrTboxZ97cyxh5lsNIfvTRP483 {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #pKOapyPz3XCPaZTUcs8pp4d8tOzEX8Kd {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #uZbSw28TE9q2LA2GOOVksFNJvx6lexyB {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #Ersp6fOFa1DVU18f4RqFJq8VT6xHBe2S {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #ggFtpl6AilVw0HkWNdUGE7ymcGknqPEn {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #c9bDnszKgo2r88Izkkhqisi2Z1euoi9L {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #nvfOUbsaziy9Ec4IKbS5s5kttox36E7P {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #KTlBwTcJvmIJQ7KNyQezptQ6xJzA5lT5 {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #XdqTkZ2v5AVqApQeNM2PBRqF9V9fKPs8 {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #zgQKIqSa0CPhsAMmwFhbhC2xvefPfJTb {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #yWFccSvo4Udn9ipB0ex6lTmpNE5Xg60m {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #mNQ7RRVo0Wyc4WLG6PHfHOCKQDKmWFb7 {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #VWQWFpa67pm7Te35ul52b5PQzsiZZs3a {  }
 }@media only screen and (max-width: 763px) { #XQa93BLul2tkW8ETRBq1LnivD4Shc1Tc #pBd73ZWZTG4lJgFywTqzUJf4zZwqhR6U {  }
 }@media only screen and (max-width: 763px) { #CiMD8qkFvakuyrTxu0VKtcKRasDyuBMu { width:12.3125rem;height:2.625rem;top:2.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbPuQQfDZNcTtKTsGP9CKCu1EtIeKmeP { display:block; }
 }@media only screen and (max-width: 763px) { #ai5ukRKQ2MA78cFpVhlb4nHVKqUQei6R { width:20rem;height:4.875rem;top:6.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX { display:block; }#A9nUv2zwCuC9hrmpXdnuoPdzTnTZnnPX > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5Fm5UqFt7Tg2uPxMmGMTbisrKvlUsRi { width:12.3125rem;height:2.625rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBmxFOFdWQhQc1dUNuOvKsDd89NN7SUr { display:block; }
 }@media only screen and (max-width: 763px) { #BePnGEF3p4wKzZRIufHw6HiLb2uokhNI { width:20rem;height:5.199225rem;top:5.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ihNUUfEPdhTIvMhoS99QE79tpu6c6DWF { width:20rem;height:6.5rem;top:17.69921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #t2hpy9VKQpRG1VtKaTT0UzM2EwGWELCR { width:19.875rem;height:4.75rem;top:11.57421875rem;left:0rem;background-color:#06720f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fZ6DrOKIPZ2fPK621nPZSwuR57V0bJIL { display:flex;width:2.75rem;height:2.75rem;top:12.51171875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #T4OglU6GxrTTyKwHRVFudy5Uw6RnDKfP { width:7.1875rem;height:1.4624rem;top:12.51171875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSL5BcWw9sTExTstH2RsgavOIoT5KVlm { width:14.5625rem;height:1.3125rem;top:14.13671875rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgUaHCG6R5qF5ZJ4xypbTxrJTpq4e6bG { width:19.875rem;height:4.75rem;top:25.44921875rem;left:0rem;background-color:#06720f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZheIMk6vNvhSMezSMAXbFE9g9d8PerOP { width:18.125rem;height:1.3125rem;top:28.01171875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9teiKZGLbnfoXW7kZGiDHAku7TUWKbJ { width:7.1875rem;height:1.4624rem;top:26.38671875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1rlc9O4J9vUt2TExNI2GvFZC3H0Jt6T { display:flex;width:2.75rem;height:2.75rem;top:26.38671875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #wR0Jbe4QydtWl811PepPsNiWvstb3Tbq { width:19.875rem;height:4.75rem;top:41.28613125rem;left:0rem;background-color:#06720f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xeZzGm3CRzBSdNXzETcymZv0JrxlPGTS { width:17.25rem;height:1.3125rem;top:43.84863125rem;left:2.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFKL3gxfvyJlO52cFD778gDtCsy2IUco { width:14.1875rem;height:1.4624rem;top:42.22363125rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI3nwIo8fHwKDtk662MSW32UXodrOXte { display:flex;width:2.75rem;height:2.75rem;top:42.22363125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ucXwaiWvI6xJwf0TwGcIq5VGhQTy5oSM { width:15.375rem;height:1.4624rem;top:36.01171875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3s84obJuOPcT2Q7LLTEqXy0qD3MbLFn { width:14.5625rem;height:1.3125rem;top:38.72363125rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTJpP96U3K3BBK0FqABgPiokGTtQHcm3 { display:flex;width:3.1875rem;height:3.1875rem;top:31.57421875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }