.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: 959px) {
    html {
        width: 960px;
    }
}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); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { position:relative;display:block; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { background-color: transparent; background-image: none; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container > .video-iframe-container { display: none; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row > .video-iframe-container { display: none; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .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); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { border-width: 0; border-radius: 0; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .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; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .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:9.6875rem;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; }#dkZm3t47osiZr15sR77Gc4RWKnyF3m9B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:0rem;left:0.8125rem;overflow:hidden;display:block; }
#CRyaNnVOgnim826B9gXIfXlmhh8SKvRs { position:relative;display:block; }#CRyaNnVOgnim826B9gXIfXlmhh8SKvRs { background-color: transparent; background-image: none; }#CRyaNnVOgnim826B9gXIfXlmhh8SKvRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRyaNnVOgnim826B9gXIfXlmhh8SKvRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRyaNnVOgnim826B9gXIfXlmhh8SKvRs > .row .container > .video-iframe-container { display: none; }#CRyaNnVOgnim826B9gXIfXlmhh8SKvRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRyaNnVOgnim826B9gXIfXlmhh8SKvRs > .row > .video-iframe-container { display: none; }#CRyaNnVOgnim826B9gXIfXlmhh8SKvRs > .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); }#CRyaNnVOgnim826B9gXIfXlmhh8SKvRs { border-width: 0; border-radius: 0; }#CRyaNnVOgnim826B9gXIfXlmhh8SKvRs > .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; }#CRyaNnVOgnim826B9gXIfXlmhh8SKvRs > .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: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; }#tQHogRgJDisZBE5RpK0ylncO2u5da6gT { 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:23.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m5OxqFNPQyVqzg4cXvflpyGBohAFkZ8k { 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:5.5625rem;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; }
#pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C { position:relative;display:block; }#pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C { background-color: transparent; background-image: none; }#pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C > .row .container > .video-iframe-container { display: none; }#pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C > .row > .video-iframe-container { display: none; }#pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C > .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); }#pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C { border-width: 0; border-radius: 0; }#pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C > .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; }#pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C > .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: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; }#oadpiFW96MrmrPurStiL20BgtXl2MPpb { 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:5.4375rem;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; }
#QfgHFWX91k0tBAnehxRTLEIupb0BMRq6 { 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:1.0625rem;display:none; }
#RkOKifK7XQQoFPIeSNTQTzznv6BT8w6d { 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:21.25rem;display:block; }
#irMzQ1wuJt28mZn2tPPixPLwpoHfV4Ax { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KVvCCJzmywWunXgMOhcKZIyRyvTcKFbS { 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:5.5625rem;height:1.3rem;display:block; }
#Vd7QPQzmnbElQfE2tTcrrFTZEFFhC3OE { 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:12.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#bEGrEMxBSksqaJEng9TxxloR8auuXy9T { position:relative;display:block; }#bEGrEMxBSksqaJEng9TxxloR8auuXy9T { background-color: transparent; background-image: none; }#bEGrEMxBSksqaJEng9TxxloR8auuXy9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEGrEMxBSksqaJEng9TxxloR8auuXy9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEGrEMxBSksqaJEng9TxxloR8auuXy9T > .row .container > .video-iframe-container { display: none; }#bEGrEMxBSksqaJEng9TxxloR8auuXy9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEGrEMxBSksqaJEng9TxxloR8auuXy9T > .row > .video-iframe-container { display: none; }#bEGrEMxBSksqaJEng9TxxloR8auuXy9T > .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); }#bEGrEMxBSksqaJEng9TxxloR8auuXy9T { border-width: 0; border-radius: 0; }#bEGrEMxBSksqaJEng9TxxloR8auuXy9T > .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; }#bEGrEMxBSksqaJEng9TxxloR8auuXy9T > .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: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; }#Tbmup9iRm2uXJdEAWrAnRrTlAp7zmKBO { 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:5.3125rem;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; }
#Wir3z0VG2iWEngCg5xEgKdoMuynwMOIU { 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:7.3125rem;height:3.8994125rem;display:block; }
#zWTbsC48HUwvUlRDAUGTDQF5bDEdt5xA { 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:11.375rem;display:block; }
#ETVRGwbaAzszisQ3c59VJoalXAzHAlWM { 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:15.75rem;height:12rem;display:block; }
#esvoPhmqILXNTRFowJm8obVgxlEl6ZJg { 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:12.625rem;height:1.625rem;display:block; }
#ZZ0FWqZPfgnTJU5XvnoEXsFlFWlTPKAy { 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:12.625rem;height:1.625rem;display:block; }
#Lig4shcFiuMKzT2CfAipMI1eRTNPXeTC { 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:11.375rem;display:block; }
#EaXk3HRTE7f2iTdW0B6OXSJ63zhr8msc { 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:15.75rem;height:13.5rem;display:block; }
#REnteoNcgmGpD2odnJziLfnth1SbgxtA { 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:11.4375rem;display:block; }
#De4cUiX8n1TaWGdlcaGzndW2yFu5TGJt { 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:12.6875rem;height:1.625rem;display:block; }
#DbcVvAPzoccXdcs42H9brNOSuvWUcVb9 { 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:15.8125rem;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; }
#E0s355JqSs1gs364I3SxQ5dS4eDh5WS4 { 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:11.4375rem;display:block; }
#cA8rxngpxSITtTTzrScRnAoRoDOp9CpJ { 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:15.8125rem;height:18rem;display:block; }
#iT21xNoxlGDLLxzwWRMeLzX7471VzAGG { 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:12.6875rem;height:1.625rem;display:block; }
#nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 { position:relative;display:block; }#nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 { background-color: transparent; background-image: none; }#nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 > .row .container > .video-iframe-container { display: none; }#nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 > .row > .video-iframe-container { display: none; }#nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 > .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); }#nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 { border-width: 0; border-radius: 0; }#nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 > .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; }#nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 > .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: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; }#EVti782SbhRAZt50ngFNGiGarM8S6WlL { 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:5.4375rem;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; }
#EwWpClJJqX7mZf0lcJ8RZuDFL86uS0Oz { 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:7.375rem;height:1.3rem;display:block; }
#pqR6aMGS8ikVTdxWiA3umRogK9TsbrcS { 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:12.8125rem;height:5.19921875rem;overflow:hidden;display:block; }#pqR6aMGS8ikVTdxWiA3umRogK9TsbrcS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pqR6aMGS8ikVTdxWiA3umRogK9TsbrcS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#tXLdLnGOkCbDPSmP9HdhKqa0KrKtUf2U { 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:14.625rem;height:6.13671875rem;display:block; }#tXLdLnGOkCbDPSmP9HdhKqa0KrKtUf2U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tXLdLnGOkCbDPSmP9HdhKqa0KrKtUf2U li:before{  }
#akKQHwVhrIDTIi4p6vhMaqy5ZK1vUirV { 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:12.8125rem;height:12.32325rem;overflow:hidden;display:block; }#akKQHwVhrIDTIi4p6vhMaqy5ZK1vUirV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#akKQHwVhrIDTIi4p6vhMaqy5ZK1vUirV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#p5u27xXGhNQFpkN3k7pQcmbrOtzJE6By { 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:7.75rem;height:9.0986375rem;display:block; }
#EQZezzguuktEf40uJ7P23Uv4XxKZFext { 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:1.0625rem;display:none; }
#hmMpDOePsFEIaaeoTr39uahtgodVQawD { 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:11.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 { position:relative;display:block; }#ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 { background-color: transparent; background-image: none; }#ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 > .row .container > .video-iframe-container { display: none; }#ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 > .row > .video-iframe-container { display: none; }#ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 > .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); }#ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 { border-width: 0; border-radius: 0; }#ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 > .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; }#ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 > .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: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; }#Glk8G12zCBzCZ0pxGdumtBWmuXBnuI4u { 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:5.125rem;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; }
#GInCsQw1fF5bT35ucckBrTNlESQdQIKS { 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:7.75rem;height:18.197275rem;display:block; }
#NJFWJXGzb8OrX4v0yxLeOWBI3CBbrbRc { 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:13rem;height:7.749rem;overflow:hidden;display:block; }#NJFWJXGzb8OrX4v0yxLeOWBI3CBbrbRc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NJFWJXGzb8OrX4v0yxLeOWBI3CBbrbRc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#X1Ug5MaJI0Ep1y2gDPlorG4EVMsM5LsR { 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:13rem;height:1.3rem;display:block; }
#Ry77LtSiMC6K45oUCmmI8HHglfHzDf47 { 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:13rem;height:1.29980625rem;display:block; }
#OPefO5fLeBAmQTvWs9sqoz04kVv0TTAc { 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:13rem;height:7.749rem;overflow:hidden;display:block; }#OPefO5fLeBAmQTvWs9sqoz04kVv0TTAc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OPefO5fLeBAmQTvWs9sqoz04kVv0TTAc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#arrkHkvpZ6JXVQ3riPx7eV1ZtGy63rlF { 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:24.261068344116rem;left:7.75rem;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; }
#l9D7kZE7oixtIBye7zL83Qyc9O5EepQs { 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:13rem;height:1.29980625rem;display:block; }
#y0Do6Z7oOIfAOw9tiI42gkW98e5QIDe2 { 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:1.0625rem;display:none; }
#zWu4dRTpMKpzyDUr5xIvb3wxQrdWE4qI { 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:12.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cmdWsPryBbUbfm0XMeIrt6gLWTWUs9IL { 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:13rem;height:1.3rem;display:block; }
#k9qocOVg8OSBR2gN8t4enBXN4mh2RvWO { 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:13rem;height:1.3rem;overflow:hidden;display:block; }#k9qocOVg8OSBR2gN8t4enBXN4mh2RvWO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k9qocOVg8OSBR2gN8t4enBXN4mh2RvWO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#x7BnEloTL7awMF0eI0mOiNOpHhlbRcXB { 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:14.5625rem;height:4.2119125rem;display:block; }#x7BnEloTL7awMF0eI0mOiNOpHhlbRcXB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x7BnEloTL7awMF0eI0mOiNOpHhlbRcXB li:before{  }
#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { position:relative;display:block; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { background-color: transparent; background-image: none; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container > .video-iframe-container { display: none; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row > .video-iframe-container { display: none; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .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); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { border-width: 0; border-radius: 0; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .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; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .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:23.8125rem;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; }#F9TfnvbdfCknxHwOD11N4zHhFeRlTxrq { color:rgba(var(--color-tertiary-2),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NPzAyHbrlUqEAsPIak34N0TT8bweuxqv { 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:15081;line-height:1.3;letter-spacing:0;top:14.0625rem;left:18.4375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OsXCd2ks4BcaclvxzTqTPOGzlFB5Ow9J { position:absolute;display:block;z-index:15046;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:6.25rem;top:7.875rem;left:26.875rem;overflow:hidden;display:block; }
#tF6GHvMSyuvlL33TMmwhIz4LrkyUnCed { color:rgba(var(--color-tertiary-2),1);display:block;width:36.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:16.8125rem;left:11.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { display:block; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkZm3t47osiZr15sR77Gc4RWKnyF3m9B { width:5.4375rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRyaNnVOgnim826B9gXIfXlmhh8SKvRs { display:block; }#CRyaNnVOgnim826B9gXIfXlmhh8SKvRs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQHogRgJDisZBE5RpK0ylncO2u5da6gT { 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) { #m5OxqFNPQyVqzg4cXvflpyGBohAFkZ8k { width:47.75rem;height:22.0625rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C { display:block; }#pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oadpiFW96MrmrPurStiL20BgtXl2MPpb { width:24.125rem;height:2rem;top:1rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfgHFWX91k0tBAnehxRTLEIupb0BMRq6 { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkOKifK7XQQoFPIeSNTQTzznv6BT8w6d { width:17.5rem;height:3.4375rem;top:8.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irMzQ1wuJt28mZn2tPPixPLwpoHfV4Ax { display:block; }
 }@media only screen and (max-width: 763px) { #KVvCCJzmywWunXgMOhcKZIyRyvTcKFbS { width:47.75rem;height:1.25rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd7QPQzmnbElQfE2tTcrrFTZEFFhC3OE { width:34.375rem;height:1.25rem;top:15.1875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEGrEMxBSksqaJEng9TxxloR8auuXy9T { display:block; }#bEGrEMxBSksqaJEng9TxxloR8auuXy9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tbmup9iRm2uXJdEAWrAnRrTlAp7zmKBO { width:30.9375rem;height:;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wir3z0VG2iWEngCg5xEgKdoMuynwMOIU { width:44.5rem;height:3.875rem;top:6rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWTbsC48HUwvUlRDAUGTDQF5bDEdt5xA { width:37.1875rem;height:17.8125rem;top:13.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETVRGwbaAzszisQ3c59VJoalXAzHAlWM { width:28.4375rem;height:12rem;top:17.6875rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esvoPhmqILXNTRFowJm8obVgxlEl6ZJg { 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) { #ZZ0FWqZPfgnTJU5XvnoEXsFlFWlTPKAy { 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) { #Lig4shcFiuMKzT2CfAipMI1eRTNPXeTC { width:37.1875rem;height:17.875rem;top:33.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaXk3HRTE7f2iTdW0B6OXSJ63zhr8msc { width:32rem;height:13.5rem;top:38rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REnteoNcgmGpD2odnJziLfnth1SbgxtA { width:37.1875rem;height:25.5625rem;top:55rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #De4cUiX8n1TaWGdlcaGzndW2yFu5TGJt { 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) { #DbcVvAPzoccXdcs42H9brNOSuvWUcVb9 { width:31.25rem;height:16.5rem;top:59.875rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0s355JqSs1gs364I3SxQ5dS4eDh5WS4 { width:37.1875rem;height:25.5625rem;top:83.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA8rxngpxSITtTTzrScRnAoRoDOp9CpJ { width:31.25rem;height:18rem;top:88.25rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT21xNoxlGDLLxzwWRMeLzX7471VzAGG { 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) { #nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 { display:block; }#nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVti782SbhRAZt50ngFNGiGarM8S6WlL { width:32.125rem;height:2rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwWpClJJqX7mZf0lcJ8RZuDFL86uS0Oz { width:40rem;height:1.25rem;top:4.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqR6aMGS8ikVTdxWiA3umRogK9TsbrcS { width:34.375rem;height:;top:7.75rem;left:6.6875rem;font-size:1rem;display:block; }#pqR6aMGS8ikVTdxWiA3umRogK9TsbrcS 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) { #tXLdLnGOkCbDPSmP9HdhKqa0KrKtUf2U { width:40.9375rem;height:6.125rem;top:12.9375rem;left:6.8125rem;font-size:1rem;display:block; }#tXLdLnGOkCbDPSmP9HdhKqa0KrKtUf2U li:before{  }
 }@media only screen and (max-width: 763px) { #akKQHwVhrIDTIi4p6vhMaqy5ZK1vUirV { width:34.375rem;height:11rem;top:20.625rem;left:6.6875rem;font-size:1rem;display:block; }#akKQHwVhrIDTIi4p6vhMaqy5ZK1vUirV 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) { #p5u27xXGhNQFpkN3k7pQcmbrOtzJE6By { width:44.5rem;height:9.0625rem;top:34.25rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQZezzguuktEf40uJ7P23Uv4XxKZFext { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmMpDOePsFEIaaeoTr39uahtgodVQawD { width:37.5rem;height:1.25rem;top:44.0625rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 { display:block; }#ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Glk8G12zCBzCZ0pxGdumtBWmuXBnuI4u { width:33.5rem;height:2rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GInCsQw1fF5bT35ucckBrTNlESQdQIKS { width:44.5rem;height:18.1875rem;top:4.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJFWJXGzb8OrX4v0yxLeOWBI3CBbrbRc { width:37rem;height:7.75rem;top:30.25rem;left:6.875rem;font-size:1rem;display:block; }#NJFWJXGzb8OrX4v0yxLeOWBI3CBbrbRc 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) { #X1Ug5MaJI0Ep1y2gDPlorG4EVMsM5LsR { width:12.5rem;height:1.25rem;top:28.4375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry77LtSiMC6K45oUCmmI8HHglfHzDf47 { width:27.5625rem;height:1.25rem;top:39.875rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPefO5fLeBAmQTvWs9sqoz04kVv0TTAc { width:17.8125rem;height:7.75rem;top:41.8125rem;left:6.875rem;font-size:1rem;display:block; }#OPefO5fLeBAmQTvWs9sqoz04kVv0TTAc 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) { #arrkHkvpZ6JXVQ3riPx7eV1ZtGy63rlF { width:24.125rem;height:1.625rem;top:24.25rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9D7kZE7oixtIBye7zL83Qyc9O5EepQs { width:34rem;height:1.25rem;top:26.4375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Do6Z7oOIfAOw9tiI42gkW98e5QIDe2 { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWu4dRTpMKpzyDUr5xIvb3wxQrdWE4qI { width:34.375rem;height:1.25rem;top:59.6875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmdWsPryBbUbfm0XMeIrt6gLWTWUs9IL { width:33.125rem;height:1.25rem;top:51.0625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9qocOVg8OSBR2gN8t4enBXN4mh2RvWO { width:24rem;height:1.25rem;top:53.5625rem;left:6.875rem;font-size:1rem;display:block; }#k9qocOVg8OSBR2gN8t4enBXN4mh2RvWO 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) { #x7BnEloTL7awMF0eI0mOiNOpHhlbRcXB { width:30.8125rem;height:4.1875rem;top:55.5rem;left:8.4375rem;font-size:1rem;display:block; }#x7BnEloTL7awMF0eI0mOiNOpHhlbRcXB li:before{  }
 }@media only screen and (max-width: 763px) { #mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { display:block; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9TfnvbdfCknxHwOD11N4zHhFeRlTxrq { width:39.875rem;height:3.25rem;top:2.0625rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPzAyHbrlUqEAsPIak34N0TT8bweuxqv { width:23.125rem;height:2.75rem;top:14.0625rem;left:12.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsXCd2ks4BcaclvxzTqTPOGzlFB5Ow9J { width:6.25rem;height:6.25rem;top:7.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF6GHvMSyuvlL33TMmwhIz4LrkyUnCed { width:36.375rem;height:4.0625rem;top:16.8125rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { display:block; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkZm3t47osiZr15sR77Gc4RWKnyF3m9B { width:5.4375rem;height:5.4375rem;top:0rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRyaNnVOgnim826B9gXIfXlmhh8SKvRs { display:block; }#CRyaNnVOgnim826B9gXIfXlmhh8SKvRs > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQHogRgJDisZBE5RpK0ylncO2u5da6gT { 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) { #m5OxqFNPQyVqzg4cXvflpyGBohAFkZ8k { width:20rem;height:41.59376875rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C { display:block; }#pEp5QeFfqzqQWCLRCi5xEIozEHcuA37C > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oadpiFW96MrmrPurStiL20BgtXl2MPpb { width:20rem;height:1.625rem;top:1.3367302417755rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfgHFWX91k0tBAnehxRTLEIupb0BMRq6 { 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) { #RkOKifK7XQQoFPIeSNTQTzznv6BT8w6d { width:17.5rem;height:3.4375rem;top:12.050390481949rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irMzQ1wuJt28mZn2tPPixPLwpoHfV4Ax { display:block; }
 }@media only screen and (max-width: 763px) { #KVvCCJzmywWunXgMOhcKZIyRyvTcKFbS { width:20rem;height:3.8994125rem;top:5.2753896713257rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd7QPQzmnbElQfE2tTcrrFTZEFFhC3OE { width:20rem;height:auto;top:15.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEGrEMxBSksqaJEng9TxxloR8auuXy9T { display:block; }#bEGrEMxBSksqaJEng9TxxloR8auuXy9T > .row .container { width:20rem;height:133.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tbmup9iRm2uXJdEAWrAnRrTlAp7zmKBO { width:20rem;height:1.625rem;top:2.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wir3z0VG2iWEngCg5xEgKdoMuynwMOIU { width:20rem;height:7.7988125rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWTbsC48HUwvUlRDAUGTDQF5bDEdt5xA { width:20rem;height:25.75rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETVRGwbaAzszisQ3c59VJoalXAzHAlWM { width:20rem;height:18rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esvoPhmqILXNTRFowJm8obVgxlEl6ZJg { width:20rem;height:3.25rem;top:19.66250038147rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ0FWqZPfgnTJU5XvnoEXsFlFWlTPKAy { width:20rem;height:3.25rem;top:46.912109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lig4shcFiuMKzT2CfAipMI1eRTNPXeTC { width:20rem;height:24.9375rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaXk3HRTE7f2iTdW0B6OXSJ63zhr8msc { width:20rem;height:18rem;top:50.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REnteoNcgmGpD2odnJziLfnth1SbgxtA { width:20rem;height:32.6875rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #De4cUiX8n1TaWGdlcaGzndW2yFu5TGJt { width:20rem;height:3.25rem;top:72.3994140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbcVvAPzoccXdcs42H9brNOSuvWUcVb9 { width:20rem;height:25.5rem;top:75.5869140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0s355JqSs1gs364I3SxQ5dS4eDh5WS4 { width:20rem;height:28.125rem;top:105.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA8rxngpxSITtTTzrScRnAoRoDOp9CpJ { width:20rem;height:22.5rem;top:110.3994140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT21xNoxlGDLLxzwWRMeLzX7471VzAGG { width:20rem;height:3.25rem;top:106.3369140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 { display:block; }#nAGXXpgQReZGlT4tVvv3svcJpECFQ5O5 > .row .container { width:20rem;height:75.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVti782SbhRAZt50ngFNGiGarM8S6WlL { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwWpClJJqX7mZf0lcJ8RZuDFL86uS0Oz { width:20rem;height:2.5996125rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqR6aMGS8ikVTdxWiA3umRogK9TsbrcS { width:20rem;height:9.098625rem;top:7.975rem;left:0rem;font-size:1rem;display:block; }#pqR6aMGS8ikVTdxWiA3umRogK9TsbrcS 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) { #tXLdLnGOkCbDPSmP9HdhKqa0KrKtUf2U { width:20rem;height:11.3359375rem;top:18.325rem;left:0rem;font-size:1rem;display:block; }#tXLdLnGOkCbDPSmP9HdhKqa0KrKtUf2U li:before{  }
 }@media only screen and (max-width: 763px) { #akKQHwVhrIDTIi4p6vhMaqy5ZK1vUirV { width:20rem;height:21.421875rem;top:30.9125rem;left:0rem;font-size:1rem;display:block; }#akKQHwVhrIDTIi4p6vhMaqy5ZK1vUirV 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) { #p5u27xXGhNQFpkN3k7pQcmbrOtzJE6By { width:20rem;height:18.19724375rem;top:53.587499427796rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQZezzguuktEf40uJ7P23Uv4XxKZFext { 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) { #hmMpDOePsFEIaaeoTr39uahtgodVQawD { width:20rem;height:auto;top:44.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 { display:block; }#ASAgrv4tzywL2yQLmxsTO7rh2rWKuS65 > .row .container { width:20rem;height:85.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Glk8G12zCBzCZ0pxGdumtBWmuXBnuI4u { width:20rem;height:3.25rem;top:0.75000095367431rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GInCsQw1fF5bT35ucckBrTNlESQdQIKS { width:20rem;height:31.19529375rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJFWJXGzb8OrX4v0yxLeOWBI3CBbrbRc { width:20rem;height:11.6484375rem;top:43.4375rem;left:0rem;font-size:1rem;display:block; }#NJFWJXGzb8OrX4v0yxLeOWBI3CBbrbRc 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) { #X1Ug5MaJI0Ep1y2gDPlorG4EVMsM5LsR { width:12.5rem;height:1.3rem;top:41.324999809265rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry77LtSiMC6K45oUCmmI8HHglfHzDf47 { width:20rem;height:2.5996125rem;top:56.08749961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPefO5fLeBAmQTvWs9sqoz04kVv0TTAc { width:17.8125rem;height:7.749rem;top:59.325000762939rem;left:1.09375rem;font-size:1rem;display:block; }#OPefO5fLeBAmQTvWs9sqoz04kVv0TTAc 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) { #arrkHkvpZ6JXVQ3riPx7eV1ZtGy63rlF { width:20rem;height:1.625rem;top:36.461588859558rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9D7kZE7oixtIBye7zL83Qyc9O5EepQs { width:20rem;height:2.5996125rem;top:38.768230438233rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Do6Z7oOIfAOw9tiI42gkW98e5QIDe2 { 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) { #zWu4dRTpMKpzyDUr5xIvb3wxQrdWE4qI { width:20rem;height:auto;top:59.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmdWsPryBbUbfm0XMeIrt6gLWTWUs9IL { width:20rem;height:2.5996125rem;top:70.311525rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9qocOVg8OSBR2gN8t4enBXN4mh2RvWO { width:20rem;height:2.5996125rem;top:74.1611375rem;left:0rem;font-size:1rem;display:block; }#k9qocOVg8OSBR2gN8t4enBXN4mh2RvWO 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) { #x7BnEloTL7awMF0eI0mOiNOpHhlbRcXB { width:20rem;height:5.51171875rem;top:78.01075rem;left:0rem;font-size:1rem;display:block; }#x7BnEloTL7awMF0eI0mOiNOpHhlbRcXB li:before{  }
 }@media only screen and (max-width: 763px) { #mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { display:block; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9TfnvbdfCknxHwOD11N4zHhFeRlTxrq { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPzAyHbrlUqEAsPIak34N0TT8bweuxqv { width:20rem;height:2.11230625rem;top:14.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsXCd2ks4BcaclvxzTqTPOGzlFB5Ow9J { width:6.25rem;height:6.25rem;top:7.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF6GHvMSyuvlL33TMmwhIz4LrkyUnCed { width:20rem;height:3.0859375rem;top:16.3623046875rem;left:0rem;font-size:1.1875rem;display:block; }
 }