.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,232,243;--color-primary-1:134,179,214;--color-primary-2:12,103,173;--color-primary-3:6,52,87;--color-primary-4:2,15,26;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O { position:relative;display:block; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O { background-color: transparent; background-image: none; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row .container > .video-iframe-container { display: none; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row > .video-iframe-container { display: none; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .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); }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O { border-width: 0; border-radius: 0; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .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; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q8WQ86EbkUZm7XTPbFl9p5JoEvEqrHki { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:15.625rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#INuKfLXqE68WimIFHyb4mhZr1JD7AXKb { position:relative;display:block; }#INuKfLXqE68WimIFHyb4mhZr1JD7AXKb { background-color: transparent; background-image: none; }#INuKfLXqE68WimIFHyb4mhZr1JD7AXKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INuKfLXqE68WimIFHyb4mhZr1JD7AXKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INuKfLXqE68WimIFHyb4mhZr1JD7AXKb > .row .container > .video-iframe-container { display: none; }#INuKfLXqE68WimIFHyb4mhZr1JD7AXKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INuKfLXqE68WimIFHyb4mhZr1JD7AXKb > .row > .video-iframe-container { display: none; }#INuKfLXqE68WimIFHyb4mhZr1JD7AXKb > .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); }#INuKfLXqE68WimIFHyb4mhZr1JD7AXKb { border-width: 0; border-radius: 0; }#INuKfLXqE68WimIFHyb4mhZr1JD7AXKb > .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; }#INuKfLXqE68WimIFHyb4mhZr1JD7AXKb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p5x6sapAltMAg947DIidXWLi2a9fv2Bt { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3515625rem;left:31.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBunylsM5peVV9GfmB0uMLmXGuT8FIPN { color:rgba(var(--color-tertiary-2),1);display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4140625rem;left:13.0625rem;height:22.0967rem;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; }
#HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G { position:relative;display:block; }#HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G { background-color: transparent; background-image: none; }#HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G > .row .container > .video-iframe-container { display: none; }#HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G > .row > .video-iframe-container { display: none; }#HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G > .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); }#HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G { border-width: 0; border-radius: 0; }#HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G > .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; }#HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ki5m4KSCCsRwsl6k2PmbmpPsClx53LoT { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:12.9375rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mEQJeaogKPTp6MLd0OaEiKTNSKrZhSaJ { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);height:1.25rem;top:66.8125rem;left:8.5625rem;display:none; }
#LtJ5UXwQKqQpqnz6JB5zttsAmQX1JMVT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.875rem;left:28.750001907349rem;display:block; }
#HVDFMVZFHLfzcaOGyXsxm18yGBpTHTLz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LIqbkLxOePEHOVVCDnO1CsTcDa0pyGHZ { color:rgba(var(--color-tertiary-2),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9140625rem;left:13.0625rem;height:1.3rem;display:block; }
#o5HlzIUeICXPh8byaKxhtwdtLBWT5bQx { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:15.224609375rem;left:20.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B { position:relative;display:block; }#OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B { background-color: transparent; background-image: none; }#OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B > .row .container > .video-iframe-container { display: none; }#OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B > .row > .video-iframe-container { display: none; }#OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B > .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); }#OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B { border-width: 0; border-radius: 0; }#OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B > .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; }#OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:109.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yOsuV0VOx0fE8E3iJqV5uyKu8FgcEUV4 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.248046875rem;left:12.8125rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sMsM6I3bkhEw1AR3fd7nT5CmLFRWz2e8 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0000004768372rem;left:14.8125rem;height:3.9rem;display:block; }
#rfArNh1UMHxaWgnkufd3wae5f6CdUhtT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem rgba(var(--color-tertiary-2),0.5) ;height:17.8125rem;width:37.1875rem;top:13.400000095367rem;left:18.875rem;display:block; }
#BuKzFZoq3rcaC4VOoNDRRuJ37NDOBdSa { color:rgba(var(--color-tertiary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:17.712500095367rem;left:23.25rem;height:12rem;display:block; }
#TfuMzVC0iwCPZui2GOOQGhcmRXZTRQSg { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6875rem;left:20.125rem;height:1.625rem;display:block; }
#EIESMnJB5M1Vx5zkBtmf6BbUkkKVLD7y { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.3125rem;left:20.125rem;height:1.625rem;display:block; }
#EBcUUTdBple5cmGVHPDBhmEWhc40S0ro { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem rgba(var(--color-tertiary-2),0.5) ;height:17.875rem;width:37.1875rem;top:33.8369140625rem;left:18.875rem;display:block; }
#xlhEWuwPRRLQCvHht2gau74WFBGKzarv { color:rgba(var(--color-tertiary-2),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:38.025000572204rem;left:23.25rem;height:13.5rem;display:block; }
#RDbJ6N7GsR1I2UASk5a7DrgJaKU3xwKq { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem rgba(var(--color-tertiary-2),0.5) ;height:25.5625rem;width:37.1875rem;top:55rem;left:18.9375rem;display:block; }
#FHyDfN9F1UtV43pTNtTPxpxSf0auqtpT { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:57.1875rem;left:20.1875rem;height:1.625rem;display:block; }
#AldLoBH7D62T8eBDbvmEuvOsZXKsREWG { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:59.875rem;left:23.3125rem;height:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I07Efn5zqfJVEOpOADzZA3iDCLXfafU9 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem rgba(var(--color-tertiary-2),0.5) ;height:25.5625rem;width:37.1875rem;top:83.375rem;left:18.9375rem;display:block; }
#z98Hwl4PcXq4tlRABO4Kmc1TzmLGFhTd { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:88.25rem;left:23.3125rem;height:18rem;display:block; }
#WEazUhBLyiASGlu7KQWcU0TKVxso9hZf { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:85.5625rem;left:20.1875rem;height:1.625rem;display:block; }
#Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW { position:relative;display:block; }#Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW { background-color: transparent; background-image: none; }#Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW > .row .container > .video-iframe-container { display: none; }#Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW > .row > .video-iframe-container { display: none; }#Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW > .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); }#Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW { border-width: 0; border-radius: 0; }#Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW > .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; }#Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nSwtB5IMaOXP9wTe06NJ9Bxi61xXvE9X { color:rgba(var(--color-tertiary-2),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0609359741211rem;left:12.9375rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nAwxry1H9lei7R9FttP7W4QXt0KNrzmi { color:rgba(var(--color-tertiary-2),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9984378814697rem;left:14.875rem;height:1.3rem;display:block; }
#mT5Wypf4BCrJT1JOJdDrTQa69PDAaLTL { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.78750038147rem;left:20.3125rem;height:;overflow:hidden;display:block; }#mT5Wypf4BCrJT1JOJdDrTQa69PDAaLTL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mT5Wypf4BCrJT1JOJdDrTQa69PDAaLTL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#WUVlyUiHPD19fRAP0OS9gqp7r6cdHbpE { color:rgba(var(--color-tertiary-2),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.987501144409rem;left:22.125rem;height:6.1375rem;display:block; }#WUVlyUiHPD19fRAP0OS9gqp7r6cdHbpE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WUVlyUiHPD19fRAP0OS9gqp7r6cdHbpE li:before{  }
#GRL41oqXnC80nnHet31lbEZcNr4mJFnH { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.643360137939rem;left:20.3125rem;height:12.32325rem;overflow:hidden;display:block; }#GRL41oqXnC80nnHet31lbEZcNr4mJFnH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GRL41oqXnC80nnHet31lbEZcNr4mJFnH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#ioti3gSoqxqmhyzyidQQhO1rgk9CMKrF { color:rgba(var(--color-tertiary-2),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.28750038147rem;left:15.25rem;height:9.0986375rem;display:block; }
#xJLxES7vfstXzDDZQaIvuNppibzIfJgt { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);height:1.25rem;top:66.8125rem;left:8.5625rem;display:none; }
#rzwXdBezJBnEMGCeMyHf0rGTdbur5lDN { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:44.075000762939rem;left:18.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb { position:relative;display:block; }#sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb { background-color: transparent; background-image: none; }#sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb > .row .container > .video-iframe-container { display: none; }#sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb > .row > .video-iframe-container { display: none; }#sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb > .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); }#sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb { border-width: 0; border-radius: 0; }#sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb > .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; }#sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#awO4pltOyFPUqLDTt5BQ5XutELtFST3r { color:rgba(var(--color-tertiary-2),1);display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:12.65625rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gp9Z4VZtannkgSJTOtQtoQrcl7z3Jcir { color:rgba(var(--color-tertiary-2),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9109382629394rem;left:15.25rem;height:16.897475rem;display:block; }
#mKVpQ7JcxMq1wCDoyLxAz6aSxLFdE6gq { color:rgba(var(--color-tertiary-2),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.300000190735rem;left:20.5rem;height:7.749rem;overflow:hidden;display:block; }#mKVpQ7JcxMq1wCDoyLxAz6aSxLFdE6gq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mKVpQ7JcxMq1wCDoyLxAz6aSxLFdE6gq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#TDv5GDWMHL4P2TkHAb1pknFkC9wUgoFP { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.475000143051rem;left:20.5rem;height:1.3rem;display:block; }
#o1BHK7FHy4a2318xgiaLn4zPao2SFLit { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.925000190735rem;left:20.5rem;height:1.29980625rem;display:block; }
#nFyAoybpDWK1raUTP8CrMJomfzZgI1gD { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41.8125rem;left:20.5rem;height:7.749rem;overflow:hidden;display:block; }#nFyAoybpDWK1raUTP8CrMJomfzZgI1gD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nFyAoybpDWK1raUTP8CrMJomfzZgI1gD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#mmT8gmoOWa7Gl4ufShVK4TU4DEn4DP6c { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:23.63632774353rem;left:15.25rem;height:1.625rem;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; }
#Ostvmb42cJKspwf9mRghxkKToUPqquTQ { color:rgba(var(--color-tertiary-2),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.461328148842rem;left:20.5rem;height:1.29980625rem;display:block; }
#ATElrkJWcTdT69LiMMQ3QNz3auU2cXLM { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);height:1.25rem;top:66.8125rem;left:8.5625rem;display:none; }
#FhwAS2vnZTR7H0qV3tf8pLg3zM1kWKVN { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:59.700000762939rem;left:20.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#QVz1QHfH7ynTmhoS3T4zWrmHpzS5OXHC { color:rgba(var(--color-tertiary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:51.112501144409rem;left:20.5rem;height:1.3rem;display:block; }
#Nq5Zt1ThcRp3NlR5BEAq6GDQkMWxdXuk { color:rgba(var(--color-tertiary-2),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:53.5625rem;left:20.5rem;height:1.3rem;overflow:hidden;display:block; }#Nq5Zt1ThcRp3NlR5BEAq6GDQkMWxdXuk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nq5Zt1ThcRp3NlR5BEAq6GDQkMWxdXuk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#B4HQkTA3CngQkaRCRlGBn6Ou9hm6HTro { color:rgba(var(--color-tertiary-2),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:55.537502288818rem;left:22.0625rem;height:4.2125rem;display:block; }#B4HQkTA3CngQkaRCRlGBn6Ou9hm6HTro li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B4HQkTA3CngQkaRCRlGBn6Ou9hm6HTro li:before{  }
#i27dwPw2F3O5yHTQVoUy85sHQ4183G0L { position:relative;display:block; }#i27dwPw2F3O5yHTQVoUy85sHQ4183G0L { background-color: transparent; background-image: none; }#i27dwPw2F3O5yHTQVoUy85sHQ4183G0L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i27dwPw2F3O5yHTQVoUy85sHQ4183G0L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i27dwPw2F3O5yHTQVoUy85sHQ4183G0L > .row .container > .video-iframe-container { display: none; }#i27dwPw2F3O5yHTQVoUy85sHQ4183G0L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i27dwPw2F3O5yHTQVoUy85sHQ4183G0L > .row > .video-iframe-container { display: none; }#i27dwPw2F3O5yHTQVoUy85sHQ4183G0L > .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); }#i27dwPw2F3O5yHTQVoUy85sHQ4183G0L { border-width: 0; border-radius: 0; }#i27dwPw2F3O5yHTQVoUy85sHQ4183G0L > .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; }#i27dwPw2F3O5yHTQVoUy85sHQ4183G0L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tPBetRvgamm2HAqI0WxFnpDlK1J3Bicr { color:rgba(var(--color-tertiary-2),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4375rem;left:16.1875rem;height:1.625rem;display:block; }
#QrFzmpew3G3mA8F7eDIDwZ3cqRgWrMVD { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:10.25rem;left:25.9375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P3CeZOe2kGICNrV9ZxZ9CUUTFphVcJpB { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:15.375rem;top:6.5rem;left:29.8125rem;overflow:hidden;display:block; }
#zzWhgefaVTQJBg58sh5RZ0uQC9TOZfzD { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:13rem;left:23.75rem;height:3.25rem;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) { #cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O { display:block; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8WQ86EbkUZm7XTPbFl9p5JoEvEqrHki { width:15.625rem;height:3.75rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INuKfLXqE68WimIFHyb4mhZr1JD7AXKb { display:block; }#INuKfLXqE68WimIFHyb4mhZr1JD7AXKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5x6sapAltMAg947DIidXWLi2a9fv2Bt { width:12.5rem;height:2.4375rem;top:2.3125rem;left:17.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBunylsM5peVV9GfmB0uMLmXGuT8FIPN { width:47.75rem;height:22.0625rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G { display:block; }#HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ki5m4KSCCsRwsl6k2PmbmpPsClx53LoT { width:24.125rem;height:2rem;top:1rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEQJeaogKPTp6MLd0OaEiKTNSKrZhSaJ { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtJ5UXwQKqQpqnz6JB5zttsAmQX1JMVT { width:17.5rem;height:3.4375rem;top:8.875rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVDFMVZFHLfzcaOGyXsxm18yGBpTHTLz { display:block; }
 }@media only screen and (max-width: 763px) { #LIqbkLxOePEHOVVCDnO1CsTcDa0pyGHZ { width:47.75rem;height:1.25rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5HlzIUeICXPh8byaKxhtwdtLBWT5bQx { width:34.375rem;height:1.25rem;top:15.1875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B { display:block; }#OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yOsuV0VOx0fE8E3iJqV5uyKu8FgcEUV4 { width:30.9375rem;height:;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMsM6I3bkhEw1AR3fd7nT5CmLFRWz2e8 { width:44.5rem;height:3.875rem;top:6rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfArNh1UMHxaWgnkufd3wae5f6CdUhtT { width:37.1875rem;height:17.8125rem;top:13.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuKzFZoq3rcaC4VOoNDRRuJ37NDOBdSa { width:28.4375rem;height:12rem;top:17.6875rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfuMzVC0iwCPZui2GOOQGhcmRXZTRQSg { width:27.3125rem;height:1.625rem;top:14.6875rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIESMnJB5M1Vx5zkBtmf6BbUkkKVLD7y { width:33.9375rem;height:1.625rem;top:35.3125rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBcUUTdBple5cmGVHPDBhmEWhc40S0ro { width:37.1875rem;height:17.875rem;top:33.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlhEWuwPRRLQCvHht2gau74WFBGKzarv { width:32rem;height:13.5rem;top:38rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDbJ6N7GsR1I2UASk5a7DrgJaKU3xwKq { width:37.1875rem;height:25.5625rem;top:55rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHyDfN9F1UtV43pTNtTPxpxSf0auqtpT { width:28.1875rem;height:1.625rem;top:57.1875rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AldLoBH7D62T8eBDbvmEuvOsZXKsREWG { width:31.25rem;height:16.5rem;top:59.875rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I07Efn5zqfJVEOpOADzZA3iDCLXfafU9 { width:37.1875rem;height:25.5625rem;top:83.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z98Hwl4PcXq4tlRABO4Kmc1TzmLGFhTd { width:31.25rem;height:18rem;top:88.25rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEazUhBLyiASGlu7KQWcU0TKVxso9hZf { width:28.1875rem;height:1.625rem;top:85.5625rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW { display:block; }#Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSwtB5IMaOXP9wTe06NJ9Bxi61xXvE9X { width:32.125rem;height:2rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAwxry1H9lei7R9FttP7W4QXt0KNrzmi { width:40rem;height:1.25rem;top:4.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT5Wypf4BCrJT1JOJdDrTQa69PDAaLTL { width:34.375rem;height:;top:7.75rem;left:6.6875rem;font-size:1rem;display:block; }#mT5Wypf4BCrJT1JOJdDrTQa69PDAaLTL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #WUVlyUiHPD19fRAP0OS9gqp7r6cdHbpE { width:40.9375rem;height:6.125rem;top:12.9375rem;left:6.8125rem;font-size:1rem;display:block; }#WUVlyUiHPD19fRAP0OS9gqp7r6cdHbpE li:before{  }
 }@media only screen and (max-width: 763px) { #GRL41oqXnC80nnHet31lbEZcNr4mJFnH { width:34.375rem;height:11rem;top:20.625rem;left:6.6875rem;font-size:1rem;display:block; }#GRL41oqXnC80nnHet31lbEZcNr4mJFnH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #ioti3gSoqxqmhyzyidQQhO1rgk9CMKrF { width:44.5rem;height:9.0625rem;top:34.25rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJLxES7vfstXzDDZQaIvuNppibzIfJgt { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzwXdBezJBnEMGCeMyHf0rGTdbur5lDN { width:37.5rem;height:1.25rem;top:44.0625rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb { display:block; }#sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awO4pltOyFPUqLDTt5BQ5XutELtFST3r { width:33.5rem;height:2rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp9Z4VZtannkgSJTOtQtoQrcl7z3Jcir { width:44.5rem;height:16.875rem;top:4.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKVpQ7JcxMq1wCDoyLxAz6aSxLFdE6gq { width:37rem;height:7.75rem;top:30.25rem;left:6.875rem;font-size:1rem;display:block; }#mKVpQ7JcxMq1wCDoyLxAz6aSxLFdE6gq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #TDv5GDWMHL4P2TkHAb1pknFkC9wUgoFP { width:12.5rem;height:1.25rem;top:28.4375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1BHK7FHy4a2318xgiaLn4zPao2SFLit { width:27.5625rem;height:1.25rem;top:39.875rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFyAoybpDWK1raUTP8CrMJomfzZgI1gD { width:17.8125rem;height:7.75rem;top:41.8125rem;left:6.875rem;font-size:1rem;display:block; }#nFyAoybpDWK1raUTP8CrMJomfzZgI1gD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #mmT8gmoOWa7Gl4ufShVK4TU4DEn4DP6c { width:24.125rem;height:1.625rem;top:23.625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ostvmb42cJKspwf9mRghxkKToUPqquTQ { width:34rem;height:1.25rem;top:26.4375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATElrkJWcTdT69LiMMQ3QNz3auU2cXLM { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhwAS2vnZTR7H0qV3tf8pLg3zM1kWKVN { width:34.375rem;height:1.25rem;top:59.6875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVz1QHfH7ynTmhoS3T4zWrmHpzS5OXHC { width:33.125rem;height:1.25rem;top:51.0625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5Zt1ThcRp3NlR5BEAq6GDQkMWxdXuk { width:24rem;height:1.25rem;top:53.5625rem;left:6.875rem;font-size:1rem;display:block; }#Nq5Zt1ThcRp3NlR5BEAq6GDQkMWxdXuk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #B4HQkTA3CngQkaRCRlGBn6Ou9hm6HTro { width:30.8125rem;height:4.1875rem;top:55.5rem;left:8.4375rem;font-size:1rem;display:block; }#B4HQkTA3CngQkaRCRlGBn6Ou9hm6HTro li:before{  }
 }@media only screen and (max-width: 763px) { #i27dwPw2F3O5yHTQVoUy85sHQ4183G0L { display:block; }#i27dwPw2F3O5yHTQVoUy85sHQ4183G0L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPBetRvgamm2HAqI0WxFnpDlK1J3Bicr { width:42.625rem;height:1.625rem;top:2.4375rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrFzmpew3G3mA8F7eDIDwZ3cqRgWrMVD { width:23.125rem;height:2.75rem;top:10.25rem;left:12.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3CeZOe2kGICNrV9ZxZ9CUUTFphVcJpB { width:15.375rem;height:3.75rem;top:6.5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzWhgefaVTQJBg58sh5RZ0uQC9TOZfzD { width:27.5625rem;height:3.25rem;top:13rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O { display:block; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8WQ86EbkUZm7XTPbFl9p5JoEvEqrHki { width:15.625rem;height:3.75rem;top:2.5rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #INuKfLXqE68WimIFHyb4mhZr1JD7AXKb { display:block; }#INuKfLXqE68WimIFHyb4mhZr1JD7AXKb > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5x6sapAltMAg947DIidXWLi2a9fv2Bt { width:12.5rem;height:2.4375rem;top:1.25rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBunylsM5peVV9GfmB0uMLmXGuT8FIPN { width:20rem;height:41.59376875rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G { display:block; }#HHMJTwHVwTxV8aVSe9wLQGtlFuISdz0G > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ki5m4KSCCsRwsl6k2PmbmpPsClx53LoT { width:20rem;height:1.625rem;top:1.3367302417755rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEQJeaogKPTp6MLd0OaEiKTNSKrZhSaJ { top:17.600390911103rem;left:2.5000001192093rem;width:15rem;height:1.3rem;z-index:15007;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #LtJ5UXwQKqQpqnz6JB5zttsAmQX1JMVT { width:17.5rem;height:3.4375rem;top:12.050390481949rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVDFMVZFHLfzcaOGyXsxm18yGBpTHTLz { display:block; }
 }@media only screen and (max-width: 763px) { #LIqbkLxOePEHOVVCDnO1CsTcDa0pyGHZ { width:20rem;height:3.9rem;top:5.2753896713257rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5HlzIUeICXPh8byaKxhtwdtLBWT5bQx { width:20rem;height:auto;top:15.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B { display:block; }#OAnSmeUcf2AMu2evgFXos6s3BRpwnq6B > .row .container { width:20rem;height:133.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yOsuV0VOx0fE8E3iJqV5uyKu8FgcEUV4 { width:20rem;height:1.625rem;top:2.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMsM6I3bkhEw1AR3fd7nT5CmLFRWz2e8 { width:20rem;height:7.7988125rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfArNh1UMHxaWgnkufd3wae5f6CdUhtT { width:20rem;height:25.75rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuKzFZoq3rcaC4VOoNDRRuJ37NDOBdSa { width:20rem;height:18rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfuMzVC0iwCPZui2GOOQGhcmRXZTRQSg { width:20rem;height:3.25rem;top:19.66250038147rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIESMnJB5M1Vx5zkBtmf6BbUkkKVLD7y { width:20rem;height:3.25rem;top:46.912109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBcUUTdBple5cmGVHPDBhmEWhc40S0ro { width:20rem;height:24.9375rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlhEWuwPRRLQCvHht2gau74WFBGKzarv { width:20rem;height:18rem;top:50.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDbJ6N7GsR1I2UASk5a7DrgJaKU3xwKq { width:20rem;height:32.6875rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHyDfN9F1UtV43pTNtTPxpxSf0auqtpT { width:20rem;height:3.25rem;top:72.3994140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AldLoBH7D62T8eBDbvmEuvOsZXKsREWG { width:20rem;height:27rem;top:75.5869140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I07Efn5zqfJVEOpOADzZA3iDCLXfafU9 { width:20rem;height:28.125rem;top:105.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z98Hwl4PcXq4tlRABO4Kmc1TzmLGFhTd { width:20rem;height:22.5rem;top:110.3994140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEazUhBLyiASGlu7KQWcU0TKVxso9hZf { width:20rem;height:3.25rem;top:106.3369140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW { display:block; }#Ou7z3WlfNEDN7aHObtm6XHBp6yR7WFdW > .row .container { width:20rem;height:75.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSwtB5IMaOXP9wTe06NJ9Bxi61xXvE9X { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAwxry1H9lei7R9FttP7W4QXt0KNrzmi { width:20rem;height:2.6rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT5Wypf4BCrJT1JOJdDrTQa69PDAaLTL { width:20rem;height:9.098625rem;top:7.975rem;left:0rem;font-size:1rem;display:block; }#mT5Wypf4BCrJT1JOJdDrTQa69PDAaLTL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #WUVlyUiHPD19fRAP0OS9gqp7r6cdHbpE { width:20rem;height:11.3359375rem;top:18.325rem;left:0rem;font-size:1rem;display:block; }#WUVlyUiHPD19fRAP0OS9gqp7r6cdHbpE li:before{  }
 }@media only screen and (max-width: 763px) { #GRL41oqXnC80nnHet31lbEZcNr4mJFnH { width:20rem;height:21.421875rem;top:30.9125rem;left:0rem;font-size:1rem;display:block; }#GRL41oqXnC80nnHet31lbEZcNr4mJFnH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #ioti3gSoqxqmhyzyidQQhO1rgk9CMKrF { width:20rem;height:18.19724375rem;top:53.587499427796rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJLxES7vfstXzDDZQaIvuNppibzIfJgt { top:72.325000762938rem;left:2.5000001192093rem;width:15rem;height:1.3rem;z-index:15009;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #rzwXdBezJBnEMGCeMyHf0rGTdbur5lDN { width:20rem;height:auto;top:44.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb { display:block; }#sMoWOMIZkVvZHEfGrCbauk2wn63LpMWb > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awO4pltOyFPUqLDTt5BQ5XutELtFST3r { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp9Z4VZtannkgSJTOtQtoQrcl7z3Jcir { width:20rem;height:27.29589375rem;top:5.6875004768372rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKVpQ7JcxMq1wCDoyLxAz6aSxLFdE6gq { width:20rem;height:11.6484375rem;top:43.4375rem;left:0rem;font-size:1rem;display:block; }#mKVpQ7JcxMq1wCDoyLxAz6aSxLFdE6gq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #TDv5GDWMHL4P2TkHAb1pknFkC9wUgoFP { width:12.5rem;height:1.3rem;top:41.324999809265rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1BHK7FHy4a2318xgiaLn4zPao2SFLit { width:20rem;height:2.6rem;top:56.08749961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFyAoybpDWK1raUTP8CrMJomfzZgI1gD { width:17.8125rem;height:7.749rem;top:59.325000762939rem;left:1.09375rem;font-size:1rem;display:block; }#nFyAoybpDWK1raUTP8CrMJomfzZgI1gD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #mmT8gmoOWa7Gl4ufShVK4TU4DEn4DP6c { width:20rem;height:1.625rem;top:35.212110996246rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ostvmb42cJKspwf9mRghxkKToUPqquTQ { width:20rem;height:2.6rem;top:36.78750038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATElrkJWcTdT69LiMMQ3QNz3auU2cXLM { top:67.762498855594rem;left:2.5000001192093rem;width:15rem;height:1.3rem;z-index:15008;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #FhwAS2vnZTR7H0qV3tf8pLg3zM1kWKVN { width:20rem;height:auto;top:59.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVz1QHfH7ynTmhoS3T4zWrmHpzS5OXHC { width:20rem;height:2.6rem;top:70.311525rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5Zt1ThcRp3NlR5BEAq6GDQkMWxdXuk { width:20rem;height:2.6rem;top:74.1611375rem;left:0rem;font-size:1rem;display:block; }#Nq5Zt1ThcRp3NlR5BEAq6GDQkMWxdXuk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #B4HQkTA3CngQkaRCRlGBn6Ou9hm6HTro { width:20rem;height:5.5125rem;top:78.01075rem;left:0rem;font-size:1rem;display:block; }#B4HQkTA3CngQkaRCRlGBn6Ou9hm6HTro li:before{  }
 }@media only screen and (max-width: 763px) { #i27dwPw2F3O5yHTQVoUy85sHQ4183G0L { display:block; }#i27dwPw2F3O5yHTQVoUy85sHQ4183G0L > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPBetRvgamm2HAqI0WxFnpDlK1J3Bicr { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrFzmpew3G3mA8F7eDIDwZ3cqRgWrMVD { width:20rem;height:2.11230625rem;top:11.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3CeZOe2kGICNrV9ZxZ9CUUTFphVcJpB { width:15.375rem;height:3.75rem;top:7.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzWhgefaVTQJBg58sh5RZ0uQC9TOZfzD { width:20rem;height:2.4375rem;top:13.2373046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }